-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore(deps): bump @angular/compiler from 19.1.7 to 19.2.17 in /examples/angular-gen2 #4204
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: main
Are you sure you want to change the base?
chore(deps): bump @angular/compiler from 19.1.7 to 19.2.17 in /examples/angular-gen2 #4204
Conversation
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.1.7 to 19.2.17. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/19.2.17/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 19.2.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
|
| "@angular/animations": "^19.1.0", | ||
| "@angular/common": "^19.1.0", | ||
| "@angular/compiler": "^19.1.0", | ||
| "@angular/compiler": "^19.2.17", |
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.
Bug: Angular compiler version mismatch with compiler-cli peer dependency
The @angular/compiler is being bumped to version 19.2.17 while @angular/compiler-cli remains at ^19.1.0 (resolving to 19.1.7). The @angular/compiler-cli 19.1.7 has a peer dependency requiring exactly @angular/compiler version 19.1.7. This version mismatch between Angular packages can cause build failures or runtime incompatibilities. All Angular packages in a project typically need to be at the same minor version.
Additional Locations (1)
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/react |
❌ Failed | 2m 31s | View ↗ |
nx test @e2e/solid-start |
✅ Succeeded | 3m 59s | View ↗ |
nx test @e2e/gen1-remix |
✅ Succeeded | 5m 13s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 6m 44s | View ↗ |
nx test @e2e/react-sdk-next-15-app |
✅ Succeeded | 4m 47s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 5m 24s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 7m 11s | View ↗ |
nx test @e2e/angular-19-ssr |
✅ Succeeded | 4m 48s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-12-03 08:52:49 UTC
|
View your CI Pipeline Execution ↗ for commit 2de18d0
☁️ Nx Cloud last updated this comment at |

Bumps @angular/compiler from 19.1.7 to 19.2.17.
Release notes
Sourced from
@angular/compiler's releases.... (truncated)
Changelog
Sourced from
@angular/compiler's changelog.... (truncated)
Commits
7c42e2efix(compiler): prevent XSS via SVG animationattributeNameand MathML/SVG URLs24bab55fix(compiler): lexer support for template literals in object literals (#61601)fc2483erefactor(compiler): avoid duplication betweenFactoryTargettype (#61571)8e54b57build: move private testing helpers outsideplatform-browser/testing(#61571)44bb328fix(compiler): avoid conflicts between HMR code and local symbols (#61550)1007079build: update compiler-cli to not be stamped when used for the compiler in ng...0d025c5build: support newng_projectrule (#61336)899cb4arefactor: add explicit types for exports relying on inferred call return type...1312eb1build: remove irrelevant madge circular deps tests (#61209)964b261refactor(compiler): improvestringify(#60013)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Upgrades
@angular/compilerto 19.2.17 in the Angular example and refreshes tooling/lockfile with related dependency updates.@angular/compilerinexamples/angular-gen2/package.jsonfrom^19.1.0to^19.2.17.@angular-devkit/build-angularto^19.1.8.examples/angular-gen2/package-lock.jsonreflecting the above, with transitive updates (e.g.,css-select,css-what,parse5,msgpackr,ordered-binary) and metadata adjustments (peer/license fields).Written by Cursor Bugbot for commit 2de18d0. This will update automatically on new commits. Configure here.