generated from esm-bundle/autopublish-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Update angular monorepo to v19 (major) #520
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
c9f0063
to
23017bc
Compare
53e83a7
to
bad7cdc
Compare
bad7cdc
to
aeee50d
Compare
c82b175
to
b1218cd
Compare
b1218cd
to
815ef97
Compare
815ef97
to
a7bc1f2
Compare
72a506a
to
1c81989
Compare
9c4f5a7
to
aac56b1
Compare
aac56b1
to
1469523
Compare
db43098
to
992d288
Compare
83fed7f
to
f7b4297
Compare
6526848
to
8a046c3
Compare
53ae4ac
to
f83c9fe
Compare
0d291bc
to
0a4558a
Compare
bf87e4e
to
b9b809a
Compare
251b5d7
to
3415191
Compare
9342fef
to
c43f0a8
Compare
1d18e0e
to
329880b
Compare
329880b
to
0d5e941
Compare
0d5e941
to
4e810fc
Compare
1a9028e
to
48f4899
Compare
1ae1dd0
to
aa9b8db
Compare
7e3f733
to
5213a44
Compare
1f19775
to
79f4692
Compare
937a52b
to
0cefa75
Compare
bab332c
to
71ded53
Compare
a57954a
to
c5d033a
Compare
c5d033a
to
e68c17d
Compare
e68c17d
to
b14fd1b
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:
16.0.5
->19.2.10
16.0.5
->19.2.10
16.0.5
->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,the new result can target elements and therefore could lead to breakages.
core
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.