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

chore(deps): bump @nestjs/swagger from 6.3.0 to 7.0.0 #253

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @nestjs/swagger from 6.3.0 to 7.0.0.

Release notes

Sourced from @​nestjs/swagger's releases.

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)
  • fix(deps): update dependency swagger-ui-dist to v5 (4bf3e84)
  • chore(deps): update typescript-eslint monorepo to v5.59.11 (407e9e2)
  • chore(deps): update nest monorepo to v9.4.3 (d6f7245)
  • Merge pull request #2463 from nestjs/renovate/node-18.x (93662e7)
  • Merge pull request #2459 from nestjs/feat/readonly-visitors (3951241)
  • Merge pull request #2441 from nestjs/chore/drop-support-for-old-typescript (23bbc5d)
  • Merge pull request #2392 from h4ad-forks/perf/lazy-initialization (9682d79)
  • chore(deps): update dependency @​types/node to v18.16.17 (ebf6eb5)
  • chore: upgrade peer deps, tsconfig settings (f567413)
  • chore(deps): update node.js to v20.3 (4ddb91e)
  • chore: rename load method, update e2e test (f02bfda)
  • chore: use async import instead of require (8d4db08)
  • chore: move metadata loading to a separate function (d74c391)
  • Merge pull request #2446 from nestjs/renovate/swagger-ui-dist-4.x (29cf194)
  • chore(deps): update dependency release-it to v15.11.0 (643ff75)
  • chore(deps): update typescript-eslint monorepo to v5.59.9 (692d03d)
  • test: include external metadata in e2e tests (bf4a27e)
  • feat: convert file paths to imports (27d9e9a)
  • fix: extend object literal expr for ctrl methods (982922c)
  • fix: apply ctrls metadata (a2470d6)
  • chore: minor improvements to readonly visitor (1e0265f)
  • feat(plugin): introduce readonly visitors (2a7abda)
  • chore(deps): update dependency eslint to v8.42.0 (1415ce1)
  • chore(deps): update dependency release-it to v15.10.5 (d1441f2)
  • chore(deps): update dependency typescript to v5.1.3 (20881b5)
  • chore(deps): update dependency @​types/jest to v29.5.2 (dc07c93)
  • chore(deps): update commitlint monorepo to v17.6.5 (afef4b2)
  • chore(deps): update typescript-eslint monorepo to v5.59.8 (872921b)
  • perf: added possibility to lazy initialize the document (e876270)
  • chore(deps): update dependency @​types/node to v18.16.16 (f586699)
  • chore(deps): update dependency @​types/node to v18.16.15 (9dd9e10)
  • chore(deps): update dependency @​types/lodash to v4.14.195 (9418435)
  • chore(deps): update dependency @​fastify/static to v6.10.2 (d70eace)
  • chore(deps): update dependency openapi-types to v12.1.3 (0677711)
  • fix(deps): update dependency swagger-ui-dist to v4.19.0 (929e527)

... (truncated)

Commits
  • 1f89244 chore(): release v7.0.0
  • 5db5edf feat: support v10
  • 0e9f187 chore: address breaking changes
  • a40fa55 chore: update package lock
  • 8a4d16c chore: ignore scripts in ci
  • 861ffe2 Merge pull request #2474 from nestjs/renovate/nestjs-mapped-types-2.x
  • b4777cf fix(deps): update dependency @​nestjs/mapped-types to v2
  • 6d42d44 Merge pull request #2473 from nestjs/renovate/major-nest-monorepo
  • a06e34c chore(deps): update nest monorepo to v10
  • acbb72d Merge pull request #2462 from nestjs/renovate/cimg-node-20.x
  • 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 Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 16, 2023
@dependabot dependabot bot requested a review from antoinezanardi June 16, 2023 20:44
Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 6.3.0 to 7.0.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/nestjs/swagger-7.0.0 branch from 992b40f to 827d78b Compare June 16, 2023 20:50
@antoinezanardi antoinezanardi merged commit 3e60868 into develop Jun 16, 2023
8 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/nestjs/swagger-7.0.0 branch June 16, 2023 20:55
antoinezanardi pushed a commit that referenced this pull request Jun 17, 2023
## [1.10.0](v1.9.0...v1.10.0) (2023-06-17)

### 🚀 Features

* **game-maker:** game play methods ([#229](#229)) ([aa1c954](aa1c954))
* **game:** get game by id pipe in controller ([#211](#211)) ([bb1e34f](bb1e34f))

### 🔩 Refactor

* **game:** get playing game helper removed ([#214](#214)) ([e2cfd8a](e2cfd8a))
* **methods:** use private when necessary ([#217](#217)) ([42a81ab](42a81ab))
* **tests:** better readability and mocks ([#224](#224)) ([410715c](410715c))

### ✅ Tests

* **mongoose:** object id factory ([#215](#215)) ([81d7f9e](81d7f9e))

### 🧹 Chore

* **deps:** bump @commitlint/cli from 17.6.3 to 17.6.5 ([#210](#210)) ([44b8128](44b8128))
* **deps:** bump @commitlint/config-conventional from 17.6.3 to 17.6.5 ([#208](#208)) ([aafc9f7](aafc9f7))
* **deps:** bump @faker-js/faker from 8.0.1 to 8.0.2 ([#207](#207)) ([3020acc](3020acc))
* **deps:** bump @nestjs/cli from 10.0.1 to 10.0.2 ([#252](#252)) ([dc83b18](dc83b18))
* **deps:** bump @nestjs/cli from 9.5.0 to 10.0.1 ([#250](#250)) ([f717f33](f717f33))
* **deps:** bump @nestjs/common from 9.4.2 to 9.4.3 ([#237](#237)) ([25eaeaf](25eaeaf))
* **deps:** bump @nestjs/config from 2.3.2 to 2.3.3 ([#243](#243)) ([5d67fed](5d67fed))
* **deps:** bump @nestjs/config from 2.3.3 to 2.3.4 ([#245](#245)) ([1d323d1](1d323d1))
* **deps:** bump @nestjs/config from 2.3.4 to 3.0.0 ([#249](#249)) ([a254172](a254172))
* **deps:** bump @nestjs/core from 9.4.2 to 9.4.3 ([#235](#235)) ([c1e6e91](c1e6e91))
* **deps:** bump @nestjs/mongoose from 9.2.2 to 10.0.0 ([#251](#251)) ([3fe60fb](3fe60fb))
* **deps:** bump @nestjs/platform-express from 9.4.2 to 9.4.3 ([#234](#234)) ([d56efbc](d56efbc))
* **deps:** bump @nestjs/platform-fastify from 9.4.2 to 9.4.3 ([#241](#241)) ([dcb1582](dcb1582))
* **deps:** bump @nestjs/schematics from 9.2.0 to 10.0.1 ([#248](#248)) ([a5a6a26](a5a6a26))
* **deps:** bump @nestjs/swagger from 6.3.0 to 7.0.0 ([#253](#253)) ([3e60868](3e60868))
* **deps:** bump @nestjs/terminus from 9.2.2 to 10.0.0 ([#255](#255)) ([d2f9750](d2f9750))
* **deps:** bump @nestjs/testing from 9.4.2 to 9.4.3 ([#239](#239)) ([91d78f7](91d78f7))
* **deps:** bump @stryker-mutator/jest-runner from 6.4.2 to 7.0.0 ([#218](#218)) ([33d989e](33d989e))
* **deps:** bump @stryker-mutator/typescript-checker from 6.4.2 to 7.0.0 ([#221](#221)) ([b1d3b6f](b1d3b6f))
* **deps:** bump @types/jest from 29.5.1 to 29.5.2 ([#213](#213)) ([10bcfc9](10bcfc9))
* **deps:** bump @types/node from 20.2.4 to 20.2.5 ([#206](#206)) ([492e9b2](492e9b2))
* **deps:** bump @types/node from 20.2.5 to 20.3.0 ([#232](#232)) ([34a0cec](34a0cec))
* **deps:** bump @types/node from 20.3.0 to 20.3.1 ([#236](#236)) ([d342c3f](d342c3f))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8 ([#205](#205)) ([4da8dd0](4da8dd0))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9 ([#226](#226)) ([36ee256](36ee256))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11 ([#238](#238)) ([324be15](324be15))
* **deps:** bump @typescript-eslint/parser from 5.59.7 to 5.59.8 ([#204](#204)) ([4c48548](4c48548))
* **deps:** bump @typescript-eslint/parser from 5.59.8 to 5.59.9 ([#227](#227)) ([326e5fd](326e5fd))
* **deps:** bump @typescript-eslint/parser from 5.59.9 to 5.59.11 ([#242](#242)) ([2cdc497](2cdc497))
* **deps:** bump eslint from 8.41.0 to 8.42.0 ([#219](#219)) ([7ebdfc1](7ebdfc1))
* **deps:** bump eslint from 8.42.0 to 8.43.0 ([#256](#256)) ([f50b4de](f50b4de))
* **deps:** bump mongoose from 7.2.1 to 7.2.2 ([#209](#209)) ([61c4cc3](61c4cc3))
* **deps:** bump mongoose from 7.2.2 to 7.2.3 ([#231](#231)) ([dfe6b37](dfe6b37))
* **deps:** bump mongoose from 7.2.3 to 7.2.4 ([#240](#240)) ([61e97b1](61e97b1))
* **deps:** bump mongoose from 7.2.4 to 7.3.0 ([#246](#246)) ([808f6c3](808f6c3))
* **deps:** bump radash from 10.8.1 to 10.9.0 ([#254](#254)) ([3b02efa](3b02efa))
* **deps:** bump semantic-release from 21.0.2 to 21.0.3 ([#220](#220)) ([5e7555f](5e7555f))
* **deps:** bump semantic-release from 21.0.3 to 21.0.5 ([#233](#233)) ([063b901](063b901))
* **deps:** bump typescript from 5.0.4 to 5.1.3 ([#216](#216)) ([bd80920](bd80920))
* **jest:** adapt tests to jest-extended v4 ([#257](#257)) ([645ca7e](645ca7e))
* **script:** allow numbers in git branches ([#223](#223)) ([4a328d6](4a328d6))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.10.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant