## Third-party deps support for Angular v19
- [x] `jest-preset-angular`
- [x] PRs:
- [x] https://github.com/thymikee/jest-preset-angular/pull/2835
- [x] Released:
- [x] RC:
https://github.com/thymikee/jest-preset-angular/releases/tag/v14.4.0-rc.0
- [x] Stable:
https://github.com/thymikee/jest-preset-angular/releases/tag/v14.4.0
- [x] Angular ESLint
- [x] PRs:
- [x] https://github.com/angular-eslint/angular-eslint/pull/2109
- [x] Released:
- [x]
https://github.com/angular-eslint/angular-eslint/releases/tag/v19.0.0
- [x] Storybook
- [x] PRs:
- [x] https://github.com/storybookjs/storybook/pull/29659
- [x] https://github.com/storybookjs/storybook/pull/29677
- [x] Released:
- [x] https://github.com/storybookjs/storybook/pull/29679
- [ ] NgRx
- [x] PRs:
- [x] https://github.com/ngrx/platform/pull/4602
- [ ] Released:
- [x] Beta:
https://github.com/ngrx/platform/blob/main/CHANGELOG.md#1900-beta0-2024-11-20
- [ ] Stable:
- [ ] Analog
- [x] PRs:
- [x] https://github.com/analogjs/analog/pull/1447
- [x] https://github.com/analogjs/analog/pull/1451
- [ ] Released:
- [x] Beta:
https://github.com/analogjs/analog/releases/tag/v1.10.0-beta.6
- [ ] Stable:
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->
## Current Behavior
<!-- This is the behavior we have today -->
Angular v19 is not supported.
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
Angular v19 should be supported.
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #29028
79 lines
2.9 KiB
JSON
79 lines
2.9 KiB
JSON
{
|
|
"name": "@nx/angular",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"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.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/angular"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Angular",
|
|
"Jest",
|
|
"Cypress",
|
|
"CLI",
|
|
"Front-end"
|
|
],
|
|
"exports": {
|
|
"./migrations.json": "./migrations.json",
|
|
"./generators.json": "./generators.json",
|
|
"./executors.json": "./executors.json",
|
|
"./generators": "./generators.js",
|
|
"./executors": "./executors.js",
|
|
"./plugin": "./plugin.js",
|
|
"./tailwind": "./tailwind.js",
|
|
"./module-federation": "./module-federation/index.js",
|
|
"./src/utils": "./src/utils/index.js",
|
|
"./plugins/component-testing": "./plugins/component-testing.js",
|
|
"./src/generators/utils": "./src/generators/utils/index.js",
|
|
"./src/generators/move/move-impl": "./src/generators/move/move-impl.js",
|
|
"./src/builders/*/schema.json": "./src/builders/*/schema.json",
|
|
"./src/builders/*.impl": "./src/builders/*.impl.js",
|
|
"./src/executors/*/schema.json": "./src/executors/*/schema.json",
|
|
"./src/executors/*.impl": "./src/executors/*.impl.js",
|
|
"./src/executors/*/compat": "./src/executors/*/compat.js"
|
|
},
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"executors": "./executors.json",
|
|
"generators": "./generators.json",
|
|
"ng-update": {
|
|
"requirements": {},
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"dependencies": {
|
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
"@typescript-eslint/type-utils": "^8.0.0",
|
|
"chalk": "^4.1.0",
|
|
"magic-string": "~0.30.2",
|
|
"minimatch": "9.0.3",
|
|
"semver": "^7.5.3",
|
|
"tslib": "^2.3.0",
|
|
"webpack-merge": "^5.8.0",
|
|
"@nx/devkit": "file:../devkit",
|
|
"@nx/js": "file:../js",
|
|
"@nx/eslint": "file:../eslint",
|
|
"@nx/webpack": "file:../webpack",
|
|
"@nx/module-federation": "file:../module-federation",
|
|
"@nx/web": "file:../web",
|
|
"@nx/workspace": "file:../workspace",
|
|
"piscina": "^4.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular-devkit/build-angular": ">= 16.0.0 < 19.0.0",
|
|
"@angular-devkit/core": ">= 16.0.0 < 19.0.0",
|
|
"@angular-devkit/schematics": ">= 16.0.0 < 19.0.0",
|
|
"@schematics/angular": ">= 16.0.0 < 19.0.0",
|
|
"rxjs": "^6.5.3 || ^7.5.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|