chore(deps): bump @angular/compiler from 17.3.12 to 20.3.25#4685
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump @angular/compiler from 17.3.12 to 20.3.25#4685dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 17.3.12 to 20.3.25. - [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/v20.3.25/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/angular-17-ssr |
❌ Failed | 1m 2s | View ↗ |
nx test @snippet/angular-17 |
❌ Failed | 52s | View ↗ |
nx test @e2e/angular-17 |
❌ Failed | 1m 43s | View ↗ |
nx test @e2e/angular-19-ssr |
❌ Failed | 1m 4s | View ↗ |
nx test @e2e/angular-17-ssr |
❌ Failed | 1m 41s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 8m 27s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 8m 17s | View ↗ |
nx test @e2e/react-native-74 |
✅ Succeeded | 5m 15s | View ↗ |
Additional runs (38) |
✅ Succeeded | ... | View ↗ |
💡 Dealing with memory or CPU issues? See memory and CPU details with the resource usage add-on ↗.
☁️ Nx Cloud last updated this comment at 2026-06-15 18:25:17 UTC
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Bumps @angular/compiler from 17.3.12 to 20.3.25.
Release notes
Sourced from @angular/compiler's releases.
... (truncated)
Changelog
Sourced from @angular/compiler's changelog.
... (truncated)
Commits
a68ec70fix(compiler): sanitize two-way propertiesd40acc6fix(compiler): prevent namespaced SVG <style> elements from being stripped7ae6381test(compiler-cli): align ngtsc sanitization expectations with modern DOM sch...36200bdtest(core): update spec files to match 20.3.x limits and actual contexts (#68...823b37ftest(compiler): remove obsolete schema_extractor import (#68926)e345a58fix(core): normalize tag names in runtime i18n attribute security context loo...8f35b18fix(compiler): normalize tag names with custom namespaces in DomElementSchema...64a89e9fix(compiler): sanitize dynamic href and xlink:href bindings on SVG a element...6404edffix(compiler): strip namespaced SVG script elements during template compilati...dc631effix(core): support prefix-insensitive DOM schema lookups and compile-time i18...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 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
High Risk
A major compiler jump (17 → 20) alongside Angular 17 core/CLI/compiler-cli can break builds or template compilation; 20.3.x also includes compiler security/sanitization behavior changes worth validating in e2e/snippet tests.
Overview
Bumps
@angular/compilerfrom^17.3.0(lockfile 17.3.12) to^20.3.25in five Angular 17 SDK packages:@builder.io/sdk-angular, e2e (angular-17,angular-17-ssr), and snippets (angular-17,angular-17-ssr).yarn.lockdrops the^17.3.0compiler entry and adds@angular/compiler@20.3.25.All other
@angular/*dependencies in those workspaces stay on^17.3.0, so only the template compiler package is on a newer major line than core, CLI, and@angular/compiler-cli.Reviewed by Cursor Bugbot for commit 35911d2. Bugbot is set up for automated code reviews on this repo. Configure here.