@nx/angular 21.4.0-canary.20250719-34c5b61 → 21.4.0-canary.20250724-b7c1c0e
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/migrations.json +15 -0
- package/package.json +9 -9
- package/src/utils/versions.d.ts +1 -1
- package/src/utils/versions.js +1 -1
package/migrations.json
CHANGED
@@ -1883,6 +1883,21 @@
|
|
1883
1883
|
"alwaysAddToPackageJson": false
|
1884
1884
|
}
|
1885
1885
|
}
|
1886
|
+
},
|
1887
|
+
"21.3.5-jest": {
|
1888
|
+
"version": "21.3.5-beta.0",
|
1889
|
+
"requires": {
|
1890
|
+
"@angular/compiler-cli": ">=18.0.0 <21.0.0",
|
1891
|
+
"@angular/core": ">=18.0.0 <21.0.0",
|
1892
|
+
"@angular/platform-browser-dynamic": ">=18.0.0 <21.0.0",
|
1893
|
+
"jest": "^30.0.0"
|
1894
|
+
},
|
1895
|
+
"packages": {
|
1896
|
+
"jest-preset-angular": {
|
1897
|
+
"version": "~15.0.0",
|
1898
|
+
"alwaysAddToPackageJson": false
|
1899
|
+
}
|
1900
|
+
}
|
1886
1901
|
}
|
1887
1902
|
}
|
1888
1903
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/angular",
|
3
|
-
"version": "21.4.0-canary.
|
3
|
+
"version": "21.4.0-canary.20250724-b7c1c0e",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Playwright and Cypress. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
|
6
6
|
"repository": {
|
@@ -58,14 +58,14 @@
|
|
58
58
|
"migrations": "./migrations.json"
|
59
59
|
},
|
60
60
|
"dependencies": {
|
61
|
-
"@nx/devkit": "21.4.0-canary.
|
62
|
-
"@nx/eslint": "21.4.0-canary.
|
63
|
-
"@nx/js": "21.4.0-canary.
|
64
|
-
"@nx/module-federation": "21.4.0-canary.
|
65
|
-
"@nx/rspack": "21.4.0-canary.
|
66
|
-
"@nx/web": "21.4.0-canary.
|
67
|
-
"@nx/webpack": "21.4.0-canary.
|
68
|
-
"@nx/workspace": "21.4.0-canary.
|
61
|
+
"@nx/devkit": "21.4.0-canary.20250724-b7c1c0e",
|
62
|
+
"@nx/eslint": "21.4.0-canary.20250724-b7c1c0e",
|
63
|
+
"@nx/js": "21.4.0-canary.20250724-b7c1c0e",
|
64
|
+
"@nx/module-federation": "21.4.0-canary.20250724-b7c1c0e",
|
65
|
+
"@nx/rspack": "21.4.0-canary.20250724-b7c1c0e",
|
66
|
+
"@nx/web": "21.4.0-canary.20250724-b7c1c0e",
|
67
|
+
"@nx/webpack": "21.4.0-canary.20250724-b7c1c0e",
|
68
|
+
"@nx/workspace": "21.4.0-canary.20250724-b7c1c0e",
|
69
69
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
70
70
|
"@typescript-eslint/type-utils": "^8.0.0",
|
71
71
|
"enquirer": "~2.3.6",
|
package/src/utils/versions.d.ts
CHANGED
@@ -24,7 +24,7 @@ export declare const postcssUrlVersion = "~10.1.3";
|
|
24
24
|
export declare const autoprefixerVersion = "^10.4.0";
|
25
25
|
export declare const tsNodeVersion = "10.9.1";
|
26
26
|
export declare const lessVersion = "^4.3.0";
|
27
|
-
export declare const jestPresetAngularVersion = "~
|
27
|
+
export declare const jestPresetAngularVersion = "~15.0.0";
|
28
28
|
export declare const typesNodeVersion = "18.16.9";
|
29
29
|
export declare const jasmineMarblesVersion = "^0.9.2";
|
30
30
|
export declare const jsoncEslintParserVersion = "^2.1.0";
|
package/src/utils/versions.js
CHANGED
@@ -27,7 +27,7 @@ exports.postcssUrlVersion = '~10.1.3';
|
|
27
27
|
exports.autoprefixerVersion = '^10.4.0';
|
28
28
|
exports.tsNodeVersion = '10.9.1';
|
29
29
|
exports.lessVersion = '^4.3.0';
|
30
|
-
exports.jestPresetAngularVersion = '~
|
30
|
+
exports.jestPresetAngularVersion = '~15.0.0';
|
31
31
|
exports.typesNodeVersion = '18.16.9';
|
32
32
|
exports.jasmineMarblesVersion = '^0.9.2';
|
33
33
|
exports.jsoncEslintParserVersion = '^2.1.0';
|