Skip to content

chore(deps): bump the angular group across 1 directory with 11 updates#1242

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-6a2a979a9b
Open

chore(deps): bump the angular group across 1 directory with 11 updates#1242
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-6a2a979a9b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Bumps the angular group with 11 updates in the / directory:

Package From To
@angular/animations 20.3.16 20.3.21
@angular/common 20.3.16 20.3.21
@angular/compiler 20.3.16 20.3.21
@angular/core 20.3.16 20.3.21
@angular/forms 20.3.16 20.3.21
@angular/platform-browser 20.3.16 20.3.21
@angular/platform-browser-dynamic 20.3.16 20.3.21
@angular/router 20.3.16 20.3.21
@angular/build 20.3.16 20.3.26
@angular/cli 20.3.16 20.3.26
@angular/compiler-cli 20.3.16 20.3.21

Updates @angular/animations from 20.3.16 to 20.3.21

Release notes

Sourced from @​angular/animations's releases.

20.3.21

platform-server

Commit Description
fix - f584840e2e add allowedHosts option to renderModule and renderApplication

20.3.20

core

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

platform-server

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

20.3.19

platform-server

Commit Description
fix - 303d4cd580 prevent SSRF bypasses via protocol-relative and backslash URLs

20.3.18

compiler

Commit Description
fix - 02fbf08890 disallow translations of iframe src

core

Commit Description
fix - 72126f9a08 sanitize translated attribute bindings with interpolations
fix - 626bc8bc20 sanitize translated form attributes

20.3.17

core

Commit Description
fix - 7f9de3c118 block creation of sensitive URI attributes from ICU messages

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 03da204b6daa5e4583e0d0968c2107390bbd8235)

Changelog

Sourced from @​angular/animations's changelog.

20.3.21 (2026-05-12)

platform-server

Commit Type Description
f584840e2e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.12 (2026-05-08)

core

Commit Type Description
8ebae1de33 fix allow service with factory on abstract classes
6f525245cd fix disallow event attribute bindings in host bindings unconditionally

migrations

Commit Type Description
0f2160c410 fix remove compiler import from safe optional chaining migration

platform-server

Commit Type Description
a451a1d66e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.11 (2026-05-06)

Breaking Changes

forms

  • min and max validation rules no longer support string values. Bound values must be numbers or null.

Deprecations

http

  • The reportProgress option is deprecated please use reportUploadProgress & reportDownloadProgress instead.

compiler

Commit Type Description
b225a5d902 fix invalid type checking code if field name needs to be quoted

compiler-cli

Commit Type Description
b8d3f36ed9 feat add support for Node.js 26.0.0
2eae497a04 feat support external TCBs with copied content in specific mode

core

Commit Type Description
3b0ae5fef0 feat add provideWebMcpTools
5a7c1e62dc feat add ability to cache resources for SSR
ef1810197b feat export experimental declareWebMcpTool support

... (truncated)

Commits

Updates @angular/common from 20.3.16 to 20.3.21

Release notes

Sourced from @​angular/common's releases.

20.3.21

platform-server

Commit Description
fix - f584840e2e add allowedHosts option to renderModule and renderApplication

20.3.20

core

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

platform-server

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

20.3.19

platform-server

Commit Description
fix - 303d4cd580 prevent SSRF bypasses via protocol-relative and backslash URLs

20.3.18

compiler

Commit Description
fix - 02fbf08890 disallow translations of iframe src

core

Commit Description
fix - 72126f9a08 sanitize translated attribute bindings with interpolations
fix - 626bc8bc20 sanitize translated form attributes

20.3.17

core

Commit Description
fix - 7f9de3c118 block creation of sensitive URI attributes from ICU messages

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 03da204b6daa5e4583e0d0968c2107390bbd8235)

Changelog

Sourced from @​angular/common's changelog.

20.3.21 (2026-05-12)

platform-server

Commit Type Description
f584840e2e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.12 (2026-05-08)

core

Commit Type Description
8ebae1de33 fix allow service with factory on abstract classes
6f525245cd fix disallow event attribute bindings in host bindings unconditionally

migrations

Commit Type Description
0f2160c410 fix remove compiler import from safe optional chaining migration

platform-server

Commit Type Description
a451a1d66e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.11 (2026-05-06)

Breaking Changes

forms

  • min and max validation rules no longer support string values. Bound values must be numbers or null.

Deprecations

http

  • The reportProgress option is deprecated please use reportUploadProgress & reportDownloadProgress instead.

compiler

Commit Type Description
b225a5d902 fix invalid type checking code if field name needs to be quoted

compiler-cli

Commit Type Description
b8d3f36ed9 feat add support for Node.js 26.0.0
2eae497a04 feat support external TCBs with copied content in specific mode

core

Commit Type Description
3b0ae5fef0 feat add provideWebMcpTools
5a7c1e62dc feat add ability to cache resources for SSR
ef1810197b feat export experimental declareWebMcpTool support

... (truncated)

Commits

Updates @angular/compiler from 20.3.16 to 20.3.21

Release notes

Sourced from @​angular/compiler's releases.

20.3.21

platform-server

Commit Description
fix - f584840e2e add allowedHosts option to renderModule and renderApplication

20.3.20

core

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

platform-server

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

20.3.19

platform-server

Commit Description
fix - 303d4cd580 prevent SSRF bypasses via protocol-relative and backslash URLs

20.3.18

compiler

Commit Description
fix - 02fbf08890 disallow translations of iframe src

core

Commit Description
fix - 72126f9a08 sanitize translated attribute bindings with interpolations
fix - 626bc8bc20 sanitize translated form attributes

20.3.17

core

Commit Description
fix - 7f9de3c118 block creation of sensitive URI attributes from ICU messages

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 03da204b6daa5e4583e0d0968c2107390bbd8235)

Changelog

Sourced from @​angular/compiler's changelog.

20.3.21 (2026-05-12)

platform-server

Commit Type Description
f584840e2e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.12 (2026-05-08)

core

Commit Type Description
8ebae1de33 fix allow service with factory on abstract classes
6f525245cd fix disallow event attribute bindings in host bindings unconditionally

migrations

Commit Type Description
0f2160c410 fix remove compiler import from safe optional chaining migration

platform-server

Commit Type Description
a451a1d66e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.11 (2026-05-06)

Breaking Changes

forms

  • min and max validation rules no longer support string values. Bound values must be numbers or null.

Deprecations

http

  • The reportProgress option is deprecated please use reportUploadProgress & reportDownloadProgress instead.

compiler

Commit Type Description
b225a5d902 fix invalid type checking code if field name needs to be quoted

compiler-cli

Commit Type Description
b8d3f36ed9 feat add support for Node.js 26.0.0
2eae497a04 feat support external TCBs with copied content in specific mode

core

Commit Type Description
3b0ae5fef0 feat add provideWebMcpTools
5a7c1e62dc feat add ability to cache resources for SSR
ef1810197b feat export experimental declareWebMcpTool support

... (truncated)

Commits
  • a9bcffd fix(core): disallow event attribute bindings in host bindings unconditionally...
  • 02fbf08 fix(compiler): disallow translations of iframe src
  • See full diff in compare view

Updates @angular/core from 20.3.16 to 20.3.21

Release notes

Sourced from @​angular/core's releases.

20.3.21

platform-server

Commit Description
fix - f584840e2e add allowedHosts option to renderModule and renderApplication

20.3.20

core

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

platform-server

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

20.3.19

platform-server

Commit Description
fix - 303d4cd580 prevent SSRF bypasses via protocol-relative and backslash URLs

20.3.18

compiler

Commit Description
fix - 02fbf08890 disallow translations of iframe src

core

Commit Description
fix - 72126f9a08 sanitize translated attribute bindings with interpolations
fix - 626bc8bc20 sanitize translated form attributes

20.3.17

core

Commit Description
fix - 7f9de3c118 block creation of sensitive URI attributes from ICU messages

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 03da204b6daa5e4583e0d0968c2107390bbd8235)

Changelog

Sourced from @​angular/core's changelog.

20.3.21 (2026-05-12)

platform-server

Commit Type Description
f584840e2e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.12 (2026-05-08)

core

Commit Type Description
8ebae1de33 fix allow service with factory on abstract classes
6f525245cd fix disallow event attribute bindings in host bindings unconditionally

migrations

Commit Type Description
0f2160c410 fix remove compiler import from safe optional chaining migration

platform-server

Commit Type Description
a451a1d66e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.11 (2026-05-06)

Breaking Changes

forms

  • min and max validation rules no longer support string values. Bound values must be numbers or null.

Deprecations

http

  • The reportProgress option is deprecated please use reportUploadProgress & reportDownloadProgress instead.

compiler

Commit Type Description
b225a5d902 fix invalid type checking code if field name needs to be quoted

compiler-cli

Commit Type Description
b8d3f36ed9 feat add support for Node.js 26.0.0
2eae497a04 feat support external TCBs with copied content in specific mode

core

Commit Type Description
3b0ae5fef0 feat add provideWebMcpTools
5a7c1e62dc feat add ability to cache resources for SSR
ef1810197b feat export experimental declareWebMcpTool support

... (truncated)

