@nx/jest 22.3.0-canary.20251215-e864b6a → 22.3.0-canary.20251217-6323dba

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/migrations.json +17 -1
  2. package/package.json +4 -4
package/migrations.json CHANGED
@@ -101,7 +101,7 @@
101
101
  }
102
102
  },
103
103
  "22.3.0": {
104
- "version": "22.3.0-beta.0",
104
+ "version": "22.3.0-beta.3",
105
105
  "x-prompt": "Do you want to update the Jest version to v30?",
106
106
  "incompatibleWith": {
107
107
  "@angular-devkit/build-angular": "< 21.0.0"
@@ -147,6 +147,22 @@
147
147
  "alwaysAddToPackageJson": false
148
148
  }
149
149
  }
150
+ },
151
+ "22.3.0-jest-preset-angular": {
152
+ "version": "22.3.0-beta.3",
153
+ "requires": {
154
+ "@angular/compiler-cli": ">=19.0.0 <22.0.0",
155
+ "@angular/core": ">=19.0.0 <22.0.0",
156
+ "@angular/platform-browser": ">=19.0.0 <22.0.0",
157
+ "@angular/platform-browser-dynamic": ">=19.0.0 <22.0.0",
158
+ "jest": "^30.0.0"
159
+ },
160
+ "packages": {
161
+ "jest-preset-angular": {
162
+ "version": "~16.0.0",
163
+ "alwaysAddToPackageJson": false
164
+ }
165
+ }
150
166
  }
151
167
  }
152
168
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/jest",
3
- "version": "22.3.0-canary.20251215-e864b6a",
3
+ "version": "22.3.0-canary.20251217-6323dba",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.",
6
6
  "repository": {
@@ -37,8 +37,8 @@
37
37
  "dependencies": {
38
38
  "@jest/reporters": "^30.0.2",
39
39
  "@jest/test-result": "^30.0.2",
40
- "@nx/devkit": "22.3.0-canary.20251215-e864b6a",
41
- "@nx/js": "22.3.0-canary.20251215-e864b6a",
40
+ "@nx/devkit": "22.3.0-canary.20251217-6323dba",
41
+ "@nx/js": "22.3.0-canary.20251217-6323dba",
42
42
  "@phenomnomnominal/tsquery": "~5.0.1",
43
43
  "identity-obj-proxy": "3.0.0",
44
44
  "jest-config": "^30.0.2",
@@ -52,7 +52,7 @@
52
52
  "yargs-parser": "21.1.1"
53
53
  },
54
54
  "devDependencies": {
55
- "nx": "22.3.0-canary.20251215-e864b6a"
55
+ "nx": "22.3.0-canary.20251217-6323dba"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"