chore(deps): update dependency swashbuckle.aspnetcore to v6.8.1 #354

Merged
kjuulh merged 1 commits from renovate/swashbuckle-aspnetcore-monorepo into main 2024-10-01 07:06:53 +02:00
Owner

This PR contains the following updates:

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

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v6.8.1

What's Changed

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.0...v6.8.1

v6.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0

v6.7.3

What's Changed

New Contributors

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.2...v6.7.3

v6.7.2

What's Changed

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.1...v6.7.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.7.1` -> `6.8.1` | --- ### Release Notes <details> <summary>domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)</summary> ### [`v6.8.1`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.8.1) #### What's Changed - Fix issue when applying filters for WithOpenApi extension by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3085 **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.0...v6.8.1 ### [`v6.8.0`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.8.0) #### What's Changed - Added dependency injection/easy registration for async filters by [@&#8203;tofi92](https://github.com/tofi92) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030 - Improve IncludeXmlComments performance (2) by [@&#8203;mus65](https://github.com/mus65) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044 - Apply ParameterFilters and RequestBodyFilters for WithOpenApi endpoints by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059 - Swagger plugins support by [@&#8203;jvmlet](https://github.com/jvmlet) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056 - Add benchmarks project by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050 - Fix NuGet badge by [@&#8203;martincostello](https://github.com/martincostello) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064 - SwaggerGen - Improved handling of dictionaries with enum key by [@&#8203;flarestudiopl](https://github.com/flarestudiopl) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068 - Fix typo by [@&#8203;tom-star119](https://github.com/tom-star119) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073 - Do not fill the RequestBody description with the first parameter of a… by [@&#8203;jgarciadelanoceda](https://github.com/jgarciadelanoceda) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076 #### New Contributors - [@&#8203;tofi92](https://github.com/tofi92) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030 - [@&#8203;mus65](https://github.com/mus65) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044 - [@&#8203;jvmlet](https://github.com/jvmlet) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056 - [@&#8203;flarestudiopl](https://github.com/flarestudiopl) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068 - [@&#8203;tom-star119](https://github.com/tom-star119) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073 **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0 ### [`v6.7.3`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.7.3) #### What's Changed - Fix nested types nullable context check by [@&#8203;VladimirTyrin](https://github.com/VladimirTyrin) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043 - Use NullabilityInfoContext to determine if member is nullable by [@&#8203;patrikwlund](https://github.com/patrikwlund) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3046 #### New Contributors - [@&#8203;VladimirTyrin](https://github.com/VladimirTyrin) made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043 **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.2...v6.7.3 ### [`v6.7.2`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.7.2) #### What's Changed - Use NullabilityInfoContext to determine dictionary value nullability by [@&#8203;patrikwlund](https://github.com/patrikwlund) in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3041 **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.1...v6.7.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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-08-24 13:24:52 +02:00
chore(deps): update dependency swashbuckle.aspnetcore to v6.7.2
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
9260261f21
kjuulh changed title from chore(deps): update dependency swashbuckle.aspnetcore to v6.7.2 to chore(deps): update dependency swashbuckle.aspnetcore to v6.7.3 2024-08-26 11:06:14 +02:00
kjuulh force-pushed renovate/swashbuckle-aspnetcore-monorepo from 9260261f21 to 84300c67a5 2024-08-26 11:06:16 +02:00 Compare
kjuulh changed title from chore(deps): update dependency swashbuckle.aspnetcore to v6.7.3 to chore(deps): update dependency swashbuckle.aspnetcore to v6.8.0 2024-09-24 03:15:12 +02:00
kjuulh force-pushed renovate/swashbuckle-aspnetcore-monorepo from 84300c67a5 to 778d1cb8fa 2024-09-24 03:15:14 +02:00 Compare
kjuulh changed title from chore(deps): update dependency swashbuckle.aspnetcore to v6.8.0 to chore(deps): update dependency swashbuckle.aspnetcore to v6.8.1 2024-10-01 03:15:27 +02:00
kjuulh force-pushed renovate/swashbuckle-aspnetcore-monorepo from 778d1cb8fa to a7538f6b43 2024-10-01 03:15:28 +02:00 Compare
kjuulh merged commit a7538f6b43 into main 2024-10-01 07:06:53 +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#354
No description provided.