Skip to content

chore(deps): bump the angular group across 1 directory with 9 updates - #20

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

chore(deps): bump the angular group across 1 directory with 9 updates#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-9652c884e7

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 1, 2026

Copy link
Copy Markdown
Contributor

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

PackageFromTo
@angular/common20.3.1620.3.25
@angular/compiler20.3.1620.3.25
@angular/core20.3.1620.3.25
@angular/forms20.3.1620.3.25
@angular/platform-browser20.3.1620.3.25
@angular/router20.3.1620.3.25
@angular/build20.3.1620.3.31
@angular/cli20.3.1620.3.31
@angular/compiler-cli20.3.1620.3.25

Updates @angular/common from 20.3.16 to 20.3.25

Release notes

Sourced from @​angular/common's releases.

20.3.25

common

CommitDescription
fix - 9f443bc24cLimits date format string length
fix - 566ad05f20skip transfer cache for uncacheable HTTP traffic
fix - 1a62130a6buse cryptographically secure SHA-256 for transfer cache key generation

compiler

CommitDescription
fix - a68ec702a0sanitize two-way properties

core

CommitDescription
fix - 768a349e6eharden TransferState restoration against DOM clobbering
fix - ca48b4728dvalidate lowercase SVG animation attribute names (#69270)

http

CommitDescription
fix - 06be298267preserve empty referrer option in HttpRequest
fix - fa940e1f4dRejects non-HTTP(S) URLs in JSONP requests
fix - e2ef1ce72askip transfer cache for fetch credentialed requests

platform-server

CommitDescription
fix - 49368c1859harden platform location origin validation during SSR
refactor - d55c94ad81deprecate ServerXhr (#69256)

service-worker

CommitDescription
fix - d65a5f457bStrips sensitive headers on cross-origin redirects

Deprecations

platform-server

  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.

20.3.24

platform-server

CommitDescription
fix - 6ca433e56bthrow on suspicious URLs and restrict protocol-relative URLs
fix - 8680b5152fupdate domino to latest version

20.3.23

compiler

CommitDescription
fix - d40acc6431prevent namespaced SVG elements from being stripped

20.3.22

common

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.3.25 (2026-06-10)

Deprecations

platform-server

  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.

common

CommitTypeDescription
9f443bc24cfixLimits date format string length
566ad05f20fixskip transfer cache for uncacheable HTTP traffic
1a62130a6bfixuse cryptographically secure SHA-256 for transfer cache key generation

compiler

CommitTypeDescription
a68ec702a0fixsanitize two-way properties

core

CommitTypeDescription
768a349e6efixharden TransferState restoration against DOM clobbering
ca48b4728dfixvalidate lowercase SVG animation attribute names (#69270)

http

CommitTypeDescription
06be298267fixpreserve empty referrer option in HttpRequest
fa940e1f4dfixRejects non-HTTP(S) URLs in JSONP requests
e2ef1ce72afixskip transfer cache for fetch credentialed requests

platform-server

CommitTypeDescription
49368c1859fixharden platform location origin validation during SSR
d55c94ad81refactordeprecate ServerXhr (#69256)

service-worker

CommitTypeDescription
d65a5f457bfixStrips sensitive headers on cross-origin redirects

22.0.0 (2026-06-03)

Blog post "Announcing Angular v22".

Breaking Changes

compiler

  • This change will trigger the nullishCoalescingNotNullable and optionalChainNotNullable diagnostics on exisiting projects. You might want to disable those 2 diagnotiscs in your tsconfig temporarily.
  • data prefixed attribute no-longer bind inputs nor outputs.
  • The compiler will throw when there a when inputs, outputs or model are binding to the same input/outputs.
  • in variables will throw in template expressions.

compiler-cli

... (truncated)

Commits
  • 06be298 fix(http): preserve empty referrer option in HttpRequest
  • 9f443bc fix(common): Limits date format string length
  • fa940e1 fix(http): Rejects non-HTTP(S) URLs in JSONP requests
  • 1a62130 fix(common): use cryptographically secure SHA-256 for transfer cache key gene...
  • 566ad05 fix(common): skip transfer cache for uncacheable HTTP traffic
  • e2ef1ce fix(http): skip transfer cache for fetch credentialed requests
  • 3d135ce fix(common): add upper bounds for digitsInfo
  • 39a4b4c fix(common): sanitize placeholder
  • de7b2a6 fix(http): exclude withCredentials requests from transfer cache
  • 4233188 fix(http): skip TransferCache for cookie-bearing requests by default
  • See full diff in compare view

Updates @angular/compiler from 20.3.16 to 20.3.25

Release notes

Sourced from @​angular/compiler's releases.

20.3.25

common

CommitDescription
fix - 9f443bc24cLimits date format string length
fix - 566ad05f20skip transfer cache for uncacheable HTTP traffic
fix - 1a62130a6buse cryptographically secure SHA-256 for transfer cache key generation

compiler

CommitDescription
fix - a68ec702a0sanitize two-way properties

core

CommitDescription
fix - 768a349e6eharden TransferState restoration against DOM clobbering
fix - ca48b4728dvalidate lowercase SVG animation attribute names (#69270)

http

CommitDescription
fix - 06be298267preserve empty referrer option in HttpRequest
fix - fa940e1f4dRejects non-HTTP(S) URLs in JSONP requests
fix - e2ef1ce72askip transfer cache for fetch credentialed requests

platform-server

CommitDescription
fix - 49368c1859harden platform location origin validation during SSR
refactor - d55c94ad81deprecate ServerXhr (#69256)

service-worker

CommitDescription
fix - d65a5f457bStrips sensitive headers on cross-origin redirects

Deprecations

platform-server

  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.

20.3.24

platform-server

CommitDescription
fix - 6ca433e56bthrow on suspicious URLs and restrict protocol-relative URLs
fix - 8680b5152fupdate domino to latest version

20.3.23

compiler

CommitDescription
fix - d40acc6431prevent namespaced SVG elements from being stripped

20.3.22

common

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.3.25 (2026-06-10)

Deprecations

platform-server

  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.

common

CommitTypeDescription
9f443bc24cfixLimits date format string length
566ad05f20fixskip transfer cache for uncacheable HTTP traffic
1a62130a6bfixuse cryptographically secure SHA-256 for transfer cache key generation

compiler

CommitTypeDescription
a68ec702a0fixsanitize two-way properties

core

CommitTypeDescription
768a349e6efixharden TransferState restoration against DOM clobbering
ca48b4728dfixvalidate lowercase SVG animation attribute names (#69270)

http

CommitTypeDescription
06be298267fixpreserve empty referrer option in HttpRequest
fa940e1f4dfixRejects non-HTTP(S) URLs in JSONP requests
e2ef1ce72afixskip transfer cache for fetch credentialed requests

platform-server

CommitTypeDescription
49368c1859fixharden platform location origin validation during SSR
d55c94ad81refactordeprecate ServerXhr (#69256)

service-worker

CommitTypeDescription
d65a5f457bfixStrips sensitive headers on cross-origin redirects

22.0.0 (2026-06-03)

Blog post "Announcing Angular v22".

Breaking Changes

compiler

  • This change will trigger the nullishCoalescingNotNullable and optionalChainNotNullable diagnostics on exisiting projects. You might want to disable those 2 diagnotiscs in your tsconfig temporarily.
  • data prefixed attribute no-longer bind inputs nor outputs.
  • The compiler will throw when there a when inputs, outputs or model are binding to the same input/outputs.
  • in variables will throw in template expressions.

compiler-cli

... (truncated)

Commits
  • a68ec70 fix(compiler): sanitize two-way properties
  • d40acc6 fix(compiler): prevent namespaced SVG <style> elements from being stripped
  • 7ae6381 test(compiler-cli): align ngtsc sanitization expectations with modern DOM sch...
  • 36200bd test(core): update spec files to match 20.3.x limits and actual contexts (#68...
  • 823b37f test(compiler): remove obsolete schema_extractor import (#68926)
  • e345a58 fix(core): normalize tag names in runtime i18n attribute security context loo...
  • 8f35b18 fix(compiler): normalize tag names with custom namespaces in DomElementSchema...
  • 64a89e9 fix(compiler): sanitize dynamic href and xlink:href bindings on SVG a element...
  • 6404edf fix(compiler): strip namespaced SVG script elements during template compilati...
  • dc631ef fix(core): support prefix-insensitive DOM schema lookups and compile-time i18...
  • Additional commits viewable in compare view

Updates @angular/core from 20.3.16 to 20.3.25

Release notes

Sourced from @​angular/core's releases.

20.3.25

common

CommitDescription
fix - 9f443bc24cLimits date format string length
fix - 566ad05f20skip transfer cache for uncacheable HTTP traffic
fix - 1a62130a6buse cryptographically secure SHA-256 for transfer cache key generation

compiler

CommitDescription
fix - a68ec702a0sanitize two-way properties

core

CommitDescription
fix - 768a349e6eharden TransferState restoration against DOM clobbering
fix - ca48b4728dvalidate lowercase SVG animation attribute names (#69270)

http

CommitDescription
fix - 06be298267preserve empty referrer option in HttpRequest
fix - fa940e1f4dRejects non-HTTP(S) URLs in JSONP requests
fix - e2ef1ce72askip transfer cache for fetch credentialed requests

platform-server

CommitDescription
fix - 49368c1859harden platform location origin validation during SSR
refactor - d55c94ad81deprecate ServerXhr (#69256)

service-worker

CommitDescription
fix - d65a5f457bStrips sensitive headers on cross-origin redirects

Deprecations

platform-server

  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.

20.3.24

platform-server

CommitDescription
fix - 6ca433e56bthrow on suspicious URLs and restrict protocol-relative URLs
fix - 8680b5152fupdate domino to latest version

20.3.23

compiler

CommitDescription
fix - d40acc6431prevent namespaced SVG elements from being stripped

20.3.22

common

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

20.3.25 (2026-06-10)

Deprecations

platform-server

  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.

common

CommitTypeDescription
9f443bc24cfixLimits date format string length
566ad05f20fixskip transfer cache for uncacheable HTTP traffic
1a62130a6bfixuse cryptographically secure SHA-256 for transfer cache key generation

compiler

CommitTypeDescription
a68ec702a0fixsanitize two-way properties

core

CommitTypeDescription
768a349e6efixharden TransferState restoration against DOM clobbering
ca48b4728dfixvalidate lowercase SVG animation attribute names (#69270)

http

CommitTypeDescription
06be298267fixpreserve empty referrer option in HttpRequest
fa940e1f4dfixRejects non-HTTP(S) URLs in JSONP requests
e2ef1ce72afixskip transfer cache for fetch credentialed requests

platform-server

CommitTypeDescription
49368c1859fixharden platform location origin validation during SSR
d55c94ad81refactordeprecate ServerXhr (#69256)

service-worker

CommitTypeDescription
d65a5f457bfixStrips sensitive headers on cross-origin redirects

22.0.0 (2026-06-03)

Blog post "Announcing Angular v22".

Breaking Changes

compiler

  • This change will trigger the nullishCoalescingNotNullable and optionalChainNotNullable diagnostics on exisiting projects. You might want to disable those 2 diagnotiscs in your tsconfig temporarily.
  • data prefixed attribute no-longer bind inputs nor outputs.
  • The compiler will throw when there a when inputs, outputs or model are binding to the same input/outputs.
  • in variables will throw in template expressions.

compiler-cli

... (truncated)

Commits
  • ca48b47 fix(core): validate lowercase SVG animation attribute names (#69270)
  • 1a62130 fix(common): use cryptographically secure SHA-256 for transfer cache key gene...
  • 49368c1 fix(platform-server): harden platform location origin validation during SSR
  • 566ad05 fix(common): skip transfer cache for uncacheable HTTP traffic
  • 768a349 fix(core): harden TransferState restoration against DOM clobbering
  • 7ae6381 test(compiler-cli): align ngtsc sanitization expectations with modern DOM sch...
  • 6595409 test(core): update golden symbols and host bindings sanitization spec (#68926)
  • d86e4e7 fix(core): reject script element as a dynamic component host (#68926)
  • b8f1f72 test(core): remove obsolete blockquote cite host binding tests (#68926)
  • 36200bd test(core): update spec files to match 20.3.x limits and actual contexts (#68...
  • Additional commits viewable in compare view

Updates @angular/forms from 20.3.16 to 20.3.25

Release notes

Sourced from @​angular/forms's releases.

20.3.25

common

CommitDescription
fix - 9f443bc24cLimits date format string length
fix - 566ad05f20skip transfer cache for uncacheable HTTP traffic
fix - 1a62130a6buse cryptographically secure SHA-256 for transfer cache key generation

compiler

CommitDescription
fix - a68ec702a0sanitize two-way properties

core

CommitDescription
fix - 768a349e6eharden TransferState restoration against DOM clobbering
fix - ca48b4728dvalidate lowercase SVG animation attribute names (#69270)

http

CommitDescription
fix - 06be298267preserve empty referrer option in HttpRequest
fix - fa940e1f4dRejects non-HTTP(S) URLs in JSONP requests
fix - e2ef1ce72askip transfer cache for fetch credentialed requests

platform-server

CommitDescription
fix - 49368c1859harden platform location origin validation during SSR
refactor - d55c94ad81deprecate ServerXhr (#69256)

service-worker

CommitDescription
fix - d65a5f457bStrips sensitive headers on cross-origin redirects

Deprecations

platform-server

  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.

20.3.24

platform-server

CommitDescription
fix - 6ca433e56bthrow on suspicious URLs and restrict protocol-relative URLs
fix - 8680b5152fupdate domino to latest version

20.3.23

compiler

CommitDescription
fix - d40acc6431prevent namespaced SVG elements from being stripped

20.3.22

common

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

20.3.25 (2026-06-10)

Deprecations

platform-server

  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.

common

CommitTypeDescription
9f443bc24cfixLimits date format string length
566ad05f20fixskip transfer cache for uncacheable HTTP traffic
1a62130a6bfixuse cryptographically secure SHA-256 for transfer cache key generation

compiler

CommitTypeDescription
a68ec702a0fixsanitize two-way properties

core

CommitTypeDescription
768a349e6efixharden TransferState restoration against DOM clobbering
ca48b4728dfixvalidate lowercase SVG animation attribute names (#69270)

http

CommitTypeDescription
06be298267fixpreserve empty referrer option in HttpRequest
fa940e1f4dfixRejects non-HTTP(S) URLs in JSONP requests
e2ef1ce72afixskip transfer cache for fetch credentialed requests

platform-server

CommitTypeDescription
49368c1859fixharden platform location origin validation during SSR
d55c94ad81refactordeprecate ServerXhr (#69256)

service-worker

CommitTypeDescription
d65a5f457bfixStrips sensitive headers on cross-origin redirects

22.0.0 (2026-06-03)

Blog post "Announcing Angular v22".

Breaking Changes

compiler

  • This change will trigger the nullishCoalescingNotNullable and optionalChainNotNullable diagnostics on exisiting projects. You might want to disable those 2 diagnotiscs in your tsconfig temporarily.
  • data prefixed attribute no-longer bind inputs nor outputs.
  • The compiler will throw when there a when inputs, outputs or model are binding to the same input/outputs.
  • in variables will throw in template expressions.

compiler-cli

... (truncated)

Commits

Updates @angular/platform-browser from 20.3.16 to 20.3.25

Release notes

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

20.3.25

common

CommitDescription
fix - 9f443bc24cLimits date format string length
fix - 566ad05f20skip transfer cache for uncacheable HTTP traffic
fix - 1a62130a6buse cryptographically secure SHA-256 for transfer cache key generation

compiler

CommitDescription
fix - a68ec702a0sanitize two-way properties

core

CommitDescription
fix - 768a349e6eharden TransferState restoration against DOM clobbering
fix - ca48b4728dvalidate lowercase SVG animation attribute names (#69270)

http

CommitDescription
fix - 06be298267preserve empty referrer option in HttpRequest
fix - fa940e1f4dRejects non-HTTP(S) URLs in JSONP requests
fix - e2ef1ce72askip transfer cache for fetch credentialed requests

platform-server

CommitDescription
fix - 49368c1859harden platform location origin validation during SSR
refactor - d55c94ad81deprecate ServerXhr (#69256)

service-worker

CommitDescription
fix - d65a5f457bStrips sensitive headers on cross-origin redirects

Deprecations

platform-server

  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.

20.3.24

platform-server

CommitDescription
fix - 6ca433e56bthrow on suspicious URLs and restrict protocol-relative URLs
fix - 8680b5152fupdate domino to latest version

20.3.23

compiler

CommitDescription
fix - d40acc6431prevent namespaced SVG elements from being stripped

20.3.22

common

... (truncated)

Changelog

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

20.3.25 (2026-06-10)

Deprecations

platform-server

  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.

common

CommitTypeDescription
9f443bc24cfixLimits date format string length
566ad05f20fixskip transfer cache for uncacheable HTTP traffic
1a62130a6bfixuse cryptographically secure SHA-256 for transfer cache key generation

compiler

CommitTypeDescription
a68ec702a0fixsanitize two-way properties

core

CommitTypeDescription
768a349e6efixharden TransferState restoration against DOM clobbering
ca48b4728dfixvalidate lowercase SVG animation attribute names (#69270)

http

CommitTypeDescription
06be298267fixpreserve empty referrer option in HttpRequest
fa940e1f4dfixRejects non-HTTP(S) URLs in JSONP requests
e2ef1ce72afixskip transfer cache for fetch credentialed requests

platform-server

CommitTypeDescription
49368c1859fixharden platform location origin validation during SSR
d55c94ad81refactordeprecate ServerXhr (#69256)

service-worker

CommitTypeDescription
d65a5f457bfixStrips sensitive headers on cross-origin redirects

22.0.0 (2026-06-03)

Blog post "Announcing Angular v22".

Breaking Changes

compiler

  • This change will trigger the nullishCoalescingNotNullable and optionalChainNotNullable diagnostics on exisiting projects. You might want to disable those 2 diagnotiscs in your tsconfig temporarily.
  • data prefixed attribute no-longer bind inputs nor outputs.
  • The compiler will throw when there a when inputs, outputs or model are binding to the same input/outputs.
  • in variables will throw in template expressions.

compiler-cli

... (truncated)

Commits

Updates @angular/router from 20.3.16 to 20.3.25

Release notes

Sourced from @​angular/router's releases.

20.3.25

common

CommitDescription
fix - 9f443bc24cLimits date format string length
fix - 566ad05f20skip transfer cache for uncacheable HTTP traffic
fix - 1a62130a6buse cryptographically secure SHA-256 for transfer cache key generation

compiler

CommitDescription
fix - a68ec702a0sanitize two-way properties

core

CommitDescription
fix - 768a349e6eharden TransferState restoration against DOM clobbering
fix - ca48b4728dvalidate lowercase SVG animation attribute names (#69270)

http

CommitDescription
fix - 06be298267preserve empty referrer option in HttpRequest
fix - fa940e1f4dRejects non-HTTP(S) URLs in JSONP requests
fix - e2ef1ce72askip transfer cache for fetch credentialed requests

platform-server

CommitDescription
fix - 49368c1859harden platform location origin validation during SSR
refactor - d55c94ad81deprecate ServerXhr (#69256)

service-worker

CommitDescription
fix - d65a5f457bStrips sensitive headers on cross-origin redirects

Deprecations

platform-server

  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.

20.3.24

platform-server

CommitDescription
fix - 6ca433e56bthrow on suspicious URLs and restrict protocol-relative URLs
fix - 8680b5152fupdate domino to latest version

20.3.23

compiler

CommitDescription
fix - d40acc6431prevent namespaced SVG elements from being stripped

20.3.22

common

... (truncated)

Changelog

Sourced from @​angular/router's changelog.

20.3...

Description has been truncated

Bumps the angular group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.16` | `20.3.25` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.16` | `20.3.25` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.16` | `20.3.25` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.16` | `20.3.25` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.16` | `20.3.25` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.16` | `20.3.25` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.3.16` | `20.3.31` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.16` | `20.3.31` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.16` | `20.3.25` |
Updates `@angular/common` from 20.3.16 to 20.3.25
- [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.25/packages/common)
Updates `@angular/compiler` from 20.3.16 to 20.3.25
- [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.25/packages/compiler)
Updates `@angular/core` from 20.3.16 to 20.3.25
- [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.25/packages/core)
Updates `@angular/forms` from 20.3.16 to 20.3.25
- [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.25/packages/forms)
Updates `@angular/platform-browser` from 20.3.16 to 20.3.25
- [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.25/packages/platform-browser)
Updates `@angular/router` from 20.3.16 to 20.3.25
- [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.25/packages/router)
Updates `@angular/build` from 20.3.16 to 20.3.31
- [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.31)
Updates `@angular/cli` from 20.3.16 to 20.3.31
- [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.31)
Updates `@angular/compiler-cli` from 20.3.16 to 20.3.25
- [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.25/packages/compiler-cli)
---
updated-dependencies:
- dependency-name: "@angular/common"
dependency-version: 20.3.25
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/compiler"
dependency-version: 20.3.25
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/core"
dependency-version: 20.3.25
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/forms"
dependency-version: 20.3.25
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/platform-browser"
dependency-version: 20.3.25
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/router"
dependency-version: 20.3.25
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/build"
dependency-version: 20.3.31
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/cli"
dependency-version: 20.3.31
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/compiler-cli"
dependency-version: 20.3.25
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: angular
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 1, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants