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

build(deps-dev): bump @nestjs/swagger from 7.1.10 to 7.1.11 #351

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2023

Bumps @nestjs/swagger from 7.1.10 to 7.1.11.

Release notes

Sourced from @​nestjs/swagger's releases.

Release 7.1.11

  • Merge pull request #2601 from nestjs/renovate/swagger-ui-dist-5.x (4009b1f)
  • fix(deps): update dependency swagger-ui-dist to v5.6.2 (c0331dc)
  • Merge pull request #2599 from nestjs/renovate/fastify-static-6.x (e17eca8)
  • Merge pull request #2564 from benjaballah/master-1 (1b43460)
  • chore(deps): update dependency @​fastify/static to v6.11.0 (a0ec908)
  • Merge pull request #2602 from nestjs/renovate/typescript-eslint-monorepo (dd036b8)
  • Merge pull request #2605 from nestjs/renovate/lodash-4.x (dd0394b)
  • Merge pull request #2597 from nestjs/renovate/nest-monorepo (77596db)
  • Merge pull request #2607 from nestjs/renovate/eslint-8.x (1ec03c0)
  • chore(deps): update typescript-eslint monorepo to v6.6.0 (8d8ecd0)
  • chore(deps): update dependency eslint to v8.49.0 (374116f)
  • chore(deps): update nest monorepo to v10.2.4 (522bf5f)
  • chore(deps): update dependency @​types/lodash to v4.14.198 (93003d8)
  • Merge pull request #2608 from BC-M/feat/support-string-mappings (27eb8e2)
  • Merge pull request #2512 from nestjs/renovate/cimg-node-20.x (5f3caa1)
  • feat: add support for string mapping types (195874f)
  • chore(deps): update node.js to v20.6 (b436693)
  • chore(deps): update nest monorepo to v10.2.3 (3cdfce3)
  • Update schema-object-factory.ts (f06c1c8)
Commits
  • 3c39c7b chore(): release v7.1.11
  • 4009b1f Merge pull request #2601 from nestjs/renovate/swagger-ui-dist-5.x
  • c0331dc fix(deps): update dependency swagger-ui-dist to v5.6.2
  • e17eca8 Merge pull request #2599 from nestjs/renovate/fastify-static-6.x
  • 1b43460 Merge pull request #2564 from benjaballah/master-1
  • a0ec908 chore(deps): update dependency @​fastify/static to v6.11.0
  • dd036b8 Merge pull request #2602 from nestjs/renovate/typescript-eslint-monorepo
  • dd0394b Merge pull request #2605 from nestjs/renovate/lodash-4.x
  • 77596db Merge pull request #2597 from nestjs/renovate/nest-monorepo
  • 1ec03c0 Merge pull request #2607 from nestjs/renovate/eslint-8.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 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)

@dependabot dependabot bot requested a review from igrek8 as a code owner September 12, 2023 05:23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2023
@github-actions github-actions bot enabled auto-merge (squash) September 12, 2023 05:23
@codecov-commenter
Copy link

codecov-commenter commented Sep 12, 2023

Codecov Report

Merging #351 (0af63c8) into main (2cea8d0) will not change coverage.
Report is 44 commits behind head on main.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff            @@
##              main      #351   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          237       237           
  Branches        34        34           
=========================================
  Hits           237       237           

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nestjs/swagger-7.1.11 branch from bde2146 to 8d0816a Compare September 12, 2023 05:24
github-actions[bot]
github-actions bot previously approved these changes Sep 12, 2023
github-actions[bot]
github-actions bot previously approved these changes Sep 12, 2023
Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 7.1.10 to 7.1.11.
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@7.1.10...7.1.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions bot merged commit 898b2be into main Sep 12, 2023
10 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/nestjs/swagger-7.1.11 branch September 12, 2023 05:30
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