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

build(deps): Bump the all group with 5 updates #82

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the all group with 5 updates:

Package From To
Microsoft.Bcl.AsyncInterfaces 8.0.0 9.0.0
MessagePack 2.5.187 2.5.192
MessagePackAnalyzer 2.5.187 2.5.192
Polly 8.4.2 8.5.0
MSTest 3.6.2 3.6.3

Updates Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 9.0.0

Release notes

Sourced from Microsoft.Bcl.AsyncInterfaces's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates MessagePack from 2.5.187 to 2.5.192

Release notes

Sourced from MessagePack's releases.

v2.5.192

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.187...v2.5.192

Commits
  • d3d435b Merge pull request #2055 from MessagePack-CSharp/fixBuggyWrites
  • c2cef88 Fix bugs in serializing long numbers
  • 7c908af Add .NET Foundation notices
  • 0c02b68 Merge pull request #2018 from MessagePack-CSharp/msgpackPackRefRemoval
  • 4f457dc Remove PackageReference to older MessagePack version
  • See full diff in compare view

Updates MessagePackAnalyzer from 2.5.187 to 2.5.192

Release notes

Sourced from MessagePackAnalyzer's releases.

v2.5.192

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.187...v2.5.192

Commits
  • d3d435b Merge pull request #2055 from MessagePack-CSharp/fixBuggyWrites
  • c2cef88 Fix bugs in serializing long numbers
  • 7c908af Add .NET Foundation notices
  • 0c02b68 Merge pull request #2018 from MessagePack-CSharp/msgpackPackRefRemoval
  • 4f457dc Remove PackageReference to older MessagePack version
  • See full diff in compare view

Updates Polly from 8.4.2 to 8.5.0

Release notes

Sourced from Polly's releases.

8.5.0

What's Changed

New Contributors

Full Changelog: App-vNext/Polly@8.4.2...8.5.0

Changelog

Sourced from Polly's changelog.

8.5.0

Commits
  • 520ee38 Update to .NET 9 SDK (#2003)
  • 7567acc Extend snippet explanation
  • 607535c Bump Microsoft.Extensions.TimeProvider.Testing from 8.7.0 to 8.10.0 (#2371)
  • f3db68b Bump rojopolis/spellcheck-github-actions from 0.44.0 to 0.45.0 (#2372)
  • 124dfd6 Bump NSubstitute from 5.1.0 to 5.3.0 (#2365)
  • 52259e0 Bump rojopolis/spellcheck-github-actions from 0.43.1 to 0.44.0 (#2368)
  • 21fef02 Bump github/codeql-action from 3.26.13 to 3.27.0 (#2369)
  • 795f06d Bump actions/dependency-review-action from 4.3.5 to 4.4.0 (#2367)
  • 12fe569 Bump actions/cache from 4.1.1 to 4.1.2 (#2359)
  • 978ac69 Bump actions/checkout from 4.2.1 to 4.2.2 (#2361)
  • Additional commits viewable in compare view

Updates MSTest from 3.6.2 to 3.6.3

Changelog

Sourced from MSTest's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

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 <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 conditions

Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` |
| [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) | `2.5.187` | `2.5.192` |
| [MessagePackAnalyzer](https://github.com/MessagePack-CSharp/MessagePack-CSharp) | `2.5.187` | `2.5.192` |
| [Polly](https://github.com/App-vNext/Polly) | `8.4.2` | `8.5.0` |
| [MSTest](https://github.com/microsoft/testfx) | `3.6.2` | `3.6.3` |


Updates `Microsoft.Bcl.AsyncInterfaces` 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 `MessagePack` from 2.5.187 to 2.5.192
- [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases)
- [Changelog](https://github.com/MessagePack-CSharp/MessagePack-CSharp/blob/master/prepare_release.ps1)
- [Commits](MessagePack-CSharp/MessagePack-CSharp@v2.5.187...v2.5.192)

Updates `MessagePackAnalyzer` from 2.5.187 to 2.5.192
- [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases)
- [Changelog](https://github.com/MessagePack-CSharp/MessagePack-CSharp/blob/master/prepare_release.ps1)
- [Commits](MessagePack-CSharp/MessagePack-CSharp@v2.5.187...v2.5.192)

Updates `Polly` from 8.4.2 to 8.5.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.4.2...8.5.0)

Updates `MSTest` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: MessagePack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MessagePackAnalyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Polly
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
@github-actions github-actions bot merged commit 3c706a8 into master Nov 18, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/all-b24670eb74 branch November 18, 2024 03:53
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants