Skip to content

ci(deps): bump the angular group with 16 updates#293

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/angular-4c3d0931ca
Open

ci(deps): bump the angular group with 16 updates#293
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/angular-4c3d0931ca

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 12, 2025

Bumps the angular group with 16 updates:

Package From To
@angular/animations 18.1.1 20.3.10
@angular/cdk 18.1.1 20.2.12
@angular/common 18.1.1 20.3.10
@angular/compiler 18.1.1 20.3.10
@angular/core 18.1.1 20.3.10
@angular/forms 18.1.1 20.3.10
@angular/material 18.1.1 20.2.12
@angular/platform-browser 18.1.1 20.3.10
@angular/platform-browser-dynamic 18.1.1 20.3.10
@angular/router 18.1.1 20.3.10
rxjs 7.8.1 7.8.2
zone.js 0.14.8 0.15.1
@angular-devkit/build-angular 18.2.19 20.3.9
@angular/cli 18.1.1 20.3.9
@angular/compiler-cli 18.1.1 20.3.10
@angular/fire 18.0.1 20.0.1

Updates @angular/animations from 18.1.1 to 20.3.10

Release notes

Sourced from @​angular/animations's releases.

20.3.10

compiler-cli

Commit Description
fix - 840db59dc1 make required inputs diagnostic less noisy

migrations

Commit Description
fix - a45e6b2b66 Prevent removal of templates referenced with preceding whitespace characters

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

20.3.10 (2025-11-05)

compiler-cli

Commit Type Description
840db59dc1 fix make required inputs diagnostic less noisy

migrations

Commit Type Description
a45e6b2b66 fix Prevent removal of templates referenced with preceding whitespace characters

21.0.0-rc.0 (2025-10-29)

21.0.0-next.10 (2025-10-29)

common

Commit Type Description
2abf2fb501 feat Blocks IPv6 localhost from preconnect checks

compiler

Commit Type Description
04dd75ba94 fix support arbitrary nesting in :host-context()

core

Commit Type Description
54ad2304e3 fix Clear lView from IcuIteratorState when stack is empty to prevent memory leak
aa389a691b fix ensure @for iteration over field is reactive (#64113)

forms

Commit Type Description
a1ac9a6415 fix interop supports CVAs with signals (#64618)

... (truncated)

Commits
  • 4c89a26 fix(core): pass element removal property through in all locations (#64565)
  • bd38cd4 fix(animations): account for Element.animate exceptions (#64506)
  • e78451c fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • ed50120 refactor(animations): remove dependency on @angular/common (#63248)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • ec8cd3e refactor(animations): optimize resolveTimeExpression (#62927)
  • fa8d8b8 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • cbc258e build: remove ts_project_interop infrastructure (#62908)
  • 793ff35 build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • Additional commits viewable in compare view

Updates @angular/cdk from 18.1.1 to 20.2.12

Release notes

Sourced from @​angular/cdk's releases.

20.2.12

No release notes provided.

20.2.11

material

Commit Description
fix - b751456cd9 menu: add filter for trigger icon name (#32188)

20.2.10

material

Commit Description
fix - b2cd596d3 core: differentiate container colors in m2 (#32076)

20.2.9

material

Commit Description
fix - af3b961214 checkbox: use GrayText for disabled colors in high contrast mode (#32066)
fix - a90abb0a77 snack-bar: add max height for snack bar (#32000)

20.2.8

material-date-fns-adapter

Commit Description
fix - 2d1f8d068 parse time string containing only hours (#31978)

material

Commit Description
fix - 6d61babe7 datepicker: error due to synchronous change detection
fix - e43dcabd0 datepicker: make date filter nullable (#31980)
fix - f30c1c6c3 radio: Hovering over label of a radio will show the pointer cursor (#32015)
fix - de3f9e566 timepicker: assign form control value before emitting events (#31981)

20.2.7

material

Commit Description
fix - 85ed6550c2 menu: prevent child menu reopening while parent is animating away (#31958)

20.2.6

material

Commit Description
fix - a6f0bd8e7 menu: switch internal state to signals (#31934)
fix - 94716a805 select: rotate arrow while open (#31936)

cdk

Commit Description

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

20.2.12 "patch-main" (2025-11-06)

21.0.0-rc.0 "leather shoes" (2025-10-31)

cdk

Commit Type Description
0e4bf076b1 fix overlay: hide native backdrop
84f8f10ba8 fix overlay: make it easier to set default for overlay directive
a4dc30ce8e fix overlay: simplify matching the overlay to the trigger width
8d00344f20 fix overlay: simplify public API of overlay directive

material

Commit Type Description
47bdfb2007 fix dialog: afterOpened emitting too early when animations are disabled (#32211)
378f4cf0ba fix menu: add filter for trigger icon name (#32188)

20.2.11 "material lion" (2025-10-31)

material

Commit Type Description
b751456cd9 fix menu: add filter for trigger icon name (#32188)

21.0.0-next.10 "alforsite-antibody" (2025-10-22)

Breaking Changes

cdk

    • TemplatePortalDirective has been removed. Use CdkPortal instead.
    • PortalHostDirective has been removed. Use CdkPortalOutlet instead.

material

Commit Type Description
83d9b02bb fix core: differentiate container colors in m2 (#32076)
18cedc737 fix core: rename corner extra-small to xs (#32101)

cdk

Commit Type Description
03c5d34db fix portal: remove deprecated directives (#32117)

aria

Commit Type Description
a821a3ef0 feat grid: create the aria grid (#32092)
f9d3cde14 feat menu: create the aria menu (#32080)

... (truncated)

Commits
  • 3ede499 release: cut the v20.2.12 release
  • a257c72 release: cut the v20.2.11 release
  • b751456 fix(material/menu): add filter for trigger icon name (#32188)
  • 3553ed4 release: cut the v20.2.10 release
  • 3977d11 build: update rules_browsers digest to 6a699bf (#32119)
  • 67fd815 build: update cross-repo angular dependencies (#32122)
  • c6f531c build: update github/codeql-action action to v3.30.9
  • d310c47 build: update cross-repo angular dependencies (#32100)
  • 8aa2570 build: update cross-repo angular dependencies to v20.3.6 (#32088)
  • 488e664 build: update bazel dependencies (#31972)
  • Additional commits viewable in compare view

Updates @angular/common from 18.1.1 to 20.3.10

Release notes

Sourced from @​angular/common's releases.

20.3.10

compiler-cli

Commit Description
fix - 840db59dc1 make required inputs diagnostic less noisy

migrations

Commit Description
fix - a45e6b2b66 Prevent removal of templates referenced with preceding whitespace characters

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.3.10 (2025-11-05)

compiler-cli

Commit Type Description
840db59dc1 fix make required inputs diagnostic less noisy

migrations

Commit Type Description
a45e6b2b66 fix Prevent removal of templates referenced with preceding whitespace characters

21.0.0-rc.0 (2025-10-29)

21.0.0-next.10 (2025-10-29)

common

Commit Type Description
2abf2fb501 feat Blocks IPv6 localhost from preconnect checks

compiler

Commit Type Description
04dd75ba94 fix support arbitrary nesting in :host-context()

core

Commit Type Description
54ad2304e3 fix Clear lView from IcuIteratorState when stack is empty to prevent memory leak
aa389a691b fix ensure @for iteration over field is reactive (#64113)

forms

Commit Type Description
a1ac9a6415 fix interop supports CVAs with signals (#64618)

... (truncated)

Commits
  • 744cd5c refactor(http): simplifies destruction tracking using destroyed property
  • 5ce9d88 docs: Adds guide links to HTTP API docs for better discoverability
  • 020f176 feat(common): Blocks IPv6 localhost from preconnect checks
  • 752986b refactor(common): Add missing OnDestroy interface in PreconnectLinkChecker
  • 5f4f624 Revert "refactor(core): add debug name to resource (#64172)" (#64418)
  • 623c284 refactor(core): add debug name to resource (#64172)
  • 1ca0d05 docs: Adds documentation for image decoding attribute (#64261)
  • 9515a70 fix(core): fix narrowing of Resource.hasValue() (#63994)
  • 423cc17 refactor(common): trim undefined from locale data. (#63520)
  • b05552f docs: add documentation for NG02802 warning about HttpTransferCache headers (...
  • Additional commits viewable in compare view

Updates @angular/compiler from 18.1.1 to 20.3.10

Release notes

Sourced from @​angular/compiler's releases.

20.3.10

compiler-cli

Commit Description
fix - 840db59dc1 make required inputs diagnostic less noisy

migrations

Commit Description
fix - a45e6b2b66 Prevent removal of templates referenced with preceding whitespace characters

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.3.10 (2025-11-05)

compiler-cli

Commit Type Description
840db59dc1 fix make required inputs diagnostic less noisy

migrations

Commit Type Description
a45e6b2b66 fix Prevent removal of templates referenced with preceding whitespace characters

21.0.0-rc.0 (2025-10-29)

21.0.0-next.10 (2025-10-29)

common

Commit Type Description
2abf2fb501 feat Blocks IPv6 localhost from preconnect checks

compiler

Commit Type Description
04dd75ba94 fix support arbitrary nesting in :host-context()

core

Commit Type Description
54ad2304e3 fix Clear lView from IcuIteratorState when stack is empty to prevent memory leak
aa389a691b fix ensure @for iteration over field is reactive (#64113)

forms

Commit Type Description
a1ac9a6415 fix interop supports CVAs with signals (#64618)

... (truncated)

Commits

Updates @angular/core from 18.1.1 to 20.3.10

Release notes

Sourced from @​angular/core's releases.

20.3.10

compiler-cli

Commit Description
fix - 840db59dc1 make required inputs diagnostic less noisy

migrations

Commit Description
fix - a45e6b2b66 Prevent removal of templates referenced with preceding whitespace characters

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

20.3.10 (2025-11-05)

compiler-cli

Commit Type Description
840db59dc1 fix make required inputs diagnostic less noisy

migrations

Commit Type Description
a45e6b2b66 fix Prevent removal of templates referenced with preceding whitespace characters

21.0.0-rc.0 (2025-10-29)

21.0.0-next.10 (2025-10-29)

common

Commit Type Description
2abf2fb501 feat Blocks IPv6 localhost from preconnect checks

compiler

Commit Type Description
04dd75ba94 fix support arbitrary nesting in :host-context()

core

Commit Type Description
54ad2304e3 fix Clear lView from IcuIteratorState when stack is empty to prevent memory leak
aa389a691b fix ensure @for iteration over field is reactive (#64113)

forms

Commit Type Description
a1ac9a6415 fix interop supports CVAs with signals (#64618)

... (truncated)

Commits
  • a45e6b2 fix(migrations): Prevent removal of templates referenced with preceding white...
  • 7438b9c refactor(core): Removes unused flag for onDestroy
  • 1572baf refactor(core): Replace usages of the Function type for animations
  • 2edc82a fix(migrations): Do not remove a template if it is referenced even with a tra...
  • ca3fd78 fix(core): Clear lView from IcuIteratorState when stack is empty to prevent m...
  • 6daabb0 Revert "build: refactor location of best-practices.md"
  • 18c7031 build: refactor location of best-practices.md
  • 2fad4d4 fix(core): prevent duplicate nodes from being retained with fast `animate.lea...
  • 139b622 refactor(core): clarify comments on enter animation queuing (#64550)
  • b055141 refactor(core): Removes unused trigger parameter from scheduleDelayedPrefetch...
  • Additional commits viewable in compare view

Updates @angular/forms from 18.1.1 to 20.3.10

Release notes

Sourced from @​angular/forms's releases.

20.3.10

compiler-cli

Commit Description
fix - 840db59dc1 make required inputs diagnostic less noisy

migrations

Commit Description
fix - a45e6b2b66 Prevent removal of templates referenced with preceding whitespace characters

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

20.3.10 (2025-11-05)

compiler-cli

Commit Type Description
840db59dc1 fix make required inputs diagnostic less noisy

migrations

Commit Type Description
a45e6b2b66 fix Prevent removal of templates referenced with preceding whitespace characters

21.0.0-rc.0 (2025-10-29)

21.0.0-next.10 (2025-10-29)

common

Commit Type Description
2abf2fb501 feat Blocks IPv6 localhost from preconnect checks

compiler

Commit Type Description
04dd75ba94 fix support arbitrary nesting in :host-c...

Description has been truncated

Bumps the angular group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.1.1` | `20.3.10` |
| [@angular/cdk](https://github.com/angular/components) | `18.1.1` | `20.2.12` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.1.1` | `20.3.10` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.1.1` | `20.3.10` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.1.1` | `20.3.10` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.1.1` | `20.3.10` |
| [@angular/material](https://github.com/angular/components) | `18.1.1` | `20.2.12` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.1.1` | `20.3.10` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.1.1` | `20.3.10` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.1.1` | `20.3.10` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.8` | `0.15.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.2.19` | `20.3.9` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.1.1` | `20.3.9` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.1.1` | `20.3.10` |
| [@angular/fire](https://github.com/angular/angularfire) | `18.0.1` | `20.0.1` |


Updates `@angular/animations` from 18.1.1 to 20.3.10
- [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/20.3.10/packages/animations)

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

Updates `@angular/common` from 18.1.1 to 20.3.10
- [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/20.3.10/packages/common)

Updates `@angular/compiler` from 18.1.1 to 20.3.10
- [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/20.3.10/packages/compiler)

Updates `@angular/core` from 18.1.1 to 20.3.10
- [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/20.3.10/packages/core)

Updates `@angular/forms` from 18.1.1 to 20.3.10
- [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/20.3.10/packages/forms)

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

Updates `@angular/platform-browser` from 18.1.1 to 20.3.10
- [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/20.3.10/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.1.1 to 20.3.10
- [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/20.3.10/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.1.1 to 20.3.10
- [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/20.3.10/packages/router)

Updates `rxjs` from 7.8.1 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

Updates `zone.js` from 0.14.8 to 0.15.1
- [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.15.1/packages/zone.js)

Updates `@angular-devkit/build-angular` from 18.2.19 to 20.3.9
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.2.19...20.3.9)

Updates `@angular/cli` from 18.1.1 to 20.3.9
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.1.1...20.3.9)

Updates `@angular/compiler-cli` from 18.1.1 to 20.3.10
- [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/20.3.10/packages/compiler-cli)

Updates `@angular/fire` from 18.0.1 to 20.0.1
- [Release notes](https://github.com/angular/angularfire/releases)
- [Commits](angular/angularfire@18.0.1...20.0.1)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.3.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 20.3.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 20.3.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 20.3.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/material"
  dependency-version: 20.2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 20.3.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: rxjs
  dependency-version: 7.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: zone.js
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 20.3.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 20.3.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/fire"
  dependency-version: 20.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 12, 2025

Labels

The following labels could not be found: auto-deps. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@netlify
Copy link

netlify bot commented Nov 12, 2025

Deploy Preview for pmks failed.

Name Link
🔨 Latest commit cebfdc6
🔍 Latest deploy log https://app.netlify.com/projects/pmks/deploys/6913df1c0f00b00008adc448

@netlify
Copy link

netlify bot commented Nov 12, 2025

Deploy Preview for steady-macaron-f82663 failed.

Name Link
🔨 Latest commit cebfdc6
🔍 Latest deploy log https://app.netlify.com/projects/steady-macaron-f82663/deploys/6913df1c2f37d2000800979c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants