Skip to content

chore(deps): update angular (main)#2766

Merged
sbb-angular-renovate[bot] merged 1 commit intomainfrom
renovate/main-angular
Mar 11, 2026
Merged

chore(deps): update angular (main)#2766
sbb-angular-renovate[bot] merged 1 commit intomainfrom
renovate/main-angular

Conversation

@sbb-angular-renovate
Copy link
Contributor

@sbb-angular-renovate sbb-angular-renovate bot commented Feb 25, 2026

This PR contains the following updates:

Package Change Age Confidence
@angular-devkit/build-angular 21.1.521.2.2 age confidence
@angular-devkit/core 21.1.521.2.2 age confidence
@angular-devkit/schematics 21.1.521.2.2 age confidence
@angular/animations (source) 21.1.521.2.3 age confidence
@angular/build 21.1.521.2.2 age confidence
@angular/cdk 21.1.521.2.2 age confidence
@angular/cli 21.1.521.2.2 age confidence
@angular/common (source) 21.1.521.2.3 age confidence
@angular/compiler (source) 21.1.521.2.3 age confidence
@angular/compiler-cli (source) 21.1.521.2.3 age confidence
@angular/core (source) 21.1.621.2.3 age confidence
@angular/elements (source) 21.1.521.2.3 age confidence
@angular/forms (source) 21.1.521.2.3 age confidence
@angular/localize 21.1.521.2.3 age confidence
@angular/platform-browser (source) 21.1.521.2.3 age confidence
@angular/platform-browser-dynamic (source) 21.1.521.2.3 age confidence
@angular/platform-server (source) 21.1.521.2.3 age confidence
@angular/router (source) 21.1.521.2.3 age confidence
@angular/ssr 21.1.521.2.2 age confidence
@schematics/angular 21.1.521.2.2 age confidence

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v21.2.2

Compare Source

@​angular/cli
Commit Type Description
8447d9132 fix conditionally quote package names when adding dependencies based on host requirements
d2f209823 fix preserve exact version in ng add when requested
28f4d684a perf avoid redundant package version resolution in ng add
@​angular/build
Commit Type Description
06010294f fix allow any CHROME_BIN for vitest playwright provider
8dec0c62b fix normalize line endings for CSP hash generation
58688ebd7 fix pass process environment variables to prerender workers
4ca61647f fix resolve assets correctly during i18n prerendering

v21.2.1

Compare Source

@​angular/cli
Commit Type Description
ae4c28d00 fix correct dev dependency detection logic in ng add
465073bc1 fix disable npm update notifier in package manager host
36270634f fix ensure group members are updated to targeted version
d87dba6af fix ignore unknown files when formatting schematic changes
@​schematics/angular
Commit Type Description
72d466aa0 fix prevent adding test dependencies when minimal option is enabled
@​angular-devkit/build-angular
Commit Type Description
0019d1c8e fix update copy-webpack-plugin to v14.0.0
@​angular/build
Commit Type Description
6ad860863 fix bundle polyfills to preserve execution order in dev server
d17397375 fix conditionally allow vi.mock for non-relative imports
0d49f86ed fix resolve style include paths relative to ng-package.json in unit-test builder
584f6a2d9 fix treat empty browsers array as undefined in unit-test builder
6699cdc9b perf fix memory leak in ng serve with i18n
@​angular/ssr
Commit Type Description
43a9dfa66 fix improve header validation logic
dee3717b3 fix introduce DI token to signal route discovery process

v21.2.0

Compare Source

@​angular/cli
Commit Type Description
0dd04f289 feat add markdown files to Prettier's formatting list
fbae1b6ab feat automatic formatting files modified by schematics
91b9d281f feat integrate file formatting into update migrations
98a24d040 feat standardize MCP tools around workspace/project options
d9cd609c5 fix correctly parse scoped packages in yarn classic list output
5b05f2500 fix enable shell option for Prettier execution on Windows platforms
25b8a157d fix quote complex range specifiers in package manager
6f29a8c35 fix renamed files by their new path in the schematic workflow
201a036f2 fix simplify Angular version compatibility checks and add special handling for local builds of new major versions
cdd26bb66 fix validate package manager version using semver.valid and throw an error if invalid
bc363af8b perf optimize package manager discovery with stat-based probing
@​schematics/angular
Commit Type Description
aa7381efd feat add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency
f80db6fb7 feat add ng-add support for Vitest browser providers
5d1df50d8 fix add actionable feedback to vitest-browser schematic
@​angular/build
Commit Type Description
ece30f235 feat add headless option to unit-test builder
cad7a7c0f feat run vitest browser with playwright with OS theme
0b4982720 fix adjust sourcemap sources when Vitest wrapper is bypassed
1f114a9e8 fix bundle setup files in unit-test builder for Vitest
fd5cb28c8 fix explicitly fail when using Vitest runtime mocking
dc899e8a5 fix normalize allowedHosts in dev-server
26bbea12f fix serve extensionless assets without transformation
angular/angular (@​angular/animations)

v21.2.3

Compare Source

core
Commit Type Description
62a97f7e4b fix ensure definitions compile
21b1c3b2ee fix include signal debug names in their toString() representation
224e60ecb1 fix sanitize translated attribute bindings with interpolations

v21.2.2

Compare Source

compiler
Commit Type Description
1df1697c6e fix prevent mutation of children array in RecursiveVisitor
compiler-cli
Commit Type Description
c822bf8e76 fix always parenthesize object literals in TCB
05d022d5e6 fix ignore generated ngDevMode signal branch for code coverage
forms
Commit Type Description
670d1660c4 feat add 'blur' option to debounce rule

v21.2.1

Compare Source

core
Commit Type Description
e2e9a9a531 fix adds transfer cache to httpResource to fix hydration
b4ec3cc4e4 fix prevent child animation elements from being orphaned
e923d88398 fix Prevent removal of elements during drag and drop
http
Commit Type Description
277ade97ac fix correctly cache blob responses in transfer cache (#​67002)

v21.2.0

Compare Source

common
Commit Type Description
18003a33bb feat add an 'outlet' injector option for ngTemplateOutlet
8bbe6dc46c feat Add Location strategies to manage trailing slash on write
51cc914807 feat support height in ImageLoaderConfig and built-in loaders
compiler
Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
95b3f37d4a feat Exhaustive checks for switch blocks
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice
compiler-cli
Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration
2ea6dfc6c9 fix update diagnostic to flag no-op arrow functions in listeners
core
Commit Type Description
8d5210c9fe feat add ChangeDetectionStrategy.Eager alias for Default
92d2498910 feat add host node to DeferBlockData (#​66546)
ea2016a6dc feat add support for nested animations
81cabc1477 feat add support for TypeScript 6
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
a7e8abbb7e fix correctly handle SkipSelf when resolving from embedded view injector
0806ee3826 fix prevent animated element duplication with dynamic components in zoneless mode
ed78fa05c7 fix Remove note to skip arrow functions in best practices
forms
Commit Type Description
f56bb07d83 feat add field param to submit action and onInvalid
ba009b6031 feat add form directive
22afbb2f36 feat add parsing support to native inputs (#​66917)
95c386469c feat Add passing focus options to form field
95ecce8334 feat allow setting submit options at form-level
ebae211add feat introduce parse errors in signal forms
3937afc316 feat introduce SignalFormControl for Reactive Forms compatibility
30f0914754 feat support binding null to number input (#​66917)
dd208ca259 feat update submit function to accept options object
27397b3f4f fix clear parse errors when model updates (#​66917)
63d8005703 fix preserve custom-control focus context in signal forms
631f60d1f9 fix preserve parse errors when parse returns value
adfb83146b fix simplify design of parse errors
fb05fc86d0 fix sort error summary by DOM order
567f292e8e fix support custom controls as host directives
bdfb60f3e3 fix use consistent error format returned from parse
d75046bc09 fix warn when showing hidden field state
language-server
Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles
6fb39d9b62 feat Support client-side file watching via onDidChangeWatchedFiles
language-service
Commit Type Description
496967e7b1 feat add JSON schema for angularCompilerOptions
8c21866f49 feat add linked editing ranges for HTML tag synchronization
d2137928e8 perf use lightweight project warmup for Angular analysis
router
Commit Type Description
b51bab583d feat Add partial ActivatedRouteSnapshot information to canMatch params
cf9620f7d0 feat Make match options optional in isActive
907a94dcec feat Update IsActiveMatchOptions APIs to accept a Partial

v21.1.6

Compare Source

Breaking Changes

core
  • Angular now only applies known attributes from HTML in translated ICU content. Unknown attributes are dropped and not rendered.

    (cherry picked from commit 306f367)

common
Commit Type Description
31d3d56496 fix fix LCP image detection with duplicate URLs
compiler-cli
Commit Type Description
24b578ce90 fix detect uninvoked functions in defer trigger expressions
core
Commit Type Description
b858309532 fix block creation of sensitive URI attributes from ICU messages
angular/components (@​angular/cdk)

v21.2.2

Compare Source

aria
Commit Type Description
345c543dcb fix grid: unit tests and small fixes for grid directives (#​32841)

v21.2.1

Compare Source

aria
Commit Type Description
c1295c5818 fix menu: itemSelected not emitted when menu is attached to a trigger (#​32880)
material
Commit Type Description
cebf303417 fix checkbox: hide decorative elements from assistive technology
2abe8e6b73 fix menu: render backdrop for context menu if explicitly opted in (#​32845)
e2f7308dc4 fix radio: hide decorative elements from assistive technology
multiple
Commit Type Description
17c19cc73b fix expand type for restoreFocus (#​32877)

v21.2.0

Compare Source

aria
Commit Type Description
31ff7f26b5 fix grid: align output naming with styleguide
d030725f46 fix menu: align output naming with styleguide
cdk
Commit Type Description
cd5209e9f5 fix portal: allow bindings to be passed to component portal (#​32814)
e397ecbcfa fix table: remove string-based DI tokens (#​32677)
material
Commit Type Description
8c4526935e fix core: expose strong focus indicator structural styles (#​32808)
7fe3081148 fix datepicker: drop dependency on NgClass (#​32810)

v21.1.6

Compare Source

aria
Commit Type Description
50c34e6ef3 fix combobox: Adjust AutoComplete examples to properly announce no results text (#​32786)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@sbb-angular-renovate
Copy link
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@sbb-angular-renovate sbb-angular-renovate bot force-pushed the renovate/main-angular branch 6 times, most recently from b66c923 to c5ae8fc Compare March 4, 2026 19:56
@sbb-angular-renovate sbb-angular-renovate bot changed the title chore(deps): update angular to v21.2.0 (main) chore(deps): update angular (main) Mar 4, 2026
@sbb-angular-renovate sbb-angular-renovate bot force-pushed the renovate/main-angular branch 3 times, most recently from f95f721 to 7c42929 Compare March 5, 2026 13:48
@sbb-angular-renovate sbb-angular-renovate bot changed the title chore(deps): update angular (main) chore(deps): update angular to v21.2.1 (main) Mar 5, 2026
@sbb-angular-renovate sbb-angular-renovate bot force-pushed the renovate/main-angular branch 11 times, most recently from e696b9e to f20e7a1 Compare March 9, 2026 18:15
@sbb-angular-renovate sbb-angular-renovate bot changed the title chore(deps): update angular to v21.2.1 (main) chore(deps): update angular (main) Mar 9, 2026
@sbb-angular-renovate sbb-angular-renovate bot force-pushed the renovate/main-angular branch 3 times, most recently from 5c9a0a1 to e28dd16 Compare March 11, 2026 13:51
@sbb-angular-renovate sbb-angular-renovate bot force-pushed the renovate/main-angular branch from e28dd16 to acf1add Compare March 11, 2026 16:15
@sbb-angular-renovate sbb-angular-renovate bot changed the title chore(deps): update angular (main) chore(deps): update angular to v21.2.2 (main) Mar 11, 2026
@sbb-angular-renovate sbb-angular-renovate bot force-pushed the renovate/main-angular branch 4 times, most recently from d48f48c to 742bc33 Compare March 11, 2026 19:37
@sbb-angular-renovate sbb-angular-renovate bot changed the title chore(deps): update angular to v21.2.2 (main) chore(deps): update angular (main) Mar 11, 2026
@sbb-angular-renovate sbb-angular-renovate bot force-pushed the renovate/main-angular branch from 742bc33 to 3931560 Compare March 11, 2026 19:39
@sbb-angular-renovate sbb-angular-renovate bot merged commit 4ae4250 into main Mar 11, 2026
16 checks passed
@sbb-angular-renovate sbb-angular-renovate bot deleted the renovate/main-angular branch March 11, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants