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/swagger from 7.1.13 to 7.1.14 in /back-end #297

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps @nestjs/swagger from 7.1.13 to 7.1.14.

Release notes

Sourced from @​nestjs/swagger's releases.

Release 7.1.14

  • Merge pull request #2665 from OskarsPakers/feat-token-name (68b96fe)
  • Merge pull request #2672 from nestjs/renovate/eslint-plugin-import-2.x (cdeced0)
  • Merge pull request #2664 from nestjs/renovate/cimg-node-21.x (1603130)
  • chore(deps): update dependency eslint-plugin-import to v2.29.0 (7d493d3)
  • Update lib/interfaces/open-api-spec.interface.ts (b64131f)
  • chore(deps): update dependency eslint to v8.52.0 (cfcdaa8)
  • chore(deps): update commitlint monorepo to v18 (57fa5ff)
  • chore(deps): update commitlint monorepo to v17.8.1 (f7f1bf7)
  • chore(deps): update dependency lint-staged to v15.0.2 (f8d0989)
  • feat(@​nestjs/swagger): Support for custom OAuth2 token name with x-tokenName parameter in security scheme (bd87433)
  • chore(deps): update node.js to v21 (1e1b71d)
  • chore(deps): update dependency @​types/node to v18.18.6 (c20bd9b)
  • chore(deps): update dependency @​types/lodash to v4.14.200 (d07687b)
  • chore(deps): update dependency @​types/js-yaml to v4.0.8 (306d284)
  • chore(deps): update dependency @​types/jest to v29.5.6 (f8fbd5c)
  • chore(deps): update typescript-eslint monorepo to v6.8.0 (8a628ed)
  • chore(deps): update dependency lint-staged to v15.0.1 (c57cb69)
  • chore(deps): update dependency lint-staged to v15 (b722800)
  • chore(deps): update commitlint monorepo to v17.8.0 (f37f1fe)
  • chore(deps): update dependency @​types/node to v18.18.5 (6daa4f0)
  • chore(deps): update dependency @​types/js-yaml to v4.0.7 (8f79ec9)
  • chore(deps): update typescript-eslint monorepo to v6.7.5 (d33c05c)
  • chore(deps): update dependency @​types/node to v18.18.4 (97b996e)
  • chore(deps): update dependency eslint to v8.51.0 (1617526)
  • chore(deps): update nest monorepo to v10.2.7 (801e5fc)
Commits
  • 7ac8b63 chore(): release v7.1.14
  • 68b96fe Merge pull request #2665 from OskarsPakers/feat-token-name
  • cdeced0 Merge pull request #2672 from nestjs/renovate/eslint-plugin-import-2.x
  • 1603130 Merge pull request #2664 from nestjs/renovate/cimg-node-21.x
  • 7d493d3 chore(deps): update dependency eslint-plugin-import to v2.29.0
  • b64131f Update lib/interfaces/open-api-spec.interface.ts
  • cfcdaa8 chore(deps): update dependency eslint to v8.52.0
  • 57fa5ff chore(deps): update commitlint monorepo to v18
  • f7f1bf7 chore(deps): update commitlint monorepo to v17.8.1
  • f8d0989 chore(deps): update dependency lint-staged to v15.0.2
  • 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 show <dependency name> 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)

Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 7.1.13 to 7.1.14.
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@7.1.13...7.1.14)

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

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 Oct 30, 2023
@BenJ3D BenJ3D closed this Oct 31, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/back-end/nestjs/swagger-7.1.14 branch October 31, 2023 11:57
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.

1 participant