-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge test changes to main - v0.46.0-pre.f524445 #299
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- Provide a general summary of your changes in the Title above --> ## Description 💬 <!--- Describe your changes in detail --> ## Motivation and Context 🥅 <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ## How has this been tested? 🧪 <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, tests ran to see how --> <!--- your change affects other areas of the code, etc. --> - [x] Local build ⚒️ - [x] Local tests 🧪 - [ ] (optional) Local run and endpoint tested in swagger 🚀 ## Screenshots (if appropriate) 💻 ## Types of changes 🌊 <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Checklist ☑️ <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] The pull request title starts with the jira case number (when applicable), e.g. "TEST-1234 Add some feature" - [x] The person responsible for following up on requested review changes has been assigned to the pull request - [x] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. ## Highly optional checks, only use these if you have a reason to do so ✔️ - [ ] This PR changes the database so I have added the *create-diagram* label to assist reviewers with a db diagram - [ ] This PR changes platform or backend and I need others to be able to test against these changes before merging to dev, so I have added the *deploy-azure* label to deploy before merging the PR ## Checklist for the approver ✅ - [ ] I've checked the files view for spelling issues, code quality warnings and similar - [ ] I've waited until all checks have passed (green check/without error) - [ ] I've checked that only the intended files are changed
Bumps the swashbuckle group in /src/backend with 3 updates: [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore), [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) and [swashbuckle.aspnetcore.cli](https://github.com/domaindrivendev/Swashbuckle.AspNetCore). Updates `Swashbuckle.AspNetCore` from 6.7.3 to 6.8.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.8.0</h2> <h2>What's Changed</h2> <ul> <li>Added dependency injection/easy registration for async filters by <a href="https://github.com/tofi92"><code>@tofi92</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li> <li>Improve IncludeXmlComments performance (2) by <a href="https://github.com/mus65"><code>@mus65</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li> <li>Apply ParameterFilters and RequestBodyFilters for WithOpenApi endpoints by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059">domaindrivendev/Swashbuckle.AspNetCore#3059</a></li> <li>Swagger plugins support by <a href="https://github.com/jvmlet"><code>@jvmlet</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li> <li>Add benchmarks project by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050">domaindrivendev/Swashbuckle.AspNetCore#3050</a></li> <li>Fix NuGet badge by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064">domaindrivendev/Swashbuckle.AspNetCore#3064</a></li> <li>SwaggerGen - Improved handling of dictionaries with enum key by <a href="https://github.com/flarestudiopl"><code>@flarestudiopl</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li> <li>Fix typo by <a href="https://github.com/tom-star119"><code>@tom-star119</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li> <li>Do not fill the RequestBody description with the first parameter of a… by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076">domaindrivendev/Swashbuckle.AspNetCore#3076</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tofi92"><code>@tofi92</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li> <li><a href="https://github.com/mus65"><code>@mus65</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li> <li><a href="https://github.com/jvmlet"><code>@jvmlet</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li> <li><a href="https://github.com/flarestudiopl"><code>@flarestudiopl</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li> <li><a href="https://github.com/tom-star119"><code>@tom-star119</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/c3fd84b97e7b130d8728b82c0d33f0432dafb91e"><code>c3fd84b</code></a> Fix issues with request body parameters (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3076">#3076</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/8b0e8961ce01c8e1495d64f404609b01fb07a7e3"><code>8b0e896</code></a> Bump github/codeql-action from 3.26.6 to 3.26.7 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3075">#3075</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/537acdd34336df601a94cf40157c1a4aa5c3f3a7"><code>537acdd</code></a> Bump dompurify from 3.1.2 to 3.1.6 in /src/Swashbuckle.AspNetCore.ReDoc (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3074">#3074</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/520633abd76f92e09b18e9d267ef97e107cd7724"><code>520633a</code></a> Fix typo (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3073">#3073</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/09a12829c60d2c124e96c21e14472b1bc5dcab17"><code>09a1282</code></a> Improved handling of dictionaries with enum key (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3068">#3068</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/1c3b09917069f2cc7a39f3c79515a554975659c8"><code>1c3b099</code></a> Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3067">#3067</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/5b63e97ca0829dd2a9cbc27ccba670f399e37540"><code>5b63e97</code></a> Fix NuGet badge</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/340572440800b9783acff79716ab2c22cb6273e1"><code>3405724</code></a> Add benchmarks project (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3050">#3050</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/46c1bc93a714c030124e0bbe39d4f30dc2570dda"><code>46c1bc9</code></a> Bump github/codeql-action from 3.26.5 to 3.26.6 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3062">#3062</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/e98213db98cb91bc7643de3e84081c7363e3ed4a"><code>e98213d</code></a> Bump actions/upload-artifact from 4.3.6 to 4.4.0 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3063">#3063</a>)</li> <li>Additional commits viewable in <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">compare view</a></li> </ul> </details> <br /> Updates `Swashbuckle.AspNetCore.ReDoc` from 6.7.3 to 6.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">Swashbuckle.AspNetCore.ReDoc's releases</a>.</em></p> <blockquote> <h2>v6.8.0</h2> <h2>What's Changed</h2> <ul> <li>Added dependency injection/easy registration for async filters by <a href="https://github.com/tofi92"><code>@tofi92</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li> <li>Improve IncludeXmlComments performance (2) by <a href="https://github.com/mus65"><code>@mus65</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li> <li>Apply ParameterFilters and RequestBodyFilters for WithOpenApi endpoints by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059">domaindrivendev/Swashbuckle.AspNetCore#3059</a></li> <li>Swagger plugins support by <a href="https://github.com/jvmlet"><code>@jvmlet</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li> <li>Add benchmarks project by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050">domaindrivendev/Swashbuckle.AspNetCore#3050</a></li> <li>Fix NuGet badge by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064">domaindrivendev/Swashbuckle.AspNetCore#3064</a></li> <li>SwaggerGen - Improved handling of dictionaries with enum key by <a href="https://github.com/flarestudiopl"><code>@flarestudiopl</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li> <li>Fix typo by <a href="https://github.com/tom-star119"><code>@tom-star119</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li> <li>Do not fill the RequestBody description with the first parameter of a… by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076">domaindrivendev/Swashbuckle.AspNetCore#3076</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tofi92"><code>@tofi92</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li> <li><a href="https://github.com/mus65"><code>@mus65</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li> <li><a href="https://github.com/jvmlet"><code>@jvmlet</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li> <li><a href="https://github.com/flarestudiopl"><code>@flarestudiopl</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li> <li><a href="https://github.com/tom-star119"><code>@tom-star119</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/c3fd84b97e7b130d8728b82c0d33f0432dafb91e"><code>c3fd84b</code></a> Fix issues with request body parameters (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3076">#3076</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/8b0e8961ce01c8e1495d64f404609b01fb07a7e3"><code>8b0e896</code></a> Bump github/codeql-action from 3.26.6 to 3.26.7 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3075">#3075</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/537acdd34336df601a94cf40157c1a4aa5c3f3a7"><code>537acdd</code></a> Bump dompurify from 3.1.2 to 3.1.6 in /src/Swashbuckle.AspNetCore.ReDoc (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3074">#3074</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/520633abd76f92e09b18e9d267ef97e107cd7724"><code>520633a</code></a> Fix typo (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3073">#3073</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/09a12829c60d2c124e96c21e14472b1bc5dcab17"><code>09a1282</code></a> Improved handling of dictionaries with enum key (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3068">#3068</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/1c3b09917069f2cc7a39f3c79515a554975659c8"><code>1c3b099</code></a> Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3067">#3067</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/5b63e97ca0829dd2a9cbc27ccba670f399e37540"><code>5b63e97</code></a> Fix NuGet badge</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/340572440800b9783acff79716ab2c22cb6273e1"><code>3405724</code></a> Add benchmarks project (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3050">#3050</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/46c1bc93a714c030124e0bbe39d4f30dc2570dda"><code>46c1bc9</code></a> Bump github/codeql-action from 3.26.5 to 3.26.6 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3062">#3062</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/e98213db98cb91bc7643de3e84081c7363e3ed4a"><code>e98213d</code></a> Bump actions/upload-artifact from 4.3.6 to 4.4.0 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3063">#3063</a>)</li> <li>Additional commits viewable in <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">compare view</a></li> </ul> </details> <br /> Updates `swashbuckle.aspnetcore.cli` from 6.7.3 to 6.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">swashbuckle.aspnetcore.cli's releases</a>.</em></p> <blockquote> <h2>v6.8.0</h2> <h2>What's Changed</h2> <ul> <li>Added dependency injection/easy registration for async filters by <a href="https://github.com/tofi92"><code>@tofi92</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li> <li>Improve IncludeXmlComments performance (2) by <a href="https://github.com/mus65"><code>@mus65</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li> <li>Apply ParameterFilters and RequestBodyFilters for WithOpenApi endpoints by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059">domaindrivendev/Swashbuckle.AspNetCore#3059</a></li> <li>Swagger plugins support by <a href="https://github.com/jvmlet"><code>@jvmlet</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li> <li>Add benchmarks project by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050">domaindrivendev/Swashbuckle.AspNetCore#3050</a></li> <li>Fix NuGet badge by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064">domaindrivendev/Swashbuckle.AspNetCore#3064</a></li> <li>SwaggerGen - Improved handling of dictionaries with enum key by <a href="https://github.com/flarestudiopl"><code>@flarestudiopl</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li> <li>Fix typo by <a href="https://github.com/tom-star119"><code>@tom-star119</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li> <li>Do not fill the RequestBody description with the first parameter of a… by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076">domaindrivendev/Swashbuckle.AspNetCore#3076</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tofi92"><code>@tofi92</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030">domaindrivendev/Swashbuckle.AspNetCore#3030</a></li> <li><a href="https://github.com/mus65"><code>@mus65</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044">domaindrivendev/Swashbuckle.AspNetCore#3044</a></li> <li><a href="https://github.com/jvmlet"><code>@jvmlet</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056">domaindrivendev/Swashbuckle.AspNetCore#3056</a></li> <li><a href="https://github.com/flarestudiopl"><code>@flarestudiopl</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068">domaindrivendev/Swashbuckle.AspNetCore#3068</a></li> <li><a href="https://github.com/tom-star119"><code>@tom-star119</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073">domaindrivendev/Swashbuckle.AspNetCore#3073</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/c3fd84b97e7b130d8728b82c0d33f0432dafb91e"><code>c3fd84b</code></a> Fix issues with request body parameters (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3076">#3076</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/8b0e8961ce01c8e1495d64f404609b01fb07a7e3"><code>8b0e896</code></a> Bump github/codeql-action from 3.26.6 to 3.26.7 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3075">#3075</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/537acdd34336df601a94cf40157c1a4aa5c3f3a7"><code>537acdd</code></a> Bump dompurify from 3.1.2 to 3.1.6 in /src/Swashbuckle.AspNetCore.ReDoc (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3074">#3074</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/520633abd76f92e09b18e9d267ef97e107cd7724"><code>520633a</code></a> Fix typo (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3073">#3073</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/09a12829c60d2c124e96c21e14472b1bc5dcab17"><code>09a1282</code></a> Improved handling of dictionaries with enum key (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3068">#3068</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/1c3b09917069f2cc7a39f3c79515a554975659c8"><code>1c3b099</code></a> Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3067">#3067</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/5b63e97ca0829dd2a9cbc27ccba670f399e37540"><code>5b63e97</code></a> Fix NuGet badge</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/340572440800b9783acff79716ab2c22cb6273e1"><code>3405724</code></a> Add benchmarks project (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3050">#3050</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/46c1bc93a714c030124e0bbe39d4f30dc2570dda"><code>46c1bc9</code></a> Bump github/codeql-action from 3.26.5 to 3.26.6 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3062">#3062</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/e98213db98cb91bc7643de3e84081c7363e3ed4a"><code>e98213d</code></a> Bump actions/upload-artifact from 4.3.6 to 4.4.0 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3063">#3063</a>)</li> <li>Additional commits viewable in <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
…ackend (#289) Bumps [dotnet-reportgenerator-globaltool](https://github.com/danielpalme/ReportGenerator) from 5.3.9 to 5.3.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/danielpalme/ReportGenerator/releases">dotnet-reportgenerator-globaltool's releases</a>.</em></p> <blockquote> <h2>ReportGenerator_5.3.11</h2> <h1>Changes:</h1> <ul> <li>Update dependencies (CVE-2024-43485)</li> </ul> <p>This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0</p> <h2>ReportGenerator_5.3.10</h2> <h1>Changes:</h1> <ul> <li><a href="https://redirect.github.com/danielpalme/ReportGenerator/issues/695">#695</a> HTML reports: Performance and memory improvements (contributed by <a href="https://github.com/afscrome"><code>@afscrome</code></a>)</li> <li><a href="https://redirect.github.com/danielpalme/ReportGenerator/issues/690">#690</a> Fixed handling of history files for classes with not unique names</li> </ul> <p>This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/danielpalme/ReportGenerator/commit/3c6b9df85b582cb8e12aa1c3406ab70ea051ae85"><code>3c6b9df</code></a> Release 5.3.11</li> <li><a href="https://github.com/danielpalme/ReportGenerator/commit/0895f4d5a98c98e5bb17981f712fc74afd2a7327"><code>0895f4d</code></a> Release 5.3.10</li> <li><a href="https://github.com/danielpalme/ReportGenerator/commit/7dd84248610adfd63f5d8ad2b785278b109ee7f0"><code>7dd8424</code></a> <a href="https://redirect.github.com/danielpalme/ReportGenerator/issues/695">#695</a> HTML reports: Performance and memory improvements (contributed by <a href="https://github.com/afscr"><code>@afscr</code></a>...</li> <li><a href="https://github.com/danielpalme/ReportGenerator/commit/137f0f6f7ee0a9c442824f3eaaa249016af31e3c"><code>137f0f6</code></a> Update Angular</li> <li><a href="https://github.com/danielpalme/ReportGenerator/commit/dcb1ccd31993788e4e8006ccd83c1718b9b29974"><code>dcb1ccd</code></a> Merge branch 'main' of <a href="https://github.com/danielpalme/ReportGenerator">https://github.com/danielpalme/ReportGenerator</a></li> <li><a href="https://github.com/danielpalme/ReportGenerator/commit/16eaf9aa8f97922086129a15e36fda3013a893d6"><code>16eaf9a</code></a> Fix merging of classes with non unique names.</li> <li><a href="https://github.com/danielpalme/ReportGenerator/commit/39597745a50f8b6950fef3138e9859d54b2d1e74"><code>3959774</code></a> Fix bugs</li> <li><a href="https://github.com/danielpalme/ReportGenerator/commit/95f20224528cb5bf4de65302d9257cbcc06edab2"><code>95f2022</code></a> Fix merging of classes with non unique names.</li> <li><a href="https://github.com/danielpalme/ReportGenerator/commit/b0fa4371baec61916ef8debe83959178604f6138"><code>b0fa437</code></a> Optimise memory allocations in HtmlRender.</li> <li><a href="https://github.com/danielpalme/ReportGenerator/commit/78a1a929dde873803ce4c5d7d34156f74bfda709"><code>78a1a92</code></a> <a href="https://redirect.github.com/danielpalme/ReportGenerator/issues/690">#690</a> Fixed handling of history files for classes with not unique names</li> <li>See full diff in <a href="https://github.com/danielpalme/ReportGenerator/compare/v5.3.9...v5.3.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotnet-reportgenerator-globaltool&package-manager=nuget&previous-version=5.3.9&new-version=5.3.11)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dotnet-ef](https://github.com/dotnet/efcore) from 8.0.7 to 8.0.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/efcore/releases">dotnet-ef's releases</a>.</em></p> <blockquote> <h2>.NET 8.0.10</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.10">Release</a></p> <h2>.NET 8.0.8</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.8">Release</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/efcore/commit/4315fa43c9573671f8f5be21497d59f9c99cd829"><code>4315fa4</code></a> Merged PR 42959: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/efcore/commit/f17955cf503646f41852d32ffab1e41b0d273adc"><code>f17955c</code></a> Merged PR 42768: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/efcore/commit/d82da91ea359bd57cfe67db4db1453120cd42b92"><code>d82da91</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ru">https://dev.azure.com/dnceng/internal/_git/dotnet-ru</a>...</li> <li><a href="https://github.com/dotnet/efcore/commit/cd3befe3d90b91bade678755eae670138a7e9745"><code>cd3befe</code></a> Merged PR 42296: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/efcore/commit/be439f99113f24bceb51afe3daa23e96f119cec0"><code>be439f9</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ru">https://dev.azure.com/dnceng/internal/_git/dotnet-ru</a>...</li> <li><a href="https://github.com/dotnet/efcore/commit/91bcf1b30575e52c329e0471a2fb0abee3ebb730"><code>91bcf1b</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ru">https://dev.azure.com/dnceng/internal/_git/dotnet-ru</a>...</li> <li><a href="https://github.com/dotnet/efcore/commit/0ec1568e0aafd156ec04fd21f2d0f519b81f1be5"><code>0ec1568</code></a> Merge commit 'b2e366bf1d1955903c75c06288bad5bc5b8deda0'</li> <li><a href="https://github.com/dotnet/efcore/commit/b2e366bf1d1955903c75c06288bad5bc5b8deda0"><code>b2e366b</code></a> [release/8.0] Update FK ElementType when the FK properties change. (<a href="https://redirect.github.com/dotnet/efcore/issues/34561">#34561</a>)</li> <li><a href="https://github.com/dotnet/efcore/commit/f3db25b92f17ac8e1f5d5f25a875aeb5a69a35b6"><code>f3db25b</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ru">https://dev.azure.com/dnceng/internal/_git/dotnet-ru</a>...</li> <li><a href="https://github.com/dotnet/efcore/commit/7edba26f4cf611f42ba24c6a8314e0f8e8c214c8"><code>7edba26</code></a> Merge commit 'e49bbfbb49f98587b8bf26356b89157fb81d3807'</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotnet-ef&package-manager=nuget&previous-version=8.0.7&new-version=8.0.10)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.56.2 to 5.59.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@tanstack/react-query</code>'s releases</a>.</em></p> <blockquote> <h2>v5.59.0</h2> <p>Version 5.59.0 - 10/1/24, 3:45 PM</p> <h2>Changes</h2> <h3>Feat</h3> <ul> <li>add support for <code>React.use()</code> (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7988">#7988</a>) (18953be) by <a href="https://github.com/KATT"><code>@KATT</code></a></li> </ul> <h3>Docs</h3> <ul> <li>react-query: Fix broken route on eslint-plugin-query.md (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8113">#8113</a>) (55a6155) by Gaurav Kumar</li> <li>react-query: fix a typo in guides/ssr.md (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8086">#8086</a>) (9227fd3) by Morteza</li> <li>angular-query: add rxjs example (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8108">#8108</a>) (68ca717) by Arnoud</li> </ul> <h3>Other</h3> <ul> <li>(c12587a) by <a href="https://github.com/laurentlahmy"><code>@laurentlahmy</code></a></li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/query-core</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/solid-query</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/query-broadcast-client-experimental</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/query-sync-storage-persister</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/react-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/react-query-next-experimental</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/solid-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/solid-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/svelte-query</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/svelte-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/svelte-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/vue-query</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/vue-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/angular-query-experimental</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/query-async-storage-persister</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> <li><code>@tanstack/angular-query-devtools-experimental</code><a href="https://github.com/5"><code>@5</code></a>.59.0</li> </ul> <h2>v5.58.1</h2> <p>Version 5.58.1 - 9/27/24, 7:58 AM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>eslint-plugin: fix legacy recommended config (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8104">#8104</a>) (ade6283) by Lachlan Collins</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/0ccd60aaba2811726335611347af932caf9a5000"><code>0ccd60a</code></a> release: v5.59.0</li> <li><a href="https://github.com/TanStack/query/commit/18953be6f61553f4ed3dd888945dfa1683aa6e40"><code>18953be</code></a> feat: add support for <code>React.use()</code> (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7988">#7988</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/v5.59.0/packages/react-query">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tanstack/react-query&package-manager=npm_and_yarn&previous-version=5.56.2&new-version=5.59.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ntend (#291) Bumps [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) from 5.56.2 to 5.59.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@tanstack/react-query-devtools</code>'s releases</a>.</em></p> <blockquote> <h2>v5.59.8</h2> <p>Version 5.59.8 - 10/9/24, 7:10 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>allow optional initialData object (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/8157">#8157</a>) (329b5f8) by Jimmy Callin</li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.59.8</li> <li><code>@tanstack/react-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.59.8</li> <li><code>@tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.59.8</li> <li><code>@tanstack/react-query-next-experimental</code><a href="https://github.com/5"><code>@5</code></a>.59.8</li> </ul> <h2>v5.59.7</h2> <p>Version 5.59.7 - 10/9/24, 4:21 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>eslint-plugin-query: ignore all non-identifier properties in rule <code>infinite-query-property-order</code> (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/8158">#8158</a>) (81e443c) by Manuel Schiller</li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/eslint-plugin-query</code><a href="https://github.com/5"><code>@5</code></a>.59.7</li> </ul> <h2>v5.59.6</h2> <p>Version 5.59.6 - 10/9/24, 2:34 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>perf: improve long running task performance in query core (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/8107">#8107</a>) (5499577) by David</li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/query-core</code><a href="https://github.com/5"><code>@5</code></a>.59.6</li> <li><code>@tanstack/query-broadcast-client-experimental</code><a href="https://github.com/5"><code>@5</code></a>.59.6</li> <li><code>@tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@5</code></a>.59.6</li> <li><code>@tanstack/query-sync-storage-persister</code><a href="https://github.com/5"><code>@5</code></a>.59.6</li> <li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.59.6</li> <li><code>@tanstack/react-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.59.6</li> <li><code>@tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.59.6</li> <li><code>@tanstack/react-query-next-experimental</code><a href="https://github.com/5"><code>@5</code></a>.59.6</li> <li><code>@tanstack/solid-query</code><a href="https://github.com/5"><code>@5</code></a>.59.6</li> <li><code>@tanstack/solid-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.59.6</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/0f7baef16c676082bdb8cf7107023914928a91e8"><code>0f7baef</code></a> release: v5.59.8</li> <li><a href="https://github.com/TanStack/query/commit/dcffe899fae5fb7fe94e2f4cc6851fd26c63fa72"><code>dcffe89</code></a> release: v5.59.6</li> <li><a href="https://github.com/TanStack/query/commit/44b70f1200d5ffa2fff8253a49506dac9a92cc32"><code>44b70f1</code></a> release: v5.59.5</li> <li><a href="https://github.com/TanStack/query/commit/6c13d017999783c97a7c62e4e1a658d4869ce856"><code>6c13d01</code></a> release: v5.59.4</li> <li><a href="https://github.com/TanStack/query/commit/f1f25291dbc23f412db8d6f589fe604998f67e45"><code>f1f2529</code></a> release: v5.59.3</li> <li><a href="https://github.com/TanStack/query/commit/0ccd60aaba2811726335611347af932caf9a5000"><code>0ccd60a</code></a> release: v5.59.0</li> <li><a href="https://github.com/TanStack/query/commit/78cfcfe4d65d802c3bd4ba4182cf128697c103ae"><code>78cfcfe</code></a> release: v5.58.0</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/v5.59.8/packages/react-query-devtools">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tanstack/react-query-devtools&package-manager=npm_and_yarn&previous-version=5.56.2&new-version=5.59.8)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [globals](https://github.com/sindresorhus/globals) from 15.8.0 to 15.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/globals/releases">globals's releases</a>.</em></p> <blockquote> <h2>v15.11.0</h2> <ul> <li>Add <code>es3</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/267">#267</a>) 6784dc1</li> </ul> <p><a href="https://github.com/sindresorhus/globals/compare/v15.10.0...v15.11.0">https://github.com/sindresorhus/globals/compare/v15.10.0...v15.11.0</a></p> <h2>v15.10.0</h2> <ul> <li>Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/264">#264</a>) 3cbce2d</li> </ul> <p><a href="https://github.com/sindresorhus/globals/compare/v15.9.0...v15.10.0">https://github.com/sindresorhus/globals/compare/v15.9.0...v15.10.0</a></p> <h2>v15.9.0</h2> <ul> <li>Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/258">#258</a>) f72b047</li> </ul> <p><a href="https://github.com/sindresorhus/globals/compare/v15.8.0...v15.9.0">https://github.com/sindresorhus/globals/compare/v15.8.0...v15.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/globals/commit/0d906b86787a982313b4d44c43a4abfd83d95e95"><code>0d906b8</code></a> 15.11.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/6784dc125c327a05423395fbac28bf0a856a73ff"><code>6784dc1</code></a> Add <code>es3</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/267">#267</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/756071711d916e360cef77afa0cbb16c612ca115"><code>7560717</code></a> 15.10.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/3cbce2d229c54f361b8a93149e8c1b6a6a70d909"><code>3cbce2d</code></a> Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/264">#264</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/bd201b5bc2b565c2005de643fd63d69e54628de7"><code>bd201b5</code></a> Add <code>permissions</code> for automated job (<a href="https://redirect.github.com/sindresorhus/globals/issues/263">#263</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/53f872a1c3b6be946591c3e9102bc470d7562cf4"><code>53f872a</code></a> Collect globals on all platforms (<a href="https://redirect.github.com/sindresorhus/globals/issues/261">#261</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/560cf2f9839a2eda7b64347646afc9b3359ded51"><code>560cf2f</code></a> Update dependencies (<a href="https://redirect.github.com/sindresorhus/globals/issues/262">#262</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/b1d88b841b68e2f56f283140ae5c4b210f39e7dc"><code>b1d88b8</code></a> 15.9.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/f72b04713cbf857a2d77dfbeb38fcf342edfc451"><code>f72b047</code></a> Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/258">#258</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/df410c8348e7fbcfe6f91e55f337cc0f55da1ad0"><code>df410c8</code></a> Add automated job to create es yearly globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/257">#257</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/globals/compare/v15.8.0...v15.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=globals&package-manager=npm_and_yarn&previous-version=15.8.0&new-version=15.11.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ypes group across 1 directory (#293) Bumps the types group with 1 update in the /tests/playwright directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 20.14.9 to 22.7.5 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.14.9&new-version=22.7.5)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.16.1 to 8.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.8.1</h2> <h2>8.8.1 (2024-10-07)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> stop warning on <a href="https://github.com/ts-nocheck"><code>@ts-nocheck</code></a> comments which aren't at the beginning of the file (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10046">#10046</a>)</li> <li><strong>typescript-estree:</strong> fix crash when running from a <code>node --eval</code> script (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10098">#10098</a>)</li> <li><strong>typescript-estree:</strong> ensure mjs/mts files are always be parsed as ESM (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10011">#10011</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@bradzacher</code></a></li> <li>Ronen Amiel</li> <li>WhitePiano <a href="https://github.com/goldentrash"><code>@goldentrash</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.8.0</h2> <h2>8.8.0 (2024-09-30)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] add checkTypePredicates (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10009">#10009</a>)</li> <li><strong>eslint-plugin:</strong> [await-thenable] check for-await loop iteree (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10008">#10008</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>remove <code>export type *</code> in d.ts to support TS<5.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10070">#10070</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] should underline template syntax with squiggly lines (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10044">#10044</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] max callstack exceeded when class implements itself (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10040">#10040</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] check contextual type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10042">#10042</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow nested bitwise operations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10037">#10037</a>)</li> <li><strong>type-utils:</strong> check for type parameters on <code>isBuiltinSymbolLikeRecurser()</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10026">#10026</a>)</li> <li><strong>utils:</strong> update missing type information message (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10043">#10043</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Ronen Amiel</li> <li>Tarun Chauhan <a href="https://github.com/tarunrajput"><code>@tarunrajput</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.7.0</h2> <h2>8.7.0 (2024-09-23)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.8.1 (2024-10-07)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.8.0 (2024-09-30)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.7.0 (2024-09-23)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.6.0 (2024-09-16)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.5.0 (2024-09-09)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.4.0 (2024-09-02)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.3.0 (2024-08-26)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-deprecation] add rule</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Daichi Kamiyama</li> <li>Josh Goldberg ✨</li> <li>Kim Sang Du</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f898248934fe8bba8a1a961373b86d508a9fca9c"><code>f898248</code></a> chore(release): publish 8.8.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2055cfbbdef5d9b7ee4ed7180f0af93eed245235"><code>2055cfb</code></a> chore(release): publish 8.8.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b88ea33f34e0b5f6fc5bd3463a5b32a5c9df8b7e"><code>b88ea33</code></a> chore(release): publish 8.7.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/343710e0b68868836ae01c0271472adcea4f1676"><code>343710e</code></a> chore(release): publish 8.6.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4d31ebe71ac26612a129ac4be98692b11387145e"><code>4d31ebe</code></a> chore(release): publish 8.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4bc801e542e4accd644b65514a7b7355874f7a96"><code>4bc801e</code></a> chore: enable unicorn/no-array-reduce (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9640">#9640</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3920c937e8a7b56e6134a073f03e89faeed4dd9a"><code>3920c93</code></a> chore(release): publish 8.4.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2ad3404690cd601d1bbb80daa7f861ab5bb127e4"><code>2ad3404</code></a> chore: enable <code>unicorn/prefer-export-from</code> and `@typescript-eslint/consistent...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ef2eab12e8d99524d258f0594c3ae2baff31518b"><code>ef2eab1</code></a> chore(release): publish 8.3.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d4f69435cc6be99f8656e4c340dcfdab1521795a"><code>d4f6943</code></a> chore: enable eslint-plugin-perfectionist on typescript-eslint package (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9851">#9851</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript-eslint&package-manager=npm_and_yarn&previous-version=7.16.1&new-version=8.8.1)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<!--- Provide a general summary of your changes in the Title above --> ## Description 💬 <!--- Describe your changes in detail --> ## Motivation and Context 🥅 <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ## How has this been tested? 🧪 <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, tests ran to see how --> <!--- your change affects other areas of the code, etc. --> - [ ] Local build ⚒️ - [ ] Local tests 🧪 - [ ] (optional) Local run and endpoint tested in swagger 🚀 ## Screenshots (if appropriate) 💻 ## Types of changes 🌊 <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Checklist ☑️ <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] The pull request title starts with the jira case number (when applicable), e.g. "TEST-1234 Add some feature" - [ ] The person responsible for following up on requested review changes has been assigned to the pull request - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. ## Highly optional checks, only use these if you have a reason to do so ✔️ - [ ] This PR changes the database so I have added the *create-diagram* label to assist reviewers with a db diagram - [ ] This PR changes platform or backend and I need others to be able to test against these changes before merging to dev, so I have added the *deploy-azure* label to deploy before merging the PR ## Checklist for the approver ✅ - [ ] I've checked the files view for spelling issues, code quality warnings and similar - [ ] I've waited until all checks have passed (green check/without error) - [ ] I've checked that only the intended files are changed
<!--- Provide a general summary of your changes in the Title above --> ## Description 💬 <!--- Describe your changes in detail --> ## Motivation and Context 🥅 <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ## How has this been tested? 🧪 <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, tests ran to see how --> <!--- your change affects other areas of the code, etc. --> - [ ] Local build ⚒️ - [ ] Local tests 🧪 - [ ] (optional) Local run and endpoint tested in swagger 🚀 ## Screenshots (if appropriate) 💻 ## Types of changes 🌊 <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Checklist ☑️ <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] The pull request title starts with the jira case number (when applicable), e.g. "TEST-1234 Add some feature" - [ ] The person responsible for following up on requested review changes has been assigned to the pull request - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. ## Highly optional checks, only use these if you have a reason to do so ✔️ - [ ] This PR changes the database so I have added the *create-diagram* label to assist reviewers with a db diagram - [ ] This PR changes platform or backend and I need others to be able to test against these changes before merging to dev, so I have added the *deploy-azure* label to deploy before merging the PR ## Checklist for the approver ✅ - [ ] I've checked the files view for spelling issues, code quality warnings and similar - [ ] I've waited until all checks have passed (green check/without error) - [ ] I've checked that only the intended files are changed
Automatically created pull-request in order to merge changes that were recently pushed to the dev branch, back to test
github-actions
bot
added
dependencies
Pull requests that update a dependency file
workflow
backend
frontend
github
labels
Oct 10, 2024
test-e2e✅ Build successful✅ No linting issues 🎊 |
Todo Commenter.github/workflows/backend-ci.ymlTODO:
FIXME:
BUG:
@hwinther Please take a look 👀 |
frontend✅ Build successful✅ No linting issues 🎊 |
✅ Build successful |
SummarySummary
CoverageWebApi - 75.6%
|
Mutation Testing Summary
The final mutation score is 49.04%Coverage Thresholds: high:80 low:60 break:0 |
github-actions
bot
changed the title
Merge test changes to main
Merge test changes to main - v0.46.0-pre.f524445
Oct 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automatically created pull-request in order to merge changes that were recently pushed to the test branch, back to main