Update angular monorepo to v15.1.0 #131
Merged
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:
15.0.4->15.1.015.0.4->15.1.015.0.4->15.1.015.0.4->15.1.0Release Notes
angular/angular
v15.1.0Compare Source
Deprecations
router
CanLoad guards in the Router are deprecated. Use CanMatch
instead.
router writable properties
The following strategies are meant to be configured by registering the
application strategy in DI via the
providersin the rootNgModuleorbootstrapApplication:routeReuseStrategytitleStrategyurlHandlingStrategyThe following options are meant to be configured using the options
available in
RouterModule.forRootorprovideRouter.onSameUrlNavigationparamsInheritanceStrategyurlUpdateStrategycanceledNavigationResolutionThe following options are available in
RouterModule.forRootbut notavailable in
provideRouter:malformedUriErrorHandler- This was found to not be used anywhereinternally.
errorHandler- Developers can instead subscribe toRouter.eventsand filter for
NavigationError.common
compiler
compiler-cli
@babel/coredependency and lock version (#48634)core
TestBed.runInInjectionContextto help test functions which useinject(#47955)isStandalone()function available in public API (#48114)forms
language-service
package.jsonfor vscode extension resolution (#48678)/apientry-point (#48670)localize
@angular/localizeon `ng add (#48502)migrations
router
onSameUrlNavigationdefault per-navigation (#48050)Special Thanks
Alan Agius, Alex Castle, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Bob Watson, Charles Lyding, Derek Cormier, Doug Parker, Dylan Hunn, George Kalpakas, Greg Magolan, Jessica Janiuk, JiaLiPassion, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Renan Ferro, Tim Gates, Vadim, Virginia Dooley, ced, mgechev, piyush132000, robertIsaac and sr5434
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 has been generated by Mend Renovate. View repository job log here.