Skip to content

Commit

Permalink
Bump @nestjs/swagger from 7.4.2 to 8.1.0 (#42)
Browse files Browse the repository at this point in the history
Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 7.4.2 to
8.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nestjs/swagger/releases"><code>@​nestjs/swagger</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Release 8.1.0</h2>
<h2>8.1.0 (2024-12-04)</h2>
<h4>Enhancements</h4>
<ul>
<li><a
href="https://redirect.github.com/nestjs/swagger/pull/3198">#3198</a>
feat: support description in <a
href="https://github.com/ApiSchema"><code>@​ApiSchema</code></a> (<a
href="https://github.com/ccaspers"><code>@​ccaspers</code></a>)</li>
<li><a
href="https://redirect.github.com/nestjs/swagger/pull/3185">#3185</a>
feat(swagger): add documentsEnabled option to disable JSON/YAML (<a
href="https://github.com/mag123c"><code>@​mag123c</code></a>)</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Christian Caspers (<a
href="https://github.com/ccaspers"><code>@​ccaspers</code></a>)</li>
<li>JaeHo Jang (<a
href="https://github.com/mag123c"><code>@​mag123c</code></a>)</li>
</ul>
<h2>Release 8.0.7</h2>
<h2>8.0.7 (2024-11-15)</h2>
<h4>Bug fixes</h4>
<ul>
<li><a
href="https://redirect.github.com/nestjs/swagger/pull/3169">#3169</a>
fix: expose self required attribute for objects (<a
href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Kamil Mysliwiec (<a
href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
</ul>
<h2>Release 8.0.6</h2>
<h2>8.0.6 (2024-11-15)</h2>
<h4>Bug fixes</h4>
<ul>
<li><a
href="https://redirect.github.com/nestjs/swagger/pull/3168">#3168</a>
Revert &quot;fix: properly import external enums&quot; (<a
href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
<li><a
href="https://redirect.github.com/nestjs/swagger/pull/3167">#3167</a>
Revert &quot;fix(plugin): support compiler options paths mapping&quot;
(<a
href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
<li><a
href="https://redirect.github.com/nestjs/swagger/pull/3166">#3166</a>
Revert &quot;fix(plugin): resolve compiler option paths relative to
base&quot; (<a
href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
<li><a
href="https://redirect.github.com/nestjs/swagger/pull/3165">#3165</a>
fix: support for multiple api decorators on schema class (<a
href="https://github.com/arabold"><code>@​arabold</code></a>)</li>
<li><a
href="https://redirect.github.com/nestjs/swagger/pull/3164">#3164</a>
fix: <a href="https://github.com/ApiSchema"><code>@​ApiSchema</code></a>
inheritance (<a
href="https://github.com/arabold"><code>@​arabold</code></a>)</li>
</ul>
<h4>Dependencies</h4>
<ul>
<li><a
href="https://redirect.github.com/nestjs/swagger/pull/3159">#3159</a>
chore(deps): update typescript-eslint monorepo to v8.14.0 (<a
href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Andre Rabold (<a
href="https://github.com/arabold"><code>@​arabold</code></a>)</li>
<li>Kamil Mysliwiec (<a
href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
</ul>
<h2>Release 8.0.5</h2>
<h2>8.0.5 (2024-11-08)</h2>
<h4>Dependencies</h4>
<ul>
<li><a
href="https://redirect.github.com/nestjs/swagger/pull/3158">#3158</a>
fix(deps): update dependency <code>@​nestjs/mapped-types</code> to
v2.0.6 (<a
href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
</ul>
<h2>Release 8.0.4</h2>
<h2>8.0.4 (2024-11-08)</h2>
<h4>Bug fixes</h4>
<ul>
<li><a
href="https://redirect.github.com/nestjs/swagger/pull/3155">#3155</a>
fix(plugin): resolve compiler option paths relative to base (<a
href="https://github.com/Michsior14"><code>@​Michsior14</code></a>)</li>
</ul>
<h4>Dependencies</h4>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nestjs/swagger/commit/5f7e16b458f785923f0bb7c888b42154f895fcec"><code>5f7e16b</code></a>
chore(): release v8.1.0</li>
<li><a
href="https://github.com/nestjs/swagger/commit/3dbe498d8db204dfe9831f0da46f1026fea65f7d"><code>3dbe498</code></a>
chore: regenerate package lock</li>
<li><a
href="https://github.com/nestjs/swagger/commit/675a0272ca3d60db716ee97bf17012dddfe38637"><code>675a027</code></a>
chore: deprecate swagger ui enabled, use ui instead</li>
<li><a
href="https://github.com/nestjs/swagger/commit/e579904090d0128d42e61856d527fbffd8fef5eb"><code>e579904</code></a>
Merge pull request <a
href="https://redirect.github.com/nestjs/swagger/issues/3198">#3198</a>
from ccaspers/extend-api-schema</li>
<li><a
href="https://github.com/nestjs/swagger/commit/3b51f1d24d31a445f6c1ca5f2192b242ce92524e"><code>3b51f1d</code></a>
Merge pull request <a
href="https://redirect.github.com/nestjs/swagger/issues/3185">#3185</a>
from mag123c/feature/3157-add-document-enabled-option</li>
<li><a
href="https://github.com/nestjs/swagger/commit/472c66a94bb6659ce95952067a88ec6af4dab51d"><code>472c66a</code></a>
Update lib/interfaces/swagger-custom-options.interface.ts</li>
<li><a
href="https://github.com/nestjs/swagger/commit/bc6c7ba41231336e330bb94a67e9f21623f626c4"><code>bc6c7ba</code></a>
feat(swagger): introduce raw option for document serving control</li>
<li><a
href="https://github.com/nestjs/swagger/commit/ae0d7ac9289701c2681ac733dfafc00767600e2f"><code>ae0d7ac</code></a>
fix: apply suggested change</li>
<li><a
href="https://github.com/nestjs/swagger/commit/dacdc510f174e66a77dd6b03d9cae153d3e8604a"><code>dacdc51</code></a>
feat: support description in <a
href="https://github.com/ApiSchema"><code>@​ApiSchema</code></a></li>
<li><a
href="https://github.com/nestjs/swagger/commit/3900335115a818a756bb3c1964020cd74cb94600"><code>3900335</code></a>
chore(deps): update nest monorepo to v10.4.13 (<a
href="https://redirect.github.com/nestjs/swagger/issues/3197">#3197</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nestjs/swagger/compare/7.4.2...8.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/swagger&package-manager=npm_and_yarn&previous-version=7.4.2&new-version=8.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
igorjs authored Jan 20, 2025
2 parents c426938 + 00b3a34 commit b7f5798
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
36 changes: 21 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nestjs/common": "^10.4.12",
"@nestjs/core": "^10.4.15",
"@nestjs/platform-fastify": "^10.4.12",
"@nestjs/swagger": "^7.3.1",
"@nestjs/swagger": "^8.1.0",
"@prisma/client": "^6.1.0",
"class-validator": "^0.14.1"
},
Expand Down

0 comments on commit b7f5798

Please sign in to comment.