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 #63

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 Oct 30, 2023

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

Updates webpack from 5.73.0 to 5.89.0

Release notes

Sourced from webpack's releases.

v5.89.0

New Features

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.88.2...v5.89.0

v5.88.2

Bug Fixes

Full Changelog: webpack/webpack@v5.88.1...v5.88.2

v5.88.1

Developer Experience

Full Changelog: webpack/webpack@v5.88.0...v5.88.1

v5.88.0

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

... (truncated)

Commits
  • 8766092 5.89.0
  • 21c80e4 Merge pull request #17718 from bworline/require-preserve-chains
  • b14922c Refactor shared code
  • dc66572 update types
  • d36804e update types
  • d4e8485 initial
  • 1f13ff9 Merge pull request #17666 from webpack/dependabot/npm_and_yarn/types/node-20.6.0
  • f00e6e2 chore(deps-dev): bump @​types/node from 20.4.9 to 20.6.0
  • 853bfda Merge pull request #17427 from webpack/dependabot/npm_and_yarn/simple-git-3.19.1
  • 64707c9 Merge pull request #17483 from webpack/dependabot/npm_and_yarn/semver-5.7.2
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @nestjs/cli from 8.2.8 to 10.2.0

Release notes

Sourced from @​nestjs/cli's releases.

Release 10.2.0

  • Merge branch 'tkow-fix/webpack-watch-assets' (ba2ae4ac)
  • style: minor tweak (dca312c4)
  • chore: resolve conflicts (f20a3e3e)
  • Merge pull request #2328 from sequencerr/fix-sms (9cabe873)
  • Merge pull request #2221 from nestjs/renovate/nest-monorepo (60093f04)
  • Merge pull request #2341 from nestjs/renovate/cimg-node-21.x (f9a3579a)
  • Merge pull request #2311 from nestjs/renovate/angular-cli-monorepo (22cc5985)
  • Merge pull request #2318 from nestjs/renovate/fork-ts-checker-webpack-plugin-9.x (8dde6743)
  • Merge pull request #2331 from nestjs/renovate/webpack-5.x (c8f60355)
  • Merge pull request #2189 from qlee3/chore/update-minimum-node-engine (6ca2b9ba)
  • Merge pull request #2325 from micalevisk/refactor/remove-dead-code (8d2b35f8)
  • chore(deps): update dependency @​swc/core to v1.3.94 (6fffee55)
  • chore(deps): update dependency eslint to v8.52.0 (e0db6892)
  • chore(deps): update commitlint monorepo to v18 (ca1d3ba6)
  • chore(deps): update commitlint monorepo to v17.8.1 (4331bab5)
  • fix(deps): update angular-cli monorepo to v16.2.7 (1d86f2a5)
  • chore(deps): update dependency lint-staged to v15.0.2 (7a271cdb)
  • chore(deps): update dependency @​types/webpack-node-externals to v3.0.3 (65c93cef)
  • chore(deps): update node.js to v21 (f0089334)
  • chore(deps): update dependency @​types/shelljs to v0.8.14 (a1f8c826)
  • chore(deps): update dependency @​types/node to v18.18.6 (065779d7)
  • chore(deps): update dependency @​types/jest to v29.5.6 (03478a7d)
  • chore(deps): update typescript-eslint monorepo to v6.8.0 (be5aab29)
  • chore(deps): update dependency lint-staged to v15.0.1 (81215137)
  • chore(deps): update dependency lint-staged to v15 (8dbe3d29)
  • chore(deps): update commitlint monorepo to v17.8.0 (679ed1ed)
  • fix(deps): update dependency webpack to v5.89.0 (c3189650)
  • chore(deps): update dependency @​swc/core to v1.3.93 (bdddbb5e)
  • chore(deps): update dependency @​types/node to v18.18.5 (c0af0717)
  • fix(cli): Cannot find module 'source-map-support/register' (df0d138c)
  • chore(deps): update typescript-eslint monorepo to v6.7.5 (ca613dad)
  • refactor: remove unused barrel files (877be8de)
  • refactor: remove unused utility is-error (6747e08c)
  • refactor: remove 'is-compilable-extension' non-used helper (34096ef5)
  • fix: add missing await on commander async parse eval (e5c0fb4a)
  • refactor: fix return type of buildSchematicsListAsTable (cb5af238)
  • style: fix formatting (fa91b414)
  • refactor: remove dead-code from old 'update' command (9f01265e)
  • chore(deps): update dependency ts-loader to v9.5.0 (72b272f7)
  • chore(deps): update dependency @​types/node to v18.18.4 (6c9e350d)
  • chore(deps): update dependency eslint to v8.51.0 (33cbc6d1)
  • chore(deps): update dependency @​swc/core to v1.3.92 (7a01d2e2)
  • fix(deps): update dependency fork-ts-checker-webpack-plugin to v9 (a792faf8)
  • chore(deps): update dependency @​types/node to v18.18.3 (f597e906)
  • chore(deps): update typescript-eslint monorepo to v6.7.4 (d9e6f728)
  • chore(deps): update dependency @​swc/core to v1.3.91 (552497a7)
  • chore(deps): update dependency @​types/node to v18.18.1 (d7c855ad)
  • chore(deps): update dependency @​commitlint/cli to v17.7.2 (bffc69a8)
  • chore(deps): update dependency release-it to v16.2.1 (9057f7c0)

... (truncated)

Commits
  • 7a9da35 chore(): release v10.2.0
  • ba2ae4a Merge branch 'tkow-fix/webpack-watch-assets'
  • dca312c style: minor tweak
  • f20a3e3 chore: resolve conflicts
  • 9cabe87 Merge pull request #2328 from sequencerr/fix-sms
  • 60093f0 Merge pull request #2221 from nestjs/renovate/nest-monorepo
  • f9a3579 Merge pull request #2341 from nestjs/renovate/cimg-node-21.x
  • 22cc598 Merge pull request #2311 from nestjs/renovate/angular-cli-monorepo
  • 8dde674 Merge pull request #2318 from nestjs/renovate/fork-ts-checker-webpack-plugin-9.x
  • c8f6035 Merge pull request #2331 from nestjs/renovate/webpack-5.x
  • 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.89.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli). These dependencies need to be updated together.


Updates `webpack` from 5.73.0 to 5.89.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.73.0...v5.89.0)

Updates `@nestjs/cli` from 8.2.8 to 10.2.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@8.2.8...10.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 30, 2023
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