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
90 lines
3.0 KiB
JSON
90 lines
3.0 KiB
JSON
{
|
|
"generators": {
|
|
"update-19-6-0-add-depends-on-for-preview-server": {
|
|
"version": "19.6.0-beta.0",
|
|
"description": "Add dependsOn: [build] to preview targets using preview-server",
|
|
"implementation": "./src/migrations/update-19-6-0/add-depends-on-for-preview"
|
|
},
|
|
"update-20-0-4": {
|
|
"version": "20.0.4-beta.0",
|
|
"description": "Add gitignore entry for temporary vite config files.",
|
|
"implementation": "./src/migrations/update-20-0-4/add-vite-temp-files-to-git-ignore"
|
|
},
|
|
"update-20-0-6": {
|
|
"version": "20.0.6-beta.0",
|
|
"description": "Add gitignore entry for temporary vite config files and remove previous incorrect glob.",
|
|
"implementation": "./src/migrations/update-20-0-4/add-vite-temp-files-to-git-ignore"
|
|
},
|
|
"update-20-3-0": {
|
|
"version": "20.3.0-beta.2",
|
|
"description": "Add gitignore entry for temporary vitest config files.",
|
|
"implementation": "./src/migrations/update-20-3-0/add-vitest-temp-files-to-git-ignore"
|
|
},
|
|
"update-20-5-0-install-jiti": {
|
|
"version": "20.5.0-beta.2",
|
|
"description": "Install jiti as a devDependency to allow vite to parse TS postcss files.",
|
|
"implementation": "./src/migrations/update-20-5-0/install-jiti"
|
|
},
|
|
"update-20-5-0-update-resolve-conditions": {
|
|
"version": "20.5.0-beta.3",
|
|
"description": "Update resolve.conditions to include defaults that are no longer provided by Vite.",
|
|
"implementation": "./src/migrations/update-20-5-0/update-resolve-conditions"
|
|
},
|
|
"eslint-ignore-vite-temp-files": {
|
|
"version": "20.5.0-beta.3",
|
|
"description": "Add vite config temporary files to the ESLint configuration ignore patterns if ESLint is used.",
|
|
"implementation": "./src/migrations/update-20-5-0/eslint-ignore-vite-temp-files"
|
|
}
|
|
},
|
|
"packageJsonUpdates": {
|
|
"20.7.1": {
|
|
"version": "20.7.1-beta.0",
|
|
"packages": {
|
|
"@analogjs/vite-plugin-angular": {
|
|
"version": "~1.14.1",
|
|
"alwaysAddToPackageJson": false
|
|
},
|
|
"@analogjs/vitest-angular": {
|
|
"version": "~1.14.1",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"20.5.0": {
|
|
"version": "20.5.0-beta.3",
|
|
"packages": {
|
|
"vite": {
|
|
"version": "^6.0.0",
|
|
"alwaysAddToPackageJson": false
|
|
},
|
|
"vite-plugin-dts": {
|
|
"version": "~4.5.0",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"21.1.2": {
|
|
"version": "21.1.2-beta.0",
|
|
"packages": {
|
|
"@analogjs/vitest-angular": {
|
|
"version": "~1.16.1",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"21.2.0": {
|
|
"version": "21.2.0-beta.3",
|
|
"packages": {
|
|
"@analogjs/vite-plugin-angular": {
|
|
"version": "~1.17.1",
|
|
"alwaysAddToPackageJson": false
|
|
},
|
|
"@analogjs/vitest-angular": {
|
|
"version": "~1.17.1",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|