celeroncoder / notary-API

Notes App with NestJS-Typescript, MongoDB.
MIT License
2 stars 1 forks source link

chore(deps-dev): bump @nestjs/cli from 8.1.5 to 8.2.3 #92

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @nestjs/cli from 8.1.5 to 8.2.3.

Release notes

Sourced from @​nestjs/cli's releases.

Release 8.2.3

  • Merge pull request #1566 from stanimirovv/fix/add-exit-status (5fcf1bba)
  • Merge pull request #1562 from nestjs/renovate/angular-cli-monorepo (9f0dea25)
  • Merge pull request #1567 from nestjs/renovate/tsconfig-paths-3.x (0f5cc713)
  • chore(deps): update typescript-eslint monorepo to v5.15.0 (ac9b09ad)
  • fix: add message to thrown error (c759f7d1)
  • fix: set correct exit status on error (11b676a8)
  • fix(deps): update dependency tsconfig-paths to v3.14.0 (2ac05258)
  • fix: fail on nest add results in non 0 exit code (75671be3)
  • chore(deps): update dependency eslint to v8.11.0 (0ad8a53e)
  • chore(deps): update dependency ts-loader to v9.2.8 (d7717c9b)
  • fix(deps): update angular-cli monorepo to v13.2.6 (7a0450b6)
  • chore(): update webpack (8a893930)
  • Merge branch 'stanimirovv-feat/add-no-flat-option' (6ce99a06)
  • chore(): run format script (604aa0ad)
  • Merge branch 'feat/add-no-flat-option' of https://github.com/stanimirovv/nest-cli into stanimirovv-feat/add-no-flat-option (5f1cec4b)
  • Merge pull request #1551 from stanimirovv/master (bf1e4950)
  • Merge pull request #1556 from nestjs/renovate/tsconfig-paths-3.x (986beffc)
  • refactor: apply review feedback (ef62c538)
  • fix: improve --no-flat description (e0dbfd9c)
  • feat: allow no-flat configuration via args (93c79915)
  • chore(deps): update typescript-eslint monorepo to v5.14.0 (559bec98)
  • chore(deps): update dependency ts-node to v10.7.0 (21b1ccf7)
  • fix(deps): update dependency tsconfig-paths to v3.13.0 (ec5fbbf8)
  • refactor: variable name is synced with the function returning it (774910b2)
  • chore: remove whitespace (2f057c2c)
  • refactor: rename dasherize to normalizeToKebabOrSnakeCase (81ab51ad)
  • Merge branch 'master' of github.com:stanimirovv/nest-cli (a9730c8d)
  • refactor: replace angular/dasherize with custom implementation (70bc0c65)
  • refactor(options): extract dasherize in util (80cee876)
  • fix: cleanup dasherize regexp (b6522dce)
  • fix(options): allow underscore in names (83e6e167)

Release 8.2.2

  • Merge pull request #1554 from pkerschbaum/fix/replace-aliased-imports-of-tsx-files (bf6e41c9)
  • chore(deps): update dependency eslint-config-prettier to v8.5.0 (4fd04325)
  • fix: replace path aliases of imports of .tsx and .jsx files (83b54744)
  • test: add test case for replacement of path aliases (2b2f415e)
  • Merge pull request #1553 from nestjs/renovate/ts-node-10.x (73ba6289)
  • chore(deps): update dependency ts-node to v10.6.0 (fce6a204)
  • chore(deps): update dependency ts-loader to v9.2.7 (7bc4d013)
  • Merge pull request #1534 from nestjs/renovate/angular-cli-monorepo (c5ecaeda)
  • Merge pull request #1550 from nestjs/renovate/typescript-4.x (5d01f8af)
  • fix(deps): update dependency typescript to v4.6.2 (b1e3066b)
  • chore(deps): update typescript-eslint monorepo to v5.13.0 (62bcc610)
  • chore(deps): update dependency eslint to v8.10.0 (d8b52864)
  • chore(deps): update dependency @​types/node to v16.11.26 (32c6bfc1)
  • fix(deps): update angular-cli monorepo to v13.2.5 (acefd0f1)
  • chore(deps): update dependency @​types/jest to v27.4.1 (c31dd86e)
  • chore(deps): update dependency release-it to v14.12.5 (17ce39c9)

... (truncated)

Commits
  • 2b6efb6 chore(): release v8.2.3
  • 5fcf1bb Merge pull request #1566 from stanimirovv/fix/add-exit-status
  • 9f0dea2 Merge pull request #1562 from nestjs/renovate/angular-cli-monorepo
  • 0f5cc71 Merge pull request #1567 from nestjs/renovate/tsconfig-paths-3.x
  • ac9b09a chore(deps): update typescript-eslint monorepo to v5.15.0
  • c759f7d fix: add message to thrown error
  • 11b676a fix: set correct exit status on error
  • 2ac0525 fix(deps): update dependency tsconfig-paths to v3.14.0
  • 75671be fix: fail on nest add results in non 0 exit code
  • 0ad8a53 chore(deps): update dependency eslint to v8.11.0
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #94.