Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @nestjs/schematics from 8.0.7 to 8.0.8 #1402

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps @nestjs/schematics from 8.0.7 to 8.0.8.

Release notes

Sourced from @​nestjs/schematics's releases.

Release 8.0.8

  • Merge pull request #967 from stanimirovv/fix/allow-underscores-in-names (784404d)
  • feat: Merge branch 'master' into fix/allow-underscores-in-names (69998cf)
  • Merge pull request #959 from nestjs/renovate/angular-cli-monorepo (d9ad002)
  • Merge pull request #966 from stanimirovv/fix/lint (d105de5)
  • test: make test names more specific (b4251f9)
  • refactor(resource.factory): keep backspaces in path and file name (d255c82)
  • refactor(sub-app.factory): keep underscores in path and file name (931f763)
  • refactor(service.factory): keep underscores in path and file name (2745cdf)
  • refactor(provider.factory): keep underscores in path and file name (4a87262)
  • refactor(module.factory): keep underscores in path and file name (86e1981)
  • refactor(middleware.factory): keep underscores in path and file name (5635906)
  • refactor(library.factory): keep underscores in path and file name (591a850)
  • refactor(controller.factory): keep underscores in path (300ffe6)
  • refactor(interface.factory): keep underscores in path and file name (36cadec)
  • refactor(interceptor): factory keeps underscore in path and file name (1381305)
  • refactor(resolver.factory): keep underscores in dir and file names (c4e1bc3)
  • refactor(pipe.factory): keep underscore in dir and file names (91fc621)
  • chore(deps): update dependency ts-node to v10.7.0 (93e1203)
  • refactor(guard.factory): dasherize to normalize (9df6205)
  • refactor: user normailze for class factory (b5d3c3c)
  • refactor: improve test names (209d00e)
  • fix: test names (f93ef88)
  • fix: application supports backspaces (81227c4)
  • fix: gateway supports backspaces (5be8367)
  • fix: filter supports backspaces (488c1bf)
  • fix: decorator supports backspaces (3600e5c)
  • feat: add formatting util library (913182f)
  • fix: linter errors (a24bf15)
  • fix: remove deprecated package breaking npm lint (b8e0878)
  • chore(deps): update dependency eslint-config-prettier to v8.5.0 (f3c0a42)
  • chore(deps): update dependency ts-node to v10.6.0 (6f8d5b7)
  • chore(deps): update dependency typescript to v4.6.2 (0cac3b0)
  • chore(deps): update typescript-eslint monorepo to v5.13.0 (64a23c2)
  • chore(deps): update dependency eslint to v8.10.0 (78a7a12)
  • chore(deps): update dependency @​types/node to v16.11.26 (1c33a40)
  • fix(deps): update angular-cli monorepo to v13.2.5 (e9ac2be)
Commits
  • 236916f chore(): release v8.0.8
  • 784404d Merge pull request #967 from stanimirovv/fix/allow-underscores-in-names
  • 69998cf feat: Merge branch 'master' into fix/allow-underscores-in-names
  • d9ad002 Merge pull request #959 from nestjs/renovate/angular-cli-monorepo
  • d105de5 Merge pull request #966 from stanimirovv/fix/lint
  • b4251f9 test: make test names more specific
  • d255c82 refactor(resource.factory): keep backspaces in path and file name
  • 931f763 refactor(sub-app.factory): keep underscores in path and file name
  • 2745cdf refactor(service.factory): keep underscores in path and file name
  • 4a87262 refactor(provider.factory): keep underscores in path and file name
  • 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 dependabot bot added dependencies Upgrade or downgrade of project dependencies. javascript labels Mar 7, 2022
Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from 8.0.7 to 8.0.8.
- [Release notes](https://github.com/nestjs/schematics/releases)
- [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json)
- [Commits](nestjs/schematics@8.0.7...8.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nestjs/schematics-8.0.8 branch from 5bca4aa to bb2e558 Compare March 14, 2022 15:57
@timmo001 timmo001 merged commit 427e76e into master Mar 14, 2022
@timmo001 timmo001 deleted the dependabot/npm_and_yarn/nestjs/schematics-8.0.8 branch March 14, 2022 16:01
@github-actions github-actions bot locked and limited conversation to collaborators Mar 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant