chore(deps): update dependency swashbuckle.aspnetcore to v6.7.1 #345

Merged
kjuulh merged 1 commits from renovate/swashbuckle-aspnetcore-monorepo into main 2024-08-22 03:35:54 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
Swashbuckle.AspNetCore nuget minor 6.6.1 -> 6.7.1

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v6.7.1

What's Changed

New Contributors

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.0...v6.7.1

v6.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.0

v6.6.2

What's Changed

New Contributors

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.1...v6.6.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | nuget | minor | `6.6.1` -> `6.7.1` | --- ### Release Notes <details> <summary>domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)</summary> ### [`v6.7.1`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.7.1) #### What's Changed - docs: Update README.md by [@&#8203;WeihanLi](https://github.com/WeihanLi) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3002 - Support `[DataMember]` `IsRequired` in `NewtonsoftDataContractResolver` by [@&#8203;ouvreboite](https://github.com/ouvreboite) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644 - Add API analysers by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3003 - Update README by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3004 - docs: fix example code formatting by [@&#8203;WeihanLi](https://github.com/WeihanLi) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3010 - Fixes nullability problems with dictionaries by [@&#8203;ozziepeeps](https://github.com/ozziepeeps) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3023 - Fix handling of nullable structs by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3015 - Fix missing form parameter XML documentation by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3020 #### New Contributors - [@&#8203;ouvreboite](https://github.com/ouvreboite) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644 **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.0...v6.7.1 ### [`v6.7.0`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.7.0) #### What's Changed - Allow Swagger UI CSS and JS paths to be configurable by [@&#8203;mag1art](https://github.com/mag1art) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908 - Add `IncludeXmlCommentsForAssembly()` convience overload by [@&#8203;leotsarev](https://github.com/leotsarev) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2909 - Add snapshot tests using Verify by [@&#8203;keahpeters](https://github.com/keahpeters) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2929 - Add posibility to ignore properties in `[FromForm]` with `[SwaggerIgnore]` by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928 - Adding check for existing directory and creating if doesn't exist by [@&#8203;matt-lethargic](https://github.com/matt-lethargic) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927 - Default null value on nullable types caused errors by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2941 - Add additional Verify tests by [@&#8203;keahpeters](https://github.com/keahpeters) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2950 - Only apply a SchemaFilter to create the description on SwaggerUI by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2943 - Add support for async filters by [@&#8203;mauve](https://github.com/mauve) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938 - Fix package validation by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2926 - Adding support for .NET 8 Model State attributes by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2958 - Only set Exclusive Range when they are by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2960 - `[AsParameters]` throwing error on cast when showing the description with `EnableAnnotations()` by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2962 - Fix `RequestBodyFilterAnnotation` and `MultipleFromForm` for Minimal APIs by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2963 - Swagger UI refactoring by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2942 - Add help wanted badge by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2911 - Move inline css and js to external files for SwaggerUI and ReDoc by [@&#8203;junior-santana](https://github.com/junior-santana) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2965 - Missing properties section when generating `IFomFile`/`IFormFileCollection` by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2972 - Missing Encoding and RequiredProperties when `IFormFile` with OpenAPI by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2979 - Use `ApiParameter.Type` by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2980 - Document arrays of generic parameters with XML comments and support overload methods by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2982 - Take into account \[JsonRequired] for System.Text.Json by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2988 - Configure non-nullable types as required by [@&#8203;AntiGuideAkquinet](https://github.com/AntiGuideAkquinet) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2803 - Use `HttpMethods.IsGet()` by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2971 #### New Contributors - [@&#8203;mag1art](https://github.com/mag1art) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908 - [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928 - [@&#8203;matt-lethargic](https://github.com/matt-lethargic) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927 - [@&#8203;mauve](https://github.com/mauve) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938 - [@&#8203;junior-santana](https://github.com/junior-santana) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2965 - [@&#8203;AntiGuideAkquinet](https://github.com/AntiGuideAkquinet) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2803 **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.0 ### [`v6.6.2`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.6.2) #### What's Changed - Fix to make required and nullable properties nullable in schema by [@&#8203;keahpeters](https://github.com/keahpeters) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2879 - Update Swagger UI section in README by [@&#8203;cremor](https://github.com/cremor) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2883 - Add support for the `[Length]`attribute. by [@&#8203;satma0745](https://github.com/satma0745) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882 - Existing output file should be deleted/overwritten by [@&#8203;patrikwlund](https://github.com/patrikwlund) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886 - Fix libraries being handled as test projects by [@&#8203;patrikwlund](https://github.com/patrikwlund) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2898 - Avoid competing swagger generation during test build by [@&#8203;patrikwlund](https://github.com/patrikwlund) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2897 - Replace `<br />`, `<br/>`, and `<br>` in XML comments with `Environment.Newline` by [@&#8203;mburumaxwell](https://github.com/mburumaxwell) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2899 - Fix schema generation for [c#9](https://github.com/c/Swashbuckle.AspNetCore/issues/9) positional record with param tag without example property creating unexpected empty example by [@&#8203;stb-co](https://github.com/stb-co) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901 - Fix serialization of `AdditionalItems` by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2890 - Disable parallel build by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2894 - Do not run `IHostedService` implementations by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2880 - Fix interceptor JSON casing by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2907 - Fix generation when `[DefaultValue]`'s type differs by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2895 #### New Contributors - [@&#8203;satma0745](https://github.com/satma0745) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882 - [@&#8203;patrikwlund](https://github.com/patrikwlund) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886 - [@&#8203;stb-co](https://github.com/stb-co) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901 **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.1...v6.6.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-05-23 22:34:13 +02:00
kjuulh changed title from chore(deps): update dependency swashbuckle.aspnetcore to v6.6.2 to chore(deps): update dependency swashbuckle.aspnetcore to v6.7.1 2024-08-21 23:43:22 +02:00
kjuulh force-pushed renovate/swashbuckle-aspnetcore-monorepo from cead2e2a9c to 83b7311593 2024-08-21 23:43:22 +02:00 Compare
kjuulh force-pushed renovate/swashbuckle-aspnetcore-monorepo from 83b7311593 to 47359158d3 2024-08-22 01:08:40 +02:00 Compare
kjuulh force-pushed renovate/swashbuckle-aspnetcore-monorepo from 47359158d3 to 607dce332a 2024-08-22 01:50:03 +02:00 Compare
kjuulh force-pushed renovate/swashbuckle-aspnetcore-monorepo from 607dce332a to c46d700901 2024-08-22 02:28:29 +02:00 Compare
kjuulh force-pushed renovate/swashbuckle-aspnetcore-monorepo from c46d700901 to f4cff14034 2024-08-22 03:04:55 +02:00 Compare
kjuulh merged commit f4cff14034 into main 2024-08-22 03:35:54 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/todo#345
No description provided.