Skip to content

build(deps-dev): bump @nestjs/cli from 9.4.2 to 10.1.8 in /communication#108

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/communication/nestjs/cli-10.1.8
Closed

build(deps-dev): bump @nestjs/cli from 9.4.2 to 10.1.8 in /communication#108
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/communication/nestjs/cli-10.1.8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps @nestjs/cli from 9.4.2 to 10.1.8.

Release notes

Sourced from @​nestjs/cli's releases.

Release 10.1.8

  • Merge pull request #2161 from powerfulyang/master (c2e2d263)
  • Merge pull request #2155 from tuxmachine/patch-1 (be5d1d0e)
  • chore(deps): update typescript-eslint monorepo to v6 (2d8a8d51)
  • chore(deps): update typescript-eslint monorepo to v5.62.0 (e13f4df4)
  • chore(deps): update dependency @​types/jest to v29.5.3 (8d512ee3)
  • chore(deps): update dependency release-it to v16.1.0 (ac30e008)
  • fix(swc): deepMerge didn't handle array type properly (bc18e831)
  • chore(deps): update dependency jest to v29.6.1 (1b9ab264)
  • chore(deps): update dependency release-it to v16 (77915d8d)
  • chore(deps): update dependency prettier to v3 (ac0a98dc)
  • fix(swc): don't set missing class fields (37813f46)

Release 10.1.7

  • feat(plugin): use local ts binary for meta printer (1fc18f61)

Release 10.1.6

  • fix(plugin): use unknown to fix ts incompatibility issues (882722d3)

Release 10.1.5

  • Merge branch 'master' of https://github.com/nestjs/nest-cli (f9ecab86)
  • fix(visitors): fallback type args to any (c3149bac)
  • chore(deps): update dependency @​swc/core to v1.3.68 (879cd5d7)
  • chore(deps): update dependency jest to v29.6.0 (c7e0640f)

Release 10.1.4

  • refactor: update readonly visitor methods to take type args (d0f086d7)

Release 10.1.3

  • fix: swc default factory should be usable for swc loader (b00c3e1c)

Release 10.1.2

  • Merge branch 'master' of https://github.com/nestjs/nest-cli (c662ef77)
  • fix(swc): fix file watching (out dir path resolution) (2d0c6fd3)
  • chore(deps): update typescript-eslint monorepo to v5.61.0 (b63fa4c1)

Release 10.1.1

  • Merge branch 'master' of https://github.com/nestjs/nest-cli (e2e52dcb)
  • fix: retrieve builder opts by builder context (be123593)
  • chore(deps): update dependency eslint to v8.44.0 (c32a30ab)
  • chore(deps): update dependency @​types/node to v18.16.19 (85826de0)
  • chore: remove deprecated tag (ee4427d7)

Release 10.1.0

  • Merge pull request #2144 from nestjs/renovate/ts-loader-9.x (65396dcd)
  • chore(deps): update dependency ts-loader to v9.4.4 (3c82cde6)
  • Merge pull request #2145 from nestjs/renovate/angular-cli-monorepo (c6fb08c2)
  • Merge pull request #2132 from nestjs/renovate/webpack-5.x (b5135a8e)
  • Merge pull request #2148 from nestjs/renovate/ts-jest-29.x (1c470aa6)
  • Merge pull request #2147 from nestjs/renovate/swc-monorepo (e8a22997)

... (truncated)

Commits
  • 0309167 chore(): release v10.1.8
  • c2e2d26 Merge pull request #2161 from powerfulyang/master
  • be5d1d0 Merge pull request #2155 from tuxmachine/patch-1
  • 2d8a8d5 chore(deps): update typescript-eslint monorepo to v6
  • e13f4df chore(deps): update typescript-eslint monorepo to v5.62.0
  • 8d512ee chore(deps): update dependency @​types/jest to v29.5.3
  • ac30e00 chore(deps): update dependency release-it to v16.1.0
  • bc18e83 fix(swc): deepMerge didn't handle array type properly
  • 1b9ab26 chore(deps): update dependency jest to v29.6.1
  • 77915d8 chore(deps): update dependency release-it to v16
  • 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 9.4.2 to 10.1.8.
- [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.4.2...10.1.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 17, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2023

Superseded by #112.

@dependabot dependabot bot closed this Jul 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/communication/nestjs/cli-10.1.8 branch July 24, 2023 05:49
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants