-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Bump the dotnet group in /docs/orleans/grains/snippets/timers with 3 updates #41810
Merged
IEvangelist
merged 3 commits into
main
from
dependabot/nuget/docs/orleans/grains/snippets/timers/dotnet-065a960c22
Aug 1, 2024
Merged
Bump the dotnet group in /docs/orleans/grains/snippets/timers with 3 updates #41810
IEvangelist
merged 3 commits into
main
from
dependabot/nuget/docs/orleans/grains/snippets/timers/dotnet-065a960c22
Aug 1, 2024
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
Contributor
dependabot
bot
added
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
labels
Jul 17, 2024
dotnet-policy-service
bot
added
the
community-contribution
Indicates PR is created by someone from the .NET community.
label
Jul 17, 2024
dependabot
bot
force-pushed
the
dependabot/nuget/docs/orleans/grains/snippets/timers/dotnet-065a960c22
branch
from
July 23, 2024 13:35
c449ca0
to
baca3e0
Compare
Bumps the dotnet group in /docs/orleans/grains/snippets/timers with 3 updates: [Microsoft.Orleans.Core.Abstractions](https://github.com/dotnet/orleans), [Microsoft.Orleans.Reminders](https://github.com/dotnet/orleans) and [Microsoft.Orleans.Sdk](https://github.com/dotnet/orleans). Updates `Microsoft.Orleans.Core.Abstractions` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v8.1.0...v8.2.0) Updates `Microsoft.Orleans.Reminders` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v8.1.0...v8.2.0) Updates `Microsoft.Orleans.Core.Abstractions` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v8.1.0...v8.2.0) Updates `Microsoft.Orleans.Sdk` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: Microsoft.Orleans.Core.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Reminders dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Core.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/nuget/docs/orleans/grains/snippets/timers/dotnet-065a960c22
branch
from
July 24, 2024 12:09
baca3e0
to
c86808f
Compare
IEvangelist
reviewed
Jul 26, 2024
IEvangelist
approved these changes
Jul 26, 2024
auto-merge was automatically disabled
August 1, 2024 15:54
Pull request was closed
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 |
ping @IEvangelist This can't merge without code changes. |
IEvangelist
approved these changes
Aug 1, 2024
IEvangelist
deleted the
dependabot/nuget/docs/orleans/grains/snippets/timers/dotnet-065a960c22
branch
August 1, 2024 17:24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community-contribution
Indicates PR is created by someone from the .NET community.
dependencies
Pull requests that update a dependency file
.NET
Pull requests that update .net code
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 dotnet group in /docs/orleans/grains/snippets/timers with 3 updates: Microsoft.Orleans.Core.Abstractions, Microsoft.Orleans.Reminders and Microsoft.Orleans.Sdk.
Updates
Microsoft.Orleans.Core.Abstractions
from 8.1.0 to 8.2.0Release notes
Sourced from Microsoft.Orleans.Core.Abstractions's releases.
... (truncated)
Commits
92e0bf3
Allow GrainTimers to dispose themselves from their own callback (#9065)77a187e
StatelessWorker: pump work item queue consistently (#9064)2af2970
ActivationData: get IGrainActivator from shared components consistently (#9063)e19a176
Promptly terminate AdaptiveDirectoryCacheMaintainer (#9062)a264ce0
Coordinate shutdown of AdaptiveDirectoryCacheMaintainer with LocalGrainDirect...8035ed9
Replace custom GetHashCode implementations with HashCode.Combine (#9059)e033fbd
MessagePack codec (#8546)a85e337
Activation repartitioner: usenull
for no-op message observer to avoid inte...a44d4a3
Implement incoming grain call filters for observers (#9054)6ff7edc
Fix flaky `Should_ConvertAllRemoteCalls_ToLocalCalls_WhileRespectingTolerance...Updates
Microsoft.Orleans.Reminders
from 8.1.0 to 8.2.0Release notes
Sourced from Microsoft.Orleans.Reminders's releases.
... (truncated)
Commits
92e0bf3
Allow GrainTimers to dispose themselves from their own callback (#9065)77a187e
StatelessWorker: pump work item queue consistently (#9064)2af2970
ActivationData: get IGrainActivator from shared components consistently (#9063)e19a176
Promptly terminate AdaptiveDirectoryCacheMaintainer (#9062)a264ce0
Coordinate shutdown of AdaptiveDirectoryCacheMaintainer with LocalGrainDirect...8035ed9
Replace custom GetHashCode implementations with HashCode.Combine (#9059)e033fbd
MessagePack codec (#8546)a85e337
Activation repartitioner: usenull
for no-op message observer to avoid inte...a44d4a3
Implement incoming grain call filters for observers (#9054)6ff7edc
Fix flaky `Should_ConvertAllRemoteCalls_ToLocalCalls_WhileRespectingTolerance...Updates
Microsoft.Orleans.Core.Abstractions
from 8.1.0 to 8.2.0Release notes
Sourced from Microsoft.Orleans.Core.Abstractions's releases.
... (truncated)
Commits
92e0bf3
Allow GrainTimers to dispose themselves from their own callback (#9065)77a187e
StatelessWorker: pump work item queue consistently (#9064)2af2970
ActivationData: get IGrainActivator from shared components consistently (#9063)e19a176
Promptly terminate AdaptiveDirectoryCacheMaintainer (#9062)a264ce0
Coordinate shutdown of AdaptiveDirectoryCacheMaintainer with LocalGrainDirect...8035ed9
Replace custom GetHashCode implementations with HashCode.Combine (#9059)e033fbd
MessagePack codec (#8546)a85e337
Activation repartitioner: usenull
for no-op message observer to avoid inte...a44d4a3
Implement incoming grain call filters for observers (#9054)6ff7edc
Fix flaky `Should_ConvertAllRemoteCalls_ToLocalCalls_WhileRespectingTolerance...Updates
Microsoft.Orleans.Sdk
from 8.1.0 to 8.2.0Release notes
Sourced from Microsoft.Orleans.Sdk's releases.
... (truncated)
Commits
92e0bf3
Allow GrainTimers to dispose themselves from their own callback (#9065)77a187e
StatelessWorker: pump work item queue consistently (#9064)2af2970
ActivationData: get IGrainActivator from shared components consistently (#9063)e19a176
Promptly terminate AdaptiveDirectoryCacheMaintainer (#9062)a264ce0
Coordinate shutdown of AdaptiveDirectoryCacheMaintainer with LocalGrainDirect...8035ed9
Replace custom GetHashCode implementations with HashCode.Combine (#9059)e033fbd
MessagePack codec (#8546)a85e337
Activation repartitioner: usenull
for no-op message observer to avoid inte...a44d4a3
Implement incoming grain call filters for observers (#9054)6ff7edc
Fix flaky `Should_ConvertAllRemoteCalls_ToLocalCalls_WhileRespectingTolerance...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 <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 conditionsInternal previews