Skip to content

chore(deps): bump the dependencies group with 19 updates #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 19 updates:

Package From To
@angular/animations 20.0.5 20.1.4
@angular/cdk 20.0.4 20.1.4
@angular/common 20.0.5 20.1.4
@angular/compiler 20.0.5 20.1.4
@angular/core 20.0.5 20.1.4
@angular/forms 20.0.5 20.1.4
@angular/material 20.0.4 20.1.4
@angular/platform-browser 20.0.5 20.1.4
@angular/platform-browser-dynamic 20.0.5 20.1.4
@angular/router 20.0.5 20.1.4
@angular/build 20.0.4 20.1.4
@angular/cli 20.0.4 20.1.4
@angular/compiler-cli 20.0.5 20.1.4
@types/node 24.0.8 24.1.0
@typescript-eslint/eslint-plugin 8.35.1 8.38.0
@typescript-eslint/parser 8.35.1 8.38.0
eslint-config-prettier 10.1.5 10.1.8
eslint-plugin-prettier 5.5.1 5.5.3
jasmine-core 5.8.0 5.9.0

Updates @angular/animations from 20.0.5 to 20.1.4

Release notes

Sourced from @​angular/animations's releases.

20.1.4

compiler

Commit Description
fix - db3c5826ee exclude more safe reads expression from 2way-binding (#62852)

core

Commit Description
fix - c633b63e56 update symbols for new signals api (#62284)

http

Commit Description
fix - ab6033979a add missing http options allowed in fetch API (#62881)
fix - 15670d8417 propagate plain errors when parsing fails (#62765)

20.1.3

core

Commit Description
fix - 2c522efbe5 fix change tracking for Resource#hasValue (#62595)

platform-browser

Commit Description
fix - 2fd1f7beb5 resolve component resources before bootstrapping in JIT mode (#62758)

20.1.2

compiler

Commit Description
fix - 8ad10fd63b fix detection of directive deps in JIT (#62666)

20.1.1

compiler

Commit Description
fix - 75d2a349b4 incorrect spans for left side of binary operation (#62641)
fix - 70c8780c54 more permissive parsing of @ characters (#62644)

compiler-cli

Commit Description
fix - 9506cdfaad infer type of event target for void elements (#62648)

core

Commit Description
fix - 26ade4a337 Ensure application remains unstable during bootstrap (#62631)
fix - a81f0faa1a InputBinding marks component a dirty. (#62613)

http

Commit Description
fix - 276836ee73 do not display warnings Angular detected that a HttpClientrequest with thekeepalive option was sent using XHR when option is not true (#62536)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

20.1.4 (2025-07-31)

compiler

Commit Type Description
db3c5826ee fix exclude more safe reads expression from 2way-binding (#62852)

core

Commit Type Description
c633b63e56 fix update symbols for new signals api (#62284)

http

Commit Type Description
ab6033979a fix add missing http options allowed in fetch API (#62881)
15670d8417 fix propagate plain errors when parsing fails (#62765)

20.2.0-next.2 (2025-07-23)

compiler

Commit Type Description
7767aa640c fix allow more characters in square-bracketed attribute names (#62742)
3171d01452 fix fix detection of directive deps in JIT (#62666)

compiler-cli

Commit Type Description
5abfe4a899 feat add diagnostic for uninvoked functions in text interpolation (#59191)

core

Commit Type Description
6b1f4b9e8b feat add enter and leave animation instructions (#62682)
cec91c0035 feat add option to infer the tag names of components in tests (#62283)
4138aca91f feat render ARIA property bindings as attributes (#62630)
593cc8a368 fix checks if body exists before continuing (#62768)
b8e415a717 fix fix change tracking for Resource#hasValue (#62595)
063b5e166f fix switch check to documentElement with chaining (#62773)

platform-browser

Commit Type Description
74d99ed379 fix resolve component resources before bootstrapping in JIT mode (#62758)

service-worker

Commit Type Description
4ac6171b09 feat Adds support for updateViaCache in provideServiceWorker (#62721)

20.1.3 (2025-07-23)

... (truncated)

Commits
  • ea1afec build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • b388f1e build: remove all usages of the interop_deps attr for ts_project and ng_proje...
  • 1e9bfe5 build: migrate to new toolchain usage for api goldens (#62688)
  • b848590 build: migrate to use web test runner rules (#62292)
  • 3a0cfd5 build: migrate to using new jasmine_test (#62086)
  • d081ef9 build: replace all ng_package with new rule from rules_angular (#61843)
  • e7608e5 docs: update API examples to modern angular (#61688)
  • b80957d build: adjust bundling tests to use Angular CLI (#61566)
  • 8f65223 fix(core): update min Node.js support to 20.19, 22.12, and 24.0 (#61499)
  • 3a106a3 build: move private testing helpers outside platform-browser/testing (#61472)
  • Additional commits viewable in compare view

Updates @angular/cdk from 20.0.4 to 20.1.4

Release notes

Sourced from @​angular/cdk's releases.

20.1.4

material

Commit Description
fix - 3e4625d1c core: align gm3 colors (#31485)
fix - 3de927f9d core: fill in m2 system token values (#31615)
fix - d18da5664 radio: rendering artifacts at some zoom levels (#31612)
fix - 25d12df5b schematics: set generated font family on body (#31618)
fix - 4ae4fe22d slider: tick marks not showing dynamically (#31608)
fix - 6e252739b testing: Modify input filtering to more broadly search for (#31596)

cdk

Commit Description
fix - 512066a90 drag-drop: incorrect index when returning item in mixed list (#31592)
fix - b5fb4cb47 listbox: coerce tabindex value (#31597)

20.1.3

material

Commit Description
fix - 7b26aaa75 datepicker: focus lost when hitting the end of calendar (#31572)
fix - 734a7bcc2 datepicker: toggle button active color not showing up in M3 (#31565)
fix - 7aa5e0bc7 form-field: ensure that focused classes are in sync (#31568)
fix - 9cd6f10b9 progress-bar: slow down animations instead of fully stopping them
fix - de59f35ce progress-spinner: slow down animations instead of fully stopping them
fix - f1ccf6b10 table: add missing sort tests (#30876)

cdk

Commit Description
fix - 4cdf5f33b scrolling: Prevent virtual scroll 'flickering' with zoneless (#31316)
fix - ce3994c71 table: improve error message (#31545)

20.1.2

youtube-player

Commit Description
fix - af6cb6d041 update to latest types and fix error (#31546)

material

Commit Description
fix - 4f5273222a schematics: access custom as a theme palette (#31555)

20.1.1

material

Commit Description
fix - d833f7c24a schematics: always add a custom theme with ng add (#31522)
fix - a516806e47 tabs: glitchy animation in rtl with lazy-loaded content (#31535)
fix - 6a0578f82d timepicker: allow timepicker to opt out of opening on click (#31492)

cdk

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

20.1.4 "alabandite-animal" (2025-07-30)

cdk

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

material

Commit Type Description
3e4625d1c fix core: align gm3 colors (#31485)
3de927f9d fix core: fill in m2 system token values (#31615)
d18da5664 fix radio: rendering artifacts at some zoom levels (#31612)
25d12df5b fix schematics: set generated font family on body (#31618)
4ae4fe22d fix slider: tick marks not showing dynamically (#31608)
6e252739b fix testing: Modify input filtering to more broadly search for (#31596)

20.2.0-next.1 "tantalum-tomato" (2025-07-23)

cdk

Commit Type Description
cea7989a9 fix scrolling: Prevent virtual scroll 'flickering' with zoneless (#31316)
27dae25a4 fix table: improve error message (#31545)

material

Commit Type Description
9627c2933 feat table: accept undefined sort and paginator (#31269)
e8b28fa6b fix datepicker: focus lost when hitting the end of calendar (#31572)
5bd42eaed fix datepicker: toggle button active color not showing up in M3 (#31565)
8eae1621b fix form-field: ensure that focused classes are in sync (#31568)
950790057 fix progress-bar: slow down animations instead of fully stopping them
062c5eb9d fix progress-spinner: slow down animations instead of fully stopping them
f0accd1ff fix schematics: access custom as a theme palette (#31555)
307ad0c8a fix table: add missing sort tests (#30876)

youtube-player

Commit Type Description
cab171045 fix update to latest types and fix error (#31546)

cdk-experimental

Commit Type Description
4ce794ca7 feat ui-patterns: add popup behavior (#31550)

20.1.3 "tantalum-potato" (2025-07-23)

cdk

... (truncated)

Commits
  • d526019 release: cut the v20.1.4 release
  • 25d12df fix(material/schematics): set generated font family on body (#31618)
  • 3de927f fix(material/core): fill in m2 system token values (#31615)
  • b0f1379 test(multiple): clean up some unnecessary imports (#31605)
  • d18da56 fix(material/radio): rendering artifacts at some zoom levels (#31612)
  • 4ae4fe2 fix(material/slider): tick marks not showing dynamically (#31608)
  • b5fb4cb fix(cdk/listbox): coerce tabindex value (#31597)
  • 3e4625d fix(material/core): align gm3 colors (#31485)
  • 7f85e68 build: update github/codeql-action action to v3.29.4 (#31589)
  • 6e25273 fix(material/testing): Modify input filtering to more broadly search for (#31...
  • Additional commits viewable in compare view

Updates @angular/common from 20.0.5 to 20.1.4

Release notes

Sourced from @​angular/common's releases.

20.1.4

compiler

Commit Description
fix - db3c5826ee exclude more safe reads expression from 2way-binding (#62852)

core

Commit Description
fix - c633b63e56 update symbols for new signals api (#62284)

http

Commit Description
fix - ab6033979a add missing http options allowed in fetch API (#62881)
fix - 15670d8417 propagate plain errors when parsing fails (#62765)

20.1.3

core

Commit Description
fix - 2c522efbe5 fix change tracking for Resource#hasValue (#62595)

platform-browser

Commit Description
fix - 2fd1f7beb5 resolve component resources before bootstrapping in JIT mode (#62758)

20.1.2

compiler

Commit Description
fix - 8ad10fd63b fix detection of directive deps in JIT (#62666)

20.1.1

compiler

Commit Description
fix - 75d2a349b4 incorrect spans for left side of binary operation (#62641)
fix - 70c8780c54 more permissive parsing of @ characters (#62644)

compiler-cli

Commit Description
fix - 9506cdfaad infer type of event target for void elements (#62648)

core

Commit Description
fix - 26ade4a337 Ensure application remains unstable during bootstrap (#62631)
fix - a81f0faa1a InputBinding marks component a dirty. (#62613)

http

Commit Description
fix - 276836ee73 do not display warnings Angular detected that a HttpClientrequest with thekeepalive option was sent using XHR when option is not true (#62536)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.1.4 (2025-07-31)

compiler

Commit Type Description
db3c5826ee fix exclude more safe reads expression from 2way-binding (#62852)

core

Commit Type Description
c633b63e56 fix update symbols for new signals api (#62284)

http

Commit Type Description
ab6033979a fix add missing http options allowed in fetch API (#62881)
15670d8417 fix propagate plain errors when parsing fails (#62765)

20.2.0-next.2 (2025-07-23)

compiler

Commit Type Description
7767aa640c fix allow more characters in square-bracketed attribute names (#62742)
3171d01452 fix fix detection of directive deps in JIT (#62666)

compiler-cli

Commit Type Description
5abfe4a899 feat add diagnostic for uninvoked functions in text interpolation (#59191)

core

Commit Type Description
6b1f4b9e8b feat add enter and leave animation instructions (#62682)
cec91c0035 feat add option to infer the tag names of components in tests (#62283)
4138aca91f feat render ARIA property bindings as attributes (#62630)
593cc8a368 fix checks if body exists before continuing (#62768)
b8e415a717 fix fix change tracking for Resource#hasValue (#62595)
063b5e166f fix switch check to documentElement with chaining (#62773)

platform-browser

Commit Type Description
74d99ed379 fix resolve component resources before bootstrapping in JIT mode (#62758)

service-worker

Commit Type Description
4ac6171b09 feat Adds support for updateViaCache in provideServiceWorker (#62721)

20.1.3 (2025-07-23)

... (truncated)

Commits
  • 82fcc9c Revert "fix(http): add missing http options allowed in fetch API (#62881)" (#...
  • ab60339 fix(http): add missing http options allowed in fetch API (#62881)
  • ea1afec build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • f0fca61 refactor(common): replace aio links to adev (#62839)
  • 622e108 build: standardize usage of js_binary (#62860)
  • 2b0f3fc build: remove all usages of @​bazel/runfiles (#62805)
  • 15670d8 fix(http): propagate plain errors when parsing fails (#62765)
  • b388f1e build: remove all usages of the interop_deps attr for ts_project and ng_proje...
  • 1e9bfe5 build: migrate to new toolchain usage for api goldens (#62688)
  • 276836e fix(http): do not display warnings Angular detected that a HttpClient` requ...
  • Additional commits viewable in compare view

Updates @angular/compiler from 20.0.5 to 20.1.4

Release notes

Sourced from @​angular/compiler's releases.

20.1.4

compiler

Commit Description
fix - db3c5826ee exclude more safe reads expression from 2way-binding (#62852)

core

Commit Description
fix - c633b63e56 update symbols for new signals api (#62284)

http

Commit Description
fix - ab6033979a add missing http options allowed in fetch API (#62881)
fix - 15670d8417 propagate plain errors when parsing fails (#62765)

20.1.3

core

Commit Description
fix - 2c522efbe5 fix change tracking for Resource#hasValue (#62595)

platform-browser

Commit Description
fix - 2fd1f7beb5 resolve component resources before bootstrapping in JIT mode (#62758)

20.1.2

compiler

Commit Description
fix - 8ad10fd63b fix detection of directive deps in JIT (#62666)

20.1.1

compiler

Commit Description
fix - 75d2a349b4 incorrect spans for left side of binary operation (#62641)
fix - 70c8780c54 more permissive parsing of @ characters (#62644)

compiler-cli

Commit Description
fix - 9506cdfaad infer type of event target for void elements (#62648)

core

Commit Description
fix - 26ade4a337 Ensure application remains unstable during bootstrap (#62631)
fix - a81f0faa1a InputBinding marks component a dirty. (#62613)

http

Commit Description
fix - 276836ee73 do not display warnings Angular detected that a HttpClientrequest with thekeepalive option was sent using XHR when option is not true (#62536)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.1.4 (2025-07-31)

compiler

Commit Type Description
db3c5826ee fix exclude more safe reads expression from 2way-binding (#62852)

core

Commit Type Description
c633b63e56 fix update symbols for new signals api (#62284)

http

Commit Type Description
ab6033979a fix add missing http options allowed in fetch API (#62881)
15670d8417 fix propagate plain errors when parsing fails (#62765)

20.2.0-next.2 (2025-07-23)

compiler

Commit Type Description
7767aa640c fix allow more characters in square-bracketed attribute names (#62742)
3171d01452 fix fix detection of directive deps in JIT (#62666)

compiler-cli

Commit Type Description
5abfe4a899 feat add diagnostic for uninvoked functions in text interpolation (#59191)

core

Commit Type Description
6b1f4b9e8b feat add enter and leave animation instructions (#62682)
cec91c0035 feat add option to infer the tag names of components in tests (#62283)
4138aca91f feat render ARIA property bindings as attributes (#62630)
593cc8a368 fix checks if body exists before continuing (#62768)
b8e415a717 fix fix change tracking for Resource#hasValue (#62595)
063b5e166f fix switch check to documentElement with chaining (#62773)

platform-browser

Commit Type Description
74d99ed379 fix resolve component resources before bootstrapping in JIT mode (#62758)

service-worker

Commit Type Description
4ac6171b09 feat Adds support for updateViaCache in provideServiceWorker (#62721)

20.1.3 (2025-07-23)

... (truncated)

Commits
  • db3c582 fix(compiler): exclude more safe reads expression from 2way-binding (#62852)
  • 2b16824 build: move tsec to new toolchain (#62825)
  • a83ef0e refactor(compiler): Error on comment only interpolations (#62590)
  • b388f1e build: remove all usages of the interop_deps attr for ts_project and ng_proje...
  • 8ad10fd fix(compiler): fix detection of directive deps in JIT (#62666)
  • 2ab638d refactor(core): expose function to assert type of variables (#62648)
  • 53963e9 refactor(compiler): indicate whether element is void at AST level (#62648)
  • 70c8780 fix(compiler): more permissive parsing of @ characters (#62644)
  • f531370 test(compiler): remove duplicated lexer tests (#62644)
  • 75d2a34 fix(compiler): incorrect spans for left side of binary operation (#62641)
  • Additional co...

    Description has been truncated

Bumps the dependencies group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.0.5` | `20.1.4` |
| [@angular/cdk](https://github.com/angular/components) | `20.0.4` | `20.1.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.0.5` | `20.1.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.0.5` | `20.1.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.0.5` | `20.1.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.0.5` | `20.1.4` |
| [@angular/material](https://github.com/angular/components) | `20.0.4` | `20.1.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.0.5` | `20.1.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.0.5` | `20.1.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.0.5` | `20.1.4` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.0.4` | `20.1.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.0.4` | `20.1.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.0.5` | `20.1.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.8` | `24.1.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.35.1` | `8.38.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.35.1` | `8.38.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` | `10.1.8` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.1` | `5.5.3` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.8.0` | `5.9.0` |


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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@types/node` from 24.0.8 to 24.1.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.35.1 to 8.38.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.38.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.35.1 to 8.38.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.38.0/packages/parser)

Updates `eslint-config-prettier` from 10.1.5 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.5...v10.1.8)

Updates `eslint-plugin-prettier` from 5.5.1 to 5.5.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.1...v5.5.3)

Updates `jasmine-core` from 5.8.0 to 5.9.0
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.8.0...v5.9.0)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/build"
  dependency-version: 20.1.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/cli"
  dependency-version: 20.1.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.1.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jasmine-core
  dependency-version: 5.9.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 1, 2025
@dependabot dependabot bot requested a review from svierk as a code owner August 1, 2025 01:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 1, 2025
Copy link

vercel bot commented Aug 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
angular-bootstrap-toast-service ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2025 1:19am

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.

0 participants