feat: 🎸 upgrade to Angular v20#711
Merged
NetanelBasal merged 10 commits intongneat:masterfrom Jul 12, 2025
Merged
Conversation
npx ng update @angular/core @angular/cli @angular/cdk angular-eslint @angular-builders/jest @analogjs/vitest-angular @analogjs/vite-plugin-angular jest-preset-angular prettier BREAKING CHANGE: 🧨 removed TestBed.get support
`NODE_ENV=build yarn test` throws an error: TypeError [ERR_INVALID_STATE]: Invalid state: Controller is already closed bug: angular/angular-cli#30653 Update Angular to latest version with Karma fix: npx ng update @angular/core@latest @angular/cli@latest @angular/cdk@latest
|
|
BREAKING CHANGE: 🧨 peerDependencies @angular/*: >= 20.0.0
Contributor
Author
|
it seems Karma is hanging with: update: hanging issue is fixed. as of writing these jobs are still running and might need to be killed manually if they do not time out: |
"ERROR Some of your tests did a full page reload!" karma-runner/karma#3887 (comment)
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.
Upgrade to Angular v20
BREAKING CHANGE:
🧨 minimum version: Angular 20
🧨 removed
TestBed.getsupportTestBed.getis removed in v20: https://github.com/angular/angular/blob/main/CHANGELOG.md#2000-2025-05-28PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Angular 19
What is the new behavior?
Angular 20
Does this PR introduce a breaking change?
🧨 minimum version: Angular 20
🧨 removed
TestBed.getsupportOther information