Skip to content

Commit 202463b

Browse files
committed
chore(release): 14.6.2
1 parent 051d524 commit 202463b

File tree

2 files changed

+47
-4
lines changed

2 files changed

+47
-4
lines changed

CHANGELOG.md

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1+
## [14.6.2](https://github.com/thymikee/jest-preset-angular/compare/v14.6.1...v14.6.2) (2025-10-17)
2+
3+
4+
### Bug Fixes
5+
6+
* handle `processWithEsbuild` transform option ([6779107](https://github.com/thymikee/jest-preset-angular/commit/67791077ea20b3a7f3dcf237ecbe35f2f9decd3f))
7+
8+
9+
110
## [14.6.1](https://github.com/thymikee/jest-preset-angular/compare/v14.6.0...v14.6.1) (2025-07-21)
211

312

413
### Bug Fixes
514

6-
* fix: add `@angular/common/locales` to CJS preset (#3190) ([4234520](https://github.com/thymikee/jest-preset-angular/commit/4234520)), closes [#3190](https://github.com/thymikee/jest-preset-angular/issues/3190) [#3182](https://github.com/thymikee/jest-preset-angular/issues/3182)
15+
* fix: add `@angular/common/locales` to CJS preset [#3190](https://github.com/thymikee/jest-preset-angular/issues/3190) ([4234520](https://github.com/thymikee/jest-preset-angular/commit/4234520)), closes [#3182](https://github.com/thymikee/jest-preset-angular/issues/3182)
716

817

918

@@ -25,12 +34,46 @@
2534

2635

2736

37+
# [15.0.0-next.0](https://github.com/thymikee/jest-preset-angular/compare/v14.5.4...v15.0.0-next.0) (2025-02-28)
38+
39+
40+
### Bug Fixes
41+
42+
* fix(serializers): generated `id="root{n}"` should be removed ([a6b908f](https://github.com/thymikee/jest-preset-angular/commit/a6b908f))
43+
44+
45+
### Code Refactoring
46+
47+
* refactor: drop support for `jsdom` <22 ([da9cb15](https://github.com/thymikee/jest-preset-angular/commit/da9cb15))
48+
* refactor: drop support for `typescript` <5.4 ([873ab73](https://github.com/thymikee/jest-preset-angular/commit/873ab73))
49+
* refactor: drop support for Angular <17 ([3a60492](https://github.com/thymikee/jest-preset-angular/commit/3a60492))
50+
* refactor: drop support for Node.js <18 ([aeef774](https://github.com/thymikee/jest-preset-angular/commit/aeef774))
51+
* refactor: remove `defaults` and `defaults-esm` presets ([94dd3b1](https://github.com/thymikee/jest-preset-angular/commit/94dd3b1))
52+
* refactor: remove `setup-jest` files ([6bf89a4](https://github.com/thymikee/jest-preset-angular/commit/6bf89a4))
53+
* refactor: remove global setup script with `ngcc` ([35819c9](https://github.com/thymikee/jest-preset-angular/commit/35819c9))
54+
55+
56+
### BREAKING CHANGES
57+
58+
* Snapshot generation is affected by ([a6b908f](https://github.com/thymikee/jest-preset-angular/commit/a6b908f)). One should update component snapshots via `-u` Jest CLI option. Since this change only removes the root `id`, it shouldn't affect the quality of snapshots in general.
59+
* The supported `NodeJs` versions are `^18.19.1 || ^20.11.1 || >=22.0.0`.
60+
* The minimum supported version for Angular is **18** following Angular support policy https://angular.dev/reference/releases#actively-supported-versions
61+
* The minimum supported version for `jsdom` is **22**
62+
* The minimum supported version of `TypeScript` is **5.5** following the support version from Angular **18**
63+
* Running `ngcc` is not required for Angular **16**+ project
64+
* Use `createCjsPreset` as a replacement for `defaults` preset
65+
* Use `createEsmPreset` as a replacement for `defaults-esm` preset
66+
* Use `setupZoneTestEnv` as a replacement for zone test environment setup
67+
* Use `setupZonelessTestEnv` as a replacement for zoneless test environment setup
68+
69+
70+
2871
## [14.5.4](https://github.com/thymikee/jest-preset-angular/compare/v14.5.3...v14.5.4) (2025-03-31)
2972

3073

3174
### Bug Fixes
3275

33-
* fix: warn when using both `isolatedModules` and `emitDecoratorMetadata` (#3029) ([51db8f4](https://github.com/thymikee/jest-preset-angular/commit/51db8f4)), closes [#3029](https://github.com/thymikee/jest-preset-angular/issues/3029)
76+
* fix: warn when using both `isolatedModules` and `emitDecoratorMetadata` [#3029](https://github.com/thymikee/jest-preset-angular/issues/3029) ([51db8f4](https://github.com/thymikee/jest-preset-angular/commit/51db8f4))
3477
* update dependency ts-jest to v29.3.0 ([1d8415d](https://github.com/thymikee/jest-preset-angular/commit/1d8415d))
3578

3679

@@ -58,7 +101,7 @@
58101

59102
### Bug Fixes
60103

61-
* fix: properly handle types for presets module (#2945) ([e0323bd](https://github.com/thymikee/jest-preset-angular/commit/e0323bd)), closes [#2945](https://github.com/thymikee/jest-preset-angular/issues/2945)
104+
* fix: properly handle types for presets module [#2945](https://github.com/thymikee/jest-preset-angular/issues/2945) ([e0323bd](https://github.com/thymikee/jest-preset-angular/commit/e0323bd))
62105

63106

64107

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-preset-angular",
3-
"version": "14.6.1",
3+
"version": "14.6.2",
44
"description": "Jest preset configuration for Angular projects",
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)