Skip to content
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

Bump the npm group across 1 directory with 20 updates #433

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2024

Bumps the npm group with 19 updates in the /demos/code-coverage-with-monocart-reporter directory:

Package From To
@angular/animations 18.0.1 18.1.4
@angular/cdk 18.0.1 18.1.4
@angular/common 18.0.1 18.1.4
@angular/compiler 18.0.1 18.1.4
@angular/core 18.0.1 18.1.4
@angular/forms 18.0.1 18.1.4
@angular/material 18.0.1 18.1.4
@angular/platform-browser 18.0.1 18.1.4
@angular/platform-browser-dynamic 18.0.1 18.1.4
@angular/router 18.0.1 18.1.4
tslib 2.6.2 2.6.3
zone.js 0.14.6 0.14.10
@angular-devkit/build-angular 18.0.2 18.1.4
@angular/cli 18.0.2 18.1.4
@angular/compiler-cli 18.0.1 18.1.4
@playwright/test 1.44.1 1.46.0
monocart-reporter 2.4.7 2.6.5
prettier 3.2.5 3.3.3
typescript 5.4.5 5.5.4

Updates @angular/animations from 18.0.1 to 18.1.4

Release notes

Sourced from @​angular/animations's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits
  • e366473 refactor(core): replace usages of removeChild (#57203)
  • 3d0ee73 docs(docs-infra): Use shiki for code highlighting (#57059)
  • ba325c5 docs: remove private symbol from docs (#56851)
  • 0bd55a6 refactor(docs-infra): complete removal of aio directory (#56496)
  • 01172b8 build: update Node.js to match Angular CLI engines (#56187)
  • fb35130 build: update to latest dev infra code (#56128)
  • 024e9bf refactor(core): Ensure animations are flushed before running render hooks (#5...
  • bf8814c refactor(core): Omit listeners from out-of-zone scheduling when using ZoneJS ...
  • See full diff in compare view

Updates @angular/cdk from 18.0.1 to 18.1.4

Release notes

Sourced from @​angular/cdk's releases.

v18.1.4

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Description
fix - 2b5ae8c0ed chips: missing tokens in M3 (#29531)
fix - b98432839e sidenav: disable focus trap while closed (#29548)

v18.1.3

18.1.3 "plastic-beach" (2024-07-31)

material

Commit Description
fix - caf4b61ead chips: remove tab-index attribute from mat-chip host (#29436)
fix - 913267c0b1 core: custom system-level variable prefix not used in some mixins (#29513)
fix - 70048ef226 dialog: invalid font-family declaration (#29516)
fix - d7d82e1455 slide-toggle: don't trigger active state for entire container (#29514)
fix - d237e7d2c7 slide-toggle: remove divs from button (#29485)

cdk

Commit Description
fix - 2c76917779 coercion: Return undefined when the fallback value is undefined (#29491)

v18.1.2

18.1.2 "velvet-violin" (2024-07-24)

material

Commit Description
fix - cf61af53bd chips: remove button is too small (#29351)
fix - c79ec264aa form-field: hiding a label after it has been (#29461)
fix - 15238d255f input: Number input not changing on wheel interaction (#29449)

Breaking Changes

material

  • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.
  • refactor(material/chips): chip remove touch target size is insufficient

Updates fix to Autocomplete Component Chips component where the touch target size is too small and fails minimum accessibility size of 48x48 px. Addresses nit fixes from PR review.

Fixes b/286959517

  • updates padding size of remove touch target to satisfy minimum 48x48 accessibility size.

    • fix(material/chip): remove button is too small

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Type Description
2b5ae8c0ed fix chips: missing tokens in M3 (#29531)
b98432839e fix sidenav: disable focus trap while closed (#29548)

18.2.0-next.3 "gold-medal" (2024-07-31)

cdk

Commit Type Description
c9078d1d1a fix coercion: Return undefined when the fallback value is undefined (#29491)

material

Commit Type Description
0af3b61750 feat radio: add the ability to interact with disabled radio buttons (#29490)
4292e1b3a0 feat slide-toggle: add the ability to interact with disabled toggle (#29502)
5403b2b316 fix chips: remove tab-index attribute from mat-chip host (#29436)
6d701146cc fix core: custom system-level variable prefix not used in some mixins (#29513)
95d1354cdd fix dialog: invalid font-family declaration (#29516)
fd47a0e60d fix radio: avoid error if destroyed quickly (#29507)
5892acfde3 fix slide-toggle: don't trigger active state for entire container (#29514)
1aa8512ebe fix slide-toggle: remove divs from button (#29485)

multiple

Commit Type Description
db5b8dc29b feat fallback to system level variables (#29480)

18.1.3 "plastic-beach" (2024-07-31)

cdk

Commit Type Description
2c76917779 fix coercion: Return undefined when the fallback value is undefined (#29491)

material

Commit Type Description
caf4b61ead fix chips: remove tab-index attribute from mat-chip host (#29436)
913267c0b1 fix core: custom system-level variable prefix not used in some mixins (#29513)
70048ef226 fix dialog: invalid font-family declaration (#29516)
d7d82e1455 fix slide-toggle: don't trigger active state for entire container (#29514)
d237e7d2c7 fix slide-toggle: remove divs from button (#29485)

... (truncated)

Commits
  • 2b1e0d4 release: cut the v18.1.4 release
  • b984328 fix(material/sidenav): disable focus trap while closed (#29548)
  • f229e7b refactor(cdk/drag-drop): remove unnecessary generics (#29542)
  • 8dfd1dc refactor(cdk/drag-drop): remove unnecessary type (#29541)
  • 2b5ae8c fix(material/chips): missing tokens in M3 (#29531)
  • 27eb1db build: fix the approve-size-tests script (#29538)
  • 0e1bf7c release: cut the v18.1.3 release
  • caf4b61 fix(material/chips): remove tab-index attribute from mat-chip host (#29436)
  • 4d6aa2e build: update to Angular 18.2 next (#29521)
  • 70048ef fix(material/dialog): invalid font-family declaration (#29516)
  • Additional commits viewable in compare view

Updates @angular/common from 18.0.1 to 18.1.4

Release notes

Sourced from @​angular/common's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits
  • e366473 refactor(core): replace usages of removeChild (#57203)
  • 6eac1b3 refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
  • 81b30dc refactor(docs-infra): migrate @​angular/docs from dev-infra into adev director...
  • a1cb9df fix(common): Don't run preconnect assertion on the server. (#56213)
  • 9b35726 fix(common): typo in warning for NgOptimizedDirective (#56817)
  • ecc5644 perf(http): execute fetch outside of Angular zone (#56820)
  • 1ee64a5 refactor(common): Fire priority check on stable. (#56776)
  • 9cc4dbe refactor(common): remove remaining code for NgSwitch equality patch (#56806)
  • f407e3c refactor(common): allow string urls in NgOptimizedImage input (#54901)
  • f25653e fix(common): typo in NgOptimizedImage warning (#56756)
  • Additional commits viewable in compare view

Updates @angular/compiler from 18.0.1 to 18.1.4

Release notes

Sourced from @​angular/compiler's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits
  • 6a99f83 fix(compiler): reduce chance of conflicts between generated factory and local...
  • ad29621 Revert "fix(compiler): reduce chance of conflicts between generated factory a...
  • 31dea06 fix(compiler): reduce chance of conflicts between generated factory and local...
  • 4639450 fix(compiler): limit the number of chained instructions (#57069)
  • daf0317 fix(compiler): JIT mode incorrectly interpreting host directive configuration...
  • d7dca6d fix(compiler): use strict equality for 'code' comparison (#56944)
  • aef166f fix(compiler): fix CSS animation rule scope (#56800)
  • 341a116 fix(compiler): allow more characters in let declaration name (#56764)
  • 2a1291e fix(compiler): give precedence to local let declarations over parent ones (#5...
  • 0a48d58 feat(core): add support for let syntax (#56715)
  • Additional commits viewable in compare view

Updates @angular/core from 18.0.1 to 18.1.4

Release notes

Sourced from @​angular/core's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a...

Description has been truncated

Bumps the npm group with 19 updates in the /demos/code-coverage-with-monocart-reporter directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.0.1` | `18.1.4` |
| [@angular/cdk](https://github.com/angular/components) | `18.0.1` | `18.1.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.0.1` | `18.1.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.0.1` | `18.1.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.0.1` | `18.1.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.0.1` | `18.1.4` |
| [@angular/material](https://github.com/angular/components) | `18.0.1` | `18.1.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.0.1` | `18.1.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.0.1` | `18.1.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.0.1` | `18.1.4` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.2` | `2.6.3` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.6` | `0.14.10` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.0.2` | `18.1.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.0.2` | `18.1.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.0.1` | `18.1.4` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.44.1` | `1.46.0` |
| [monocart-reporter](https://github.com/cenfun/monocart-reporter) | `2.4.7` | `2.6.5` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` |



Updates `@angular/animations` from 18.0.1 to 18.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/18.1.4/packages/animations)

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

Updates `@angular/common` from 18.0.1 to 18.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/18.1.4/packages/common)

Updates `@angular/compiler` from 18.0.1 to 18.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/18.1.4/packages/compiler)

Updates `@angular/core` from 18.0.1 to 18.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/18.1.4/packages/core)

Updates `@angular/forms` from 18.0.1 to 18.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/18.1.4/packages/forms)

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

Updates `@angular/platform-browser` from 18.0.1 to 18.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/18.1.4/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.0.1 to 18.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/18.1.4/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.0.1 to 18.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/18.1.4/packages/router)

Updates `tslib` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.2...v2.6.3)

Updates `zone.js` from 0.14.6 to 0.14.10
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.14.10/packages/zone.js)

Updates `@angular-devkit/build-angular` from 18.0.2 to 18.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@18.0.2...18.1.4)

Updates `@angular/cli` from 18.0.2 to 18.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@18.0.2...18.1.4)

Updates `@angular/compiler-cli` from 18.0.1 to 18.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/18.1.4/packages/compiler-cli)

Updates `@playwright/test` from 1.44.1 to 1.46.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.44.1...v1.46.0)

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

Updates `monocart-reporter` from 2.4.7 to 2.6.5
- [Release notes](https://github.com/cenfun/monocart-reporter/releases)
- [Changelog](https://github.com/cenfun/monocart-reporter/blob/main/CHANGELOG.md)
- [Commits](cenfun/monocart-reporter@2.4.7...2.6.5)

Updates `prettier` from 3.2.5 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.3)

Updates `typescript` from 5.4.5 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.4)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: monocart-reporter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot npm Pull requests for NPM packages updates labels Aug 10, 2024
@github-actions github-actions bot enabled auto-merge (squash) August 10, 2024 10:31
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2024

Superseded by #444.

@dependabot dependabot bot closed this Aug 17, 2024
auto-merge was automatically disabled August 17, 2024 10:44

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/demos/code-coverage-with-monocart-reporter/npm-42fc71c5f2 branch August 17, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot npm Pull requests for NPM packages updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants