Bump the non-major group with 10 updates#500
Closed
dependabot[bot] wants to merge 1 commit intodevfrom
Closed
Conversation
Bumps FluentAssertions from 7.2.0 to 7.2.1 Bumps Microsoft.AspNetCore.DataProtection.EntityFrameworkCore from 8.0.14 to 8.0.24 Bumps Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation from 8.0.14 to 8.0.24 Bumps Microsoft.EntityFrameworkCore to 8.0.24 Bumps Microsoft.EntityFrameworkCore.Design from 8.0.14 to 8.0.24 Bumps Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 Bumps Newtonsoft.Json from 13.0.3 to 13.0.4 Bumps NUnit from 4.3.2 to 4.4.0 Bumps NUnit3TestAdapter from 5.0.0 to 5.2.0 Bumps PuppeteerSharp from 20.2.2 to 20.2.6 --- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: Microsoft.AspNetCore.DataProtection.EntityFrameworkCore dependency-version: 8.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 8.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: Microsoft.AspNetCore.DataProtection.EntityFrameworkCore dependency-version: 8.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation dependency-version: 8.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 8.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 8.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major - dependency-name: Newtonsoft.Json dependency-version: 13.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: Newtonsoft.Json dependency-version: 13.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: NUnit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major - dependency-name: NUnit3TestAdapter dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major - dependency-name: PuppeteerSharp dependency-version: 20.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 FluentAssertions from 7.2.0 to 7.2.1.
Release notes
Sourced from FluentAssertions's releases.
7.2.1
What's Changed
Fixes
Full Changelog: fluentassertions/fluentassertions@7.2.0...7.2.1
Commits viewable in compare view.
Updated Microsoft.AspNetCore.DataProtection.EntityFrameworkCore from 8.0.14 to 8.0.24.
Release notes
Sourced from Microsoft.AspNetCore.DataProtection.EntityFrameworkCore's releases.
8.0.24
Release
8.0.23
Release
What's Changed
https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs
8.0.22
Release
What's Changed
eb2d85eto9706f75by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest fromeb2d85eto9706f75dotnet/aspnetcore#63893Full Changelog: dotnet/aspnetcore@v8.0.21...v8.0.22
8.0.21
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63500Full Changelog: dotnet/aspnetcore@v8.0.20...v8.0.21
8.0.20
Release
What's Changed
c67de11to373af2eby @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest fromc67de11to373af2edotnet/aspnetcore#63038Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20
8.0.18
Release
What's Changed
04ee1b4toe9092b1by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from04ee1b4toe9092b1dotnet/aspnetcore#62201Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18
8.0.17
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headerssent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.Dependency Updates
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.
Bump src/submodules/googletest from
52204f7to04ee1b4(#61761)The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17
8.0.16
Release
What's Changed
24a9e94to52204f7by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from24a9e94to52204f7dotnet/aspnetcore#61260Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16
8.0.15
Release
What's Changed
e235eb3to24a9e94by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest frome235eb3to24a9e94dotnet/aspnetcore#60677Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation from 8.0.14 to 8.0.24.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation's releases.
8.0.24
Release
8.0.23
Release
What's Changed
https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs
8.0.22
Release
What's Changed
eb2d85eto9706f75by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest fromeb2d85eto9706f75dotnet/aspnetcore#63893Full Changelog: dotnet/aspnetcore@v8.0.21...v8.0.22
8.0.21
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63500Full Changelog: dotnet/aspnetcore@v8.0.20...v8.0.21
8.0.20
Release
What's Changed
c67de11to373af2eby @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest fromc67de11to373af2edotnet/aspnetcore#63038Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20
8.0.18
Release
What's Changed
04ee1b4toe9092b1by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from04ee1b4toe9092b1dotnet/aspnetcore#62201Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18
8.0.17
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headerssent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.Dependency Updates
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.
Bump src/submodules/googletest from
52204f7to04ee1b4(#61761)The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17
8.0.16
Release
What's Changed
24a9e94to52204f7by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from24a9e94to52204f7dotnet/aspnetcore#61260Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16
8.0.15
Release
What's Changed
e235eb3to24a9e94by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest frome235eb3to24a9e94dotnet/aspnetcore#60677Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore from 8.0.14 to 8.0.24.
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
8.0.24
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.23...v8.0.24
8.0.23
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.22...v8.0.23
8.0.22
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.21...v8.0.22
8.0.21
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.20...v8.0.21
8.0.20
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.19...v8.0.20
8.0.17
Dependency Updates
Updates the project's dependencies using the latest versions from the dotnet/arcade repository. This ensures that the build infrastructure and related tooling are up to date, which can bring in important bug fixes, security patches, and improvements from upstream.
Miscellaneous
Update branding to 8.0.17 (#36043)
Updates the internal version branding to 8.0.17. This change ensures that the product and its packages correctly reflect the new release version, helping users and developers identify the build.
Merging internal commits for release/8.0 (#36080)
Integrates various internal commits into the release/8.0 branch. This merge brings together important updates and ensures the release branch is synchronized with recent internal development, maintaining consistency and stability for the release.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: v8.0.16...v8.0.17
8.0.16
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.15...v8.0.16
8.0.15
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.14...v8.0.15
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore from 8.0.15 to 8.0.24.
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
8.0.24
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.23...v8.0.24
8.0.23
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.22...v8.0.23
8.0.22
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.21...v8.0.22
8.0.21
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.20...v8.0.21
8.0.20
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.19...v8.0.20
8.0.17
Dependency Updates
Updates the project's dependencies using the latest versions from the dotnet/arcade repository. This ensures that the build infrastructure and related tooling are up to date, which can bring in important bug fixes, security patches, and improvements from upstream.
Miscellaneous
Update branding to 8.0.17 (#36043)
Updates the internal version branding to 8.0.17. This change ensures that the product and its packages correctly reflect the new release version, helping users and developers identify the build.
Merging internal commits for release/8.0 (#36080)
Integrates various internal commits into the release/8.0 branch. This merge brings together important updates and ensures the release branch is synchronized with recent internal development, maintaining consistency and stability for the release.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: v8.0.16...v8.0.17
8.0.16
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.15...v8.0.16
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Design from 8.0.14 to 8.0.24.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Design's releases.
8.0.24
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.23...v8.0.24
8.0.23
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.22...v8.0.23
8.0.22
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.21...v8.0.22
8.0.21
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.20...v8.0.21
8.0.20
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.19...v8.0.20
8.0.17
Dependency Updates
Updates the project's dependencies using the latest versions from the dotnet/arcade repository. This ensures that the build infrastructure and related tooling are up to date, which can bring in important bug fixes, security patches, and improvements from upstream.
Miscellaneous
Update branding to 8.0.17 (#36043)
Updates the internal version branding to 8.0.17. This change ensures that the product and its packages correctly reflect the new release version, helping users and developers identify the build.
Merging internal commits for release/8.0 (#36080)
Integrates various internal commits into the release/8.0 branch. This merge brings together important updates and ensures the release branch is synchronized with recent internal development, maintaining consistency and stability for the release.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: v8.0.16...v8.0.17
8.0.16
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.15...v8.0.16
8.0.15
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.14...v8.0.15
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
17.14.1
What's Changed
Full Changelog: microsoft/vstest@v17.14.0...v17.14.1
17.14.0
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
New Contributors
... (truncated)
17.14.0-preview-25107-01
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
Will probably revert before release:
New Contributors
Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01
Commits viewable in compare view.
Updated Newtonsoft.Json from 13.0.3 to 13.0.4.
Release notes
Sourced from Newtonsoft.Json's releases.
13.0.4
Commits viewable in compare view.
Updated NUnit from 4.3.2 to 4.4.0.
Release notes
Sourced from NUnit's releases.
4.4.0
See release notes for details.
Commits viewable in compare view.
Updated NUnit3TestAdapter from 5.0.0 to 5.2.0.
Release notes
Sourced from NUnit3TestAdapter's releases.
5.2.0
See release notes
5.1.0
See release notes
Commits viewable in compare view.
Updated PuppeteerSharp from 20.2.2 to 20.2.6.
Release notes
Sourced from PuppeteerSharp's releases.
20.2.6
What's Changed
Full Changelog: hardkoded/puppeteer-sharp@v20.2.5...v20.2.6
20.2.5
What's Changed
New Contributors
Full Changelog: hardkoded/puppeteer-sharp@20.2.4...v20.2.5
20.2.4
What's Changed
LocalNetworkAccesstoOverridePermission.csby @miroljub1995 in AddLocalNetworkAccesstoOverridePermission.cshardkoded/puppeteer-sharp#2963New Contributors
LocalNetworkAccesstoOverridePermission.cshardkoded/puppeteer-sharp#2963Full Changelog: hardkoded/puppeteer-sharp@v20.2.2...20.2.4
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