Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2025

Bumps the dependencies group with 16 updates:

Package From To
@angular/animations 20.1.4 20.1.6
@angular/cdk 20.1.4 20.1.5
@angular/common 20.1.4 20.1.6
@angular/compiler 20.1.4 20.1.6
@angular/core 20.1.4 20.1.6
@angular/forms 20.1.4 20.1.6
@angular/material 20.1.4 20.1.5
@angular/platform-browser 20.1.4 20.1.6
@angular/platform-browser-dynamic 20.1.4 20.1.6
@angular/router 20.1.4 20.1.6
@angular/build 20.1.4 20.1.5
@angular/cli 20.1.4 20.1.5
@angular/compiler-cli 20.1.4 20.1.6
@types/node 24.1.0 24.2.0
@typescript-eslint/eslint-plugin 8.38.0 8.39.0
@typescript-eslint/parser 8.38.0 8.39.0

Updates @angular/animations from 20.1.4 to 20.1.6

Release notes

Sourced from @​angular/animations's releases.

20.1.6

No release notes provided.

20.1.5

compiler-cli

Commit Description
fix - 3b2e8efcac correctly type check host listeners to own outputs (#62965)

core

Commit Description
fix - c9f3976eba properly recognize failed fetch responses when loading external resources in JIT (#62992)

http

Commit Description
fix - ae443f8eb0 Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Description
fix - 7a5851e4b0 incorrect filtering in inject migration (#62913)
Changelog

Sourced from @​angular/animations's changelog.

20.1.6 (2025-08-06)

20.2.0-next.4 (2025-08-06)

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

compiler-cli

Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#62965)

core

Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#62699)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#62979)
ebd622b344 fix fixes empty animations when recalculating styles (#63007)
455b147488 fix fixes timing issues with enter animations (#62925)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#62992)

forms

Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#57102)

http

Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Type Description
b1514d512e fix incorrect filtering in inject migration (#62913)

platform-browser

Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#62963)

router

Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#62971)

service-worker

Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#62834)
5220b51e75 feat Adds for type in provideServiceWorker (#62831)

... (truncated)

Commits
  • fd373f2 refactor(animations): optimize resolveTimeExpression (#62927)
  • 26f99b3 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • 875ea30 build: remove ts_project_interop infrastructure (#62909)
  • See full diff in compare view

Updates @angular/cdk from 20.1.4 to 20.1.5

Release notes

Sourced from @​angular/cdk's releases.

20.1.5

material

Commit Description
fix - dbdcc7dcb7 autocomplete: default to transparent backdrop (#31647)
fix - ae9e8d2f84 chips: focus not moved on destroy (#31653)
fix - 24ae377723 form-field: resolve memory leak (#31643)
Changelog

Sourced from @​angular/cdk's changelog.

20.1.5 "plastic-car" (2025-08-06)

material

Commit Type Description
dbdcc7dcb7 fix autocomplete: default to transparent backdrop (#31647)
ae9e8d2f84 fix chips: focus not moved on destroy (#31653)
24ae377723 fix form-field: resolve memory leak (#31643)

20.2.0-next.2 "archerite-asparagus" (2025-07-30)

cdk

Commit Type Description
88d4ffda6 fix drag-drop: incorrect index when returning item in mixed list (#31592)
c386d0ee1 fix listbox: coerce tabindex value (#31597)

material

Commit Type Description
20e6e92c0 feat core: add an m2-theme API to define system vars (#31616)
3dfe50aef fix core: align gm3 colors (#31485)
993a9a393 fix core: fill in m2 system token values (#31615)
5d681219f fix core: use different prefix for m2-theme (#31621)
471d3237e fix radio: rendering artifacts at some zoom levels (#31612)
8576ccf1d fix schematics: set generated font family on body (#31618)
9e14c5566 fix slider: tick marks not showing dynamically (#31608)
9e25efb6f fix table: return undefined sort and paginator (#31593)
092c0f73d fix testing: Modify input filtering to more broadly search for (#31596)

cdk-experimental

Commit Type Description
647616e2e fix listbox: make CdkOption public (#31588)

Commits
  • 319ae91 release: cut the v20.1.5 release
  • 422f050 refactor(cdk-experimental/listbox): update visibility on value field
  • ae9e8d2 fix(material/chips): focus not moved on destroy (#31653)
  • dbdcc7d fix(material/autocomplete): default to transparent backdrop (#31647)
  • 24ae377 fix(material/form-field): resolve memory leak (#31643)
  • 935cbc2 build: enable stricter checking of inputs and outputs (#31638)
  • f2bb6f0 docs: correct grammatical errors in custom stepper guide (#31635)
  • d6c47b9 docs(cdk/drag-drop): scrollable example not showing (#31627)
  • See full diff in compare view

Updates @angular/common from 20.1.4 to 20.1.6

Release notes

Sourced from @​angular/common's releases.

20.1.6

No release notes provided.

20.1.5

compiler-cli

Commit Description
fix - 3b2e8efcac correctly type check host listeners to own outputs (#62965)

core

Commit Description
fix - c9f3976eba properly recognize failed fetch responses when loading external resources in JIT (#62992)

http

Commit Description
fix - ae443f8eb0 Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Description
fix - 7a5851e4b0 incorrect filtering in inject migration (#62913)
Changelog

Sourced from @​angular/common's changelog.

20.1.6 (2025-08-06)

20.2.0-next.4 (2025-08-06)

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

compiler-cli

Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#62965)

core

Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#62699)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#62979)
ebd622b344 fix fixes empty animations when recalculating styles (#63007)
455b147488 fix fixes timing issues with enter animations (#62925)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#62992)

forms

Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#57102)

http

Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Type Description
b1514d512e fix incorrect filtering in inject migration (#62913)

platform-browser

Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#62963)

router

Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#62971)

service-worker

Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#62834)
5220b51e75 feat Adds for type in provideServiceWorker (#62831)

... (truncated)

Commits
  • 847de40 build: explicitly include types for locales in @​angular/common/locales (#63030)
  • 26f99b3 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • ae443f8 fix(http): Reset headers, progress, and statusCode when using set() in `Htt...
  • 875ea30 build: remove ts_project_interop infrastructure (#62909)
  • See full diff in compare view

Updates @angular/compiler from 20.1.4 to 20.1.6

Release notes

Sourced from @​angular/compiler's releases.

20.1.6

No release notes provided.

20.1.5

compiler-cli

Commit Description
fix - 3b2e8efcac correctly type check host listeners to own outputs (#62965)

core

Commit Description
fix - c9f3976eba properly recognize failed fetch responses when loading external resources in JIT (#62992)

http

Commit Description
fix - ae443f8eb0 Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Description
fix - 7a5851e4b0 incorrect filtering in inject migration (#62913)
Changelog

Sourced from @​angular/compiler's changelog.

20.1.6 (2025-08-06)

20.2.0-next.4 (2025-08-06)

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

compiler-cli

Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#62965)

core

Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#62699)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#62979)
ebd622b344 fix fixes empty animations when recalculating styles (#63007)
455b147488 fix fixes timing issues with enter animations (#62925)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#62992)

forms

Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#57102)

http

Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Type Description
b1514d512e fix incorrect filtering in inject migration (#62913)

platform-browser

Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#62963)

router

Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#62971)

service-worker

Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#62834)
5220b51e75 feat Adds for type in provideServiceWorker (#62831)

... (truncated)

Commits
  • 26f99b3 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • 17c110e refactor(compiler): allow directives to be resolved on host element (#62965)
  • 875ea30 build: remove ts_project_interop infrastructure (#62909)
  • See full diff in compare view

Updates @angular/core from 20.1.4 to 20.1.6

Release notes

Sourced from @​angular/core's releases.

20.1.6

No release notes provided.

20.1.5

compiler-cli

Commit Description
fix - 3b2e8efcac correctly type check host listeners to own outputs (#62965)

core

Commit Description
fix - c9f3976eba properly recognize failed fetch responses when loading external resources in JIT (#62992)

http

Commit Description
fix - ae443f8eb0 Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Description
fix - 7a5851e4b0 incorrect filtering in inject migration (#62913)
Changelog

Sourced from @​angular/core's changelog.

20.1.6 (2025-08-06)

20.2.0-next.4 (2025-08-06)

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

compiler-cli

Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#62965)

core

Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#62699)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#62979)
ebd622b344 fix fixes empty animations when recalculating styles (#63007)
455b147488 fix fixes timing issues with enter animations (#62925)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#62992)

forms

Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#57102)

http

Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Type Description
b1514d512e fix incorrect filtering in inject migration (#62913)

platform-browser

Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#62963)

router

Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#62971)

service-worker

Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#62834)
5220b51e75 feat Adds for type in provideServiceWorker (#62831)

... (truncated)

Commits
  • fd373f2 refactor(animations): optimize resolveTimeExpression (#62927)
  • 294fc88 refactor(devtools): enable view source for template effects (#62692)
  • 26f99b3 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • c9f3976 fix(core): properly recognize failed fetch responses when loading external ...
  • 216d883 build: use pnpm as the package manager instead of yarn (#62926)
  • c92a306 build: update cross-repo angular dependencies (#62903)
  • 7a5851e fix(migrations): incorrect filtering in inject migration (#62913)
  • 875ea30 build: remove ts_project_interop infrastructure (#62909)
  • See full diff in compare view

Updates @angular/forms from 20.1.4 to 20.1.6

Release notes

Sourced from @​angular/forms's releases.

20.1.6

No release notes provided.

20.1.5

compiler-cli

Commit Description
fix - 3b2e8efcac correctly type check host listeners to own outputs (#62965)

core

Commit Description
fix - c9f3976eba properly recognize failed fetch responses when loading external resources in JIT (#62992)

http

Commit Description
fix - ae443f8eb0 Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Description
fix - 7a5851e4b0 incorrect filtering in inject migration (#62913)
Changelog

Sourced from @​angular/forms's changelog.

20.1.6 (2025-08-06)

20.2.0-next.4 (2025-08-06)

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

compiler-cli

Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#62965)

core

Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#62699)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#62979)
ebd622b344 fix fixes empty animations when recalculating styles (#63007)
455b147488 fix fixes timing issues with enter animations (#62925)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#62992)

forms

Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#57102)

http

Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Type Description
b1514d512e fix incorrect filtering in inject migration (#62913)

platform-browser

Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#62963)

router

Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#62971)

service-worker

Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#62834)
5220b51e75 feat Adds for type in provideServiceWorker (#62831)

... (truncated)

Commits
  • 26f99b3 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • 875ea30 build: remove ts_project_interop infrastructure (#62909)
  • See full diff in compare view

Updates @angular/material from 20.1.4 to 20.1.5

Release notes

Sourced from @​angular/material's releases.

20.1.5

material

Commit Description
fix - dbdcc7dcb7 autocomplete: default to transparent backdrop (#31647)
fix - ae9e8d2f84 chips: focus not moved on destroy (#31653)
fix - 24ae377723 form-field: resolve memory leak (#31643)
Changelog

Sourced from @​angular/material's changelog.

20.1.5 "plastic-car" (2025-08-06)

material

Commit Type Description
dbdcc7dcb7 fix autocomplete: default to transparent backdrop (#31647)
ae9e8d2f84 fix chips: focus not moved on destroy (#31653)
24ae377723 fix form-field: resolve memory leak (#31643)

20.2.0-next.2 "archerite-asparagus" (2025-07-30)

cdk

Commit Type Description
88d4ffda6 fix drag-drop: incorrect index when returning item in mixed list (#31592)
c386d0ee1 fix listbox: coerce tabindex value (#31597)

material

Commit Type Description
20e6e92c0 feat core: add an m2-theme API to define system vars (#31616)
3dfe50aef fix core: align gm3 colors (#31485)
993a9a393 fix core: fill in m2 system token values (#31615)
5d681219f fix core: use different prefix for m2-theme (#31621)
471d3237e fix radio: rendering artifacts at some zoom levels (#31612)
8576ccf1d fix schematics: set generated font family on body (#31618)
9e14c5566 fix slider: tick marks not showing dynamically (#31608)
9e25efb6f fix table: return undefined sort and paginator (#31593)
092c0f73d fix testing: Modify input filtering to more broadly search for (#31596)

cdk-experimental

Commit Type Description
647616e2e fix listbox: make CdkOption public (#31588)

Commits
  • 319ae91 release: cut the v20.1.5 release
  • 422f050 refactor(cdk-experimental/listbox): update visibility on value field
  • ae9e8d2 fix(material/chips): focus not moved on destroy (#31653)
  • dbdcc7d fix(material/autocomplete): default to transparent backdrop (#31647)
  • 24ae377 fix(material/form-field): resolve memory leak (#31643)
  • 935cbc2 build: enable stricter checking of inputs and outputs (#31638)
  • f2bb6f0 docs: correct grammatical errors in custom stepper guide (#31635)

Bumps the dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.1.4` | `20.1.6` |
| [@angular/cdk](https://github.com/angular/components) | `20.1.4` | `20.1.5` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.1.4` | `20.1.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.1.4` | `20.1.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.1.4` | `20.1.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.1.4` | `20.1.6` |
| [@angular/material](https://github.com/angular/components) | `20.1.4` | `20.1.5` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.1.4` | `20.1.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.1.4` | `20.1.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.1.4` | `20.1.6` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.1.4` | `20.1.5` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.1.4` | `20.1.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.1.4` | `20.1.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.1.0` | `24.2.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.38.0` | `8.39.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.38.0` | `8.39.0` |


Updates `@angular/animations` from 20.1.4 to 20.1.6
- [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.1.6/packages/animations)

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

Updates `@angular/common` from 20.1.4 to 20.1.6
- [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.1.6/packages/common)

Updates `@angular/compiler` from 20.1.4 to 20.1.6
- [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.1.6/packages/compiler)

Updates `@angular/core` from 20.1.4 to 20.1.6
- [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.1.6/packages/core)

Updates `@angular/forms` from 20.1.4 to 20.1.6
- [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.1.6/packages/forms)

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

Updates `@angular/platform-browser` from 20.1.4 to 20.1.6
- [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.1.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 20.1.4 to 20.1.6
- [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.1.6/packages/platform-browser-dynamic)

Updates `@angular/router` from 20.1.4 to 20.1.6
- [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.1.6/packages/router)

Updates `@angular/build` from 20.1.4 to 20.1.5
- [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.1.4...20.1.5)

Updates `@angular/cli` from 20.1.4 to 20.1.5
- [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.1.4...20.1.5)

Updates `@angular/compiler-cli` from 20.1.4 to 20.1.6
- [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.1.6/packages/compiler-cli)

Updates `@types/node` from 24.1.0 to 24.2.0
- [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.38.0 to 8.39.0
- [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.39.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.38.0 to 8.39.0
- [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.39.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/build"
  dependency-version: 20.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/cli"
  dependency-version: 20.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 8, 2025
@hackingharold hackingharold merged commit 071812b into main Aug 8, 2025
2 checks passed
@hackingharold hackingharold deleted the dependabot-npm_and_yarn-dependencies-caa881643a branch August 8, 2025 08:32
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