jest-preset-angular 14.4.0 → 14.4.1

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 CHANGED
@@ -1,10 +1,19 @@
1
+ ## [14.4.1](https://github.com/thymikee/jest-preset-angular/compare/v14.4.0...v14.4.1) (2024-11-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix: remove `@angular-devkit/build-angular` from `peerDependencies` ([2f6bc3d](https://github.com/thymikee/jest-preset-angular/commit/2f6bc3d))
7
+
8
+
9
+
1
10
  ## [14.4.0](https://github.com/thymikee/jest-preset-angular/compare/v14.3.3...v14.4.0) (2024-11-27)
2
11
 
3
12
 
4
13
  ### Features
5
14
 
6
15
  * feat: add preset creator functions ([552922e](https://github.com/thymikee/jest-preset-angular/commit/552922e))
7
- * feat: add support for Angular 19 (#2835) ([4a73245](https://github.com/thymikee/jest-preset-angular/commit/4a73245)), closes [#2835](https://github.com/thymikee/jest-preset-angular/issues/2835)
16
+ * feat: add support for Angular 19 ([4a73245](https://github.com/thymikee/jest-preset-angular/commit/4a73245))
8
17
 
9
18
 
10
19
  ### Code Refactoring
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- <h1 style="text-align:center;">Jest Preset Angular</h1>
1
+ <h1 align="center">Jest Preset Angular</h1>
2
2
 
3
- <p style="text-align:center;">A preset of Jest configuration for Angular projects.</p>
3
+ <p align="center">A preset of Jest configuration for Angular projects.</p>
4
4
 
5
- <p style="text-align:center;">
5
+ <p align="center">
6
6
  <a href="https://actions-badge.atrox.dev/thymikee/jest-preset-angular/goto?ref=main"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fthymikee%2Fjest-preset-angular%2Fbadge%3Fref%3Dmain&style=flat-square" /></a>
7
7
  <a href="https://www.npmjs.com/package/jest-preset-angular"><img src="https://img.shields.io/npm/v/jest-preset-angular/latest.svg?style=flat-square" alt="NPM Version" /></a>
8
8
  <a href="https://github.com/thymikee/jest-preset-angular/blob/main/LICENSE.md"><img src="https://img.shields.io/npm/l/jest-preset-angular.svg?style=flat-square" alt="GitHub license" /></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-preset-angular",
3
- "version": "14.4.0",
3
+ "version": "14.4.1",
4
4
  "description": "Jest preset configuration for Angular projects",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -57,7 +57,6 @@
57
57
  "esbuild": ">=0.15.13"
58
58
  },
59
59
  "peerDependencies": {
60
- "@angular-devkit/build-angular": ">=15.0.0 <20.0.0",
61
60
  "@angular/compiler-cli": ">=15.0.0 <20.0.0",
62
61
  "@angular/core": ">=15.0.0 <20.0.0",
63
62
  "@angular/platform-browser-dynamic": ">=15.0.0 <20.0.0",
@@ -70,13 +69,13 @@
70
69
  "@angular-eslint/eslint-plugin-template": "^18.4.2",
71
70
  "@angular-eslint/template-parser": "^18.4.2",
72
71
  "@angular/animations": "^19.0.1",
73
- "@angular/cdk": "^19.0.0",
72
+ "@angular/cdk": "^19.0.1",
74
73
  "@angular/common": "^19.0.1",
75
74
  "@angular/compiler": "^19.0.1",
76
75
  "@angular/compiler-cli": "^19.0.1",
77
76
  "@angular/core": "^19.0.1",
78
77
  "@angular/forms": "^19.0.1",
79
- "@angular/material": "^19.0.0",
78
+ "@angular/material": "^19.0.1",
80
79
  "@angular/platform-browser": "^19.0.1",
81
80
  "@angular/platform-browser-dynamic": "^19.0.1",
82
81
  "@babel/core": "^7.26.0",
@@ -86,7 +85,7 @@
86
85
  "@jest/transform": "^29.7.0",
87
86
  "@jest/types": "^29.6.3",
88
87
  "@types/jest": "^29.5.14",
89
- "@types/node": "^22.10.0",
88
+ "@types/node": "^22.10.1",
90
89
  "@types/semver": "^7.5.8",
91
90
  "@typescript-eslint/eslint-plugin": "^8.16.0",
92
91
  "@typescript-eslint/parser": "^8.16.0",