-
-
Notifications
You must be signed in to change notification settings - Fork 243
feat: use @angular/compiler 19.2.3 and rename some AST nodes to match #2320
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
Conversation
View your CI Pipeline Execution ↗ for commit f71a9ea.
☁️ Nx Cloud last updated this comment at |
573032d
to
b871dbc
Compare
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (50.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2320 +/- ##
=======================================
Coverage 92.39% 92.39%
=======================================
Files 181 181
Lines 3419 3419
Branches 704 704
=======================================
Hits 3159 3159
Misses 201 201
Partials 59 59
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
b871dbc
to
77de89b
Compare
77de89b
to
6f90d6e
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
df0206c
to
f71a9ea
Compare
FYI @reduckted a bunch of nodes changed but hopefully should be stable now |
Apply angular-eslint/angular-eslint#2320 on custom plugins
Apply angular-eslint/angular-eslint#2320 on custom plugins
Apply angular-eslint/angular-eslint#2320 on custom plugins
Apply angular-eslint/angular-eslint#2320 on custom plugins
Apply angular-eslint/angular-eslint#2320 on custom plugins
Apply angular-eslint/angular-eslint#2320 on custom plugins
Apply angular-eslint/angular-eslint#2320 on custom plugins
It seems Angular renamed the following AST nodes:
Text$3
->Text
Element$1
->Element
Interpolation$1
->Interpolation
LetDeclaration$1
->LetDeclaration
Icu$1
->Icu
Dropping the
$number
suffix is usually the sign that a node has moved to being considered "stable".This PR contains the following updates:
19.2.1
->19.2.3
Release Notes
angular/angular (@angular/compiler)
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
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.