arcus-azure / arcus.templates

Collection of .NET templates & tooling to get started very easily.
https://templates.arcus-azure.net
MIT License
18 stars 12 forks source link

chore(deps): update dependency swashbuckle.aspnetcore to v7 #927

Open renovate[bot] opened 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Swashbuckle.AspNetCore 6.9.0 -> 7.1.0 age adoption passing confidence

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore) ### [`v7.1.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v7.1.0) #### What's Changed - Update some nugets by [@​Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3143](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3143) - Recreate package lock files by [@​Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3146](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3146) - More asserts for `SwaggerGeneratorTests` by [@​Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3147](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3147) - Add more HTTP codes to `ResponseDescriptionMap` by [@​Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3148](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3148) - Test more WebAPI examples by [@​Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3149](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3149) - Fix issue with `[FromForm]` and enums for Controllers by [@​jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3164](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3164) - Support `[Description]` and `[ReadOnly]` by [@​jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3162](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3162) - Second level inheritance for `UseOneOfForPolymorphism` by [@​k0ka](https://redirect.github.com/k0ka) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3155](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3155) - Avoid exception checking nullability by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3119](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3119) - Fix `NotSupportedException` in AoT test project by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3171](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3171) - Create `snupkg` files by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3168](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3168) - Support of `[JsonPolymorphic]` and `[JsonDerivedType]` attributes by [@​k0ka](https://redirect.github.com/k0ka) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3170](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3170) #### New Contributors - [@​k0ka](https://redirect.github.com/k0ka) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3155](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3155) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.0.0...v7.1.0 ### [`v7.0.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v7.0.0) #### What's Changed - Refactor filter descriptor type checks in SwaggerGen by [@​iskandersierra](https://redirect.github.com/iskandersierra) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3125](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3125) - Apply SwaggerIgnore on Newtonsoft by [@​jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3134](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3134) - Support .NET 9 by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3007](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3007) - Drop support for .NET (Core) versions prior to 8 (except 6) by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3007](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3007) - Fix FromForm without WithOpenApi schemas by [@​jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3133](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3133) #### New Contributors - [@​iskandersierra](https://redirect.github.com/iskandersierra) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3125](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3125) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.9.0...v7.0.0

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.


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

netlify[bot] commented 2 weeks ago

Deploy Preview for arcus-templates canceled.

Name Link
Latest commit f18baa5c7c3944208159188a23ec6a37c5d589fc
Latest deploy log https://app.netlify.com/sites/arcus-templates/deploys/674469f1eba1a10008e0a8c8