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
45 stars 16 forks source link

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

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

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

Updates webpack from 5.75.0 to 5.82.1

Release notes

Sourced from webpack's releases.

v5.82.1

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1

v5.82.0

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

... (truncated)

Commits
  • a8fd8b7 5.82.1
  • f5deb28 Merge pull request #17160 from snitin315/update-enhanced-resolve
  • 57ecbab fix: update FileSystemInfo types and fix lint
  • 12f9588 fix: udpate types
  • 460b4d6 feat: update enhanced-resolve to v5.14.0
  • ba56e05 Merge pull request #17151 from lvivski/chunk-loading
  • 79fe72c Merge pull request #17149 from webpack/dependabot/npm_and_yarn/core-js-3.30.2
  • 4ef538e Merge pull request #17146 from webpack/dependabot/npm_and_yarn/webpack-cli-5.1.0
  • bcb37ca Merge pull request #17145 from JeraldVin/patch-2
  • c722c2c Regenerate snapshots
  • 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.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 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](https://github.com/nanlabs/devops-reference/network/alerts).
coderabbitai[bot] commented 11 months ago

[!IMPORTANT]

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - If you reply to a *review comment* from CodeRabbit, the bot will automatically respond. - To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment - Note: Review comments are made on code diffs or files, not on the PR overview. - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai help` to get help. - `@coderabbitai resolve` to resolve all the CodeRabbit review comments. Note: For conversation with the bot, please use the review comments on code diffs or files. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.json`