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 17 updates #438

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm group with 16 updates in the /demos/stale-screenshots-cleanup directory:

Package From To
@angular/animations 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/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
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/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
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)
  • 0c72976 refactor(core): Remove clickmod support from Angular. (#57201)
  • 2ece950 test: update symbol golden after lock file maintenance (#57211)
  • 62ade76 refactor(core): Update callback schedulers to cancel pending timers (#57186)
  • 0def76f refactor(core): Private option to rethrow ApplicationRef.tick errors in tests...
  • eaa83f9 fix(core): hydration error in some let declaration setups (#57173)
  • 81b30dc refactor(docs-infra): migrate @​angular/docs from dev-infra into adev director...
  • f7ab040 fix(core): errors during ApplicationRef.tick should be rethrown for zoneless ...
  • 1a606b0 refactor(core): Switch to using concat rather than spread operator for events...
  • Additional commits viewable in compare view

Updates @angular/forms from 18.0.1 to 18.1.4

Release notes

Sourced from @​angular/forms'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/forms'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

Bumps the npm group with 16 updates in the /demos/stale-screenshots-cleanup directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `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/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` |
| [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/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/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 `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/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/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: 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
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2024

Superseded by #446.

@dependabot dependabot bot closed this Aug 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/demos/stale-screenshots-cleanup/npm-d06cb8bf4b branch August 17, 2024 10:51
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