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 webpack and @nestjs/cli #3

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

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

Updates webpack from 5.66.0 to 5.96.1

Release notes

Sourced from webpack's releases.

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
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules

v5.95.0

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's

... (truncated)

Commits
  • d4ced73 chore(release): 5.96.1
  • 7d6dbea fix: types regression in validate
  • 5c556e3 fix: types regression in validate
  • 2420eae fix: add @types/eslint-scope to dependencies due types regression
  • ec45d2d fix: add @types/eslint-scope to dependencies
  • aff0c3e chore(release): 5.96.0
  • 6f11ec1 refactor: module source types code
  • b07142f refactor: module source types code
  • 7d98b3c fix: Module Federation should track all referenced chunks
  • 6d09769 chore: linting
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.


Updates @nestjs/cli from 8.2.1 to 10.4.7

Release notes

Sourced from @​nestjs/cli's releases.

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)
  • chore(deps): update dependency eslint to v9.9.1 (89009c4c)
  • chore(deps): update dependency husky to v9.1.5 (769a0606)
  • chore(deps): update typescript-eslint monorepo to v8.2.0 (0f8f78bd)
  • chore(deps): update dependency @​swc/core to v1.7.14 (24bfce40)
  • fix(deps): update dependency @​nestjs/schematics to v10.1.4 (868addea)
  • chore(deps): update dependency @​types/node to v20.16.1 (df9264fc)
  • chore(deps): update dependency @​swc/core to v1.7.12 (cd54a267)
  • chore(deps): update dependency @​types/node to v20.16.0 (acc8e4b4)
  • chore(deps): update dependency @​types/node to v20.15.0 (562e818a)
  • chore(deps): update dependency @​swc/core to v1.7.11 (dd9be115)
  • chore(deps): update dependency lint-staged to v15.2.9 (2c1de383)
  • chore(deps): update typescript-eslint monorepo to v8.1.0 (c1f7432b)
  • chore(deps): update dependency eslint to v9.9.0 (de689668)
  • chore(deps): update dependency @​types/node to v20.14.15 (0c31bb68)
  • chore(deps): update dependency @​swc/core to v1.7.10 (d0f9535e)

... (truncated)

Commits
  • a15c92b chore(): release v10.4.7
  • 0ff0a01 Merge pull request #2786 from nestjs/revert-2642-renovate/glob-11.x
  • 7af719e Revert "fix(deps): update dependency glob to v11"
  • 01e831f chore(): release v10.4.6
  • 8946b44 chore: enable web-based releases
  • b975f87 ci: run tests in band with no cache
  • 7bc0b3f build: allow js, clean artificats in ci
  • 4f16fae Merge pull request #2676 from nestjs/renovate/ts-jest-29.x
  • 1e6672f Merge pull request #2625 from nestjs/renovate/typescript-5.x
  • 41ce50b chore(deps): update dependency ts-jest to v29.2.5
  • 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.

Bumps [webpack](https://github.com/webpack/webpack) to 5.96.1 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli). These dependencies need to be updated together.


Updates `webpack` from 5.66.0 to 5.96.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.66.0...v5.96.1)

Updates `@nestjs/cli` from 8.2.1 to 10.4.7
- [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@8.2.1...10.4.7)

---
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 added the dependencies Pull requests that update a dependency file label Nov 14, 2024
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