Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

dev: bump @nestjs/cli from 8.1.6 to 8.2.0 #315

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2022

Bumps @nestjs/cli from 8.1.6 to 8.2.0.

Release notes

Sourced from @​nestjs/cli's releases.

Release 8.2.0

  • chore(): resolve conflicts (9fd0232e)
  • chore(): update deps (023c855e)
  • Merge pull request #1488 from nestjs/renovate/webpack-5.x (f187f912)
  • fix(deps): update dependency webpack to v5.66.0 (0f915224)
  • chore(deps): update typescript-eslint monorepo to v5.9.1 (4412aaaa)

Release 8.1.8

  • Merge pull request #1453 from nestjs/renovate/angular-cli-monorepo (3f4e9da6)
  • Merge pull request #1475 from nestjs/renovate/shelljs-0.x (92b57391)
  • Merge pull request #1476 from thiagomini/patch-1 (0b4f4843)
  • Merge pull request #1478 from nestjs/renovate/cli-table3-0.x (6ee2ab34)
  • chore(deps): update dependency release-it to v14.12.1 (fce64608)
  • fix(deps): update dependency cli-table3 to v0.6.1 (d3d90c4b)
  • chore(deps): update dependency @​commitlint/cli to v16.0.2 (a78701a9)
  • chore(license) (7aa54511)
  • fix(deps): update dependency shelljs to v0.8.5 (d4794122)
  • chore(deps): update dependency jest to v27.4.7 (197d8d6d)
  • chore(deps): update dependency jest to v27.4.6 (1acb40f6)
  • chore(deps): update dependency @​types/node to v16.11.19 (d817b126)
  • chore(deps): update typescript-eslint monorepo to v5.9.0 (b13cfd47)
  • chore(deps): update dependency @​types/node to v16.11.18 (27748ed7)
  • chore(deps): update dependency eslint-plugin-import to v2.25.4 (45ef5197)
  • chore(deps): update dependency eslint to v8.6.0 (0ce2726c)
  • chore(deps): update dependency @​types/jest to v27.4.0 (a24566aa)
  • chore(deps): update dependency @​commitlint/cli to v16.0.1 (5ae4597f)
  • chore(deps): update typescript-eslint monorepo to v5.8.1 (0b70de8a)
  • chore(deps): update commitlint monorepo to v16 (051ce905)
  • chore(deps): update dependency @​types/node to v16.11.17 (4167351d)
  • chore(deps): update dependency @​types/node to v16.11.16 (c8a2d729)
  • chore(deps): update dependency @​types/node to v16.11.15 (ecb88a8d)
  • chore(deps): update typescript-eslint monorepo to v5.8.0 (caef991f)
  • chore(deps): update dependency eslint to v8.5.0 (2d5c39d4)
  • chore(deps): update dependency @​types/shelljs to v0.8.10 (344ced15)
  • chore(deps): update dependency ts-jest to v27.1.2 (16540568)
  • chore(deps): update dependency @​types/node to v16.11.14 (d4df38c8)
  • fix(deps): update angular-cli monorepo to v13.1.2 (0aae575c)
  • chore(deps): update dependency @​types/node to v16.11.13 (bb269e05)
  • chore(deps): update dependency jest to v27.4.5 (d5029c2a)
  • chore(deps): update typescript-eslint monorepo to v5.7.0 (e3046c03)
  • fix(webpack): add externals presets (74286eb4)
  • fix(compiler): address webpack deprecation message (use ignoreWarnings) (39ad399c)
Commits
  • 253529b chore(): release v8.2.0
  • 9fd0232 chore(): resolve conflicts
  • 023c855 chore(): update deps
  • f187f91 Merge pull request #1488 from nestjs/renovate/webpack-5.x
  • 0f91522 fix(deps): update dependency webpack to v5.66.0
  • 4412aaa chore(deps): update typescript-eslint monorepo to v5.9.1
  • cc52bfe chore(): release v8.1.8
  • 3f4e9da Merge pull request #1453 from nestjs/renovate/angular-cli-monorepo
  • 92b5739 Merge pull request #1475 from nestjs/renovate/shelljs-0.x
  • 0b4f484 Merge pull request #1476 from thiagomini/patch-1
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [@nestjs/cli](https://github.com/nestjs/nest-cli) from 8.1.6 to 8.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.1.6...8.2.0)

---
updated-dependencies:
- dependency-name: "@nestjs/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants