nanlabs / devops-reference

This repository contains different infrastructure components, CI/CD pipelines, automation tools among other resources that are used in different projects here at NaN Labs.
MIT License
44 stars 16 forks source link

Bump webpack and @nestjs/cli in /examples/serverless-node-typescript-nest #97

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Updates webpack from 5.75.0 to 5.80.0

Release notes

Sourced from webpack's releases.

v5.80.0

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.79.0...v5.80.0

v5.79.0

New Features

Bugfixes

... (truncated)

Commits
  • 9ac1728 5.80.0
  • 09dc9e2 Merge pull request #17024 from webpack/thelarkinn/bump-enhanced-resolve
  • d58760a yarn-lint
  • 58396f5 introduce the new types from enhanced-resolve
  • 4ff4d59 Merge pull request #16933 from scameron/deterministic-moduleids
  • 8bc34bc feat(deps): Update enhanced-resolve to latest for * wildcard pattern in exports
  • 5c522c4 Merge pull request #17022 from snitin315/patch-3
  • 457cbe1 Merge pull request #16903 from janlent1/fixruntimeissue
  • 63c1601 chore: remove finializer from cspell.json
  • 9c70d1d Merge pull request #17016 from xiaoboost/fix/fix-spell-error
  • 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 9.2.0 to 9.4.2

Release notes

Sourced from @​nestjs/cli's releases.

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)
  • chore(deps): update dependency prettier to v2.8.8 (8d273410)
  • chore(deps): update dependency @​types/node to v18.16.0 (452c6c50)
  • fix: load the entry file supplied via command-line option (24bb37b6)
  • chore(deps): update dependency eslint to v8.39.0 (8b63cdea)
  • chore(deps): update dependency @​types/node to v18.15.13 (86e5e5e7)
  • chore(deps): update dependency vm2 to 3.9.17 [security] (2feb22e6)
  • chore(deps): bump vm2 from 3.9.16 to 3.9.17 (09df66f5)
  • chore(deps): update node.js to v20 (5905d100)
  • fix(deps): update dependency webpack to v5.80.0 (f02fcdf1)

Release 9.4.1

  • chore: resolve conflicts (4feee801)
  • fix: flat flag was always truthy (994704ec)
  • chore(deps): update dependency @​types/node to v18.15.12 (e3702d9d)
  • chore(deps): update dependency @​types/jest to v29.5.1 (79d462b7)
  • chore(deps): update typescript-eslint monorepo to v5.59.0 (8faaf0ad)
  • chore(deps): update commitlint monorepo to v17.6.1 (fd0a5a3c)
  • Merge pull request #1968 from hrkeni/spec-file-suffix (4781b7dd)
  • chore(deps): update commitlint monorepo to v17.6.0 (171831c8)
  • chore: rename function (85e8452c)
  • feat: added new generate option to control spec file name (a4b0ed48)

Release 9.4.0

  • Merge branch 'sheerlox-feat/manual-restart-watchmode' (122a18f6)
  • chore: update manual restart tip message (1d0f8436)
  • Merge branch 'feat/manual-restart-watchmode' of https://github.com/sheerlox/nest-cli into sheerlox-feat/manual-restart-watchmode (4eeddcb6)
  • chore: update package-lock (6560db4f)
  • Merge pull request #1952 from nestjs/renovate/rimraf-4.x (6f4add2d)
  • Merge pull request #2017 from nestjs/renovate/angular-cli-monorepo (d566a19a)
  • Merge pull request #1961 from nestjs/renovate/webpack-5.x (91bf10c2)
  • Merge pull request #1991 from nestjs/renovate/cimg-node-19.x (2b556bb5)
  • Merge pull request #2010 from nestjs/renovate/tsconfig-paths-4.x (b019a25b)
  • Merge pull request #2012 from nestjs/renovate/nest-monorepo (19c5ad7f)
  • Merge pull request #2021 from nestjs/renovate/npm-vm2-vulnerability (e87358ed)
  • Update lib/compiler/helpers/manual-restart.ts (a3b04f1b)
  • Merge pull request #2028 from nestjs/dependabot/npm_and_yarn/vm2-3.9.16 (db777e86)
  • Merge pull request #2027 from ydhn/master (3388e525)
  • chore(deps): update dependency @​types/shelljs to v0.8.12 (97da720c)
  • chore(deps): update dependency vm2 to 3.9.16 [security] (d8b82c27)
  • chore(deps): bump vm2 from 3.9.14 to 3.9.16 (c0393e4a)
  • feat: exec in configuration (177d945a)
  • fix(deps): update dependency webpack to v5.79.0 (9f636f90)

... (truncated)

Commits
  • 78ee428 chore(): release v9.4.2
  • 8976926 Merge pull request #2034 from nestjs/renovate/webpack-5.x
  • 7d246cd Merge pull request #2037 from nestjs/dependabot/npm_and_yarn/vm2-3.9.17
  • 89512e8 Merge pull request #2035 from nestjs/renovate/cimg-node-20.x
  • 55e0ca4 Merge pull request #2038 from nestjs/renovate/npm-vm2-vulnerability
  • 430a520 Merge pull request #2043 from micalevisk/fix/issue-2039
  • 360c3ae Merge pull request #2042 from micalevisk/patch-1
  • ac68fa8 perf(lib): prioritize 'nest-cli.json' file over all the others patterns
  • 8d27341 chore(deps): update dependency prettier to v2.8.8
  • 452c6c5 chore(deps): update dependency @​types/node to v18.16.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 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](https://github.com/nanlabs/devops-reference/network/alerts).
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

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