-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore(deps): update angular monorepo to v20 (major) #175
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-angular-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
0 participants
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-next
Release Notes
angular/angular (@angular/animations)
v20.0.0-next.3
Compare Source
Breaking Changes
core
TestBed.get
has been removed. UseTestBed.inject
instead.compiler-cli
core
rejectErrors
option encourages uncaught exceptions (#60397)platform-browser-dynamic
@angular/common
(#60458)upgrade
v20.0.0-next.2
Compare Source
Breaking Changes
core
InjectFlags
has been removed.inject
no longer acceptsInjectFlags
.Injector.get
no longer acceptsInjectFlags
.EnvironmentInjector.get
no longer acceptsInjectFlags
.TestBed.get
no longer acceptsInjectFlags
.TestBed.inject
no longer acceptsInjectFlags
.any
overload has been removed frominjector.get
. It now only supportsProviderToken<T>
and (deprecatedsince v4)
string
.ApplicationRef.tick
will 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.tick
to callsite (#60102)forms
platform-browser
platform-server
rxjs
(#60308)router
v20.0.0-next.1
Compare Source
Breaking Changes
common
AsyncPipe
now 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
ErrorHandler
so 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.run
no 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
onUrlChange
listener when root scope is destroyed (#60004)compiler
compiler-cli
core
Injector.destroy
onInjector
created withInjector.create
(#60054)PendingTasks.run
(#60044)language-service
v20.0.0-next.0
Compare Source
Breaking Changes
common
Y
formatter (week-numbering year) without also includingw
(week number) is now detected as suspicious date pattern, asy
is typically intended.compiler
void
in 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
void
operator, 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.void
instead:{{this.void}}
.common
compiler
core
CDR.detectChanges
(#60056)router
v19.2.3
Compare Source
compiler-cli
core
platform-browser-dynamic
@angular/common
(#60458)upgrade
v19.2.2
Compare Source
common
compiler
compiler-cli
core
platform-server
rxjs
(#60308)router
v19.2.1
Compare Source
common
onUrlChange
listener when root scope is destroyed (#60004)compiler-cli
core
language-service
v19.2.0
Compare Source
common
httpResource
(#59876)compiler
compiler-cli
core
resource()
(#59655)hasValue
narrowing 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.