chore(deps): bump @angular/compiler from 21.2.10 to 21.2.17 in /frontend#5810
Merged
aglinxinyuan merged 4 commits intoJun 20, 2026
Merged
Conversation
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.10 to 21.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/v21.2.17/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the frontend’s Angular compiler dependency to a newer 21.2.x patch release, reflecting a routine dependency maintenance/security bump in the Angular toolchain.
Changes:
- Bump
@angular/compilerfrom21.2.10to21.2.17infrontend/package.json. - Update
frontend/yarn.lockto resolve@angular/compilerat21.2.17.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| frontend/package.json | Updates @angular/compiler dependency version to 21.2.17. |
| frontend/yarn.lock | Refreshes lockfile entries to reflect the new @angular/compiler version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Keep the Angular build toolchain in lockstep with @angular/compiler 21.2.17. @angular/compiler-cli declares a strict peerDependency on @angular/compiler, and @angular/localize pins both @angular/compiler and @angular/compiler-cli, so leaving them at 21.2.10 left those peers unmet (the build-critical compiler/compiler-cli pin in particular). Regenerated yarn.lock accordingly. Signed-off-by: Xinyuan Lin <xinyual3@uci.edu>
aglinxinyuan
approved these changes
Jun 20, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5810 +/- ##
============================================
- Coverage 53.43% 53.40% -0.04%
+ Complexity 2695 2691 -4
============================================
Files 1099 1099
Lines 42541 42541
Branches 4577 4577
============================================
- Hits 22732 22719 -13
- Misses 18476 18485 +9
- Partials 1333 1337 +4
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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 21.2.10 to 21.2.17.
Release notes
Sourced from @angular/compiler's releases.
... (truncated)
Changelog
Sourced from @angular/compiler's changelog.
... (truncated)
Commits
dc9c996fix(compiler): sanitize two-way propertiesae1c8a1fix(compiler): move projection attributes into constantseb1cbbffix(compiler): prevent namespaced SVG <style> elements from being stripped29ceeffdocs: fix typos in source code comments782e015fix(compiler): strip namespaced SVG script elements during template compilati...ff12fe5fix(core): normalize tag names in runtime i18n attribute security context loo...0b07f47fix(compiler): normalize tag names with custom namespaces in DomElementSchema...cc1378dfix(compiler): sanitize dynamic href and xlink:href bindings on SVG a element...daaf329fix(core): support prefix-insensitive DOM schema lookups and compile-time i18...68282dffix(compiler): strip namespaced SVG script elements during template compilationDependabot 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.