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 Swashbuckle.AspNetCore from 6.6.2 to 6.7.0 in /webapi #1097

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps Swashbuckle.AspNetCore from 6.6.2 to 6.7.0.

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.7.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0

Commits
  • 531c4c0 Use HttpMethods.IsGet()
  • f2ed1aa Remove build from CodeQL
  • 6417588 Bump github/codeql-action from 3.25.13 to 3.25.15
  • 9b9d2ad Bump actions/attest-build-provenance from 1.3.3 to 1.4.0 (#2998)
  • ca59f40 Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#2997)
  • 55ca891 Bump github/codeql-action from 3.25.12 to 3.25.13 (#2994)
  • 85fefe4 Support non-nullable types as required (#2803)
  • 3553751 Support [JsonRequired] (#2988)
  • fdb7d6b Support generics and overloads for XML comments (#2982)
  • f85abd4 Bump github/codeql-action from 3.25.11 to 3.25.12 (#2984)
  • 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)

Bumps [Swashbuckle.AspNetCore](https:/domaindrivendev/Swashbuckle.AspNetCore) from 6.6.2 to 6.7.0.
- [Release notes](https:/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 5, 2024
@github-actions github-actions bot added the webapi Pull requests that update .net code label Aug 5, 2024
@glahaye glahaye added this pull request to the merge queue Aug 6, 2024
Merged via the queue into main with commit 037b512 Aug 6, 2024
7 checks passed
@glahaye glahaye deleted the dependabot/nuget/webapi/Swashbuckle.AspNetCore-6.7.0 branch August 6, 2024 05:44
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
…#1097)

Bumps
[Swashbuckle.AspNetCore](https:/domaindrivendev/Swashbuckle.AspNetCore)
from 6.6.2 to 6.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/releases">Swashbuckle.AspNetCore's
releases</a>.</em></p>
<blockquote>
<h2>v6.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Allow Swagger UI CSS and JS paths to be configurable by <a
href="https:/mag1art"><code>@​mag1art</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908">domaindrivendev/Swashbuckle.AspNetCore#2908</a></li>
<li>Add <code>IncludeXmlCommentsForAssembly()</code> convience overload
by <a href="https:/leotsarev"><code>@​leotsarev</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2909">domaindrivendev/Swashbuckle.AspNetCore#2909</a></li>
<li>Add snapshot tests using Verify by <a
href="https:/keahpeters"><code>@​keahpeters</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2929">domaindrivendev/Swashbuckle.AspNetCore#2929</a></li>
<li>Add posibility to ignore properties in <code>[FromForm]</code> with
<code>[SwaggerIgnore]</code> by <a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928">domaindrivendev/Swashbuckle.AspNetCore#2928</a></li>
<li>Adding check for existing directory and creating if doesn't exist by
<a
href="https:/matt-lethargic"><code>@​matt-lethargic</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927">domaindrivendev/Swashbuckle.AspNetCore#2927</a></li>
<li>Default null value on nullable types caused errors by <a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2941">domaindrivendev/Swashbuckle.AspNetCore#2941</a></li>
<li>Add additional Verify tests by <a
href="https:/keahpeters"><code>@​keahpeters</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2950">domaindrivendev/Swashbuckle.AspNetCore#2950</a></li>
<li>Only apply a SchemaFilter to create the description on SwaggerUI by
<a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2943">domaindrivendev/Swashbuckle.AspNetCore#2943</a></li>
<li>Add support for async filters by <a
href="https:/mauve"><code>@​mauve</code></a> in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938">domaindrivendev/Swashbuckle.AspNetCore#2938</a></li>
<li>Fix package validation by <a
href="https:/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2926">domaindrivendev/Swashbuckle.AspNetCore#2926</a></li>
<li>Adding support for .NET 8 Model State attributes by <a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2958">domaindrivendev/Swashbuckle.AspNetCore#2958</a></li>
<li>Only set Exclusive Range when they are by <a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2960">domaindrivendev/Swashbuckle.AspNetCore#2960</a></li>
<li><code>[AsParameters]</code> throwing error on cast when showing the
description with <code>EnableAnnotations()</code> by <a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2962">domaindrivendev/Swashbuckle.AspNetCore#2962</a></li>
<li>Fix <code>RequestBodyFilterAnnotation</code> and
<code>MultipleFromForm</code> for Minimal APIs by <a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2963">domaindrivendev/Swashbuckle.AspNetCore#2963</a></li>
<li>Swagger UI refactoring by <a
href="https:/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2942">domaindrivendev/Swashbuckle.AspNetCore#2942</a></li>
<li>Add help wanted badge by <a
href="https:/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2911">domaindrivendev/Swashbuckle.AspNetCore#2911</a></li>
<li>Move inline css and js to external files for SwaggerUI and ReDoc by
<a
href="https:/junior-santana"><code>@​junior-santana</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2965">domaindrivendev/Swashbuckle.AspNetCore#2965</a></li>
<li>Missing properties section when generating
<code>IFomFile</code>/<code>IFormFileCollection</code> by <a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2972">domaindrivendev/Swashbuckle.AspNetCore#2972</a></li>
<li>Missing Encoding and RequiredProperties when <code>IFormFile</code>
with OpenAPI by <a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2979">domaindrivendev/Swashbuckle.AspNetCore#2979</a></li>
<li>Use <code>ApiParameter.Type</code> by <a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2980">domaindrivendev/Swashbuckle.AspNetCore#2980</a></li>
<li>Document arrays of generic parameters with XML comments and support
overload methods by <a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2982">domaindrivendev/Swashbuckle.AspNetCore#2982</a></li>
<li>Take into account [JsonRequired] for System.Text.Json by <a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2988">domaindrivendev/Swashbuckle.AspNetCore#2988</a></li>
<li>Configure non-nullable types as required by <a
href="https:/AntiGuideAkquinet"><code>@​AntiGuideAkquinet</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2803">domaindrivendev/Swashbuckle.AspNetCore#2803</a></li>
<li>Use <code>HttpMethods.IsGet()</code> by <a
href="https:/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2971">domaindrivendev/Swashbuckle.AspNetCore#2971</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https:/mag1art"><code>@​mag1art</code></a> made
their first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908">domaindrivendev/Swashbuckle.AspNetCore#2908</a></li>
<li><a
href="https:/jgarciadelanoceda"><code>@​jgarciadelanoceda</code></a>
made their first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928">domaindrivendev/Swashbuckle.AspNetCore#2928</a></li>
<li><a
href="https:/matt-lethargic"><code>@​matt-lethargic</code></a>
made their first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927">domaindrivendev/Swashbuckle.AspNetCore#2927</a></li>
<li><a href="https:/mauve"><code>@​mauve</code></a> made
their first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938">domaindrivendev/Swashbuckle.AspNetCore#2938</a></li>
<li><a
href="https:/junior-santana"><code>@​junior-santana</code></a>
made their first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2965">domaindrivendev/Swashbuckle.AspNetCore#2965</a></li>
<li><a
href="https:/AntiGuideAkquinet"><code>@​AntiGuideAkquinet</code></a>
made their first contribution in <a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2803">domaindrivendev/Swashbuckle.AspNetCore#2803</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.0">https:/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/commit/531c4c00f0fe59534dace984635f71815343bcfb"><code>531c4c0</code></a>
Use HttpMethods.IsGet()</li>
<li><a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/commit/f2ed1aa6b5f6c31bda5ad26326ab9f2c55284a17"><code>f2ed1aa</code></a>
Remove build from CodeQL</li>
<li><a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/commit/6417588f45c8cdb344928e0003c7b39b93f6eb49"><code>6417588</code></a>
Bump github/codeql-action from 3.25.13 to 3.25.15</li>
<li><a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/commit/9b9d2ada1999403a0fc754e68df6ad0e5f57abab"><code>9b9d2ad</code></a>
Bump actions/attest-build-provenance from 1.3.3 to 1.4.0 (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2998">#2998</a>)</li>
<li><a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/commit/ca59f4011ea284f3242b951b4e868e1302920813"><code>ca59f40</code></a>
Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2997">#2997</a>)</li>
<li><a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/commit/55ca891c13a6101248e95d2cac5429d4aa365a98"><code>55ca891</code></a>
Bump github/codeql-action from 3.25.12 to 3.25.13 (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2994">#2994</a>)</li>
<li><a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/commit/85fefe4257f718ae669b67f0b562177ce25f7934"><code>85fefe4</code></a>
Support non-nullable types as required (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2803">#2803</a>)</li>
<li><a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/commit/3553751127f9b514f49f708eba4705b623745f1a"><code>3553751</code></a>
Support [JsonRequired] (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2988">#2988</a>)</li>
<li><a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/commit/fdb7d6b7821cc6fba6f5ccba942c041da50f84a0"><code>fdb7d6b</code></a>
Support generics and overloads for XML comments (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2982">#2982</a>)</li>
<li><a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/commit/f85abd45217dd6c0a80778817b4e3744de131b69"><code>f85abd4</code></a>
Bump github/codeql-action from 3.25.11 to 3.25.12 (<a
href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2984">#2984</a>)</li>
<li>Additional commits viewable in <a
href="https:/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swashbuckle.AspNetCore&package-manager=nuget&previous-version=6.6.2&new-version=6.7.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 .NET Pull requests that update .net code webapi Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant