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

chore(deps): Bump the all group with 4 updates #15

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps the all group with 4 updates: Google.Protobuf, Grpc.Net.Client, MSTest.TestAdapter and MSTest.TestFramework.

Updates Google.Protobuf from 3.25.1 to 3.25.2

Commits
  • a9b006b Updating version.json and repo version numbers to: 25.2
  • 59eebe3 Merge pull request #14907 from mkruskal-google/cmake-install-fix
  • 05ad652 Only substitute prefixes during installation setup.
  • c709a34 Merge pull request #14800 from mkruskal-google/leak-patch
  • 3d5c709 Register a shutdown delete for C++ feature defaults
  • c529459 Merge pull request #14765 from protocolbuffers/25.x-202311152135
  • 6ac0447 Updating version.json and repo version numbers to: 25.2-dev
  • See full diff in compare view

Updates Grpc.Net.Client from 2.59.0 to 2.60.0

Release notes

Sourced from Grpc.Net.Client's releases.

Release v2.60.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.59.0...v2.60.0

Release v2.60.0-pre1

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.59.0...v2.60.0-pre1

Commits
  • 6eccb61 Bump version to 2.60.0 (#2348)
  • b1a6ce4 Update Grpc.Tools to 2.60.0 (#2336) (#2339)
  • 4938da9 Bumping version string to 2.60.0-pre1 in release branch (#2338)
  • 1625f89 Trim regex from Grpc.AspNetCore (#2326)
  • 2bbb977 Add Native AOT test (#2324)
  • ca9b756 Update to use Directory.Packages.props (#2315)
  • 4a60f41 Update to GA .NET 8 SDK (#2321)
  • e5afb08 Bump browserify-sign from 4.2.1 to 4.2.2 in /examples/Spar/Server/ClientApp (...
  • 5e505b0 Bump axios and wait-on in /testassets/InteropTestsGrpcWebWebsite/Tests (#2322)
  • 8d33f09 Bump @​babel/traverse from 7.21.4 to 7.23.2 in /testassets/InteropTestsGrpcWeb...
  • See full diff in compare view

Updates MSTest.TestAdapter from 3.1.1 to 3.2.0

Release notes

Sourced from MSTest.TestAdapter's releases.

v.3.2.0

See the release notes here.

v3.2.0-preview.24069.3

See the release notes here.

v3.2.0-preview.23623.1

See the release notes here.

v3.2.0-preview.23622.1

See the release notes here.

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.2.0] - 2024-01-24

See full log here

Added

Fixed

Chores

... (truncated)

Commits

Updates MSTest.TestFramework from 3.1.1 to 3.2.0

Release notes

Sourced from MSTest.TestFramework's releases.

v.3.2.0

See the release notes here.

v3.2.0-preview.24069.3

See the release notes here.

v3.2.0-preview.23623.1

See the release notes here.

v3.2.0-preview.23622.1

See the release notes here.

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.2.0] - 2024-01-24

See full log here

Added

Fixed

Chores

... (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 <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 4 updates: [Google.Protobuf](https://github.com/protocolbuffers/protobuf), [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `Google.Protobuf` from 3.25.1 to 3.25.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.1...v3.25.2)

Updates `Grpc.Net.Client` from 2.59.0 to 2.60.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.59.0...v2.60.0)

Updates `MSTest.TestAdapter` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.1.1...v.3.2.0)

Updates `MSTest.TestFramework` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.1.1...v.3.2.0)

---
updated-dependencies:
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2024
@HavenDV HavenDV merged commit 08ead83 into main Jan 29, 2024
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/all-373a35eb02 branch January 29, 2024 23:46
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.

1 participant