Add support for Angular v20. BREAKING CHANGE: Support for Angular v17 was dropped. ### TODO - [x] Update Angular packages to the stable v20 - [x] Update `jest-preset-angular` when it releases support for Angular v20 - [x] PR: https://github.com/thymikee/jest-preset-angular/pull/3119 - [x] Release: https://github.com/thymikee/jest-preset-angular/releases/tag/v14.6.0 - [ ] Update Angular ESLint packages to the v20 stable version once released - [ ] PR: https://github.com/angular-eslint/angular-eslint/pull/2448 - [x] Update AnalogJS packages when they are released with support for Angular v20 - [x] PR: https://github.com/analogjs/analog/pull/1751 - [x] Release: https://github.com/analogjs/analog/releases/tag/v1.17.0 - [x] Fix for `@analogjs/vitest-angular` peer deps: https://github.com/analogjs/analog/pull/1754 - [x] Release: - [x] Beta: https://github.com/analogjs/analog/releases/tag/v1.17.1-beta.1 - [x] Stable: https://github.com/analogjs/analog/releases/tag/v1.17.1 - [ ] Update Storybook packages - [x] PRs: https://github.com/storybookjs/storybook/pull/31602 and https://github.com/storybookjs/storybook/pull/31611 - [x] Storybook 9 Release: https://github.com/storybookjs/storybook/releases/tag/v9.0.3 - [ ] Storybook 8 Release??: PENDING - [ ] Remaining issue: https://github.com/storybookjs/storybook/issues/31652
23 lines
494 B
JSON
23 lines
494 B
JSON
{
|
|
"name": "21.2.0-angular-eslint-package-updates",
|
|
"version": "21.2.0-beta.3",
|
|
"requires": {
|
|
"@angular/core": ">= 20.0.0 < 21.0.0",
|
|
"typescript-eslint": "^8.0.0",
|
|
"eslint": "^8.57.0 || ^9.0.0"
|
|
},
|
|
"packages": {
|
|
"angular-eslint": {
|
|
"version": "^20.0.0-beta.1",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
},
|
|
"aliases": [],
|
|
"description": "",
|
|
"hidden": false,
|
|
"implementation": "",
|
|
"path": "/packages/angular",
|
|
"schema": null,
|
|
"type": "migration"
|
|
}
|