Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 17 updates:

Package From To
@angular/animations 20.1.6 20.1.7
@angular/cdk 20.1.5 20.1.6
@angular/common 20.1.6 20.1.7
@angular/compiler 20.1.6 20.1.7
@angular/core 20.1.6 20.1.7
@angular/forms 20.1.6 20.1.7
@angular/material 20.1.5 20.1.6
@angular/platform-browser 20.1.6 20.1.7
@angular/platform-browser-dynamic 20.1.6 20.1.7
@angular/router 20.1.6 20.1.7
@angular/build 20.1.5 20.1.6
@angular/cli 20.1.5 20.1.6
@angular/compiler-cli 20.1.6 20.1.7
@types/node 24.2.0 24.2.1
@typescript-eslint/eslint-plugin 8.39.0 8.39.1
@typescript-eslint/parser 8.39.0 8.39.1
eslint 9.32.0 9.33.0

Updates @angular/animations from 20.1.6 to 20.1.7

Release notes

Sourced from @​angular/animations's releases.

20.1.7

compiler

Commit Description
fix - d9e37908a5 incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Description
fix - 4aa120ac00 error when type checking host bindings of generic directive (#63061)

core

Commit Description
fix - 322042c5b3 destroying the effect on afterRenderEffect (#63001)

router

Commit Description
fix - 5fd79424e3 attempt to resolve component resources in JIT mode (#63062)
Changelog

Sourced from @​angular/animations's changelog.

20.1.7 (2025-08-13)

compiler

Commit Type Description
d9e37908a5 fix incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Type Description
4aa120ac00 fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
322042c5b3 fix destroying the effect on afterRenderEffect (#63001)

router

Commit Type Description
5fd79424e3 fix attempt to resolve component resources in JIT mode (#63062)

20.2.0-rc.0 (2025-08-11)

compiler-cli

Commit Type Description
c77e51930d fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
a409534d6c feat support as aliases on else if blocks (#63047)
85d51a3215 fix destroying the effect on afterRenderEffect (#63001)
6a1184600c fix prevents duplicate nodes when @if toggles with leave animations (#63048)

router

Commit Type Description
660444fbf2 fix attempt to resolve component resources in JIT mode (#63062)

service-worker

Commit Type Description
3b214d2040 feat Logs unhandled promise rejections in service worker (#63059)

20.2.0-next.6 (2025-08-07)

compiler-cli

Commit Type Description
812463c563 fix Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054)
45b030b5ce fix prevent dom event assertion in TCB generation on older angular versions (#63053)

... (truncated)

Commits

Updates @angular/cdk from 20.1.5 to 20.1.6

Release notes

Sourced from @​angular/cdk's releases.

20.1.6

material

Commit Description
fix - 60952f4ddb stepper: handle empty label in horizontal stepper (#31665)

cdk

Commit Description
fix - 011fb785ae menu: picking up items from child menu (#31684)
Changelog

Sourced from @​angular/cdk's changelog.

20.1.6 "plastic-moose" (2025-08-14)

cdk

Commit Type Description
011fb785ae fix menu: picking up items from child menu (#31684)

material

Commit Type Description
60952f4ddb fix stepper: handle empty label in horizontal stepper (#31665)

20.2.0-next.3 "metal-monkey" (2025-08-06)

material

Commit Type Description
845a6910a6 fix autocomplete: default to transparent backdrop (#31647)
11ad09ff3e fix button-toggle: skip keyboard navigation when modifier key is pressed (#31651)
4bf8ebf5f3 fix chips: focus not moved on destroy (#31653)
b2c7abfbad fix core: add key validation to m2-theme (#31631)
839aa3e375 fix core: fix m2 system color values (#31632)
7674e5872c fix core: special-case icon button color token (#31625)
96117bceda fix form-field: resolve memory leak (#31643)

cdk-experimental

Commit Type Description
228aaf1fa3 feat ui-patterns: create List behavior (#31601)

Commits
  • 84cfe4a release: cut the v20.1.6 release
  • f647a69 docs: fix broken link in theme-color schematic documentation (#31694)
  • 132f9bd build: update dependency bazel to v7.6.1 (#31689)
  • ba351c0 docs(material/form-field): update documentation to replace 'mat-chip-list' wi...
  • 63263fb build: update actions/checkout action to v5 (#31681)
  • cb09841 build: update github/codeql-action action to v3.29.9 (#31685)
  • 011fb78 fix(cdk/menu): picking up items from child menu (#31684)
  • 41ec280 build: update to bazel 7.6.0 (#31677)
  • 36ad509 docs(material/datepicker): fix up dialog example (#31674)
  • 3fec8a7 docs(cdk/drag-drop): ensure that examples look good on adev (#31673)
  • Additional commits viewable in compare view

Updates @angular/common from 20.1.6 to 20.1.7

Release notes

Sourced from @​angular/common's releases.

20.1.7

compiler

Commit Description
fix - d9e37908a5 incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Description
fix - 4aa120ac00 error when type checking host bindings of generic directive (#63061)

core

Commit Description
fix - 322042c5b3 destroying the effect on afterRenderEffect (#63001)

router

Commit Description
fix - 5fd79424e3 attempt to resolve component resources in JIT mode (#63062)
Changelog

Sourced from @​angular/common's changelog.

20.1.7 (2025-08-13)

compiler

Commit Type Description
d9e37908a5 fix incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Type Description
4aa120ac00 fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
322042c5b3 fix destroying the effect on afterRenderEffect (#63001)

router

Commit Type Description
5fd79424e3 fix attempt to resolve component resources in JIT mode (#63062)

20.2.0-rc.0 (2025-08-11)

compiler-cli

Commit Type Description
c77e51930d fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
a409534d6c feat support as aliases on else if blocks (#63047)
85d51a3215 fix destroying the effect on afterRenderEffect (#63001)
6a1184600c fix prevents duplicate nodes when @if toggles with leave animations (#63048)

router

Commit Type Description
660444fbf2 fix attempt to resolve component resources in JIT mode (#63062)

service-worker

Commit Type Description
3b214d2040 feat Logs unhandled promise rejections in service worker (#63059)

20.2.0-next.6 (2025-08-07)

compiler-cli

Commit Type Description
812463c563 fix Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054)
45b030b5ce fix prevent dom event assertion in TCB generation on older angular versions (#63053)

... (truncated)

Commits

Updates @angular/compiler from 20.1.6 to 20.1.7

Release notes

Sourced from @​angular/compiler's releases.

20.1.7

compiler

Commit Description
fix - d9e37908a5 incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Description
fix - 4aa120ac00 error when type checking host bindings of generic directive (#63061)

core

Commit Description
fix - 322042c5b3 destroying the effect on afterRenderEffect (#63001)

router

Commit Description
fix - 5fd79424e3 attempt to resolve component resources in JIT mode (#63062)
Changelog

Sourced from @​angular/compiler's changelog.

20.1.7 (2025-08-13)

compiler

Commit Type Description
d9e37908a5 fix incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Type Description
4aa120ac00 fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
322042c5b3 fix destroying the effect on afterRenderEffect (#63001)

router

Commit Type Description
5fd79424e3 fix attempt to resolve component resources in JIT mode (#63062)

20.2.0-rc.0 (2025-08-11)

compiler-cli

Commit Type Description
c77e51930d fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
a409534d6c feat support as aliases on else if blocks (#63047)
85d51a3215 fix destroying the effect on afterRenderEffect (#63001)
6a1184600c fix prevents duplicate nodes when @if toggles with leave animations (#63048)

router

Commit Type Description
660444fbf2 fix attempt to resolve component resources in JIT mode (#63062)

service-worker

Commit Type Description
3b214d2040 feat Logs unhandled promise rejections in service worker (#63059)

20.2.0-next.6 (2025-08-07)

compiler-cli

Commit Type Description
812463c563 fix Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054)
45b030b5ce fix prevent dom event assertion in TCB generation on older angular versions (#63053)

... (truncated)

Commits
  • d9e3790 fix(compiler): incorrect spans for AST inside input value with leading space ...
  • See full diff in compare view

Updates @angular/core from 20.1.6 to 20.1.7

Release notes

Sourced from @​angular/core's releases.

20.1.7

compiler

Commit Description
fix - d9e37908a5 incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Description
fix - 4aa120ac00 error when type checking host bindings of generic directive (#63061)

core

Commit Description
fix - 322042c5b3 destroying the effect on afterRenderEffect (#63001)

router

Commit Description
fix - 5fd79424e3 attempt to resolve component resources in JIT mode (#63062)
Changelog

Sourced from @​angular/core's changelog.

20.1.7 (2025-08-13)

compiler

Commit Type Description
d9e37908a5 fix incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Type Description
4aa120ac00 fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
322042c5b3 fix destroying the effect on afterRenderEffect (#63001)

router

Commit Type Description
5fd79424e3 fix attempt to resolve component resources in JIT mode (#63062)

20.2.0-rc.0 (2025-08-11)

compiler-cli

Commit Type Description
c77e51930d fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
a409534d6c feat support as aliases on else if blocks (#63047)
85d51a3215 fix destroying the effect on afterRenderEffect (#63001)
6a1184600c fix prevents duplicate nodes when @if toggles with leave animations (#63048)

router

Commit Type Description
660444fbf2 fix attempt to resolve component resources in JIT mode (#63062)

service-worker

Commit Type Description
3b214d2040 feat Logs unhandled promise rejections in service worker (#63059)

20.2.0-next.6 (2025-08-07)

compiler-cli

Commit Type Description
812463c563 fix Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054)
45b030b5ce fix prevent dom event assertion in TCB generation on older angular versions (#63053)

... (truncated)

Commits
  • 1dd6fd0 refactor(core): remove temporary resource setter function. (#63097)
  • b72ef65 build: update to the latest version of devinfra and rename npm2 workspace (#6...
  • 5fd7942 fix(router): attempt to resolve component resources in JIT mode (#63062)
  • 322042c fix(core): destroying the effect on afterRenderEffect (#63001)
  • See full diff in compare view

Updates @angular/forms from 20.1.6 to 20.1.7

Release notes

Sourced from @​angular/forms's releases.

20.1.7

compiler

Commit Description
fix - d9e37908a5 incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Description
fix - 4aa120ac00 error when type checking host bindings of generic directive (#63061)

core

Commit Description
fix - 322042c5b3 destroying the effect on afterRenderEffect (#63001)

router

Commit Description
fix - 5fd79424e3 attempt to resolve component resources in JIT mode (#63062)
Changelog

Sourced from @​angular/forms's changelog.

20.1.7 (2025-08-13)

compiler

Commit Type Description
d9e37908a5 fix incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Type Description
4aa120ac00 fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
322042c5b3 fix destroying the effect on afterRenderEffect (#63001)

router

Commit Type Description
5fd79424e3 fix attempt to resolve component resources in JIT mode (#63062)

20.2.0-rc.0 (2025-08-11)

compiler-cli

Commit Type Description
c77e51930d fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
a409534d6c feat support as aliases on else if blocks (#63047)
85d51a3215 fix destroying the effect on afterRenderEffect (#63001)
6a1184600c fix prevents duplicate nodes when @if toggles with leave animations (#63048)

router

Commit Type Description
660444fbf2 fix attempt to resolve component resources in JIT mode (#63062)

service-worker

Commit Type Description
3b214d2040 feat Logs unhandled promise rejections in service worker (#63059)

20.2.0-next.6 (2025-08-07)

compiler-cli

Commit Type Description
812463c563 fix Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054)
45b030b5ce fix prevent dom event assertion in TCB generation on older angular versions (#63053)

... (truncated)

Commits

Updates @angular/material from 20.1.5 to 20.1.6

Release notes

Sourced from @​angular/material's releases.

20.1.6

material

Commit Description
fix - 60952f4ddb stepper: handle empty label in horizontal stepper (#31665)

cdk

Commit Description
fix - 011fb785ae menu: picking up items from child menu (#31684)
Changelog

Sourced from @​angular/material's changelog.

20.1.6 "plastic-moose" (2025-08-14)

cdk

Commit Type Description
011fb785ae fix menu: picking up items from child menu (#31684)

material

Commit Type Description
60952f4ddb fix stepper: handle empty label in horizontal stepper (#31665)

20.2.0-next.3 "metal-monkey" (2025-08-06)

material

Commit Type Description
845a6910a6 fix autocomplete: default to transparent backdrop (#31647)
11ad09ff3e fix button-toggle: skip keyboard navigation when modifier key is pressed (#31651)
4bf8ebf5f3 fix chips: focus not moved on destroy (#31653)
b2c7abfbad fix core: add key validation to m2-theme (#31631)
839aa3e375 fix core: fix m2 system color values (#31632)
7674e5872c fix core: special-case icon button color token (#31625)
96117bceda fix form-field: resolve memory leak (#31643)

cdk-experimental

Commit Type Description
228aaf1fa3 feat ui-patterns: create List behavior (#31601)

Commits
  • 84cfe4a release: cut the v20.1.6 release
  • f647a69 docs: fix broken link in theme-color schematic documentation (#31694)
  • 132f9bd build: update dependency bazel to v7.6.1 (#31689)
  • ba351c0 docs(material/form-field): update documentation to replace 'mat-chip-list' wi...
  • 63263fb build: update actions/checkout action to v5 (#31681)
  • cb09841 build: update github/codeql-action action to v3.29.9 (#31685)
  • 011fb78 fix(cdk/menu): picking up items from child menu (#31684)
  • 41ec280 build: update to bazel 7.6.0 (#31677)
  • 36ad509 docs(material/datepicker): fix up dialog example (#31674)
  • 3fec8a7 docs(cdk/drag-drop): ensure that examples look good on adev (#31673)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 20.1.6 to 20.1.7

Release notes

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

20.1.7

compiler

Commit Description
fix - d9e37908a5 incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Description
fix - 4aa120ac00 error when type checking host bindings of generic directive (#63061)

core

Commit Description
fix - 322042c5b3 destroying the effect on afterRenderEffect (#63001)

router

Commit Description
fix - 5fd79424e3 attempt to resolve component resources in JIT mode (#63062)
Changelog

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

20.1.7 (2025-08-13)

compiler

Commit Type Description
d9e37908a5 fix incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Type Description
4aa120ac00 fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
322042c5b3 fix destroying the effect on afterRenderEffect (#63001)

router

Commit Type Description
5fd79424e3 fix attempt to resolve component resources in JIT mode (#63062)

20.2.0-rc.0 (2025-08-11)

compiler-cli

Commit Type Description
c77e51930d fix error when type checking host bindings of generic directive (#63061)

core

Commit Type Description
a409534d6c feat support as aliases on else if blocks (#63047)
85d51a3215 fix destroying the effect on afterRenderEffect (#63001)
6a1184600c fix prevents duplicate nodes when @if toggles with leave animations (#63048)

router

Commit Type Description
660444fbf2 fix attempt to resolve component resources in JIT mode (#63062)

service-worker

Commit Type Description
3b214d2040 feat Logs unhandled promise rejections in service worker (#63059)

20.2.0-next.6 (2025-08-07)

compiler-cli

Commit Type Description
812463c563 fix Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054)
45b030b5ce fix prevent dom event assertion in TCB generation on older angular versions (#63053)

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 20.1.6 to 20.1.7

Release notes

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

20.1.7

compiler

Commit Description
fix - d9e37908a5 incorrect spans for AST inside input value with leading space (#63082)

compiler-cli

Commit Description

Bumps the dependencies group with 17 updates:

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `eslint` from 9.32.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.32.0...v9.33.0)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/build"
  dependency-version: 20.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/cli"
  dependency-version: 20.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.39.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.39.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.33.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 15, 2025
@hackingharold hackingharold merged commit 8af424f into main Aug 15, 2025
2 checks passed
@hackingharold hackingharold deleted the dependabot-npm_and_yarn-dependencies-a1e0b839e9 branch August 15, 2025 09:45
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