-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: Bump the dependencies group across 1 directory with 8 updates #208
Closed
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
Bumps the dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | | [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) | `8.0.10` | `9.0.0` | | [BigBook](https://github.com/JaCraig/BigBookOfDataTypes) | `5.1.62` | `5.1.63` | | [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) | `8.0.10` | `8.0.10` | | [Microsoft.SqlServer.Management.SqlParser](https://github.com/microsoft/SqlParser) | `172.0.1` | `172.1.1` | | [FileCurator](https://github.com/JaCraig/FileCurator) | `4.1.12` | `4.1.13` | | [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | Updates `Microsoft.Extensions.Configuration` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `Microsoft.Extensions.Logging` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) Updates `Microsoft.Extensions.ObjectPool` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.10...v9.0.0) Updates `BigBook` from 5.1.62 to 5.1.63 - [Changelog](https://github.com/JaCraig/BigBookOfDataTypes/blob/master/CHANGELOG.md) - [Commits](JaCraig/BigBookOfDataTypes@v5.1.62...v5.1.63) Updates `Microsoft.Extensions.ObjectPool` from 8.0.10 to 8.0.10 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.10...v9.0.0) Updates `Microsoft.SqlServer.Management.SqlParser` from 172.0.1 to 172.1.1 - [Commits](https://github.com/microsoft/SqlParser/commits) Updates `FileCurator` from 4.1.12 to 4.1.13 - [Changelog](https://github.com/JaCraig/FileCurator/blob/master/CHANGELOG.md) - [Commits](JaCraig/FileCurator@v4.1.12...v4.1.13) Updates `Microsoft.Extensions.Configuration.EnvironmentVariables` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `Microsoft.Extensions.Configuration.Json` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Microsoft.Extensions.ObjectPool dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: BigBook dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.ObjectPool dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.SqlServer.Management.SqlParser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: FileCurator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
labels
Nov 20, 2024
Not approving this PR because it includes a major update of a dependency used in production |
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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.
Bumps the dependencies group with 8 updates in the / directory:
8.0.0
9.0.0
8.0.1
9.0.0
8.0.10
9.0.0
5.1.62
5.1.63
8.0.10
8.0.10
172.0.1
172.1.1
4.1.12
4.1.13
8.0.0
9.0.0
8.0.1
9.0.0
Updates
Microsoft.Extensions.Configuration
from 8.0.0 to 9.0.0Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
... (truncated)
Commits
9d5a6a9
Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'7dab903
Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...5f6da41
Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'7b9e615
Bump downlevels for 9.0 (#109288)0456c7e
Merge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'2b46f3a
[release/9.0] Permit unencrypted key exports from CNG (#109134)2df1137
Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'f9b6a51
Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...ab1c0fb
Merge commit 'd5baa14e684167fabdd980ee16d307994398f912'd5baa14
[release/9.0] Initialize managed and native values in the ICustomMarshaler ma...Updates
Microsoft.Extensions.Logging
from 8.0.1 to 9.0.0Release notes
Sourced from Microsoft.Extensions.Logging's releases.
... (truncated)
Commits
9d5a6a9
Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'7dab903
Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...5f6da41
Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'7b9e615
Bump downlevels for 9.0 (#109288)0456c7e
Merge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'2b46f3a
[release/9.0] Permit unencrypted key exports from CNG (#109134)2df1137
Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'f9b6a51
Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...ab1c0fb
Merge commit 'd5baa14e684167fabdd980ee16d307994398f912'd5baa14
[release/9.0] Initialize managed and native values in the ICustomMarshaler ma...Updates
Microsoft.Extensions.ObjectPool
from 8.0.10 to 9.0.0Release notes
Sourced from Microsoft.Extensions.ObjectPool's releases.
... (truncated)
Commits
af22eff
Merged PR 44451: [internal/release/9.0] Update dependencies from dnceng/inter...c316e1d
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...5305e20
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...7d06b13
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...592ca7f
Merged PR 44156: [internal/release/9.0] Update dependencies from dnceng/inter...282167d
Merge commit '6d58cd8ffa1b8f00a04238f16c58248d38c90776'6d58cd8
[release/9.0] Update dependencies from dotnet/source-build-externals (#58544)8543570
Merge commit '82199059bae482c603a377129699059c1386757f'8219905
[release/9.0] Update Messagepack dependency (#58556)4f6ca25
Merge commit '7748226be86bf632da270261456e7cf5fc1efd27'Updates
BigBook
from 5.1.62 to 5.1.63Changelog
Sourced from BigBook's changelog.
Commits
f6769c9
chore(release): 5.1.63a54228f
Merge pull request #307 from JaCraig/dependabot/nuget/dependencies-5a08a2a66bc25de9d
fix: bump the dependencies group with 4 updatesUpdates
Microsoft.Extensions.ObjectPool
from 8.0.10 to 8.0.10Release notes
Sourced from Microsoft.Extensions.ObjectPool's releases.
... (truncated)
Commits
af22eff
Merged PR 44451: [internal/release/9.0] Update dependencies from dnceng/inter...c316e1d
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...5305e20
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...7d06b13
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...592ca7f
Merged PR 44156: [internal/release/9.0] Update dependencies from dnceng/inter...282167d
Merge commit '6d58cd8ffa1b8f00a04238f16c58248d38c90776'6d58cd8
[release/9.0] Update dependencies from dotnet/source-build-externals (#58544)8543570
Merge commit '82199059bae482c603a377129699059c1386757f'8219905
[release/9.0] Update Messagepack dependency (#58556)4f6ca25
Merge commit '7748226be86bf632da270261456e7cf5fc1efd27'Updates
Microsoft.SqlServer.Management.SqlParser
from 172.0.1 to 172.1.1Commits
Updates
FileCurator
from 4.1.12 to 4.1.13Changelog
Sourced from FileCurator's changelog.
Commits
14516fb
chore(release): 4.1.1305a7717
Merge pull request #343 from JaCraig/dependabot/nuget/dependencies-343284cbe2a397abf
fix: bump the dependencies group with 2 updatesaca9914
Merge pull request #342 from JaCraig/dependabot/nuget/test/FileCurator.Tests/...233b9ff
chore: bump Mecha.xUnitUpdates
Microsoft.Extensions.Configuration.EnvironmentVariables
from 8.0.0 to 9.0.0Release notes
Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases.