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 6.3.0 to 7.0.5 #2330

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps @nestjs/swagger from 6.3.0 to 7.0.5.

Release notes

Sourced from @​nestjs/swagger's releases.

Release 7.0.5

  • fix(plugin): revamp types resolution, fix empty summary in ctrl bug (c1295b6)
  • chore(deps): update commitlint monorepo to v17.6.6 (0ae98f5)

Release 7.0.4

  • chore: bump mapped-types (ebe1664)
  • chore(deps): update nest monorepo to v10.0.3 (babe244)

Release 7.0.3

  • Merge pull request #2490 from nestjs/renovate/nestjs-mapped-types-2.x (5af544e)
  • Merge branch 'master' of https://github.com/nestjs/swagger (becca81)
  • fix: ignore params for which type is undefined (5a8d06b)
  • fix(deps): update dependency @​nestjs/mapped-types to v2.0.1 (7a3e782)
  • chore(deps): update typescript-eslint monorepo to v5.60.0 (6ef0f83)

Release 7.0.2

  • Merge pull request #2485 from nestjs/renovate/swagger-ui-dist-5.x (6f50116)
  • Merge pull request #2488 from nestjs/renovate/nest-monorepo (a16d4d3)
  • Merge branch 'joshunrau-fix-swagger-options' (febbf7a)
  • fix(deps): update dependency swagger-ui-dist to v5 (ea550b7)
  • chore(deps): update nest monorepo to v10.0.2 (086f8e1)
  • fix: revert custom options object merge (c980ca2)
  • Merge branch 'fix-swagger-options' of https://github.com/joshunrau/swagger into joshunrau-fix-swagger-options (fb22900)
  • Merge branch 'master' of https://github.com/nestjs/swagger (cf245f9)
  • fix: pass swagger options to html/js builders (f1434e7)
  • fix: issue where custom assets are not injected in html (c83edb8)
  • chore(deps): update nest monorepo to v10.0.1 (2a93f14)

Release 7.0.1

  • fix: temporarily revert to swagger-ui-dist v4 (7118614)
  • fix: ignore non functions when applying metadata (da42f5e)
  • Merge pull request #2482 from micalevisk/patch-1 (11bc8e0)
  • chore(deps): update dependency eslint to v8.43.0 (903dcde)
  • docs: update contributing guide repos hyperlinks (3ad0bac)

Release 7.0.0

  • feat: support v10 (5db5edf)
  • chore: address breaking changes (0e9f187)
  • chore: update package lock (a40fa55)
  • chore: ignore scripts in ci (8a4d16c)
  • Merge pull request #2474 from nestjs/renovate/nestjs-mapped-types-2.x (861ffe2)
  • fix(deps): update dependency @​nestjs/mapped-types to v2 (b4777cf)
  • Merge pull request #2473 from nestjs/renovate/major-nest-monorepo (6d42d44)
  • chore(deps): update nest monorepo to v10 (a06e34c)
  • Merge pull request #2462 from nestjs/renovate/cimg-node-20.x (acbb72d)
  • Merge pull request #2472 from nestjs/renovate/swagger-ui-dist-5.x (8414294)
  • Merge pull request #2465 from nestjs/7.0.0 (a6bc318)
  • fix(deps): update dependency swagger-ui-dist to v5 (0f74db8)
  • Merge pull request #2468 from nestjs/renovate/swagger-ui-dist-5.x (b3b3a09)
  • chore(deps): update dependency @​types/node to v18.16.18 (99909fd)

... (truncated)

Commits

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 the dependencies Pull requests that update a dependency file label Jun 26, 2023
Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 6.3.0 to 7.0.5.
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@6.3.0...7.0.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/nestjs/swagger-7.0.5 branch from c906d75 to 2cecbc2 Compare June 26, 2023 11:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 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/develop/nestjs/swagger-7.0.5 branch June 26, 2023 14:05
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant