Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/swagger to ^7.4.2 (#1296)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nestjs/swagger](https://redirect.github.com/nestjs/swagger) |
[`^7.4.1` ->
`^7.4.2`](https://renovatebot.com/diffs/npm/@nestjs%2fswagger/7.4.1/7.4.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fswagger/7.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nestjs%2fswagger/7.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nestjs%2fswagger/7.4.1/7.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fswagger/7.4.1/7.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nestjs/swagger (@&#8203;nestjs/swagger)</summary>

###
[`v7.4.2`](https://redirect.github.com/nestjs/swagger/releases/tag/7.4.2)

[Compare
Source](https://redirect.github.com/nestjs/swagger/compare/7.4.1...7.4.2)

- Merge pull request
[#&#8203;3031](https://redirect.github.com/nestjs/swagger/issues/3031)
from danielsharvey/feature/example-support
([`391abb3`](https://redirect.github.com/nestjs/swagger/commit/391abb3))
- Merge pull request
[#&#8203;3037](https://redirect.github.com/nestjs/swagger/issues/3037)
from blended-bram/patch-1
([`00a6b80`](https://redirect.github.com/nestjs/swagger/commit/00a6b80))
- Merge pull request
[#&#8203;3067](https://redirect.github.com/nestjs/swagger/issues/3067)
from nadavhalfon/feat/x-enumNames
([`5cb058e`](https://redirect.github.com/nestjs/swagger/commit/5cb058e))
- Merge pull request
[#&#8203;3062](https://redirect.github.com/nestjs/swagger/issues/3062)
from thiagotognoli/master
([`fdf9c1c`](https://redirect.github.com/nestjs/swagger/commit/fdf9c1c))
- chore(deps): update typescript-eslint monorepo to v8.6.0
([`276b4fa`](https://redirect.github.com/nestjs/swagger/commit/276b4fa))
- chore(deps): update dependency eslint to v8.57.1
([`f389bd4`](https://redirect.github.com/nestjs/swagger/commit/f389bd4))
- chore(deps): update dependency express to v4.21.0
([`3b9c7f9`](https://redirect.github.com/nestjs/swagger/commit/3b9c7f9))
- chore(deps): update nest monorepo to v10.4.2
([`1c27db8`](https://redirect.github.com/nestjs/swagger/commit/1c27db8))
- feat: support x-enumNames param for client code generations,
supporting numeric enums
([`bdd0ac8`](https://redirect.github.com/nestjs/swagger/commit/bdd0ac8))
- bugfix: correct param in map
([`f28b947`](https://redirect.github.com/nestjs/swagger/commit/f28b947))
- fix: support `examples` field in `@ApiHeader`
([`c7721d6`](https://redirect.github.com/nestjs/swagger/commit/c7721d6))
- feat: Add schema support for "example" annotations
([`bd75d0a`](https://redirect.github.com/nestjs/swagger/commit/bd75d0a))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/antoinezanardi/werewolves-assistant-api-next).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent bba796f commit 626ac36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@nestjs/mongoose": "^10.0.10",
"@nestjs/platform-express": "^10.4.3",
"@nestjs/platform-fastify": "^10.4.3",
"@nestjs/swagger": "^7.4.1",
"@nestjs/swagger": "^7.4.2",
"@nestjs/terminus": "^10.2.3",
"@types/lodash": "^4.17.7",
"@types/validator": "^13.12.2",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 626ac36

Please sign in to comment.