## 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
130 lines
3.0 KiB
JSON
130 lines
3.0 KiB
JSON
{
|
|
"generators": {
|
|
"update-17-0-0-remove-deprecated-build-options": {
|
|
"cli": "nx",
|
|
"version": "17.0.2",
|
|
"description": "Remove deprecated build options",
|
|
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options"
|
|
}
|
|
},
|
|
"packageJsonUpdates": {
|
|
"17.0.0": {
|
|
"version": "17.0.0-rc.2",
|
|
"packages": {
|
|
"esbuild": {
|
|
"version": "^0.19.2",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"17.1.0": {
|
|
"version": "17.1.0-beta.4",
|
|
"x-prompt": "Do you want to update to TypeScript v5.2?",
|
|
"requires": {
|
|
"typescript": ">=5.1.0 <5.2.0"
|
|
},
|
|
"packages": {
|
|
"typescript": {
|
|
"version": "~5.2.2"
|
|
}
|
|
}
|
|
},
|
|
"17.3.0": {
|
|
"version": "17.3.0-beta.3",
|
|
"packages": {
|
|
"@types/node": {
|
|
"version": "^18.16.9",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"17.3.0-beta.10": {
|
|
"version": "17.3.0-beta.10",
|
|
"x-prompt": "Do you want to update to TypeScript v5.3?",
|
|
"requires": {
|
|
"typescript": ">=5.2.0 <5.3.0"
|
|
},
|
|
"packages": {
|
|
"typescript": {
|
|
"version": "~5.3.2",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"18.0.4": {
|
|
"version": "18.0.4-beta.0",
|
|
"packages": {
|
|
"@swc-node/register": {
|
|
"version": "~1.8.0",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"18.2.0": {
|
|
"version": "18.2.0-beta.0",
|
|
"x-prompt": "Do you want to update to TypeScript v5.4?",
|
|
"requires": {
|
|
"typescript": ">=5.3.0 <5.4.0"
|
|
},
|
|
"packages": {
|
|
"typescript": {
|
|
"version": "~5.4.2",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"19.0.0": {
|
|
"version": "19.0.0-beta.0",
|
|
"packages": {
|
|
"@swc/cli": {
|
|
"version": "~0.3.12",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"19.2.0": {
|
|
"version": "19.2.0-beta.0",
|
|
"packages": {
|
|
"@swc/core": {
|
|
"version": "~1.5.7",
|
|
"alwaysAddToPackageJson": false
|
|
},
|
|
"@swc/helpers": {
|
|
"version": "~0.5.11",
|
|
"alwaysAddToPackageJson": false
|
|
},
|
|
"@swc-node/register": {
|
|
"version": "~1.9.1",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"19.5.1": {
|
|
"version": "19.5.0-beta.1",
|
|
"x-prompt": "Do you want to update to TypeScript v5.5?",
|
|
"requires": {
|
|
"typescript": ">=5.4.0 <5.5.0"
|
|
},
|
|
"packages": {
|
|
"typescript": {
|
|
"version": "~5.5.2",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"20.2.0": {
|
|
"version": "20.2.0-beta.5",
|
|
"x-prompt": "Do you want to update to TypeScript v5.6?",
|
|
"requires": {
|
|
"typescript": ">=5.5.0 <5.6.0"
|
|
},
|
|
"packages": {
|
|
"typescript": {
|
|
"version": "~5.6.2",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|