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

build(deps): bump webpack and @nestjs/cli #43

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Updates webpack from 5.74.0 to 5.94.0

Release notes

Sourced from webpack's releases.

v5.94.0

Bug Fixes

  • Added runtime condition for harmony reexport checked
  • Handle properly data/http/https protocols in source maps
  • Make bigint optimistic when browserslist not found
  • Move @​types/eslint-scope to dev deps
  • Related in asset stats is now always an array when no related found
  • Handle ASI for export declarations
  • Mangle destruction incorrect with export named default properly
  • Fixed unexpected asi generation with sequence expression
  • Fixed a lot of types

New Features

  • Added new external type "module-import"
  • Support webpackIgnore for new URL() construction
  • [CSS] @import pathinfo support

Security

  • Fixed DOM clobbering in auto public path

v5.93.0

Bug Fixes

  • Generate correct relative path to runtime chunks
  • Makes DefinePlugin quieter under default log level
  • Fixed mangle destructuring default in namespace import
  • Fixed consumption of eager shared modules for module federation
  • Strip slash for pretty regexp
  • Calculate correct contenthash for CSS generator options

New Features

  • Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
  • Added the modern-module library value for tree shakable output
  • Added the overrideStrict option to override strict or non-strict mode for javascript modules

v5.92.1

Bug Fixes

  • Doesn't crash with an error when the css experiment is enabled and contenthash is used

v5.92.0

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic

... (truncated)

Commits
  • eabf85d chore(release): 5.94.0
  • 955e057 security: fix DOM clobbering in auto public path
  • 9822387 test: fix
  • cbb86ed test: fix
  • 5ac3d7f fix: unexpected asi generation with sequence expression
  • 2411661 security: fix DOM clobbering in auto public path
  • b8c03d4 fix: unexpected asi generation with sequence expression
  • f46a03c revert: do not use heuristic fallback for "module-import"
  • 60f1898 fix: do not use heuristic fallback for "module-import"
  • 66306aa Revert "fix: module-import get fallback from externalsPresets"
  • 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 9.1.2 to 9.5.0

Release notes

Sourced from @​nestjs/cli's releases.

Release 9.5.0

  • Merge pull request #2054 from nestjs/renovate/webpack-5.x (2f939625)
  • Merge pull request #2062 from nestjs/renovate/cimg-node-20.x (007f878f)
  • Merge pull request #2063 from nestjs/renovate/major-angular-cli-monorepo (f459c81f)
  • Merge pull request #2083 from nestjs/dependabot/npm_and_yarn/vm2-3.9.19 (02954885)
  • Merge pull request #2046 from micalevisk/file-system-reader-refactor (6597e8db)
  • Merge pull request #2070 from m4tt72/feat/allow-disable-manual-restart-watchmode (1bedd79d)
  • chore(deps): bump vm2 from 3.9.17 to 3.9.19 (ac623eaa)
  • chore(deps): update dependency @​types/node to v18.16.12 (a7070983)
  • chore(deps): update node.js to v20.2 (b161d7e1)
  • feat: set default value for 'manualRestart' to false (6e3e3976)
  • refactor: rename 'restartable' to 'manualRestart' (8148e821)
  • chore(deps): update dependency @​types/node to v18.16.10 (a47ed500)
  • chore(deps): update typescript-eslint monorepo to v5.59.6 (90df1363)
  • Merge pull request #2068 from cesarkohl/patch-1 (4aa52688)
  • chore(deps): update dependency @​types/node to v18.16.9 (2616605a)
  • chore(deps): update dependency @​types/node to v18.16.8 (2bd31173)
  • fix(deps): update angular-cli monorepo to v16 (0a70759d)
  • fix(deps): update dependency webpack to v5.82.1 (979aa379)
  • chore(deps): update dependency @​types/node to v18.16.7 (3be4d92a)
  • chore(deps): update dependency @​types/node to v18.16.6 (9755a2fe)
  • chore(deps): update typescript-eslint monorepo to v5.59.5 (41b172a6)
  • feat: allow disabling manual restart for ts watchmode (9c231e37)
  • Remove duplicated type (15ae0527)
  • chore(deps): update dependency eslint to v8.40.0 (e7884673)
  • chore(deps): update dependency @​types/node to v18.16.5 (3f7f6ba1)
  • chore(deps): update dependency @​types/node to v18.16.4 (8efcc139)
  • chore(deps): update commitlint monorepo to v17.6.3 (02c2e93b)
  • chore(deps): update dependency release-it to v15.10.3 (b07fcf24)
  • chore(deps): update typescript-eslint monorepo to v5.59.2 (0a65d80c)
  • chore(deps): update dependency release-it to v15.10.2 (e6f221a7)
  • chore(deps): update dependency @​types/node to v18.16.3 (7f5b115b)
  • chore(deps): update dependency @​types/node to v18.16.2 (a1728be8)
  • chore(deps): update dependency lint-staged to v13.2.2 (19b5ab1d)
  • chore(deps): update dependency @​types/node to v18.16.1 (45b207b0)
  • chore(deps): update typescript-eslint monorepo to v5.59.1 (677f683b)
  • style: format everything (c1401594)
  • test(lib): add unit tests for PackageManagerFactory.prototype.find (f37bde89)
  • refactor(lib): use promise version of fs.readdir (ea9cdf5d)
  • refactor(lib): use canonical join instead of literal slash symbol (dd5962e6)
  • refactor(lib): use fs promises node api instead of promisify it (19606fde)

Release 9.4.2

  • Merge pull request #2034 from nestjs/renovate/webpack-5.x (89769265)
  • Merge pull request #2037 from nestjs/dependabot/npm_and_yarn/vm2-3.9.17 (7d246cdc)
  • Merge pull request #2035 from nestjs/renovate/cimg-node-20.x (89512e88)
  • Merge pull request #2038 from nestjs/renovate/npm-vm2-vulnerability (55e0ca49)
  • Merge pull request #2043 from micalevisk/fix/issue-2039 (430a5203)
  • Merge pull request #2042 from micalevisk/patch-1 (360c3ae9)
  • perf(lib): prioritize 'nest-cli.json' file over all the others patterns (ac68fa88)

... (truncated)

Commits
  • b6e7830 chore(): release v9.5.0
  • 2f93962 Merge pull request #2054 from nestjs/renovate/webpack-5.x
  • 007f878 Merge pull request #2062 from nestjs/renovate/cimg-node-20.x
  • f459c81 Merge pull request #2063 from nestjs/renovate/major-angular-cli-monorepo
  • 0295488 Merge pull request #2083 from nestjs/dependabot/npm_and_yarn/vm2-3.9.19
  • 6597e8d Merge pull request #2046 from micalevisk/file-system-reader-refactor
  • 1bedd79 Merge pull request #2070 from m4tt72/feat/allow-disable-manual-restart-watchmode
  • ac623ea chore(deps): bump vm2 from 3.9.17 to 3.9.19
  • a707098 chore(deps): update dependency @​types/node to v18.16.12
  • b161d7e chore(deps): update node.js to v20.2
  • 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.94.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli). These dependencies need to be updated together.


Updates `webpack` from 5.74.0 to 5.94.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.74.0...v5.94.0)

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

---
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 Sep 14, 2024
@atassis atassis merged commit f3981cc into main Sep 14, 2024
3 checks passed
@atassis atassis deleted the dependabot/npm_and_yarn/multi-d802555ee1 branch September 14, 2024 22:44
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.

1 participant