chore(deps): bump @angular/compiler from 17.3.12 to 19.2.17
Bumps @angular/compiler from 17.3.12 to 19.2.17.
Release notes
Sourced from @angular/compiler's releases.
19.2.17
compiler
Commit Description prevent XSS via SVG animation attributeNameand MathML/SVG URLs19.2.16
http
Commit Description prevent XSRF token leakage to protocol-relative URLs 19.2.15
core
Commit Description introduce BootstrapContextfor improved server bootstrapping (#63639)Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.For more information please see: https://github.com/angular/angular/security/advisories/GHSA-68x2-mx4q-78m7
19.2.14
compiler
Commit Description lexer support for template literals in object literals (#61601) migrations
Commit Description preserve comments when removing unused imports (#61674) 19.2.13
... (truncated)
Changelog
Sourced from @angular/compiler's changelog.
19.2.17 (2025-12-01)
compiler
Commit Type Description 7c42e2ebeb fix prevent XSS via SVG animation attributeNameand MathML/SVG URLs19.2.16 (2025-11-26)
http
Commit Type Description 05fe6686a9 fix prevent XSRF token leakage to protocol-relative URLs 21.1.0-next.0 (2025-11-25)
platform-browser
Commit Type Description ec9dc94cee feat add contexttocreateApplicationab67988d2e feat resolve JIT resources in createApplicationrouter
Commit Type Description a03c82564d feat Add scroll behavior controls on router navigation c25d749d85 feat Execute RunGuardsAndResolvers function in injection context c84d372778 feat Support wildcard params with segments trailing (#64737) 20.3.14 (2025-11-25)
http
| Commit | Type | Description |
... (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)- Additional commits viewable in compare view
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] Updates @angular/compiler to ^19.2.17 across Angular 17 e2e/snippet projects and sdk-angular devDependencies, with lockfile refreshed.
- Dependencies:
- Bump
@angular/compilerfrom^17.3.0to^19.2.17in:
packages/sdks/e2e/angular-17/package.jsonpackages/sdks/e2e/angular-17-ssr/package.jsonpackages/sdks/snippets/angular-17/package.jsonpackages/sdks/snippets/angular-17-ssr/package.jsonpackages/sdks/output/angular/package.json(devDependencies)- Update
yarn.lockto resolve@angular/[email protected]and remove^17.3.0entry.Written by Cursor Bugbot for commit 0dc6ccd09420aabc1f0930aa14f5079293f42327. This will update automatically on new commits. Configure here.
⚠️ No Changeset found
Latest commit: 0dc6ccd09420aabc1f0930aa14f5079293f42327
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
🤖 Nx Cloud AI Fix Eligible
An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.
To disable these notifications, a workspace admin can disable them in workspace settings.
View your CI Pipeline Execution ↗ for commit 0dc6ccd09420aabc1f0930aa14f5079293f42327
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/react |
❌ Failed | 3m 33s | View ↗ |
nx test @snippet/angular-17 |
❌ Failed | 1m 53s | View ↗ |
nx test @e2e/angular-17-ssr |
❌ Failed | 1m 47s | View ↗ |
nx test @snippet/angular-17-ssr |
❌ Failed | 1m 51s | View ↗ |
nx test @e2e/angular-17 |
❌ Failed | 1m 47s | View ↗ |
nx test @e2e/angular-19-ssr |
❌ Failed | 1m 49s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 8m 12s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 8m 5s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-12-02 04:05:34 UTC