Bump the nuget-minor-and-patch group with 15 updates#358
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the nuget-minor-and-patch group with 15 updates#358dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps DeepL.net from 1.19.0 to 1.20.0 Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.13 to 9.0.14 Bumps Microsoft.AspNetCore.SpaProxy from 9.0.13 to 9.0.14 Bumps Microsoft.AspNetCore.SpaServices.Extensions from 9.0.13 to 9.0.14 Bumps Microsoft.Data.Sqlite from 10.0.3 to 10.0.5 Bumps Microsoft.EntityFrameworkCore from 9.0.13 to 9.0.14 Bumps Microsoft.EntityFrameworkCore.Design from 9.0.13 to 9.0.14 Bumps Microsoft.EntityFrameworkCore.InMemory from 9.0.13 to 9.0.14 Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.13 to 9.0.14 Bumps Microsoft.EntityFrameworkCore.Tools from 9.0.13 to 9.0.14 Bumps Npgsql from 10.0.1 to 10.0.2 Bumps System.Net.Http.Json from 9.0.8 to 9.0.14 Bumps Testcontainers from 4.10.0 to 4.11.0 Bumps Testcontainers.MySql from 4.10.0 to 4.11.0 Bumps Testcontainers.PostgreSql from 4.10.0 to 4.11.0 --- updated-dependencies: - dependency-name: DeepL.net dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.AspNetCore.SpaProxy dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.AspNetCore.SpaServices.Extensions dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.Data.Sqlite dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Npgsql dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: System.Net.Http.Json dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Testcontainers dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Testcontainers.MySql dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Testcontainers.PostgreSql dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Thank you for contributing to Lingarr!We really appreciate you taking the time to submit this pull request. Your contribution helps make Lingarr better for everyone! Before continuing, please ensure:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updated DeepL.net from 1.19.0 to 1.20.0.
Release notes
Sourced from DeepL.net's releases.
1.20.0
Added
ApiPostJsonAsync(),ApiPutJsonAsync(), andApiPatchJsonAsync()methods toDeepLHttpClient, enabling JSON-encoded API calls.DeepLClientclass:CreateStyleRuleAsync(),GetStyleRuleAsync(),UpdateStyleRuleNameAsync(),UpdateStyleRuleConfiguredRulesAsync(), andDeleteStyleRuleAsync().DeepLClientclass:CreateStyleRuleCustomInstructionAsync(),GetStyleRuleCustomInstructionAsync(),UpdateStyleRuleCustomInstructionAsync(), andDeleteStyleRuleCustomInstructionAsync().Please refer to the README for usage instructions.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.13 to 9.0.14.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.
9.0.14
Release
What's Changed
9156d4cto56efe39by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from9156d4cto56efe39dotnet/aspnetcore#65290Full Changelog: dotnet/aspnetcore@v9.0.13...v9.0.14
Commits viewable in compare view.
Updated Microsoft.AspNetCore.SpaProxy from 9.0.13 to 9.0.14.
Release notes
Sourced from Microsoft.AspNetCore.SpaProxy's releases.
9.0.14
Release
What's Changed
9156d4cto56efe39by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from9156d4cto56efe39dotnet/aspnetcore#65290Full Changelog: dotnet/aspnetcore@v9.0.13...v9.0.14
Commits viewable in compare view.
Updated Microsoft.AspNetCore.SpaServices.Extensions from 9.0.13 to 9.0.14.
Release notes
Sourced from Microsoft.AspNetCore.SpaServices.Extensions's releases.
9.0.14
Release
What's Changed
9156d4cto56efe39by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from9156d4cto56efe39dotnet/aspnetcore#65290Full Changelog: dotnet/aspnetcore@v9.0.13...v9.0.14
Commits viewable in compare view.
Updated Microsoft.Data.Sqlite from 10.0.3 to 10.0.5.
Release notes
Sourced from Microsoft.Data.Sqlite's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore from 9.0.13 to 9.0.14.
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
9.0.14
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.13...v9.0.14
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Design from 9.0.13 to 9.0.14.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Design's releases.
9.0.14
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.13...v9.0.14
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.InMemory from 9.0.13 to 9.0.14.
Release notes
Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.
9.0.14
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.13...v9.0.14
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Sqlite from 9.0.13 to 9.0.14.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases.
9.0.14
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.13...v9.0.14
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Tools from 9.0.13 to 9.0.14.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Tools's releases.
9.0.14
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.13...v9.0.14
Commits viewable in compare view.
Updated Npgsql from 10.0.1 to 10.0.2.
Release notes
Sourced from Npgsql's releases.
10.0.2
v10.0.2 contains several minor bug fixes.
Milestone issues
Full Changelog: npgsql/npgsql@v10.0.1...v10.0.2
Commits viewable in compare view.
Updated System.Net.Http.Json from 9.0.8 to 9.0.14.
Updated Testcontainers from 4.10.0 to 4.11.0.
Release notes
Sourced from Testcontainers's releases.
4.11.0
What's Changed
Thanks to all contributors. Once again, really great contributions from everyone 🤝.
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #21198535.Please be aware that we have changed the supported and underlying image used for the Cosmos DB module. The
latesttag only supports certain environments and provides a limited set of features. Microsoft has introduced a new implementation,vnext-preview, which receives more updates and features. Due to the limitations of thelatesttag, we decided to replace it withvnext-preview. You find more information about the image here: https://github.com/Azure/azure-cosmos-db-emulator-docker.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
... (truncated)
Commits viewable in compare view.
Updated Testcontainers.MySql from 4.10.0 to 4.11.0.
Release notes
Sourced from Testcontainers.MySql's releases.
4.11.0
What's Changed
Thanks to all contributors. Once again, really great contributions from everyone 🤝.
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #21198535.Please be aware that we have changed the supported and underlying image used for the Cosmos DB module. The
latesttag only supports certain environments and provides a limited set of features. Microsoft has introduced a new implementation,vnext-preview, which receives more updates and features. Due to the limitations of thelatesttag, we decided to replace it withvnext-preview. You find more information about the image here: https://github.com/Azure/azure-cosmos-db-emulator-docker.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
... (truncated)
Commits viewable in compare view.
Updated Testcontainers.PostgreSql from 4.10.0 to 4.11.0.
Release notes
Sourced from Testcontainers.PostgreSql's releases.
4.11.0
What's Changed
Thanks to all contributors. Once again, really great contributions from everyone 🤝.
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #21198535.Please be aware that we have changed the supported and underlying image used for the Cosmos DB module. The
latesttag only supports certain environments and provides a limited set of features. Microsoft has introduced a new implementation,vnext-preview, which receives more updates and features. Due to the limitations of thelatesttag, we decided to replace it withvnext-preview. You find more information about the image here: https://github.com/Azure/azure-cosmos-db-emulator-docker.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
... (truncated)
Commits viewable in compare view.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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