Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major upgrade of the Angular Starter project from Angular 20 to Angular 21, along with a full modernization of the development tooling stack.
Angular 21 Migration
@angular/*core packages, CLI, and Material to v215.9.3(required by Angular 21)@angular-eslintschematics and plugins to v21Storybook v10
@storybook/addon-essentials,@storybook/blocks, etc.) that are no longer needed in v10@storybook/angularandeslint-plugin-storybookto v10Cypress → Playwright Migration
@cypress/schematicentirely@playwright/testwith Chromium, Firefox, and WebKit browser supportnpm run e2enow runs Playwright across all 3 browser engines ✅DevDependencies Upgraded to Latest
@eslint/jsand@eslint/eslintrcas explicit deps)Dependency Resolution
legacy-peer-deps=trueto handle ESLint v10 peer dependency conflicts with@angular-eslint(which hasn't updated its peer range yet)overridesin package.json for@typescript-eslint/*TypeScript version compatibilitytransformIgnorePatternsto Jest config for@jsverseESM module supporthuskyprepare script from deprecatedhusky installtohuskyVerification
npm run build:prod— production build passesnpm run test:ci— all unit tests passnpm run lint— linting passes (ESLint 10)npm run e2e— 3/3 Playwright E2E tests pass (Chromium, Firefox, WebKit)Resolves #37 & #40