-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update angular monorepo to v20 (major) #248
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
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
Apply Sweep Rules to your PR?
|
deff847
to
8f85d6b
Compare
8f85d6b
to
8d9506e
Compare
8d9506e
to
ca97384
Compare
ca97384
to
db99bdd
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThis change updates Angular dependencies from version 16.2.0 to 18.2.0 across several core packages in the Changes
Possibly related issues
Poem
Comment |
|
db99bdd
to
1267a62
Compare
1267a62
to
2e1b598
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- package.json (2 hunks)
Additional comments not posted (1)
package.json (1)
17-24
: Ensure compatibility with@angular/core
and Angular CLI.The Angular dependencies have been updated to version 18.2.0, but
@angular/core
is still at version 16.2.0. This mismatch can lead to compatibility issues. Additionally, the Angular CLI and build tools indevDependencies
are still at version 16.2.0, which might not support the new features or changes in Angular 18.Consider updating
@angular/core
,@angular-devkit/build-angular
, and@angular/cli
to version 18.2.0 to ensure compatibility and take advantage of the latest features and improvements.Also applies to: 34-34
2e1b598
to
cb34b09
Compare
cb34b09
to
a6964c7
Compare
a6964c7
to
729f756
Compare
729f756
to
d0b74de
Compare
d0b74de
to
136cf70
Compare
136cf70
to
25e323b
Compare
25e323b
to
6b252ad
Compare
6b252ad
to
cd5f3e3
Compare
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
~16.2.0
->~20.3.0
~16.2.0
->~20.3.0
~16.2.0
->~20.3.0
~16.2.0
->~20.3.0
~16.2.0
->~20.3.0
~16.2.0
->~20.3.0
~16.2.0
->~20.3.0
~16.2.0
->~20.3.0
~16.2.0
->~20.3.0
Release Notes
angular/angular (@angular/animations)
v20.3.0
Compare Source
Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
After:
A schematic is provided to automatically update
main.server.ts
files to pass theBootstrapContext
to thebootstrapApplication
call.In addition,
getPlatform()
anddestroyPlatform()
will now returnnull
and be a no-op respectively when running in a server environment.(cherry picked from commit
8bf80c9
)core
BootstrapContext
for improved server bootstrapping (#63636)v20.2.4
Compare Source
core
platform-server
v20.2.3
Compare Source
compiler
core
rxResource
stream
threw before returning anObservable
(#63342)v20.2.2
Compare Source
compiler
core
@for
loop animations never get cancelled (#63328)animate.leave
binding to a string with spaces (#63366)v20.2.1
Compare Source
compiler
v20.2.0
Compare Source
Deprecations
animations
core
router
animations
compiler
compiler-cli
core
as
aliases onelse if
blocks (#63047)animate.enter
class removal when composing classes (#62981)@if
toggles with leave animations (#63048)forms
http
HttpClient
(#62586)language-service
platform-browser
router
currentNavigation
signal to theRouter
service. (#62971)service-worker
v20.1.8
Compare Source
compiler
compiler-cli
v20.1.7
Compare Source
compiler
compiler-cli
core
afterRenderEffect
(#63001)router
v20.1.6
Compare Source
v20.1.5
Compare Source
compiler-cli
core
fetch
responses when loading external resources in JIT (#62992)http
set()
inHttpResource
(#62873)migrations
v20.1.4
Compare Source
compiler
core
http
v20.1.3
Compare Source
core
platform-browser
v20.1.2
Compare Source
compiler
v20.1.1
Compare Source
compiler
compiler-cli
core
http
Angular detected that a
HttpClientrequest with the
keepaliveoption was sent using XHR
when option is not true (#62536)router
v20.1.0
Compare Source
common
compiler
compiler-cli
core
destroyed
property onDestroyRef
(#61849)destroyed
property toEnvironmentInjector
(#61951)forms
FormGroup
/FormRecord
([#55860](https://redirect.github.com/angular/angular/pull/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.