Skip to content

Bump the npm-dependencies-minor group with 26 updates#53

Merged
RHSplinter merged 2 commits into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-minor-3481926d97
Nov 15, 2025
Merged

Bump the npm-dependencies-minor group with 26 updates#53
RHSplinter merged 2 commits into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-minor-3481926d97

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 15, 2025

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies-minor group with 26 updates:

Package From To
@angular/animations 20.3.10 20.3.12
@angular/cdk 20.2.12 20.2.13
@angular/common 20.3.10 20.3.12
@angular/compiler 20.3.10 20.3.12
@angular/core 20.3.10 20.3.12
@angular/forms 20.3.10 20.3.12
@angular/material 20.2.12 20.2.13
@angular/platform-browser 20.3.10 20.3.12
@angular/platform-browser-dynamic 20.3.10 20.3.12
@angular/platform-server 20.3.10 20.3.12
@angular/router 20.3.10 20.3.12
@angular/ssr 20.3.9 20.3.10
@angular-eslint/builder 20.5.1 20.6.0
@angular-eslint/eslint-plugin 20.5.1 20.6.0
@angular-eslint/eslint-plugin-template 20.5.1 20.6.0
@angular-eslint/schematics 20.5.1 20.6.0
@angular-eslint/template-parser 20.5.1 20.6.0
@angular/build 20.3.9 20.3.10
@angular/cli 20.3.9 20.3.10
@angular/compiler-cli 20.3.10 20.3.12
@types/jasmine 5.1.12 5.1.13
@types/node 24.10.0 24.10.1
@typescript-eslint/eslint-plugin 8.46.3 8.46.4
@typescript-eslint/parser 8.46.3 8.46.4
@typescript-eslint/types 8.46.3 8.46.4
@typescript-eslint/utils 8.46.3 8.46.4

Updates @angular/animations from 20.3.10 to 20.3.12

Release notes

Sourced from @​angular/animations's releases.

20.3.12

No release notes provided.

20.3.11

common

Commit Description
fix - 5047849a4a remove placeholder image listeners once view is removed

compiler

Commit Description
fix - f9d0818087 support arbitrary nesting in :host-context()
fix - 106b9040df support commas in :host() argument
fix - 9419ea348a support complex selectors in :nth-child()
fix - 036c5d2a07 support one additional level of nesting in :host()

core

Commit Description
fix - dcdd1bcdbb skip leave animations on view swaps
Changelog

Sourced from @​angular/animations's changelog.

20.3.12 (2025-11-14)

21.0.0-rc.2 (2025-11-12)

common

Commit Type Description
ab98e71c41 fix remove placeholder image listeners once view is removed

compiler

Commit Type Description
f54cc4f28a fix support commas in :host() argument
814b2713f5 fix support complex selectors in :nth-child()
aad6ced0ef fix support one additional level of nesting in :host()

compiler-cli

Commit Type Description
5b55200edf fix allow value to be set on radio fields
bd322ca410 fix do not flag custom control required inputs as missing when field is present
71ab11ccf0 fix make field detection logic more robust
01290ab275 fix use any when checking field interface conformance

core

Commit Type Description
c9f977833e fix skip Angular formatting when formatting signals recursively

forms

Commit Type Description
a278ee358c feat add debounce() rule for signal forms
781a3299f9 perf only update interop controls when bound field changes

language-server

Commit Type Description
3f7111a9c3 fix fix directory renaming on Windows

... (truncated)

Commits

Updates @angular/cdk from 20.2.12 to 20.2.13

Release notes

Sourced from @​angular/cdk's releases.

20.2.13

material

Commit Description
fix - 7b63d9560 chips: avatar image stretched in Safari (#32278)
Changelog

Sourced from @​angular/cdk's changelog.

20.2.13 "wooden-penguin" (2025-11-13)

material

Commit Type Description
7b63d9560 fix chips: avatar image stretched in Safari (#32278)

21.0.0-rc.1 "pre-release-21" (2025-11-06)

aria

Commit Type Description
c3279ca4b fix combobox: highlighting edge cases (#32136)
1232805db fix combobox: readonly behavior (#32169)
6c46f950d fix combobox: several small fixes (#32202)
92d933421 fix grid: fix navigation bugs and add grid behavior unit tests (#32140)
e3babf3fc fix grid: rtl navigation (#32170)
56631cb85 fix menu: deferred content import
ce20dbe1a fix menu: lazy render trigger (#32203)
19095030a fix menu: public api cleanup (#32189)
4b5db1328 fix menu: rtl text direction (#32254)
05f936ae1 fix tree: tree item visibility issue (#32156)

multiple

Commit Type Description
b50ecb9b6 fix enable overwriting preventDefault to allow triggering hyperlinks using enter key (#32123)
caa2b3b65 fix prevent focus on disabled components (#32263)

Commits

Updates @angular/common from 20.3.10 to 20.3.12

Release notes

Sourced from @​angular/common's releases.

20.3.12

No release notes provided.

20.3.11

common

Commit Description
fix - 5047849a4a remove placeholder image listeners once view is removed

compiler

Commit Description
fix - f9d0818087 support arbitrary nesting in :host-context()
fix - 106b9040df support commas in :host() argument
fix - 9419ea348a support complex selectors in :nth-child()
fix - 036c5d2a07 support one additional level of nesting in :host()

core

Commit Description
fix - dcdd1bcdbb skip leave animations on view swaps
Changelog

Sourced from @​angular/common's changelog.

20.3.12 (2025-11-14)

21.0.0-rc.2 (2025-11-12)

common

Commit Type Description
ab98e71c41 fix remove placeholder image listeners once view is removed

compiler

Commit Type Description
f54cc4f28a fix support commas in :host() argument
814b2713f5 fix support complex selectors in :nth-child()
aad6ced0ef fix support one additional level of nesting in :host()

compiler-cli

Commit Type Description
5b55200edf fix allow value to be set on radio fields
bd322ca410 fix do not flag custom control required inputs as missing when field is present
71ab11ccf0 fix make field detection logic more robust
01290ab275 fix use any when checking field interface conformance

core

Commit Type Description
c9f977833e fix skip Angular formatting when formatting signals recursively

forms

Commit Type Description
a278ee358c feat add debounce() rule for signal forms
781a3299f9 perf only update interop controls when bound field changes

language-server

Commit Type Description
3f7111a9c3 fix fix directory renaming on Windows

... (truncated)

Commits
  • a8c577d docs: add reference to Built-in Pipes in multiple pipe files
  • 8922cae Revert "refactor(http): migrate XSRF classes to use inject() function"
  • 5047849 fix(common): remove placeholder image listeners once view is removed
  • 4c66fe4 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • 2ad6b72 refactor(http): migrate XSRF classes to use inject() function
  • ee578d3 build: format md files
  • See full diff in compare view

Updates @angular/compiler from 20.3.10 to 20.3.12

Release notes

Sourced from @​angular/compiler's releases.

20.3.12

No release notes provided.

20.3.11

common

Commit Description
fix - 5047849a4a remove placeholder image listeners once view is removed

compiler

Commit Description
fix - f9d0818087 support arbitrary nesting in :host-context()
fix - 106b9040df support commas in :host() argument
fix - 9419ea348a support complex selectors in :nth-child()
fix - 036c5d2a07 support one additional level of nesting in :host()

core

Commit Description
fix - dcdd1bcdbb skip leave animations on view swaps
Changelog

Sourced from @​angular/compiler's changelog.

20.3.12 (2025-11-14)

21.0.0-rc.2 (2025-11-12)

common

Commit Type Description
ab98e71c41 fix remove placeholder image listeners once view is removed

compiler

Commit Type Description
f54cc4f28a fix support commas in :host() argument
814b2713f5 fix support complex selectors in :nth-child()
aad6ced0ef fix support one additional level of nesting in :host()

compiler-cli

Commit Type Description
5b55200edf fix allow value to be set on radio fields
bd322ca410 fix do not flag custom control required inputs as missing when field is present
71ab11ccf0 fix make field detection logic more robust
01290ab275 fix use any when checking field interface conformance

core

Commit Type Description
c9f977833e fix skip Angular formatting when formatting signals recursively

forms

Commit Type Description
a278ee358c feat add debounce() rule for signal forms
781a3299f9 perf only update interop controls when bound field changes

language-server

Commit Type Description
3f7111a9c3 fix fix directory renaming on Windows

... (truncated)

Commits
  • f689269 Revert "fix(compiler): support one additional level of nesting in :host()"
  • 7b2e6ca Revert "fix(compiler): support arbitrary nesting in :host-context()"
  • 6036eef Revert "fix(compiler): support commas in :host() argument"
  • a44658b Revert "fix(compiler): support complex selectors in :nth-child()"
  • 9419ea3 fix(compiler): support complex selectors in :nth-child()
  • 2531863 test(compiler): add test for :host:has(> .foo)
  • 106b904 fix(compiler): support commas in :host() argument
  • f9d0818 fix(compiler): support arbitrary nesting in :host-context()
  • b47054c Revert "fix(compiler): support commas in :host() argument"
  • 1e09bdc fix(compiler): support commas in :host() argument
  • Additional commits viewable in compare view

Updates @angular/core from 20.3.10 to 20.3.12

Release notes

Sourced from @​angular/core's releases.

20.3.12

No release notes provided.

20.3.11

common

Commit Description
fix - 5047849a4a remove placeholder image listeners once view is removed

compiler

Commit Description
fix - f9d0818087 support arbitrary nesting in :host-context()
fix - 106b9040df support commas in :host() argument
fix - 9419ea348a support complex selectors in :nth-child()
fix - 036c5d2a07 support one additional level of nesting in :host()

core

Commit Description
fix - dcdd1bcdbb skip leave animations on view swaps
Changelog

Sourced from @​angular/core's changelog.

20.3.12 (2025-11-14)

21.0.0-rc.2 (2025-11-12)

common

Commit Type Description
ab98e71c41 fix remove placeholder image listeners once view is removed

compiler

Commit Type Description
f54cc4f28a fix support commas in :host() argument
814b2713f5 fix support complex selectors in :nth-child()
aad6ced0ef fix support one additional level of nesting in :host()

compiler-cli

Commit Type Description
5b55200edf fix allow value to be set on radio fields
bd322ca410 fix do not flag custom control required inputs as missing when field is present
71ab11ccf0 fix make field detection logic more robust
01290ab275 fix use any when checking field interface conformance

core

Commit Type Description
c9f977833e fix skip Angular formatting when formatting signals recursively

forms

Commit Type Description
a278ee358c feat add debounce() rule for signal forms
781a3299f9 perf only update interop controls when bound field changes

language-server

Commit Type Description
3f7111a9c3 fix fix directory renaming on Windows

... (truncated)

Commits
  • a02b957 refactor(core): remove resource flag.
  • 41466a7 refactor(core): move profile_types.ts to primtives
  • 1dcecdf refactor(platform-browser): remove unused Platform ID dependency from DomRend...
  • ee578d3 build: format md files
  • dcdd1bc fix(core): skip leave animations on view swaps
  • d6ef181 refactor(core): export types from primitives
  • See full diff in compare view

Updates @angular/forms from 20.3.10 to 20.3.12

Release notes

Sourced from @​angular/forms's releases.

20.3.12

No release notes provided.

20.3.11

common

Commit Description
fix - 5047849a4a remove placeholder image listeners once view is removed

compiler

Commit Description
fix - f9d0818087 support arbitrary nesting in :host-context()
fix - 106b9040df support commas in :host() argument
fix - 9419ea348a support complex selectors in :nth-child()
fix - 036c5d2a07 support one additional level of nesting in :host()

core

Commit Description
fix - dcdd1bcdbb skip leave animations on view swaps
Changelog

Sourced from @​angular/forms's changelog.

20.3.12 (2025-11-14)

21.0.0-rc.2 (2025-11-12)

common

Commit Type Description
ab98e71c41 fix remove placeholder image listeners once view is removed

compiler

Commit Type Description
f54cc4f28a fix support commas in :host() argument
814b2713f5 fix support complex selectors in :nth-child()
aad6ced0ef fix support one additional level of nesting in :host()

compiler-cli

Commit Type Description
5b55200edf fix allow value to be set on radio fields
bd322ca410 fix do not flag custom control required inputs as missing when field is present
71ab11ccf0 fix make field detection logic more robust
01290ab275 fix use any when checking field interface conformance

core

Commit Type Description
c9f977833e fix skip Angular formatting when formatting signals recursively

forms

Commit Type Description
a278ee358c feat add debounce() rule for signal forms
781a3299f9 perf only update interop controls when bound field changes

language-server

Commit Type Description
3f7111a9c3 fix fix directory renaming on Windows

... (truncated)

Commits
  • 4c66fe4 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • 7b1a478 docs: improve discoverability of forms
  • ee578d3 build: format md files
  • See full diff in compare view

Updates @angular/material from 20.2.12 to 20.2.13

Release notes

Sourced from @​angular/material's releases.

20.2.13

material

Commit Description
fix - 7b63d9560 chips: avatar image stretched in Safari (#32278)
Changelog

Sourced from @​angular/material's changelog.

20.2.13 "wooden-penguin" (2025-11-13)

material

Commit Type Description
7b63d9560 fix chips: avatar image stretched in Safari (#32278)

21.0.0-rc.1 "pre-release-21" (2025-11-06)

aria

Commit Type Description
c3279ca4b fix combobox: highlighting edge cases (#32136)
1232805db fix combobox: readonly behavior (#32169)
6c46f950d fix combobox: several small fixes (#32202)
92d933421 fix grid: fix navigation bugs and add grid behavior unit tests (#32140)
e3babf3fc fix grid: rtl navigation (#32170)
56631cb85 fix menu: deferred content import
ce20dbe1a fix menu: lazy render trigger (#32203)
19095030a fix menu: public api cleanup (#32189)
4b5db1328 fix menu: rtl text direction (#32254)
05f936ae1 fix tree: tree item visibility issue (#32156)

multiple

Commit Type Description
b50ecb9b6 fix enable overwriting preventDefault to allow triggering hyperlinks using enter key (#32123)
caa2b3b65 fix prevent focus on disabled components (#32263)

Commits

Updates @angular/platform-browser from 20.3.10 to 20.3.12

Release notes

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

20.3.12

No release notes provided.

20.3.11

common

Commit Description
fix - 5047849a4a remove placeholder image listeners once view is removed

compiler

Commit Description
fix - f9d0818087 support arbitrary nesting in :host-context()
fix - 106b9040df support commas in :host() argument
fix - 9419ea348a support complex selectors in :nth-child()
fix - 036c5d2a07 support one additional level of nesting in :host()

core

Commit Description
fix - dcdd1bcdbb skip leave animations on view swaps
Changelog

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

20.3.12 (2025-11-14)

21.0.0-rc.2 (2025-11-12)

common

Commit Type Description
ab98e71c41 fix remove placeholder image listeners once view is removed

compiler

Commit Type Description
f54cc4f28a fix support commas in :host() argument
814b2713f5 fix support complex selectors in :nth-child()
aad6ced0ef fix support one additional level of nesting in :host()

compiler-cli

Commit Type Description
5b55200edf fix allow value to be set on radio fields
bd322ca410 fix do not flag custom control required inputs as missing when field is present
71ab11ccf0 fix make field detection logic more robust
01290ab275 fix use any when checking field interface conformance

core

Commit Type Description
c9f977833e fix skip Angular formatting when formatting signals recursively

forms

Commit Type Description
a278ee358c feat add debounce() rule for signal forms
781a3299f9 perf only update interop controls when bound field changes

language-server

Commit Type Description
3f7111a9c3 fix fix directory renaming on Windows

... (truncated)

Commits
  • 4c66fe4 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • 1dcecdf refactor(platform-browser): remove unused Platform ID dependency from DomRend...
  • ee578d3 build: format md files
  • See full diff in compare view

Updates @angular/platform-browser-dynamic from 20.3.10 to 20.3.12

Release notes

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

20.3.12

No release notes provided.

20.3.11

common

Commit Description
fix - 5047849a4a remove placeholder image listeners once view is removed

compiler

Commit Description
fix - f9d0818087 support arbitrary nesting in :host-context()
fix - 106b9040df support commas in :host() argument
fix - 9419ea348a support complex selectors in :nth-child()
fix - 036c5d2a07 support one additional level of nesting in :host()

core

Commit Description
fix - dcdd1bcdbb skip leave animations on view swaps
Changelog

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

20.3.12 (2025-11-14)

21.0.0-rc.2 (2025-11-12)

common

Commit Type Description
ab98e71c41 fix remove placeholder image listeners once view is removed

compiler

Commit Type Description
f54cc4f28a fix support commas in :host() argument
814b2713f5 fix support complex selectors in :nth-child()
aad6ced0ef fix support one additional level of nesting in :host()

compiler-cli

Commit Type Description
5b55200edf fix allow value to be set on radio fields
bd322ca410 fix do not flag custom control required inputs as missing when field is present
71ab11ccf0 fix make field detection logic more robust
01290ab275 fix use any when checking field interface conformance

core

Commit Type Description
c9f977833e fix skip Angular formatting when formatting signals recursively

forms

Commit Type Description
a278ee358c feat add debounce() rule for signal forms
781a3299f9 perf only update interop controls when bound field changes

language-server

Commit Type Description
3f7111a9c3 fix fix directory renaming on Windows

... (truncated)

Commits
  • 4c66fe4 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • ee578d3 build: format md files
  • See full diff in compare view

Updates @angular/platform-server from 20.3.10 to 20.3.12

Release notes

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

20.3.12

No release notes provided.

20.3.11

common

Commit Description
fix - 5047849a4a remove placeholder image listeners once view is removed

compiler

Commit Description
fix - f9d0818087 support arbitrary nesting in :host-context()
fix - 106b9040df support commas in :host() argument
fix - 9419ea348a support complex selectors in :nth-child()
fix - 036c5d2a07 support one additional level of nesting in :host()

core

Commit Description
fix - dcdd1bcdbb skip leave animations on view swaps
Changelog

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

20.3.12 (2025-11-14)

21.0.0-rc.2 (2025-11-12)

common

Description has been truncated

Commit Type Description

Bumps the npm-dependencies-minor group with 26 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.3.10` | `20.3.12` |
| [@angular/cdk](https://github.com/angular/components) | `20.2.12` | `20.2.13` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.10` | `20.3.12` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.10` | `20.3.12` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.10` | `20.3.12` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.10` | `20.3.12` |
| [@angular/material](https://github.com/angular/components) | `20.2.12` | `20.2.13` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.10` | `20.3.12` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.3.10` | `20.3.12` |
| [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) | `20.3.10` | `20.3.12` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.10` | `20.3.12` |
| [@angular/ssr](https://github.com/angular/angular-cli) | `20.3.9` | `20.3.10` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.5.1` | `20.6.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `20.5.1` | `20.6.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `20.5.1` | `20.6.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `20.5.1` | `20.6.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `20.5.1` | `20.6.0` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.3.9` | `20.3.10` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.9` | `20.3.10` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.10` | `20.3.12` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.12` | `5.1.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.0` | `24.10.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.3` | `8.46.4` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.3` | `8.46.4` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.46.3` | `8.46.4` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.46.3` | `8.46.4` |


Updates `@angular/animations` from 20.3.10 to 20.3.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/20.3.12/packages/animations)

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

Updates `@angular/common` from 20.3.10 to 20.3.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/20.3.12/packages/common)

Updates `@angular/compiler` from 20.3.10 to 20.3.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/20.3.12/packages/compiler)

Updates `@angular/core` from 20.3.10 to 20.3.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/20.3.12/packages/core)

Updates `@angular/forms` from 20.3.10 to 20.3.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/20.3.12/packages/forms)

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

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

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

Updates `@angular/platform-server` from 20.3.10 to 20.3.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/20.3.12/packages/platform-server)

Updates `@angular/router` from 20.3.10 to 20.3.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/20.3.12/packages/router)

Updates `@angular/ssr` from 20.3.9 to 20.3.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@20.3.9...20.3.10)

Updates `@angular-eslint/builder` from 20.5.1 to 20.6.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.6.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 20.5.1 to 20.6.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.6.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 20.5.1 to 20.6.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.6.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 20.5.1 to 20.6.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.6.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 20.5.1 to 20.6.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.6.0/packages/template-parser)

Updates `@angular/build` from 20.3.9 to 20.3.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@20.3.9...20.3.10)

Updates `@angular/cli` from 20.3.9 to 20.3.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@20.3.9...20.3.10)

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

Updates `@types/jasmine` from 5.1.12 to 5.1.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)

Updates `@types/node` from 24.10.0 to 24.10.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.46.3 to 8.46.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.3 to 8.46.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/parser)

Updates `@typescript-eslint/types` from 8.46.3 to 8.46.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/types)

Updates `@typescript-eslint/utils` from 8.46.3 to 8.46.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/utils)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/common"
  dependency-version: 20.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/core"
  dependency-version: 20.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/forms"
  dependency-version: 20.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/material"
  dependency-version: 20.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/platform-server"
  dependency-version: 20.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/router"
  dependency-version: 20.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/ssr"
  dependency-version: 20.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular-eslint/builder"
  dependency-version: 20.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 20.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 20.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 20.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 20.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/build"
  dependency-version: 20.3.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/cli"
  dependency-version: 20.3.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@types/jasmine"
  dependency-version: 5.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.46.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.46.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.46.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.46.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies-minor
...

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 Nov 15, 2025
@dependabot dependabot Bot requested a review from RHSplinter as a code owner November 15, 2025 13:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 15, 2025
@RHSplinter RHSplinter merged commit a809f6f into main Nov 15, 2025
11 checks passed
@RHSplinter RHSplinter deleted the dependabot/npm_and_yarn/npm-dependencies-minor-3481926d97 branch November 15, 2025 14:18
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