Skip to content

Bump the angular group with 11 updates#260

Merged
zacharyfleck merged 1 commit intomainfrom
dependabot/npm_and_yarn/angular-130d4266f6
Feb 5, 2026
Merged

Bump the angular group with 11 updates#260
zacharyfleck merged 1 commit intomainfrom
dependabot/npm_and_yarn/angular-130d4266f6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps the angular group with 11 updates:

Package From To
@angular/animations 21.1.2 21.1.3
@angular/cdk 21.1.2 21.1.3
@angular/common 21.1.2 21.1.3
@angular/compiler 21.1.2 21.1.3
@angular/core 21.1.2 21.1.3
@angular/forms 21.1.2 21.1.3
@angular/material 21.1.2 21.1.3
@angular/platform-browser 21.1.2 21.1.3
@angular/platform-browser-dynamic 21.1.2 21.1.3
@angular/router 21.1.2 21.1.3
@angular/compiler-cli 21.1.2 21.1.3

Updates @angular/animations from 21.1.2 to 21.1.3

Release notes

Sourced from @​angular/animations's releases.

21.1.3

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory
Changelog

Sourced from @​angular/animations's changelog.

21.1.3 (2026-02-04)

core

Commit Type Description
2b254bc050 fix linkedSignal.update should propagate errors
e5110b4fa1 fix export DirectiveWithBindings
2cf4da0ea1 fix hold constructors weakly in DepsTracker cache
70a5b651be fix prevent element duplication with dynamic components

forms

Commit Type Description
6f75b6e3f6 fix Resolves debounce promise on abort in debounceForDuration

localize

Commit Type Description
4c7126d23b fix add support for unit-test builder in ng-add schematic

router

Commit Type Description
d6268c0bbb fix limit UrlParser recursion depth to prevent stack overflow
49a36f4cc7 perf Use .bind to avoid holding other closures in memory

21.2.0-next.1 (2026-01-28)

common

Commit Type Description
8bbe6dc46c feat Add Location strategies to manage trailing slash on write

forms

Commit Type Description
ebae211add feat introduce parse errors in signal forms
e682e53113 fix only touch visible, interactive fields on submit
fb05fc86d0 fix sort error summary by DOM order

language-server

Commit Type Description
6fb39d9b62 feat Support client-side file watching via onDidChangeWatchedFiles

language-service

Commit Type Description
8a7cbd4668 fix Detect local project version on creation

router

Commit Type Description
b51bab583d feat Add partial ActivatedRouteSnapshot information to canMatch params
dbd50be7f7 fix Do not intercept reload events with Navigation integration

... (truncated)

Commits

Updates @angular/cdk from 21.1.2 to 21.1.3

Release notes

Sourced from @​angular/cdk's releases.

21.1.3

cdk-experimental

Commit Description
perf - 591516c93 column-resize: add debounce to column header hover to prevent excessive handler rendering (#30709)

material

Commit Description
fix - c4f745ce7 badge: move warning check later (#32724)
fix - 910aed3c8 chips: Example violates axe accessibility tests (#32679)

aria

Commit Description
fix - 4186f740f menu: Add label property for proper aria-label (#32710)
fix - d72693582 toolbar: show outline on selected items when forced colors active (#32708)
Changelog

Sourced from @​angular/cdk's changelog.

21.1.3 "wooden-duck" (2026-02-04)

aria

Commit Type Description
4186f740f fix menu: Add label property for proper aria-label (#32710)
d72693582 fix toolbar: show outline on selected items when forced colors active (#32708)

material

Commit Type Description
c4f745ce7 fix badge: move warning check later (#32724)
910aed3c8 fix chips: Example violates axe accessibility tests (#32679)

cdk-experimental

Commit Type Description
591516c93 perf column-resize: add debounce to column header hover to prevent excessive handler rendering (#30709)

21.2.0-next.2 "plastic-bottle" (2026-01-29)

aria

Commit Type Description
82a51f367b fix combobox: Add announcement for empty results to autocomplete demo (#32707)
0395ca20f4 perf grid: avoid excessive change detections (#32705)

cdk

Commit Type Description
c71256dfdb fix listbox: incorrect wording in error message (#32697)
e78587f2bf fix table: throw when multiple row templates are used with virtual scrolling (#32682)

material

Commit Type Description
c70a4737a9 fix sidenav: incorrectly trapping focus in some cases (#32699)
34bcffb9f5 fix timepicker: make it easier to style timepicker panel (#32711)

Commits
  • d98c0ec release: cut the v21.1.3 release
  • 3211b5a build: remove deprecated compiler option (#32692)
  • c4f450b build: remove flaky test (#32730)
  • a6d52a5 build: fix out of date API golden (#32732)
  • 910aed3 fix(material/chips): Example violates axe accessibility tests (#32679)
  • 4186f74 fix(aria/menu): Add label property for proper aria-label (#32710)
  • 16e5dce docs(cdk/menu): add required 'value' to ngMenuItem jsdocs (#32440)
  • 02ca754 docs(aria/tree): adds aria tree nav rtl example (#32307)
  • c4f745c fix(material/badge): move warning check later (#32724)
  • d726935 fix(aria/toolbar): show outline on selected items when forced colors active (...
  • Additional commits viewable in compare view

Updates @angular/common from 21.1.2 to 21.1.3

Release notes

Sourced from @​angular/common's releases.

21.1.3

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory
Changelog

Sourced from @​angular/common's changelog.

21.1.3 (2026-02-04)

core

Commit Type Description
2b254bc050 fix linkedSignal.update should propagate errors
e5110b4fa1 fix export DirectiveWithBindings
2cf4da0ea1 fix hold constructors weakly in DepsTracker cache
70a5b651be fix prevent element duplication with dynamic components

forms

Commit Type Description
6f75b6e3f6 fix Resolves debounce promise on abort in debounceForDuration

localize

Commit Type Description
4c7126d23b fix add support for unit-test builder in ng-add schematic

router

Commit Type Description
d6268c0bbb fix limit UrlParser recursion depth to prevent stack overflow
49a36f4cc7 perf Use .bind to avoid holding other closures in memory

21.2.0-next.1 (2026-01-28)

common

Commit Type Description
8bbe6dc46c feat Add Location strategies to manage trailing slash on write

forms

Commit Type Description
ebae211add feat introduce parse errors in signal forms
e682e53113 fix only touch visible, interactive fields on submit
fb05fc86d0 fix sort error summary by DOM order

language-server

Commit Type Description
6fb39d9b62 feat Support client-side file watching via onDidChangeWatchedFiles

language-service

Commit Type Description
8a7cbd4668 fix Detect local project version on creation

router

Commit Type Description
b51bab583d feat Add partial ActivatedRouteSnapshot information to canMatch params
dbd50be7f7 fix Do not intercept reload events with Navigation integration

... (truncated)

Commits

Updates @angular/compiler from 21.1.2 to 21.1.3

Release notes

Sourced from @​angular/compiler's releases.

21.1.3

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory
Changelog

Sourced from @​angular/compiler's changelog.

21.1.3 (2026-02-04)

core

Commit Type Description
2b254bc050 fix linkedSignal.update should propagate errors
e5110b4fa1 fix export DirectiveWithBindings
2cf4da0ea1 fix hold constructors weakly in DepsTracker cache
70a5b651be fix prevent element duplication with dynamic components

forms

Commit Type Description
6f75b6e3f6 fix Resolves debounce promise on abort in debounceForDuration

localize

Commit Type Description
4c7126d23b fix add support for unit-test builder in ng-add schematic

router

Commit Type Description
d6268c0bbb fix limit UrlParser recursion depth to prevent stack overflow
49a36f4cc7 perf Use .bind to avoid holding other closures in memory

21.2.0-next.1 (2026-01-28)

common

Commit Type Description
8bbe6dc46c feat Add Location strategies to manage trailing slash on write

forms

Commit Type Description
ebae211add feat introduce parse errors in signal forms
e682e53113 fix only touch visible, interactive fields on submit
fb05fc86d0 fix sort error summary by DOM order

language-server

Commit Type Description
6fb39d9b62 feat Support client-side file watching via onDidChangeWatchedFiles

language-service

Commit Type Description
8a7cbd4668 fix Detect local project version on creation

router

Commit Type Description
b51bab583d feat Add partial ActivatedRouteSnapshot information to canMatch params
dbd50be7f7 fix Do not intercept reload events with Navigation integration

... (truncated)

Commits

Updates @angular/core from 21.1.2 to 21.1.3

Release notes

Sourced from @​angular/core's releases.

21.1.3

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory
Changelog

Sourced from @​angular/core's changelog.

21.1.3 (2026-02-04)

core

Commit Type Description
2b254bc050 fix linkedSignal.update should propagate errors
e5110b4fa1 fix export DirectiveWithBindings
2cf4da0ea1 fix hold constructors weakly in DepsTracker cache
70a5b651be fix prevent element duplication with dynamic components

forms

Commit Type Description
6f75b6e3f6 fix Resolves debounce promise on abort in debounceForDuration

localize

Commit Type Description
4c7126d23b fix add support for unit-test builder in ng-add schematic

router

Commit Type Description
d6268c0bbb fix limit UrlParser recursion depth to prevent stack overflow
49a36f4cc7 perf Use .bind to avoid holding other closures in memory

21.2.0-next.1 (2026-01-28)

common

Commit Type Description
8bbe6dc46c feat Add Location strategies to manage trailing slash on write

forms

Commit Type Description
ebae211add feat introduce parse errors in signal forms
e682e53113 fix only touch visible, interactive fields on submit
fb05fc86d0 fix sort error summary by DOM order

language-server

Commit Type Description
6fb39d9b62 feat Support client-side file watching via onDidChangeWatchedFiles

language-service

Commit Type Description
8a7cbd4668 fix Detect local project version on creation

router

Commit Type Description
b51bab583d feat Add partial ActivatedRouteSnapshot information to canMatch params
dbd50be7f7 fix Do not intercept reload events with Navigation integration

... (truncated)

Commits
  • 2cf4da0 fix(core): hold constructors weakly in DepsTracker cache
  • 2b254bc fix(core): linkedSignal.update should propagate errors
  • e5110b4 fix(core): export DirectiveWithBindings
  • 70a5b65 fix(core): prevent element duplication with dynamic components
  • 0a4c647 refactor(core): Remove unsued properties in differ factories
  • b9b9343 docs: Add missing link in HostListener documentation
  • cfe7340 refactor(core): remove unused restriction parameter
  • See full diff in compare view

Updates @angular/forms from 21.1.2 to 21.1.3

Release notes

Sourced from @​angular/forms's releases.

21.1.3

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory
Changelog

Sourced from @​angular/forms's changelog.

21.1.3 (2026-02-04)

core

Commit Type Description
2b254bc050 fix linkedSignal.update should propagate errors
e5110b4fa1 fix export DirectiveWithBindings
2cf4da0ea1 fix hold constructors weakly in DepsTracker cache
70a5b651be fix prevent element duplication with dynamic components

forms

Commit Type Description
6f75b6e3f6 fix Resolves debounce promise on abort in debounceForDuration

localize

Commit Type Description
4c7126d23b fix add support for unit-test builder in ng-add schematic

router

Commit Type Description
d6268c0bbb fix limit UrlParser recursion depth to prevent stack overflow
49a36f4cc7 perf Use .bind to avoid holding other closures in memory

21.2.0-next.1 (2026-01-28)

common

Commit Type Description
8bbe6dc46c feat Add Location strategies to manage trailing slash on write

forms

Commit Type Description
ebae211add feat introduce parse errors in signal forms
e682e53113 fix only touch visible, interactive fields on submit
fb05fc86d0 fix sort error summary by DOM order

language-server

Commit Type Description
6fb39d9b62 feat Support client-side file watching via onDidChangeWatchedFiles

language-service

Commit Type Description
8a7cbd4668 fix Detect local project version on creation

router

Commit Type Description
b51bab583d feat Add partial ActivatedRouteSnapshot information to canMatch params
dbd50be7f7 fix Do not intercept reload events with Navigation integration

... (truncated)

Commits
  • 1bf6bfc test(forms): remove zone-based testing utilities
  • 04d518b refactor(forms): work around internal issue
  • bbd5cf8 test(forms): migrate reactive forms and value accessors to zoneless
  • 6f75b6e fix(forms): Resolves debounce promise on abort in debounceForDuration
  • See full diff in compare view

Updates @angular/material from 21.1.2 to 21.1.3

Release notes

Sourced from @​angular/material's releases.

21.1.3

cdk-experimental

Commit Description
perf - 591516c93 column-resize: add debounce to column header hover to prevent excessive handler rendering (#30709)

material

Commit Description
fix - c4f745ce7 badge: move warning check later (#32724)
fix - 910aed3c8 chips: Example violates axe accessibility tests (#32679)

aria

Commit Description
fix - 4186f740f menu: Add label property for proper aria-label (#32710)
fix - d72693582 toolbar: show outline on selected items when forced colors active (#32708)
Changelog

Sourced from @​angular/material's changelog.

21.1.3 "wooden-duck" (2026-02-04)

aria

Commit Type Description
4186f740f fix menu: Add label property for proper aria-label (#32710)
d72693582 fix toolbar: show outline on selected items when forced colors active (#32708)

material

Commit Type Description
c4f745ce7 fix badge: move warning check later (#32724)
910aed3c8 fix chips: Example violates axe accessibility tests (#32679)

cdk-experimental

Commit Type Description
591516c93 perf column-resize: add debounce to column header hover to prevent excessive handler rendering (#30709)

21.2.0-next.2 "plastic-bottle" (2026-01-29)

aria

Commit Type Description
82a51f367b fix combobox: Add announcement for empty results to autocomplete demo (#32707)
0395ca20f4 perf grid: avoid excessive change detections (#32705)

cdk

Commit Type Description
c71256dfdb fix listbox: incorrect wording in error message (#32697)
e78587f2bf fix table: throw when multiple row templates are used with virtual scrolling (#32682)

material

Commit Type Description
c70a4737a9 fix sidenav: incorrectly trapping focus in some cases (#32699)
34bcffb9f5 fix timepicker: make it easier to style timepicker panel (#32711)

Commits
  • d98c0ec release: cut the v21.1.3 release
  • 3211b5a build: remove deprecated compiler option (#32692)
  • c4f450b build: remove flaky test (#32730)
  • a6d52a5 build: fix out of date API golden (#32732)
  • 910aed3 fix(material/chips): Example violates axe accessibility tests (#32679)
  • 4186f74 fix(aria/menu): Add label property for proper aria-label (#32710)
  • 16e5dce docs(cdk/menu): add required 'value' to ngMenuItem jsdocs (#32440)
  • 02ca754 docs(aria/tree): adds aria tree nav rtl example (#32307)
  • c4f745c fix(material/badge): move warning check later (#32724)
  • d726935 fix(aria/toolbar): show outline on selected items when forced colors active (...
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 21.1.2 to 21.1.3

Release notes

Sourced from @​angular/platform-browser's releases.

21.1.3

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory
Changelog

Sourced from @​angular/platform-browser's changelog.

21.1.3 (2026-02-04)

core

<...

Description has been truncated

Commit Type Description

Bumps the angular group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.1.2` | `21.1.3` |
| [@angular/cdk](https://github.com/angular/components) | `21.1.2` | `21.1.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.1.2` | `21.1.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.1.2` | `21.1.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.1.2` | `21.1.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.1.2` | `21.1.3` |
| [@angular/material](https://github.com/angular/components) | `21.1.2` | `21.1.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.1.2` | `21.1.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.1.2` | `21.1.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.1.2` | `21.1.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.1.2` | `21.1.3` |


Updates `@angular/animations` from 21.1.2 to 21.1.3
- [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.1.3/packages/animations)

Updates `@angular/cdk` from 21.1.2 to 21.1.3
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.1.2...v21.1.3)

Updates `@angular/common` from 21.1.2 to 21.1.3
- [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.1.3/packages/common)

Updates `@angular/compiler` from 21.1.2 to 21.1.3
- [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.1.3/packages/compiler)

Updates `@angular/core` from 21.1.2 to 21.1.3
- [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.1.3/packages/core)

Updates `@angular/forms` from 21.1.2 to 21.1.3
- [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.1.3/packages/forms)

Updates `@angular/material` from 21.1.2 to 21.1.3
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.1.2...v21.1.3)

Updates `@angular/platform-browser` from 21.1.2 to 21.1.3
- [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.1.3/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 21.1.2 to 21.1.3
- [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.1.3/packages/platform-browser-dynamic)

Updates `@angular/router` from 21.1.2 to 21.1.3
- [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.1.3/packages/router)

Updates `@angular/compiler-cli` from 21.1.2 to 21.1.3
- [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.1.3/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-version: 21.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 21.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 21.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 21.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 21.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/material"
  dependency-version: 21.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 21.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2026
@dependabot dependabot bot requested a review from zacharyfleck as a code owner February 5, 2026 14:45
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Feb 5, 2026
@zacharyfleck zacharyfleck merged commit 27b0ca5 into main Feb 5, 2026
2 checks passed
@zacharyfleck zacharyfleck deleted the dependabot/npm_and_yarn/angular-130d4266f6 branch February 5, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant