Skip to content
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 Polly.Core and Microsoft.Bcl.AsyncInterfaces #1411

Merged
merged 2 commits into from
May 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps Polly.Core and Microsoft.Bcl.AsyncInterfaces. These dependencies needed to be updated together.
Updates Polly.Core from 8.3.1 to 8.4.0

Release notes

Sourced from Polly.Core's releases.

8.4.0

What's Changed

New Contributors

Full Changelog: App-vNext/Polly@8.3.1...8.4.0

Changelog

Sourced from Polly.Core's changelog.

8.4.0

Commits
  • 11f84b2 Rebase and cleanup the PR
  • 41d27ff [Bug] Fix chaos outcome exception handling (#2101)
  • 98e9a44 Bump actions/checkout from 4.1.4 to 4.1.5 (#2103)
  • 4aaf995 Bump github/codeql-action from 3.25.3 to 3.25.4 (#2102)
  • 66e97a0 Fix typos
  • 0f66d3e Allow changing the severity of resilience events (#2072)
  • f85029c Bump martincostello/update-dotnet-sdk from 3.2.0 to 3.2.1 (#2092)
  • 51cf1b1 Bump actions/dependency-review-action from 4.2.5 to 4.3.2 (#2095)
  • e074937 Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#2094)
  • 3a20dac Bump github/codeql-action from 3.25.2 to 3.25.3 (#2093)
  • Additional commits viewable in compare view

Updates Microsoft.Bcl.AsyncInterfaces from 1.1.1 to 6.0.0

Release notes

Sourced from Microsoft.Bcl.AsyncInterfaces's releases.

.NET 6.0

Release

.NET 6.0 RC 2

Release

.NET 6.0 RC 1

Release

.NET 6.0 Preview 7

Release

.NET 6.0 Preview 6

Release

.NET 6.0 Preview 5

Release

.NET 6.0 Preview 4

Release

.NET 6.0 Preview 3

Release

.NET 6.0 Preview 2

Release

.NET 6.0 Preview 1

Release

.NET 5.0.17

Release

.NET 5 is now out of support. We recommend using .NET 6.

.NET 5.0.16

Release

.NET 5.0.15

Release

.NET 5.0.14

Release

.NET 5.0.13

Release

.NET 5.0.11

Release

... (truncated)

Commits

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)

Bumps [Polly.Core](https://github.com/App-vNext/Polly) and [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Polly.Core` from 8.3.1 to 8.4.0
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)
- [Commits](App-vNext/Polly@8.3.1...8.4.0)

Updates `Microsoft.Bcl.AsyncInterfaces` from 1.1.1 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v6.0.0)

---
updated-dependencies:
- dependency-name: Polly.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 13, 2024 01:31
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 13, 2024
@martincostello martincostello enabled auto-merge (squash) May 13, 2024 06:10
Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.09%. Comparing base (567fa14) to head (ef265fe).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1411      +/-   ##
==========================================
- Coverage   79.43%   79.09%   -0.35%     
==========================================
  Files         138      138              
  Lines        3234     3234              
  Branches      448      448              
==========================================
- Hits         2569     2558      -11     
- Misses        434      445      +11     
  Partials      231      231              
Flag Coverage Δ
linux 79.09% <ø> (-0.35%) ⬇️
macos 47.92% <ø> (ø)
windows 47.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello merged commit e4baf85 into main May 13, 2024
13 of 14 checks passed
@martincostello martincostello deleted the dependabot/nuget/multi-a94ce6e49a branch May 13, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant