Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2025

Bumps webpack to 5.99.8 and updates ancestor dependencies webpack, @angular-devkit/build-angular and jest-preset-angular. These dependencies need to be updated together.

Updates webpack from 5.76.1 to 5.99.8

Release notes

Sourced from webpack's releases.

v5.99.8

Fixes

  • Fixed type error with latest @types/node
  • Fixed typescript types

v5.99.7

Fixes

  • Don't skip export generation for default reexport (#19463)
  • Fixed module library export generation for reexport (#19459)
  • Avoid module concatenation in child compilation for module library (#19457)
  • Ensure HMR recover gracefully when CSS module with error
  • Respect cause of any errors and errors of AggregateError in stats output
  • Added missing @types/json-schema in types

v5.99.6

Fixes

  • Respect public path for ES modules
  • Fixed generation of module for module library when mixing commonjs and esm modules
  • Always apply FlagDependencyExportsPlugin for libraries where it required
  • Faster logic for dead control flow
  • Typescript types

v5.99.5

Fixes

  • Control dead flow for labeled and blockless statements

v5.99.4

Fixes

  • Fixed terminated state for if/else

v5.99.3

Fixes

  • Fixed dead control flow with deep nested if/else

v5.99.2

Fixes

  • Dead control flow for exotic cases

v5.99.1

Fixes

  • Dead control flow for many cases

... (truncated)

Commits

Updates @angular-devkit/build-angular from 13.3.11 to 20.0.3

Release notes

Sourced from @​angular-devkit/build-angular's releases.

20.0.3

@​schematics/angular

Commit Description
fix - e90a808c0 include main.server.ts in tsconfig.files when present
fix - 5c48b8e0a reset module typeSeparator when generating applications

@​angular/build

Commit Description
fix - 56f426e25 include custom bundle name scripts with karma
fix - dfe3a8b73 increase worker idle timeout
fix - e6d27bd5e set scripts option output as classic script for karma

20.0.2

@​schematics/angular

Commit Description
fix - bf64a0f2d add less as a devDependency when selected as the style preprocessor
fix - cb258a3e1 correctly detect modules using new file extension format

@​angular/build

Commit Description
fix - 424f1cbbf do not consider internal Angular files as external imports

20.0.1

@​schematics/angular

Commit Description
fix - 525ddcbd2 only overwrite JSON file if actually changed
fix - 83c820e5a remove karma config devkit package usages during application migration
fix - 87266b38a skip zone.js dependency for zoneless applications

@​angular/cli

Commit Description
fix - 0883248cb improve Node.js version check and error messages

@​angular/build

Commit Description
fix - e5efdc577 also disable outputMode in vitest unit-tests
fix - 5814393db resolve junit karma reporter output to workspace root

20.0.0

@​angular/cli

Commit Description
fix - e513cd4aa add Node.js 24 as supported version
fix - 5e90c1b4e remove Node.js v18 support
fix - 787e510dc update min Node.js support to 20.19, 22.12, and 24.0
fix - 64732534e update minimum supported Node.js 22 version to 22.11.0

@​schematics/angular

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

20.0.3 (2025-06-18)

@​schematics/angular

Commit Type Description
e90a808c0 fix include main.server.ts in tsconfig.files when present
5c48b8e0a fix reset module typeSeparator when generating applications

@​angular/build

Commit Type Description
56f426e25 fix include custom bundle name scripts with karma
dfe3a8b73 fix increase worker idle timeout
e6d27bd5e fix set scripts option output as classic script for karma

20.1.0-next.1 (2025-06-11)

@​schematics/angular

Commit Type Description
1c19e0dcd feat use signal in app component
42f45a39e fix add less as a devDependency when selected as the style preprocessor

@​angular/build

Commit Type Description
e36cbba11 fix do not consider internal Angular files as external imports
a415a4999 fix improve default coverage reporter handling for vitest
f177f5508 fix support injecting global styles into vitest unit-tests
917af12ae fix use date/time based output path for vitest unit-test

20.0.2 (2025-06-11)

@​schematics/angular

Commit Type Description
bf64a0f2d fix add less as a devDependency when selected as the style preprocessor

... (truncated)

Commits
  • 897eaf9 release: cut the v20.0.3 release
  • dfe3a8b fix(@​angular/build): increase worker idle timeout
  • 56f426e fix(@​angular/build): include custom bundle name scripts with karma
  • e6d27bd fix(@​angular/build): set scripts option output as classic script for karma
  • 5c48b8e fix(@​schematics/angular): reset module typeSeparator when generating applic...
  • e90a808 fix(@​schematics/angular): include main.server.ts in tsconfig.files when p...
  • 0371f9a test(@​angular/ssr): mark jasmine tests as flaky
  • a61528b ci: update to latest version of dev-infra actions
  • e89245d release: cut the v20.0.2 release
  • bf64a0f fix(@​schematics/angular): add less as a devDependency when selected as the ...
  • Additional commits viewable in compare view

Updates jest-preset-angular from 12.2.6 to 14.6.0

Release notes

Sourced from jest-preset-angular's releases.

v14.6.0

Please refer to CHANGELOG.md for details.

v14.5.5

Please refer to CHANGELOG.md for details.

v14.5.4

Please refer to CHANGELOG.md for details

v14.5.3

Please refer to CHANGELOG.md for details.

v14.5.2

Please refer to CHANGELOG.md for details.

v14.5.1

Please refer to CHANGELOG.md for details.

v14.5.0

Please refer to CHANGELOG.md for details.

v14.4.2

Please refer to CHANGELOG.md for details.

v14.4.1

Please refer to CHANGELOG.md for details.

v14.4.0

Please refer to CHANGELOG.md for details.

v14.4.0-rc.0

Please refer to CHANGELOG.md for details.

v14.3.3

Please refer to CHANGELOG.md for details.

v14.3.2

Please refer to CHANGELOG.md for details.

v14.3.1

Please refer to CHANGELOG.md for details.

v14.3.0

Please refer to CHANGELOG.md for details.

v14.2.4

Please refer to CHANGELOG.md for details.

v14.2.3

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from jest-preset-angular's changelog.

14.6.0 (2025-06-02)

Features

  • feat: add support for angular 20 (e041857)

14.5.5 (2025-04-15)

Bug Fixes

  • fix: allow name exports for presets subpath (9100baf)

14.5.4 (2025-03-31)

Bug Fixes

  • fix: warn when using both isolatedModules and emitDecoratorMetadata (#3029) (51db8f4), closes #3029
  • update dependency ts-jest to v29.3.0 (1d8415d)

14.5.3 (2025-02-24)

Bug Fixes

  • build: update bundle jit_transform.js, closes #2979

14.5.2 (2025-02-21)

Bug Fixes

  • fix: transform js ESM file from node_modules (b2b3934), closes #2913

14.5.1 (2025-01-25)

Bug Fixes

... (truncated)

Commits
  • cf593fc chore(release): 14.6.0
  • 71ba0a9 build: remove example app v17
  • 4ca3bbc build(deps): Update dependency eslint-plugin-jsdoc to ^50.7.1
  • 9c3f311 build(deps): Update dependency eslint-plugin-jsdoc to ^50.7.0
  • 4fe19aa build(deps): Update dependency @​types/node to ^22.15.29
  • c717632 build(deps): Update eslint monorepo to ^9.28.0
  • d9dea92 build(deps): Update Angular packages to ^20.0.1
  • 443ee57 build(deps): Update dependency @​babel/core to ^7.27.4
  • e041857 feat: add support for angular 20 (#3119)
  • 94e5fe7 build(deps): Update dependency eslint-plugin-jest to ^28.12.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…set-angular

Bumps [webpack](https://github.com/webpack/webpack) to 5.99.8 and updates ancestor dependencies [webpack](https://github.com/webpack/webpack), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [jest-preset-angular](https://github.com/thymikee/jest-preset-angular). These dependencies need to be updated together.


Updates `webpack` from 5.76.1 to 5.99.8
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.1...v5.99.8)

Updates `@angular-devkit/build-angular` from 13.3.11 to 20.0.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@13.3.11...20.0.3)

Updates `jest-preset-angular` from 12.2.6 to 14.6.0
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md)
- [Commits](thymikee/jest-preset-angular@v12.2.6...v14.6.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.99.8
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 20.0.3
  dependency-type: direct:development
- dependency-name: jest-preset-angular
  dependency-version: 14.6.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies One or more dependencies are being bumped javascript Pull requests that update Javascript code labels Jun 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 24, 2025 12:26
@dependabot dependabot bot added dependencies One or more dependencies are being bumped javascript Pull requests that update Javascript code labels Jun 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-603999c3f8 branch June 24, 2025 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies One or more dependencies are being bumped javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants