-
-
Notifications
You must be signed in to change notification settings - Fork 2k
build: update to Angular 20 #4778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for ngrx-io canceled.
|
✅ Deploy Preview for ngrx-site-v19 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: Marko Stanimirović <markostanimirovic95@gmail.com>
I updated this PR to upgrade to Angular 20. |
modules/schematics/src/container/__snapshots__/index.spec.ts.snap
Outdated
Show resolved
Hide resolved
96ec375
to
dd89bbe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've checked out the branch. Ran some basic tests, new TUI looks great...all good!
Is it possible to have a beta release with this PR so that we can test it on our side? |
Yes, as usual there will be a beta version before the official release. |
@timdeschryver when can we expect beta version and the official release date. |
@JeevanMahesha see #4787 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This cannot be merged yet, the docs publish needs to be fixed first.
PR 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?
Closes #
What is the new behavior?
TestBed.flushEffects()
was removed - use theTestBed.tick()
instead. (https://github.com/angular/angular/blob/main/CHANGELOG.md#2000-next9-2025-04-30)TestBed.get
toTestBed.inject
Does this PR introduce a breaking change?
BREAKING CHANGES:
The minimum required version of Angular has been updated.
BEFORE:
The minimum required version is Angular 19.x
AFTER:
The minimum required version is Angular 20.x
Other information
While running
pnpm i
I noticed some old packages that can be updated/removed.This can be done after this PR is merged.