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

BC-8552 - Bump webpack and @nestjs/cli #5396

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps webpack to 5.97.1 and updates ancestor dependency @nestjs/cli. These dependencies need to be updated together.

Updates webpack from 5.92.1 to 5.97.1

Release notes

Sourced from webpack's releases.

v5.97.1

Bug Fixes

  • Performance regression
  • Sub define key should't be renamed when it's a defined variable

v5.97.0

Bug Fixes

  • Don't crash with filesystem cache and unknown scheme
  • Generate a valid code when output.iife is true and output.library.type is umd
  • Fixed conflict variable name with concatenate modules and runtime code
  • Merge duplicate chunks before
  • Collisions in ESM library
  • Use recursive search for versions of shared dependencies
  • [WASM] Don't crash WebAssembly with Reference Types (sync and async)
  • [WASM] Fixed wasm loading for sync and async webassembly
  • [CSS] Don't add [uniqueName] to localIdentName when it is empty
  • [CSS] Parsing strings on Windows
  • [CSS] Fixed CSS local escaping

New Features

  • Added support for injecting debug IDs
  • Export the MergeDuplicateChunks plugin
  • Added universal loading for JS chunks and JS worker chunks (only ES modules)
  • [WASM] Added universal loading for WebAssembly chunks (only for async WebAssembly)
  • [CSS] Allow initial CSS chunks to be placed anywhere - the output.cssHeadDataCompression option was deleted
  • [CSS] Added universal loading for CSS chunks
  • [CSS] Parse ICSS @value at-rules in CSS modules
  • [CSS] Parse ICSS :import rules in CSS modules
  • [CSS] Added the url and import options for CSS
  • [CSS] Allow to import custom properties in CSS modules

Performance

  • Faster Queue implementation, also fixed queue iterator state in dequeue method to ensure correct behavior after item removal

v5.96.1

Bug Fixes

  • [Types] Add @types/eslint-scope to dependencieS
  • [Types] Fixed regression in validate

v5.96.0

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime

... (truncated)

Commits

Updates @nestjs/cli from 10.4.2 to 10.4.9

Release notes

Sourced from @​nestjs/cli's releases.

Release 10.4.9

  • Merge pull request #2838 from yifanwww/fix/webpack-ignore-lazy-imports (3d0fe0b5)
  • fix: add missing class-transformer/storage in lazy import list (a1cc6cfe)
  • Merge pull request #2815 from nestjs/renovate/typescript-5.x (4af113ec)

Release 10.4.8

  • Merge pull request #2792 from nestjs/fix/type-check-error-2791 (5be20eb3)
  • Merge pull request #2797 from nestjs/renovate/tsconfig-paths-webpack-plugin-4.x (6d77fd30)
  • Merge pull request #2800 from caucik/webpack-fix-branch (9ec2d5e5)
  • fix: webpack default config - IgnorePlugin (83c5cfc8)
  • fix(deps): update dependency tsconfig-paths-webpack-plugin to v4.2.0 (ebdfb325)
  • chore(deps): update dependency @​swc/core to v1.9.2 (#2794) (ed9d8b86)
  • fix: show type check warning only when builder is not swc #2791 (2e23003b)
  • fix(deps): update dependency glob to v10.4.5 (7aba4817)

Release 10.4.7

  • Merge pull request #2786 from nestjs/revert-2642-renovate/glob-11.x (0ff0a01d)
  • Revert "fix(deps): update dependency glob to v11" (7af719ea)

Release 10.4.6

  • build: allow js, clean artificats in ci (7bc0b3ff)
  • chore(deps): update dependency ts-jest to v29.2.5 (41ce50bf)
  • fix(deps): update dependency typescript to v5.6.3 (067a1190)
  • Merge pull request #2784 from nestjs/renovate/node-22.x (f3bd8b00)
  • Merge pull request #2778 from nestjs/renovate/swc-monorepo (008ab68e)
  • Merge pull request #2780 from nestjs/renovate/webpack-5.x (d708ea95)
  • Merge pull request #2764 from nestjs/renovate/angular-cli-monorepo (d8ae02b5)
  • fix: add missing type argument (df91c495)
  • Merge branch 'addun-fix-issue-2653' (041a184b)
  • chore: resolve conflicts (486ac60e)
  • Merge pull request #2415 from yigitkurtcu/feat/generate-options-base-url (537dfa7e)
  • Merge pull request #2716 from nestjs/renovate/angular-cli-monorepo (ef0ff51d)
  • Merge pull request #2642 from nestjs/renovate/glob-11.x (c7e2e01d)
  • fix(deps): update angular-cli monorepo to v17.3.10 (960e65f8)
  • Merge pull request #2743 from nestjs/renovate/webpack-5.x (b750eadf)
  • Merge pull request #2754 from nestjs/renovate/nest-monorepo (603721e7)
  • fix(deps): update dependency @​nestjs/schematics to v10.2.2 (f062e99a)
  • fix: unification copy behavior between watched and not watched assets (3664ed06)
  • fix(deps): update dependency glob to v11 (fc6e7a16)
  • feat: basedir option added to configuration for generate command (877b6bd8)

Release 10.4.5

  • Merge pull request #2666 from nestjs/renovate/nest-monorepo (a734d81f)
  • Merge pull request #2712 from nestjs/renovate/npm-webpack-vulnerability (587e407e)
  • chore(deps): update dependency @​swc/core to v1.7.21 (4ccad5c5)
  • chore(deps): update commitlint monorepo to v19.4.1 (d3484bfd)
  • fix(deps): update dependency webpack to v5.94.0 [security] (78136826)
  • chore(deps): update dependency @​types/node to v20.16.2 (b9cdc65b)
  • chore(deps): update typescript-eslint monorepo to v8.3.0 (28913e79)
  • chore(deps): update dependency @​swc/core to v1.7.18 (fa03cba8)

... (truncated)

Commits
  • 81e15c3 chore(): release v10.4.9
  • 3d0fe0b Merge pull request #2838 from yifanwww/fix/webpack-ignore-lazy-imports
  • a1cc6cf fix: add missing class-transformer/storage in lazy import list
  • 4af113e Merge pull request #2815 from nestjs/renovate/typescript-5.x
  • 2e929c3 fix(deps): update dependency typescript to v5.7.2
  • 67503d3 Merge pull request #2830 from nestjs/renovate/webpack-5.x
  • 6110b8e chore(deps): update dependency @​swc/core to v1.10.1 (#2837)
  • ce66172 fix(deps): update dependency webpack to v5.97.1
  • bec6134 chore(deps): update dependency @​swc/core to v1.10.0 (#2832)
  • b10c00e chore(deps): update dependency prettier to v3.4.2 (#2831)
  • 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2024
@github-actions github-actions bot changed the title Bump webpack and @nestjs/cli BC-8552 - Bump webpack and @nestjs/cli Dec 12, 2024
Bumps [webpack](https://github.com/webpack/webpack) to 5.97.1 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli). These dependencies need to be updated together.


Updates `webpack` from 5.92.1 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.92.1...v5.97.1)

Updates `@nestjs/cli` from 10.4.2 to 10.4.9
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](nestjs/nest-cli@10.4.2...10.4.9)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
- dependency-name: "@nestjs/cli"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-eea4516287 branch from 395fb9c to 7d9d421 Compare December 18, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants