generated from esm-bundle/autopublish-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Update angular monorepo to v19 (major) #600
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
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.
Open
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
9fbe21a
to
00e4d11
Compare
00e4d11
to
37acec1
Compare
37acec1
to
f299926
Compare
d9a431a
to
b661ae7
Compare
3e10af8
to
c6a5a32
Compare
304a168
to
8498548
Compare
473eac6
to
0bece85
Compare
d44ffb8
to
5c70b40
Compare
d6496ca
to
297f428
Compare
be8c570
to
07be43a
Compare
b50fdb0
to
2348f10
Compare
edd631d
to
8ea6104
Compare
a13836c
to
9f4a95a
Compare
cd6fb07
to
3f9231f
Compare
52edf52
to
48cc4e9
Compare
11629bd
to
6049a35
Compare
006b6e2
to
6a9454a
Compare
8e64ccf
to
794fe50
Compare
d9d30af
to
380e331
Compare
36ea5fd
to
8c7799b
Compare
df11c5c
to
92d42de
Compare
9386933
to
03bb7f8
Compare
065cb1a
to
68866e4
Compare
68866e4
to
c385d2c
Compare
c385d2c
to
ccc2d3d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
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:
17.1.1
->19.2.10
17.1.1
->19.2.10
17.1.1
->19.2.10
Release Notes
angular/angular (@angular/compiler)
v19.2.10
Compare Source
common
updateLatestValue
if view is destroyed before promise resolves (#61064)core
platform-server
v19.2.9
Compare Source
core
v19.2.8
Compare Source
forms
v19.2.7
Compare Source
common
NgOptimizedImage
exceeds the preload limit (#60883)core
http
httpResource
(#60802)v19.2.6
Compare Source
compiler
compiler-cli
core
language-service
v19.2.5
Compare Source
animations
@angular/common
(#60660)compiler
compiler-cli
rootDir
(#60555)core
language-service
migrations
router
service-worker
v19.2.4
Compare Source
core
localize
platform-browser
platformBrowserTesting
includesplatformBrowser
providers (#60480)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
core
resource()
(#59655)hasValue
narrowing toResourceRef
(#59708)resource()
'sprevious.state
(#59708)forms
migrations
platform-browser
platform-server
v19.1.8
Compare Source
benchpress
common
core
language-service
v19.1.7
Compare Source
common
urlChanges
subscribers when root scope is destroyed (#59703)compiler-cli
forms
FormRecord
. (#59993)v19.1.6
Compare Source
compiler
compiler-cli
core
migrations
v19.1.5
Compare Source
compiler-cli
v19.1.4
Compare Source
core
elements
platform-browser
baseHref
tosourceMappingURL
in CSS content (#59730)_originalEvent
property (#59690)_originalEvent
property (#59690)_originalEvent
property (#59690)router
service-worker
rxjs
peer dependency (#59747)v19.1.3
Compare Source
compiler
compiler-cli
core
migrations
platform-browser
v19.1.2
Compare Source
compiler
@ng/component
URL to be relative (#59620)compiler-cli
core
Resource
to use explicitundefined
in its typings (#59024)_ejsa
when app is destroyed (#59492)equal
as part of computation (#55818)v19.1.1
Compare Source
core
platform-browser
v19.1.0
Compare Source
common
compiler
compiler-cli
core
migrations
platform-browser
router
events
on dispose (#59327)v19.0.7
Compare Source
compiler-cli
core
migrations
v19.0.6
Compare Source
compiler-cli
core
effect
never run. (#59415)platform-browser
router
v19.0.5
Compare Source
core
on timer
andon idle
on the server (#59177)platform-server
v19.0.4
Compare Source
compiler-cli
core
platform-browser
v19.0.3
Compare Source
v19.0.2
Compare Source
compiler-cli
core
migrations
platform-server
v19.0.1
Compare Source
compiler-cli
core
forms
language-service
migrations
v19.0.0
Compare Source
Blog post: https://blog.angular.dev/meet-angular-v19-7b29dfd05b84
Breaking Changes
compiler
this.foo
property reads no longer refer to template context variables. If you intended to read the template variable, do not usethis.
.:where()
and:is()
,parsing of
:host
andhost-context
, parsing selectors within pseudo selector arguments (for instance comma separated selectors).These changes could lead to a different specificity of the resulting selectors and/or previously broken selectors being applied now,
for example
:where(:host)
used to transform to:where()[ng-host]
and is being:where([ng-host])
now. Unlike the previous outcome,th
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.