Skip to content

Commit

Permalink
Bump Swashbuckle.AspNetCore from 6.6.2 to 6.7.0 in /src/HomeInventory (
Browse files Browse the repository at this point in the history
…#931)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)
from 6.6.2 to 6.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.0">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/531c4c00f0fe59534dace984635f71815343bcfb"><code>531c4c0</code></a>
Use HttpMethods.IsGet()</li>
<li><a
href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/f2ed1aa6b5f6c31bda5ad26326ab9f2c55284a17"><code>f2ed1aa</code></a>
Remove build from CodeQL</li>
<li><a
href="https://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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>
  • Loading branch information
gritcsenko authored Aug 2, 2024
2 parents 2d030ba + 7f6661c commit 87b1170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HomeInventory/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageVersion Include="Serilog.Settings.Configuration" Version="8.0.2" />
<PackageVersion Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageVersion Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.7.0" />
<PackageVersion Include="System.Reactive" Version="6.0.1" />
<PackageVersion Include="Ulid" Version="1.3.4" />
</ItemGroup>
Expand Down

0 comments on commit 87b1170

Please sign in to comment.