Skip to content

chore(deps): bump the patch-updates group with 20 updates#3462

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/patch-updates-50cc77cecc
Open

chore(deps): bump the patch-updates group with 20 updates#3462
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/patch-updates-50cc77cecc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Bumps the patch-updates group with 20 updates:

Package From To
@angular/animations 21.2.11 21.2.12
@angular/cdk 21.2.9 21.2.10
@angular/common 21.2.11 21.2.12
@angular/core 21.2.11 21.2.12
@angular/forms 21.2.11 21.2.12
@angular/material 21.2.9 21.2.10
@angular/platform-browser 21.2.11 21.2.12
@angular/platform-browser-dynamic 21.2.11 21.2.12
@angular/router 21.2.11 21.2.12
@capacitor/android 8.3.1 8.3.2
@capacitor/core 8.3.1 8.3.2
@capacitor/ios 8.3.1 8.3.2
@capacitor/push-notifications 8.0.3 8.0.4
@ionic/angular 8.8.5 8.8.6
@ionic/core 8.8.5 8.8.6
zone.js 0.16.1 0.16.2
@angular/cli 21.2.9 21.2.10
@angular/compiler 21.2.11 21.2.12
@angular/compiler-cli 21.2.11 21.2.12
@angular/language-service 21.2.11 21.2.12

Updates @angular/animations from 21.2.11 to 21.2.12

Release notes

Sourced from @​angular/animations's releases.

21.2.12

core

Commit Description
fix - fe13bb669d allow explicit read generic with signal input transforms
fix - 3430251fef i18n flags leaking on errors
fix - 1aeebbe304 respect ngSkipHydration on components with projectable nodes in LContainers
fix - 9e38ed7d57 sanitizer typings
fix - 7a05a9a71a validate security-sensitive attributes in i18n bindings
fix - c37f6ca42f visit ng-let expression value in signal migration schematics

forms

Commit Description
fix - 03ad53863b prohibit concurrent submits in signal forms
Changelog

Sourced from @​angular/animations's changelog.

21.2.12 (2026-05-06)

core

Commit Type Description
fe13bb669d fix allow explicit read generic with signal input transforms
3430251fef fix i18n flags leaking on errors
1aeebbe304 fix respect ngSkipHydration on components with projectable nodes in LContainers
9e38ed7d57 fix sanitizer typings
7a05a9a71a fix validate security-sensitive attributes in i18n bindings
c37f6ca42f fix visit ng-let expression value in signal migration schematics

forms

Commit Type Description
03ad53863b fix prohibit concurrent submits in signal forms

20.3.20 (2026-05-06)

core

Commit Type Description
a9bcffdbc7 fix disallow event attribute bindings in host bindings unconditionally (#68468)
97eeb45cfa fix validate security-sensitive attributes in i18n bindings (#68468)

platform-server

Commit Type Description
25e4e07238 fix ensure origin has a trailing slash when parsing url (#68468)

22.0.0-next.10 (2026-04-29)

common

Commit Type Description
97cac1cf4d fix prevent focus from scrollToAnchor

compiler

Commit Type Description
2896c93cc1 feat Angular expressions with optional chaining returns undefined
6bd1721662 fix let declaration span not including end character

core

Commit Type Description
444b024d49 feat Add a injectAsync helper function
8c11816490 fix fix ordering of view queries metadata in JIT mode
3583c01bf9 fix guard against non-object events and avoid listener wrapper identity mismatch
d5fd51e956 fix prevent event replay double-invocation when element hydrates before app stability

migrations

... (truncated)

Commits

Updates @angular/cdk from 21.2.9 to 21.2.10

Release notes

Sourced from @​angular/cdk's releases.

21.2.10

aria

Commit Description
fix - 48973661e menu: do not set default aria-label (#33202)
Changelog

Sourced from @​angular/cdk's changelog.

21.2.10 "metal-wallaby" (2026-05-06)

aria

Commit Type Description
48973661e fix menu: do not set default aria-label (#33202)

22.0.0-next.7 "astatine-agriculture" (2026-04-29)

aria

Commit Type Description
6ec07bc0c feat grid: add test harnesses (#33081)
05419c552 fix menu: use computed for menu item patterns, with trigger on visible (#33118)

cdk

Commit Type Description
1a5d5d101 feat dialog: add the ability to pass bindings
b916ef907 fix tree: enter/space key on child node should not toggle parent node expansion (#33125)

material

Commit Type Description
867ba993b feat bottom-sheet: add the ability to pass bindings
bf3596b53 feat dialog: add the ability to pass bindings
cb9148dca fix stepper: allow stepper to be labelled (#33137)

google-maps

Commit Type Description
e44ff8318 feat Add support for the gmp-click event (#33147)

Commits

Updates @angular/common from 21.2.11 to 21.2.12

Release notes

Sourced from @​angular/common's releases.

21.2.12

core

Commit Description
fix - fe13bb669d allow explicit read generic with signal input transforms
fix - 3430251fef i18n flags leaking on errors
fix - 1aeebbe304 respect ngSkipHydration on components with projectable nodes in LContainers
fix - 9e38ed7d57 sanitizer typings
fix - 7a05a9a71a validate security-sensitive attributes in i18n bindings
fix - c37f6ca42f visit ng-let expression value in signal migration schematics

forms

Commit Description
fix - 03ad53863b prohibit concurrent submits in signal forms
Changelog

Sourced from @​angular/common's changelog.

21.2.12 (2026-05-06)

core

Commit Type Description
fe13bb669d fix allow explicit read generic with signal input transforms
3430251fef fix i18n flags leaking on errors
1aeebbe304 fix respect ngSkipHydration on components with projectable nodes in LContainers
9e38ed7d57 fix sanitizer typings
7a05a9a71a fix validate security-sensitive attributes in i18n bindings
c37f6ca42f fix visit ng-let expression value in signal migration schematics

forms

Commit Type Description
03ad53863b fix prohibit concurrent submits in signal forms

20.3.20 (2026-05-06)

core

Commit Type Description
a9bcffdbc7 fix disallow event attribute bindings in host bindings unconditionally (#68468)
97eeb45cfa fix validate security-sensitive attributes in i18n bindings (#68468)

platform-server

Commit Type Description
25e4e07238 fix ensure origin has a trailing slash when parsing url (#68468)

22.0.0-next.10 (2026-04-29)

common

Commit Type Description
97cac1cf4d fix prevent focus from scrollToAnchor

compiler

Commit Type Description
2896c93cc1 feat Angular expressions with optional chaining returns undefined
6bd1721662 fix let declaration span not including end character

core

Commit Type Description
444b024d49 feat Add a injectAsync helper function
8c11816490 fix fix ordering of view queries metadata in JIT mode
3583c01bf9 fix guard against non-object events and avoid listener wrapper identity mismatch
d5fd51e956 fix prevent event replay double-invocation when element hydrates before app stability

migrations

... (truncated)

Commits

Updates @angular/core from 21.2.11 to 21.2.12

Release notes

Sourced from @​angular/core's releases.

21.2.12

core

Commit Description
fix - fe13bb669d allow explicit read generic with signal input transforms
fix - 3430251fef i18n flags leaking on errors
fix - 1aeebbe304 respect ngSkipHydration on components with projectable nodes in LContainers
fix - 9e38ed7d57 sanitizer typings
fix - 7a05a9a71a validate security-sensitive attributes in i18n bindings
fix - c37f6ca42f visit ng-let expression value in signal migration schematics

forms

Commit Description
fix - 03ad53863b prohibit concurrent submits in signal forms
Changelog

Sourced from @​angular/core's changelog.

21.2.12 (2026-05-06)

core

Commit Type Description
fe13bb669d fix allow explicit read generic with signal input transforms
3430251fef fix i18n flags leaking on errors
1aeebbe304 fix respect ngSkipHydration on components with projectable nodes in LContainers
9e38ed7d57 fix sanitizer typings
7a05a9a71a fix validate security-sensitive attributes in i18n bindings
c37f6ca42f fix visit ng-let expression value in signal migration schematics

forms

Commit Type Description
03ad53863b fix prohibit concurrent submits in signal forms

20.3.20 (2026-05-06)

core

Commit Type Description
a9bcffdbc7 fix disallow event attribute bindings in host bindings unconditionally (#68468)
97eeb45cfa fix validate security-sensitive attributes in i18n bindings (#68468)

platform-server

Commit Type Description
25e4e07238 fix ensure origin has a trailing slash when parsing url (#68468)

22.0.0-next.10 (2026-04-29)

common

Commit Type Description
97cac1cf4d fix prevent focus from scrollToAnchor

compiler

Commit Type Description
2896c93cc1 feat Angular expressions with optional chaining returns undefined
6bd1721662 fix let declaration span not including end character

core

Commit Type Description
444b024d49 feat Add a injectAsync helper function
8c11816490 fix fix ordering of view queries metadata in JIT mode
3583c01bf9 fix guard against non-object events and avoid listener wrapper identity mismatch
d5fd51e956 fix prevent event replay double-invocation when element hydrates before app stability

migrations

... (truncated)

Commits
  • 9e38ed7 fix(core): sanitizer typings
  • 3430251 fix(core): i18n flags leaking on errors
  • c37f6ca fix(core): visit ng-let expression value in signal migration schematics
  • fe13bb6 fix(core): allow explicit read generic with signal input transforms
  • 7a05a9a fix(core): validate security-sensitive attributes in i18n bindings
  • 1aeebbe fix(core): respect ngSkipHydration on components with projectable nodes in LC...
  • See full diff in compare view

Updates @angular/forms from 21.2.11 to 21.2.12

Release notes

Sourced from @​angular/forms's releases.

21.2.12

core

Commit Description
fix - fe13bb669d allow explicit read generic with signal input transforms
fix - 3430251fef i18n flags leaking on errors
fix - 1aeebbe304 respect ngSkipHydration on components with projectable nodes in LContainers
fix - 9e38ed7d57 sanitizer typings
fix - 7a05a9a71a validate security-sensitive attributes in i18n bindings
fix - c37f6ca42f visit ng-let expression value in signal migration schematics

forms

Commit Description
fix - 03ad53863b prohibit concurrent submits in signal forms
Changelog

Sourced from @​angular/forms's changelog.

21.2.12 (2026-05-06)

core

Commit Type Description
fe13bb669d fix allow explicit read generic with signal input transforms
3430251fef fix i18n flags leaking on errors
1aeebbe304 fix respect ngSkipHydration on components with projectable nodes in LContainers
9e38ed7d57 fix sanitizer typings
7a05a9a71a fix validate security-sensitive attributes in i18n bindings
c37f6ca42f fix visit ng-let expression value in signal migration schematics

forms

Commit Type Description
03ad53863b fix prohibit concurrent submits in signal forms

20.3.20 (2026-05-06)

core

Commit Type Description
a9bcffdbc7 fix disallow event attribute bindings in host bindings unconditionally (#68468)
97eeb45cfa fix validate security-sensitive attributes in i18n bindings (#68468)

platform-server

Commit Type Description
25e4e07238 fix ensure origin has a trailing slash when parsing url (#68468)

22.0.0-next.10 (2026-04-29)

common

Commit Type Description
97cac1cf4d fix prevent focus from scrollToAnchor

compiler

Commit Type Description
2896c93cc1 feat Angular expressions with optional chaining returns undefined
6bd1721662 fix let declaration span not including end character

core

Commit Type Description
444b024d49 feat Add a injectAsync helper function
8c11816490 fix fix ordering of view queries metadata in JIT mode
3583c01bf9 fix guard against non-object events and avoid listener wrapper identity mismatch
d5fd51e956 fix prevent event replay double-invocation when element hydrates before app stability

migrations

... (truncated)

Commits
  • 03ad538 fix(forms): prohibit concurrent submits in signal forms
  • ce7a43a refactor(forms): improve clarity in SelectMultipleControlValueAccessor.writeV...
  • See full diff in compare view

Updates @angular/material from 21.2.9 to 21.2.10

Release notes

Sourced from @​angular/material's releases.

21.2.10

aria

Commit Description
fix - 48973661e menu: do not set default aria-label (#33202)
Changelog

Sourced from @​angular/material's changelog.

21.2.10 "metal-wallaby" (2026-05-06)

aria

Commit Type Description
48973661e fix menu: do not set default aria-label (#33202)

22.0.0-next.7 "astatine-agriculture" (2026-04-29)

aria

Commit Type Description
6ec07bc0c feat grid: add test harnesses (#33081)
05419c552 fix menu: use computed for menu item patterns, with trigger on visible (#33118)

cdk

Commit Type Description
1a5d5d101 feat dialog: add the ability to pass bindings
b916ef907 fix tree: enter/space key on child node should not toggle parent node expansion (#33125)

material

Commit Type Description
867ba993b feat bottom-sheet: add the ability to pass bindings
bf3596b53 feat dialog: add the ability to pass bindings
cb9148dca fix stepper: allow stepper to be labelled (#33137)

google-maps

Commit Type Description
e44ff8318 feat Add support for the gmp-click event (#33147)

Commits

Updates @angular/platform-browser from 21.2.11 to 21.2.12

Release notes

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

21.2.12

core

Commit Description
fix - fe13bb669d allow explicit read generic with signal input transforms
fix - 3430251fef i18n flags leaking on errors
fix - 1aeebbe304 respect ngSkipHydration on components with projectable nodes in LContainers
fix - 9e38ed7d57 sanitizer typings
fix - 7a05a9a71a validate security-sensitive attributes in i18n bindings
fix - c37f6ca42f visit ng-let expression value in signal migration schematics

forms

Commit Description
fix - 03ad53863b prohibit concurrent submits in signal forms
Changelog

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

21.2.12 (2026-05-06)

core

Commit Type Description
fe13bb669d fix allow explicit read generic with signal input transforms
3430251fef fix i18n flags leaking on errors
1aeebbe304 fix respect ngSkipHydration on components with projectable nodes in LContainers
9e38ed7d57 fix sanitizer typings
7a05a9a71a fix validate security-sensitive attributes in i18n bindings
c37f6ca42f fix visit ng-let expression value in signal migration schematics

forms

Commit Type Description
03ad53863b fix prohibit concurrent submits in signal forms

20.3.20 (2026-05-06)

core

Commit Type Description
a9bcffdbc7 fix disallow event attribute bindings in host bindings unconditionally (#68468)
97eeb45cfa fix validate security-sensitive attributes in i18n bindings (#68468)

platform-server

Commit Type Description
25e4e07238 fix ensure origin has a trailing slash when parsing url (#68468)

22.0.0-next.10 (2026-04-29)

common

Commit Type Description
97cac1cf4d fix prevent focus from scrollToAnchor

compiler

Commit Type Description
2896c93cc1 feat Angular expressions with optional chaining returns undefined
6bd1721662 fix let declaration span not including end character

core

Commit Type Description
444b024d49 feat Add a injectAsync helper function
8c11816490 fix fix ordering of view queries metadata in JIT mode
3583c01bf9 fix guard against non-object events and avoid listener wrapper identity mismatch
d5fd51e956 fix prevent event replay double-invocation when element hydrates before app stability

migrations

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 21.2.11 to 21.2.12

Release notes

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

21.2.12

core

Commit Description
fix - fe13bb669d allow explicit read generic with signal input transforms
fix - 3430251fef i18n flags leaking on errors
fix - 1aeebbe304 respect ngSkipHydration on components with projectable nodes in LContainers
fix - 9e38ed7d57 sanitizer typings
fix - 7a05a9a71a validate security-sensitive attributes in i18n bindings
fix - c37f6ca42f visit ng-let expression value in signal migration schematics

forms

Commit Description
fix - 03ad53863b prohibit concurrent submits in signal forms
Changelog

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

21.2.12 (2026-05-06)

core

Commit Type Description
fe13bb669d fix allow explicit read generic with signal input transforms
3430251fef fix i18n flags leaking on errors
1aeebbe304 fix respect ngSkipHydration on components with projectable nodes in LContainers
9e38ed7d57 fix sanitizer typings
7a05a9a71a fix validate security-sensitive attributes in i18n bindings
c37f6ca42f fix visit ng-let expression value in signal migration schematics

forms

Commit Type Description
03ad53863b fix prohibit concurrent submits in signal forms

20.3.20 (2026-05-06)

core

Commit Type Description
a9bcffdbc7 fix disallow event attribute bindings in host bindings unconditionally (#68468)
97eeb45cfa fix validate security-sensitive attributes in i18n bindings (#68468)

platform-server

Commit Type Description
25e4e07238 fix ensure origin has a trailing slash when parsing url (#68468)

22.0.0-next.10 (2026-04-29)

common

Commit Type Description
97cac1cf4d fix prevent focus from scrollToAnchor

compiler

Commit Type Description
2896c93cc1 feat Angular expressions with optional chaining returns undefined
6bd1721662 fix let declaration span not including end character

core

Commit Type Description
444b024d49 feat Add a injectAsync helper function
8c11816490 fix fix ordering of view queries metadata in JIT mode
3583c01bf9 fix guard against non-object events and avoid listener wrapper identity mismatch
d5fd51e956 fix prevent event replay double-invocation when element hydrates before app stability

migrations

... (truncated)

Commits

Updates @angular/router from 21.2.11 to 21.2.12

Release notes

Sourced from @​angular/router's releases.

21.2.12

core

Commit Description
fix - fe13bb669d allow explicit read generic with signal input transforms
fix - 3430251fef i18n flags leaking on errors
fix - 1aeebbe304 respect ngSkipHydration on components with projectable nodes in LContainers
fix - 9e38ed7d57 sanitizer typings
fix - 7a05a9a71a validate security-sensitive attributes in i18n bindings
fix - c37f6ca42f visit ng-let expression value in signal migration schematics

forms

Commit Description
fix - 03ad53863bDescription has been truncated

Bumps the patch-updates group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.2.11` | `21.2.12` |
| [@angular/cdk](https://github.com/angular/components) | `21.2.9` | `21.2.10` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.2.11` | `21.2.12` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.2.11` | `21.2.12` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.2.11` | `21.2.12` |
| [@angular/material](https://github.com/angular/components) | `21.2.9` | `21.2.10` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.2.11` | `21.2.12` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.2.11` | `21.2.12` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.2.11` | `21.2.12` |
| [@capacitor/android](https://github.com/ionic-team/capacitor) | `8.3.1` | `8.3.2` |
| [@capacitor/core](https://github.com/ionic-team/capacitor) | `8.3.1` | `8.3.2` |
| [@capacitor/ios](https://github.com/ionic-team/capacitor) | `8.3.1` | `8.3.2` |
| [@capacitor/push-notifications](https://github.com/ionic-team/capacitor-plugins) | `8.0.3` | `8.0.4` |
| [@ionic/angular](https://github.com/ionic-team/ionic-framework) | `8.8.5` | `8.8.6` |
| [@ionic/core](https://github.com/ionic-team/ionic-framework) | `8.8.5` | `8.8.6` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.16.1` | `0.16.2` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.2.9` | `21.2.10` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.2.11` | `21.2.12` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.2.11` | `21.2.12` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `21.2.11` | `21.2.12` |


Updates `@angular/animations` from 21.2.11 to 21.2.12
- [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.12/packages/animations)

Updates `@angular/cdk` from 21.2.9 to 21.2.10
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.2.9...v21.2.10)

Updates `@angular/common` from 21.2.11 to 21.2.12
- [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.12/packages/common)

Updates `@angular/core` from 21.2.11 to 21.2.12
- [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.12/packages/core)

Updates `@angular/forms` from 21.2.11 to 21.2.12
- [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.12/packages/forms)

Updates `@angular/material` from 21.2.9 to 21.2.10
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.2.9...v21.2.10)

Updates `@angular/platform-browser` from 21.2.11 to 21.2.12
- [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.12/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 21.2.11 to 21.2.12
- [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.12/packages/platform-browser-dynamic)

Updates `@angular/router` from 21.2.11 to 21.2.12
- [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.12/packages/router)

Updates `@capacitor/android` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.3.1...8.3.2)

Updates `@capacitor/core` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.3.1...8.3.2)

Updates `@capacitor/ios` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.3.1...8.3.2)

Updates `@capacitor/push-notifications` from 8.0.3 to 8.0.4
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@8.0.3...@capacitor/push-notifications@8.0.4)

Updates `@ionic/angular` from 8.8.5 to 8.8.6
- [Release notes](https://github.com/ionic-team/ionic-framework/releases)
- [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md)
- [Commits](ionic-team/ionic-framework@v8.8.5...v8.8.6)

Updates `@ionic/core` from 8.8.5 to 8.8.6
- [Release notes](https://github.com/ionic-team/ionic-framework/releases)
- [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md)
- [Commits](ionic-team/ionic-framework@v8.8.5...v8.8.6)

Updates `zone.js` from 0.16.1 to 0.16.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.16.2/packages/zone.js)

Updates `@angular/cli` from 21.2.9 to 21.2.10
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v21.2.9...v21.2.10)

Updates `@angular/compiler` from 21.2.11 to 21.2.12
- [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.12/packages/compiler)

Updates `@angular/compiler-cli` from 21.2.11 to 21.2.12
- [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.12/packages/compiler-cli)

Updates `@angular/language-service` from 21.2.11 to 21.2.12
- [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.12/packages/language-service)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/cdk"
  dependency-version: 21.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/common"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/core"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/forms"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/material"
  dependency-version: 21.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/router"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@capacitor/android"
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@capacitor/core"
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@capacitor/ios"
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@capacitor/push-notifications"
  dependency-version: 8.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@ionic/angular"
  dependency-version: 8.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@ionic/core"
  dependency-version: 8.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: zone.js
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/cli"
  dependency-version: 21.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/compiler"
  dependency-version: 21.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@angular/language-service"
  dependency-version: 21.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 7, 2026
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.

0 participants