-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): bump Microsoft.Azure.Functions.Worker.Core, Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Options.ConfigurationExtensions and System.Text.Json in /source #1389
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
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 25, 2024
dependabot
bot
force-pushed
the
dependabot/nuget/source/multi-5263a99eb3
branch
from
November 26, 2024 09:01
b0a8113
to
6f60abd
Compare
…l.AsyncInterfaces, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Options.ConfigurationExtensions and System.Text.Json Bumps [Microsoft.Azure.Functions.Worker.Core](https://github.com/Azure/azure-functions-dotnet-worker), [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Options.ConfigurationExtensions](https://github.com/dotnet/runtime) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Azure.Functions.Worker.Core` from 1.19.0 to 2.0.0 - [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases) - [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/2.0.0/release_notes.md) - [Commits](Azure/azure-functions-dotnet-worker@1.19.0...2.0.0) Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 6.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v6.0.0) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v8.0.2) Updates `Microsoft.Extensions.Options.ConfigurationExtensions` from 8.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.0) Updates `System.Text.Json` from 8.0.5 to 6.0.10 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.5...v6.0.10) --- updated-dependencies: - dependency-name: Microsoft.Azure.Functions.Worker.Core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/nuget/source/multi-5263a99eb3
branch
from
November 26, 2024 13:50
6f60abd
to
2851090
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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.
Bumps Microsoft.Azure.Functions.Worker.Core, Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Options.ConfigurationExtensions and System.Text.Json. These dependencies needed to be updated together.
Updates
Microsoft.Azure.Functions.Worker.Core
from 1.19.0 to 2.0.0Release notes
Sourced from Microsoft.Azure.Functions.Worker.Core's releases.
... (truncated)
Changelog
Sourced from Microsoft.Azure.Functions.Worker.Core's changelog.
Commits
bdd76c3
prepping AspNetCore 2.0 (#2859)3cf1f89
minor cleanup of AspNetCore extension (#2854)d8b5fe9
Add .net9 transitive dependencies (#2852)280e4fd
Update OTel release notes (#2857)a8fd6d0
Fixing package downgrades after rebase775ff53
Updates after taking changes from base branch83da03f
Address FunctionsApplicationBuilder.Environment null (#2837)1e6c717
Fix modifying collection while enumerating (#2844)70ae0e6
prepping preview5 (#2813)e18c64b
Updating dependencies (#2809)Updates
Microsoft.Bcl.AsyncInterfaces
from 8.0.0 to 6.0.0Commits
4822e3c
Update dependencies from https://github.com/dotnet/arcade build 20211022.3 (#...bf20df1
[release/6.0] [wasm][debugger] Fix loading a non wasm page and then returning...de75159
[release/6.0] Create a parent CMake project for building app bundles on CI (#...8da5835
[release/6.0] Update dependencies from dotnet/icu dotnet/emsdk (#60684)6f41165
[release/6.0] Tweak workload build to use _GenerateMsiVersionString target (#...c86a857
[release/6.0] Update dependencies from dotnet/icu dotnet/emsdk dotnet/runtime...80ed1bd
[release/6.0] Don't special case "Experimental" projects (#60643)263945a
[release/6.0] Fix stable builds for some transport packages (#60635)034f191
Update mac installers location string (#60500)7907830
[release/6.0] Enforce scatter/gather file I/O Windows API requirements et. al...Updates
Microsoft.Extensions.DependencyInjection.Abstractions
from 8.0.1 to 8.0.2Release notes
Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.
Commits
1381d5e
Merge in 'release/8.0' changesc987e4f
[release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (#97110)441c91d
Merge in 'release/8.0' changesc93800e
Merge pull request #97065 from carlossanlop/release/8.0-stagingc2d2bb3
Merge branch 'release/8.0' into release/8.0-staging6d35e39
[release/8.0-staging] UInt64.CreateSaturating<Int128> truncates instead of sa...96b0a55
[release/8.0-staging] macOS: Set certificate as a dependency of private key h...85c2772
[release/8.0] Fix server-side OCSP stapling on Linux (#96838)683da71
[release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...f9d0a7b
[release/8.0-staging] Fix Crossgen2 PDB generation (again) (#96566)Updates
Microsoft.Extensions.Options.ConfigurationExtensions
from 8.0.0 to 8.0.0Commits
Updates
System.Text.Json
from 8.0.5 to 6.0.10Commits
5a400c2
Update dependencies from https://github.com/dotnet/emsdk build 20220914.2 (#7...af64246
Add RID for alpine-3.17 + alpine-{x86,s390x} (backports #75396) (#75530)996dec0
Update dependencies from https://github.com/dotnet/arcade build 20220913.7 (#...ed9b14c
[release/6.0] Add signing infrastructure for diagnostic binaries (#74330)38e60d8
Fix build for musl 1.2.3 (backports #67772) (#75529)ed73907
Pass resource items for VS generated authoring (#75454)388cc78
Add armv8l virtualized 32-bit ARM core detection (backports #66477) (#75528)8770e0e
Add CMAKE ASM workaround for newer clang (backport of #74696) (#75526)5247c8f
Merge in 'release/6.0' changes7e31494
Add reference assembly for System.Private.CoreLib.dll (#75311)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 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)