jest-preset-angular 13.1.5 → 13.1.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,18 @@
1
- ## [13.1.5](https://github.com/thymikee/jest-preset-angular/compare/v13.1.3...v13.1.5) (2024-01-03)
1
+ ## [13.1.6](https://github.com/thymikee/jest-preset-angular/compare/v13.1.5...v13.1.6) (2024-01-11)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * Fix TS5 + ESM hang; and upgrade dev dependencies to ng17 ([#2197](https://github.com/thymikee/jest-preset-angular/issues/2197)) ([90797e5](https://github.com/thymikee/jest-preset-angular/commit/90797e511f7ba511a653a88002ae28fed4bbbca1)), closes [thymikee/jest-preset-angular#2138](https://github.com/thymikee/jest-preset-angular/issues/2138) [#2138](https://github.com/thymikee/jest-preset-angular/issues/2138) [#2196](https://github.com/thymikee/jest-preset-angular/issues/2196)
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))
6
+ * 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
7
 
9
8
 
10
- ### Features
11
9
 
12
- * drop support Angular 13 and 14 ([#2180](https://github.com/thymikee/jest-preset-angular/issues/2180)) ([b4ad1c6](https://github.com/thymikee/jest-preset-angular/commit/b4ad1c6036844d98f91a7bcd5e1f32a02d4ae549))
10
+ ## [13.1.5](https://github.com/thymikee/jest-preset-angular/compare/v13.1.3...v13.1.5) (2024-01-03)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * 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
16
 
14
17
 
15
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-preset-angular",
3
- "version": "13.1.5",
3
+ "version": "13.1.6",
4
4
  "description": "Jest preset configuration for Angular projects",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -55,15 +55,15 @@
55
55
  "esbuild": ">=0.13.8"
56
56
  },
57
57
  "peerDependencies": {
58
- "@angular-devkit/build-angular": ">=15.0.0 <18.0.0",
59
- "@angular/compiler-cli": ">=15.0.0 <18.0.0",
60
- "@angular/core": ">=15.0.0 <18.0.0",
61
- "@angular/platform-browser-dynamic": ">=15.0.0 <18.0.0",
58
+ "@angular-devkit/build-angular": ">=13.0.0 <18.0.0",
59
+ "@angular/compiler-cli": ">=13.0.0 <18.0.0",
60
+ "@angular/core": ">=13.0.0 <18.0.0",
61
+ "@angular/platform-browser-dynamic": ">=13.0.0 <18.0.0",
62
62
  "jest": "^29.0.0",
63
63
  "typescript": ">=4.4"
64
64
  },
65
65
  "devDependencies": {
66
- "@angular-devkit/build-angular": "^17.0.8",
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",