jest-preset-angular 13.1.5 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,32 @@
|
|
|
1
|
-
|
|
1
|
+
# [14.0.0](https://github.com/thymikee/jest-preset-angular/compare/v13.1.6...v14.0.0) (2024-01-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* drop support Angular 13, 14 ([a3091b5](https://github.com/thymikee/jest-preset-angular/commit/a3091b54cdf9c204226085ceeb565cddbb7425d0))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* Drop support for Angular 11, 12
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [13.1.6](https://github.com/thymikee/jest-preset-angular/compare/v13.1.5...v13.1.6) (2024-01-11)
|
|
2
16
|
|
|
3
17
|
|
|
4
18
|
### Bug Fixes
|
|
5
19
|
|
|
6
|
-
*
|
|
7
|
-
* **transformers:** handle single string styles or styleUrl property ([#2186](https://github.com/thymikee/jest-preset-angular/issues/2186)) ([cf00f55](https://github.com/thymikee/jest-preset-angular/commit/cf00f55612f590bb26613e569338bc72eba4ba08))
|
|
20
|
+
* revert drop support Angular 13, 14 ([#2214](https://github.com/thymikee/jest-preset-angular/issues/2214)) ([9ed9354](https://github.com/thymikee/jest-preset-angular/commit/9ed93548ce1a03528cd0343a1b08f98b7939e91c)), closes [#2213](https://github.com/thymikee/jest-preset-angular/issues/2213)
|
|
8
21
|
|
|
9
22
|
|
|
10
|
-
### Features
|
|
11
23
|
|
|
12
|
-
|
|
24
|
+
## [13.1.5](https://github.com/thymikee/jest-preset-angular/compare/v13.1.3...v13.1.5) (2024-01-03)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* Fix TS5 + ESM hang ([#2197](https://github.com/thymikee/jest-preset-angular/issues/2197)) ([90797e5](https://github.com/thymikee/jest-preset-angular/commit/90797e511f7ba511a653a88002ae28fed4bbbca1)), closes [#2138](https://github.com/thymikee/jest-preset-angular/issues/2138) [#2196](https://github.com/thymikee/jest-preset-angular/issues/2196)
|
|
13
30
|
|
|
14
31
|
|
|
15
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-preset-angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"description": "Jest preset configuration for Angular projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"typescript": ">=4.4"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@angular-devkit/build-angular": "^17.0.
|
|
66
|
+
"@angular-devkit/build-angular": "^17.0.9",
|
|
67
67
|
"@angular/animations": "^17.0.8",
|
|
68
68
|
"@angular/common": "^17.0.8",
|
|
69
69
|
"@angular/compiler": "^17.0.8",
|