Commits
  • a9bcffd fix(core): disallow event attribute bindings in host bindings unconditionally...
  • 97eeb45 fix(core): validate security-sensitive attributes in i18n bindings (#68468)
  • 626bc8b fix(core): sanitize translated form attributes
  • 72126f9 fix(core): sanitize translated attribute bindings with interpolations
  • 7f9de3c fix(core): block creation of sensitive URI attributes from ICU messages
  • See full diff in compare view

Updates @angular/forms from 20.3.16 to 20.3.21

Release notes

Sourced from @​angular/forms's releases.

20.3.21

platform-server

Commit Description
fix - f584840e2e add allowedHosts option to renderModule and renderApplication

20.3.20

core

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

platform-server

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

20.3.19

platform-server

Commit Description
fix - 303d4cd580 prevent SSRF bypasses via protocol-relative and backslash URLs

20.3.18

compiler

Commit Description
fix - 02fbf08890 disallow translations of iframe src

core

Commit Description
fix - 72126f9a08 sanitize translated attribute bindings with interpolations
fix - 626bc8bc20 sanitize translated form attributes

20.3.17

core

Commit Description
fix - 7f9de3c118 block creation of sensitive URI attributes from ICU messages

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 03da204b6daa5e4583e0d0968c2107390bbd8235)

Changelog

Sourced from @​angular/forms's changelog.

20.3.21 (2026-05-12)

platform-server

Commit Type Description
f584840e2e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.12 (2026-05-08)

core

Commit Type Description
8ebae1de33 fix allow service with factory on abstract classes
6f525245cd fix disallow event attribute bindings in host bindings unconditionally

migrations

Commit Type Description
0f2160c410 fix remove compiler import from safe optional chaining migration

platform-server

Commit Type Description
a451a1d66e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.11 (2026-05-06)

Breaking Changes

forms

  • min and max validation rules no longer support string values. Bound values must be numbers or null.

Deprecations

http

  • The reportProgress option is deprecated please use reportUploadProgress & reportDownloadProgress instead.

compiler

Commit Type Description
b225a5d902 fix invalid type checking code if field name needs to be quoted

compiler-cli

Commit Type Description
b8d3f36ed9 feat add support for Node.js 26.0.0
2eae497a04 feat support external TCBs with copied content in specific mode

core

Commit Type Description
3b0ae5fef0 feat add provideWebMcpTools
5a7c1e62dc feat add ability to cache resources for SSR
ef1810197b feat export experimental declareWebMcpTool support

... (truncated)

Commits

Updates @angular/platform-browser from 20.3.16 to 20.3.21

Release notes

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

20.3.21

platform-server

Commit Description
fix - f584840e2e add allowedHosts option to renderModule and renderApplication

20.3.20

core

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

platform-server

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

20.3.19

platform-server

Commit Description
fix - 303d4cd580 prevent SSRF bypasses via protocol-relative and backslash URLs

20.3.18

compiler

Commit Description
fix - 02fbf08890 disallow translations of iframe src

core

Commit Description
fix - 72126f9a08 sanitize translated attribute bindings with interpolations
fix - 626bc8bc20 sanitize translated form attributes

20.3.17

core

Commit Description
fix - 7f9de3c118 block creation of sensitive URI attributes from ICU messages

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 03da204b6daa5e4583e0d0968c2107390bbd8235)

Changelog

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

20.3.21 (2026-05-12)

platform-server

Commit Type Description
f584840e2e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.12 (2026-05-08)

core

Commit Type Description
8ebae1de33 fix allow service with factory on abstract classes
6f525245cd fix disallow event attribute bindings in host bindings unconditionally

migrations

Commit Type Description
0f2160c410 fix remove compiler import from safe optional chaining migration

platform-server

Commit Type Description
a451a1d66e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.11 (2026-05-06)

Breaking Changes

forms

  • min and max validation rules no longer support string values. Bound values must be numbers or null.

Deprecations

http

  • The reportProgress option is deprecated please use reportUploadProgress & reportDownloadProgress instead.

compiler

Commit Type Description
b225a5d902 fix invalid type checking code if field name needs to be quoted

compiler-cli

Commit Type Description
b8d3f36ed9 feat add support for Node.js 26.0.0
2eae497a04 feat support external TCBs with copied content in specific mode

core

Commit Type Description
3b0ae5fef0 feat add provideWebMcpTools
5a7c1e62dc feat add ability to cache resources for SSR
ef1810197b feat export experimental declareWebMcpTool support

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 20.3.16 to 20.3.21

Release notes

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

20.3.21

platform-server

Commit Description
fix - f584840e2e add allowedHosts option to renderModule and renderApplication

20.3.20

core

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

platform-server

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

20.3.19

