Skip to content

build(deps): update dependency swashbuckle.aspnetcore to v8 #309

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2025

This PR contains the following updates:

Package Type Update Change Pending OpenSSF
Swashbuckle.AspNetCore nuget major 7.3.2 -> 8.1.4 9.0.1 (+1) OpenSSF Scorecard

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v8.1.4

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.3...v8.1.4

v8.1.3

What's Changed
New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.2...v8.1.3

v8.1.2

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.1...v8.1.2

v8.1.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.0...v8.1.1

v8.1.0

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.0.0...v8.1.0

v8.0.0

[!IMPORTANT]
Swashbuckle.AspNetCore drops support for .NET 6.

Swashbuckle.AspNetCore v8.0.0 makes the following notable changes:

  • Drops support for net6.0.
  • The netstandard2.0 TFM now depends on ASP.NET Core 2.3 instead of ASP.NET Core 2.1.
  • Updates Microsoft.OpenApi to v1.6.23. This update requires the use of swagger-ui v5.19.0 or later (v5.20.1 is included in the Swashbuckle.AspNetCore.SwaggerUI NuGet package). You may need to clear your browser's cache to pick up the latest JavaScript files for swagger-ui.
  • To prepare for future support for OpenAPI 3.1 documents, deprecates the SerializeAsV2 property by marking it as [Obsolete]. Users should update their code as illustrated below, depending on their use case:
    - options.SerializeAsV2 = true;
    + options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi2_0;
    
    // or if explicitly disabling (the same as the default behaviour)
    - options.SerializeAsV2 = false;
    + options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi3_0;
  • To prepare for future support for OpenAPI 3.1 documents, the Swashbuckle.AspNetCore.Cli tool has deprecated the --serializeasv2 option and logs a warning to the console. Users should update their usage as illustrated below, depending on their use case:
    - swagger tofile --output [output] [startupassembly] [swaggerdoc] --serializeasv2
    + swagger tofile --output [output] [startupassembly] [swaggerdoc] --openapiversion "2.0"

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.2...v8.0.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 26, 2025
@renovate renovate bot requested a review from skarllot as a code owner March 26, 2025 03:34
Copy link
Contributor Author

renovate bot commented Mar 26, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: perf/AzureKeyVaultReference.Benchmark/packages.lock.json, samples/SampleWebApplication/packages.lock.json, samples/SampleWorkerService/packages.lock.json, src/AzureKeyVaultReference.Configuration/packages.lock.json, tests/AzureKeyVaultReference.Configuration.Tests/packages.lock.json, src/AzureKeyVaultReference/packages.lock.json, tests/AzureKeyVaultReference.Tests/packages.lock.json
  Determining projects to restore...
  Restored /tmp/renovate/repos/github/skarllot/azure-keyvault-reference/src/AzureKeyVaultReference/AzureKeyVaultReference.csproj (in 362 ms).
  Restored /tmp/renovate/repos/github/skarllot/azure-keyvault-reference/src/AzureKeyVaultReference.Configuration/AzureKeyVaultReference.Configuration.csproj (in 7.51 sec).
/tmp/renovate/repos/github/skarllot/azure-keyvault-reference/samples/SampleWebApplication/SampleWebApplication.csproj : error NU1903: Warning As Error: Package 'Newtonsoft.Json' 9.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-5crp-9r3c-p9vr
  Failed to restore /tmp/renovate/repos/github/skarllot/azure-keyvault-reference/samples/SampleWebApplication/SampleWebApplication.csproj (in 8.93 sec).

@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 582ea70 to 15e0998 Compare April 7, 2025 16:30
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 15e0998 to 1fd8da2 Compare April 17, 2025 16:40
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 1fd8da2 to 8c7dd2b Compare May 30, 2025 11:25
skarllot
skarllot previously approved these changes Jun 8, 2025
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 8c7dd2b to d754c9f Compare June 8, 2025 15:38
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from d754c9f to 0bc08b8 Compare June 10, 2025 11:55
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 0bc08b8 to 4dc6bf5 Compare June 11, 2025 10:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant