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 22 updates #423

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm group with 20 updates in the /demos/code-coverage-with-istanbul-via-webpack-babel-plugin directory:

Package From To
@angular/animations 17.3.9 18.1.3
@angular/cdk 17.3.9 18.1.3
@angular/common 17.3.9 18.1.3
@angular/compiler 17.3.9 18.1.3
@angular/core 17.3.9 18.1.3
@angular/forms 17.3.9 18.1.3
@angular/material 17.3.9 18.1.3
@angular/platform-browser 17.3.9 18.1.3
@angular/platform-browser-dynamic 17.3.9 18.1.3
@angular/router 17.3.9 18.1.3
tslib 2.6.2 2.6.3
zone.js 0.14.6 0.14.8
@angular-builders/custom-webpack 17.0.2 18.0.0
@angular/cli 17.3.7 18.1.3
@angular/compiler-cli 17.3.9 18.1.3
@playwright/test 1.44.0 1.45.3
babel-plugin-istanbul 6.1.1 7.0.0
nyc 15.1.0 17.0.0
prettier 3.2.5 3.3.3
typescript 5.4.5 5.5.4

Updates @angular/animations from 17.3.9 to 18.1.3

Release notes

Sourced from @​angular/animations's releases.

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)

v18.1.1

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.1.3 (2024-07-31)

compiler

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

compiler-cli

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

core

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

18.2.0-next.2 (2024-07-24)

compiler

Commit Type Description
08c5977bd5 fix limit the number of chained instructions (#57069)

compiler-cli

Commit Type Description
d4ff6bc0b2 fix add warning for unused let declarations (#57033)
6c2fbda694 fix extended diagnostic visitor not visiting template attributes (#57033)

core

Commit Type Description
fab673a1dd feat add ng generate schematic to convert to inject (#57056)
7d4b2d2413 fix afterNextRender hooks return that callback value. (#57031)
8718abce90 fix Deprecate ignoreChangesOutsideZone option (#57029)
fe41b11434 fix tree shake dev mode error message (#57035)

18.1.2 (2024-07-24)

compiler

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

compiler-cli

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

core

| Commit | Type | Description |

... (truncated)

Commits
  • 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 ...
  • e3d5607 Revert "refactor(core): Ensure DOM removal happens when no app views need ref...
  • 28905ab Revert "refactor(animations): Ensure async animations applies changes when lo...
  • 9ab36cf refactor(animations): Ensure async animations applies changes when loaded in ...
  • Additional commits viewable in compare view

Updates @angular/cdk from 17.3.9 to 18.1.3

Release notes

Sourced from @​angular/cdk's releases.

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

    Fixes Angular Components Chip component where the touch target of the remove button of a chip is too small. Updates .mat-mdc-chip-remove to target more specific styles to override original style of padding: 8px so that the user has a larger touch target particularly on mobile devices.

    Fixes b/286959517

    • refactor(material/chips): remove button is too small

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

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)

18.2.0-next.2 "velvet-guitar" (2024-07-24)

material

Commit Type Description
8417601015 feat checkbox: add the ability to interact with disabled checkboxes (#29474)
a018fb0ee8 feat tooltip: replicate tooltipClass to default MatTooltipDefaultOptions (#29467)
d6aed80446 fix chips: remove button is too small (#29351)
13aef8cf87 fix form-field: hiding a label after it has been (#29461)
10da6c6375 fix input: Number input not changing on wheel interaction (#29449)

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

material

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

18.1.1 "tantalum-tale" (2024-07-17)

cdk

Commit Type Description
ca634cb7b fix drag-drop: remove preview after animate to placeholder animation completes (#29439)

material

Commit Type Description
b7959c241 fix button: support palettes for icon button in M3 (#29433)

... (truncated)

Commits
  • 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)
  • 913267c fix(material/core): custom system-level variable prefix not used in some mixi...
  • d7d82e1 fix(material/slide-toggle): don't trigger active state for entire container (...
  • 85409f5 docs(cdk/drag-drop): add tabs example (#29517)
  • 2c76917 fix(cdk/coercion): Return undefined when the fallback value is undefined (#29...
  • caa4bc5 build: switch dev app to inject (#29499)
  • d78a66d refactor(material/core): split token utils (#29498)
  • Additional commits viewable in compare view

Updates @angular/common from 17.3.9 to 18.1.3

Release notes

Sourced from @​angular/common's releases.

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)

v18.1.1

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.1.3 (2024-07-31)

compiler

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

compiler-cli

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

core

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

18.2.0-next.2 (2024-07-24)

compiler

Commit Type Description
08c5977bd5 fix limit the number of chained instructions (#57069)

compiler-cli

Commit Type Description
d4ff6bc0b2 fix add warning for unused let declarations (#57033)
6c2fbda694 fix extended diagnostic visitor not visiting template attributes (#57033)

core

Commit Type Description
fab673a1dd feat add ng generate schematic to convert to inject (#57056)
7d4b2d2413 fix afterNextRender hooks return that callback value. (#57031)
8718abce90 fix Deprecate ignoreChangesOutsideZone option (#57029)
fe41b11434 fix tree shake dev mode error message (#57035)

18.1.2 (2024-07-24)

compiler

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

compiler-cli

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

core

| Commit | Type | Description |

... (truncated)

Commits
  • 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)
  • 3447753 Revert "fix(common): Don't run preconnect assertion on the server. (#56213)" ...
  • 39e48ce fix(common): Don't run preconnect assertion on the server. (#56213)
  • Additional commits viewable in compare view

Updates @angular/compiler from 17.3.9 to 18.1.3

Release notes

Sourced from @​angular/compiler's releases.

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)

v18.1.1

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.1.3 (2024-07-31)

compiler

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

compiler-cli

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

core

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

18.2.0-next.2 (2024-07-24)

compiler

Commit Type Description
08c5977bd5 fix limit the number of chained instructions (#57069)

compiler-cli

Commit Type Description
d4ff6bc0b2 fix add warning for unused let declarations (#57033)
6c2fbda694 fix extended diagnostic visitor not visiting template attributes (#57033)

core

Commit Type Description
fab673a1dd feat add ng generate schematic to convert to inject (#57056)
7d4b2d2413 fix afterNextRender hooks return that callback value. (#57031)
8718abce90 fix Deprecate ignoreChangesOutsideZone option (#57029)
fe41b11434 fix tree shake dev mode error message (#57035)

18.1.2 (2024-07-24)

compiler

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

compiler-cli

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

core

| Commit | Type | Description |

... (truncated)

Commits
  • 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)
  • bbe39c1 refactor(core): integrate let instructions into the runtime (#56527)
  • 64990a5 refactor(compiler): integrate let declarations into the template pipeline (#5...
  • Additional commits viewable in compare view

Updates @angular/core from 17.3.9 to 18.1.3

Release notes

Sourced from @​angular/core's releases.

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)

v18.1.1

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)
Description has been truncated

Bumps the npm group with 20 updates in the /demos/code-coverage-with-istanbul-via-webpack-babel-plugin directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.3.9` | `18.1.3` |
| [@angular/cdk](https://github.com/angular/components) | `17.3.9` | `18.1.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.3.9` | `18.1.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.3.9` | `18.1.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.3.9` | `18.1.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.3.9` | `18.1.3` |
| [@angular/material](https://github.com/angular/components) | `17.3.9` | `18.1.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.3.9` | `18.1.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.3.9` | `18.1.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.3.9` | `18.1.3` |
| [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.8` |
| [@angular-builders/custom-webpack](https://github.com/just-jeb/angular-builders/tree/HEAD/packages/custom-webpack) | `17.0.2` | `18.0.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.3.7` | `18.1.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.3.9` | `18.1.3` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.44.0` | `1.45.3` |
| [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) | `6.1.1` | `7.0.0` |
| [nyc](https://github.com/istanbuljs/nyc) | `15.1.0` | `17.0.0` |
| [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 17.3.9 to 18.1.3
- [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.3/packages/animations)

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

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

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

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

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

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

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

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

Updates `@angular/router` from 17.3.9 to 18.1.3
- [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.3/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.8
- [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.8/packages/zone.js)

Updates `@angular-builders/custom-webpack` from 17.0.2 to 18.0.0
- [Release notes](https://github.com/just-jeb/angular-builders/releases)
- [Changelog](https://github.com/just-jeb/angular-builders/blob/master/packages/custom-webpack/CHANGELOG.md)
- [Commits](https://github.com/just-jeb/angular-builders/commits/@angular-builders/custom-webpack@18.0.0/packages/custom-webpack)

Updates `@angular-devkit/build-angular` from 17.3.7 to 17.3.8
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.3.7...17.3.8)

Updates `@angular/cli` from 17.3.7 to 18.1.3
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.3.7...18.1.3)

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

Updates `@playwright/test` from 1.44.0 to 1.45.3
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.44.0...v1.45.3)

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

Updates `babel-plugin-istanbul` from 6.1.1 to 7.0.0
- [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases)
- [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/babel-plugin-istanbul@v6.1.1...v7.0.0)

Updates `nyc` from 15.1.0 to 17.0.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v15.1.0...nyc-v17.0.0)

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-major
  dependency-group: npm
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-builders/custom-webpack"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: babel-plugin-istanbul
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: nyc
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 10, 2024

Superseded by #435.

@dependabot dependabot bot closed this Aug 10, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/demos/code-coverage-with-istanbul-via-webpack-babel-plugin/npm-33aa8ed252 branch August 10, 2024 10:30
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