platform-server

Commit Description
fix - 303d4cd580 prevent SSRF bypasses via protocol-relative and backslash URLs

20.3.18

compiler

Commit Description
fix - 02fbf08890 disallow translations of iframe src

core

Commit Description
fix - 72126f9a08 sanitize translated attribute bindings with interpolations
fix - 626bc8bc20 sanitize translated form attributes

20.3.17

core

Commit Description
fix - 7f9de3c118 block creation of sensitive URI attributes from ICU messages

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 03da204b6daa5e4583e0d0968c2107390bbd8235)

Changelog

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

20.3.21 (2026-05-12)

platform-server

Commit Type Description
f584840e2e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.12 (2026-05-08)

core

Commit Type Description
8ebae1de33 fix allow service with factory on abstract classes
6f525245cd fix disallow event attribute bindings in host bindings unconditionally

migrations

Commit Type Description
0f2160c410 fix remove compiler import from safe optional chaining migration

platform-server

Commit Type Description
a451a1d66e fix add allowedHosts option to renderModule and renderApplication

22.0.0-next.11 (2026-05-06)

Breaking Changes

forms

  • min and max validation rules no longer support string values. Bound values must be numbers or null.

Deprecations

http

  • The reportProgress option is deprecated please use reportUploadProgress & reportDownloadProgress instead.

compiler

Commit Type Description
b225a5d902 fix invalid type checking code if field name needs to be quoted

compiler-cli

Commit Type Description
b8d3f36ed9 feat add support for Node.js 26.0.0
2eae497a04 feat support external TCBs with copied content in specific mode

core

Commit Type Description
3b0ae5fef0 feat add provideWebMcpTools
5a7c1e62dc feat add ability to cache resources for SSR
ef1810197b feat export experimental declareWebMcpTool support

... (truncated)

Commits

Updates @angular/router from 20.3.16 to 20.3.21

Release notes

Sourced from @​angular/router's releases.

20.3.21

platform-server

Commit Description
fix - f584840e2e add allowedHosts option to renderModule and renderApplication

20.3.20

core

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

platform-server

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

20.3.19

platform-server

Commit Description
fix - 303d4cd580 prevent SSRF bypasses via protocol-relative and backslash URLs

20.3.18

compiler

<...

Description has been truncated

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Commit Description
fix - 02fbf08890 disallow translations of iframe src

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 1, 2026 12:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@psmulovics
Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-6a2a979a9b branch from 26b58b4 to f87e053 Compare March 17, 2026 15:43
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-6a2a979a9b branch 2 times, most recently from 3a5406d to 0392f9a Compare April 6, 2026 14:32
@psmulovics
Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-6a2a979a9b branch from 0392f9a to 8c99615 Compare April 6, 2026 14:43
psmulovics
psmulovics previously approved these changes Apr 6, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the angular group with 11 updates chore(deps): bump the angular group across 1 directory with 11 updates May 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-6a2a979a9b branch from 8c99615 to 3798d0c Compare May 1, 2026 14:12
@psmulovics
Copy link
Copy Markdown
Member

@dependabot recreate

Bumps the angular group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.3.16` | `20.3.21` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.16` | `20.3.21` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.16` | `20.3.21` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.16` | `20.3.21` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.16` | `20.3.21` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.16` | `20.3.21` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.3.16` | `20.3.21` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.16` | `20.3.21` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.3.16` | `20.3.26` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.16` | `20.3.26` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.16` | `20.3.21` |



Updates `@angular/animations` from 20.3.16 to 20.3.21
- [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.21/packages/animations)

Updates `@angular/common` from 20.3.16 to 20.3.21
- [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.21/packages/common)

Updates `@angular/compiler` from 20.3.16 to 20.3.21
- [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.21/packages/compiler)

Updates `@angular/core` from 20.3.16 to 20.3.21
- [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.21/packages/core)

Updates `@angular/forms` from 20.3.16 to 20.3.21
- [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.21/packages/forms)

Updates `@angular/platform-browser` from 20.3.16 to 20.3.21
- [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.21/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 20.3.16 to 20.3.21
- [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.21/packages/platform-browser-dynamic)

Updates `@angular/router` from 20.3.16 to 20.3.21
- [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.21/packages/router)

Updates `@angular/build` from 20.3.16 to 20.3.26
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v20.3.16...v20.3.26)

Updates `@angular/cli` from 20.3.16 to 20.3.26
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v20.3.16...v20.3.26)

Updates `@angular/compiler-cli` from 20.3.16 to 20.3.21
- [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.21/packages/compiler-cli)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-6a2a979a9b branch from 3798d0c to 71f77f8 Compare May 18, 2026 14:38
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