-
Notifications
You must be signed in to change notification settings - Fork 15
chore(deps): update angular monorepo to v20 (major) - autoclosed #175
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
Closed
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
|
✅ Deploy Preview for plugin-angular-universal-demo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
258516e to
cf931eb
Compare
cf931eb to
249bf74
Compare
249bf74 to
615f6e4
Compare
615f6e4 to
4f5ebbd
Compare
4f5ebbd to
924883e
Compare
924883e to
245042d
Compare
245042d to
6c7c05a
Compare
6c7c05a to
d3d6780
Compare
d3d6780 to
7d94c50
Compare
7d94c50 to
f2334a0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bump-framework-in-fixtures
dependencies
javascript
type: chore
work needed to keep the product and development running smoothly
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.
This PR contains the following updates:
^18.0.1->^20.0.0-next^19.1.5->^20.0.0-next^19.1.5->^20.0.0-next^18.1.0-rc->^20.0.0-next^19.1.5->^20.0.0-next^19.1.5->^20.0.0-next^18.1.0-rc->^20.0.0-next^19.1.5->^20.0.0-next^19.1.5->^20.0.0-next^18.1.0-rc->^20.0.0-next^19.1.5->^20.0.0-next^19.1.5->^20.0.0-next^18.1.0-rc->^20.0.0-next^19.1.5->^20.0.0-next^19.1.5->^20.0.0-next^18.0.1->^20.0.0-next^19.1.5->^20.0.0-next^19.1.5->^20.0.0-next^18.1.0-rc->^20.0.0-next^19.1.5->^20.0.0-next^19.1.5->^20.0.0-next^18.1.0-rc->^20.0.0-next^19.1.5->^20.0.0-next^19.1.5->^20.0.0-next^18.1.0-rc->^20.0.0-next^19.1.5->^20.0.0-next^19.1.5->^20.0.0-next^18.0.1->^20.0.0-next^19.1.5->^20.0.0-next^19.1.5->^20.0.0-nextRelease Notes
angular/angular (@angular/animations)
v20.0.0-next.3Compare Source
Breaking Changes
core
TestBed.gethas been removed. UseTestBed.injectinstead.compiler-cli
core
rejectErrorsoption encourages uncaught exceptions (#60397)platform-browser-dynamic
@angular/common(#60458)upgrade
v20.0.0-next.2Compare Source
Breaking Changes
core
InjectFlagshas been removed.injectno longer acceptsInjectFlags.Injector.getno longer acceptsInjectFlags.EnvironmentInjector.getno longer acceptsInjectFlags.TestBed.getno longer acceptsInjectFlags.TestBed.injectno longer acceptsInjectFlags.anyoverload has been removed frominjector.get. It now only supportsProviderToken<T>and (deprecatedsince v4)
string.ApplicationRef.tickwill no longer catch and reporterrors to the appplication
ErrorHandler. Errors will instead be thrown out ofthe method and will allow callers to determine how to handle these
errors, such as aborting follow-up work or reporting the error and
continuing.
Deprecations
platform-browser
common
compiler
compiler-cli
core
ApplicationRef.tickto callsite (#60102)forms
platform-browser
platform-server
rxjs(#60308)router
v20.0.0-next.1Compare Source
Breaking Changes
common
AsyncPipenow directly catches unhandled errors insubscriptions and promises and reports them to the application's
ErrorHandler. For Zone-based applications, these errors would havebeen caught by ZoneJS and reported to
ErrorHandlerso the result isgenerally the same. The change to the exact mechanism for reporting can
result in differences in test environments that will require test
updates.
core
PendingTasks.runno longer returns the result of theasync function. If this behavior is desired, it can be re-implemented
manually with the
PendingTasks.add. Be aware, however, that promise rejectionswill need to be handled or they can cause the node process to shut down
when using SSR.
common
onUrlChangelistener when root scope is destroyed (#60004)compiler
compiler-cli
core
Injector.destroyonInjectorcreated withInjector.create(#60054)PendingTasks.run(#60044)language-service
v20.0.0-next.0Compare Source
Breaking Changes
common
Yformatter (week-numbering year) without also includingw(week number) is now detected as suspicious date pattern, asyis typically intended.compiler
voidin an expression now refers to the operatorPreviously an expression in the template like
{{void}}referred to aproperty on the component class. After this change it now refers to the
voidoperator, which would make the above example invalid. If you haveexisting expressions that need to refer to a property named
void,change the expression to use
this.voidinstead:{{this.void}}.common
compiler
core
CDR.detectChanges(#60056)router
v19.2.3Compare Source
compiler-cli
core
platform-browser-dynamic
@angular/common(#60458)upgrade
v19.2.2Compare Source
common
compiler
compiler-cli
core
platform-server
rxjs(#60308)router
v19.2.1Compare Source
common
onUrlChangelistener when root scope is destroyed (#60004)compiler-cli
core
language-service
v19.2.0Compare Source
common
httpResource(#59876)compiler
compiler-cli
core
resource()(#59655)hasValuenarrowing toResourceRef(#59708)resource()'sprevious.state(#59708)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.