Skip to content

Bump the ruby group with 3 updates#370

Merged
chadlwilson merged 1 commit intomasterfrom
dependabot/bundler/ruby-92807f9465
Aug 12, 2024
Merged

Bump the ruby group with 3 updates#370
chadlwilson merged 1 commit intomasterfrom
dependabot/bundler/ruby-92807f9465

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the ruby group with 3 updates: parser, grpc and grpc-tools.

Updates parser from 3.3.4.0 to 3.3.4.2

Changelog

Sourced from parser's changelog.

Changelog

Not released (2024-08-08)

Bugs fixed:

  • Fix errros in the ascii specs of RuboCop (#1037) (Koichi ITO)

v3.3.4.1 (2024-08-07)

API modifications:

  • Bump 3.2 branch to 3.2.5. (#1036) (Ilya Bylich)
  • Bump Racc to 1.8.1 (#1031) (Koichi ITO)

Bugs fixed:

  • builder.rb: catch encoding errors when parsing invalid encoding regexp (#1033) (Earlopain)
Commits

Updates grpc from 1.64.0 to 1.64.3

Release notes

Sourced from grpc's releases.

Release v1.64.3

This is release gRPC Core 1.64.3 (grateful).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Release v1.64.2

This is release 1.64.2 (grateful) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [xds] Do not crash when XdsLocalityName is null (#36841). (#36851)
  • [Build] Fix for gcc-9. (#36839)

Release v1.64.1

This is release 1.64.1 (grateful) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

C++

  • [OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686). (#36722)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration (#36674). (#36688)

Python

  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers (v1.64.x backport). (#36696)
Commits

Updates grpc-tools from 1.64.0 to 1.64.3

Release notes

Sourced from grpc-tools's releases.

Release v1.64.3

This is release gRPC Core 1.64.3 (grateful).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Release v1.64.2

This is release 1.64.2 (grateful) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [xds] Do not crash when XdsLocalityName is null (#36841). (#36851)
  • [Build] Fix for gcc-9. (#36839)

Release v1.64.1

This is release 1.64.1 (grateful) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

C++

  • [OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686). (#36722)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration (#36674). (#36688)

Python

  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers (v1.64.x backport). (#36696)
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
grpc [>= 1.65.0.a, < 1.65.1]
grpc-tools [>= 1.65.0.a, < 1.65.1]
grpc [>= 1.65.1.a, < 1.65.2]
grpc-tools [>= 1.65.1.a, < 1.65.2]
grpc [>= 1.65.2.a, < 1.65.3]
grpc-tools [>= 1.65.2.a, < 1.65.3]

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 ruby group with 3 updates: [parser](https://github.com/whitequark/parser), [grpc](https://github.com/google/grpc) and [grpc-tools](https://github.com/google/grpc).


Updates `parser` from 3.3.4.0 to 3.3.4.2
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.4.0...v3.3.4.2)

Updates `grpc` from 1.64.0 to 1.64.3
- [Release notes](https://github.com/google/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.64.0...v1.64.3)

Updates `grpc-tools` from 1.64.0 to 1.64.3
- [Release notes](https://github.com/google/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/src/ruby/CHANGELOG.md)
- [Commits](grpc/grpc@v1.64.0...v1.64.3)

---
updated-dependencies:
- dependency-name: parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: grpc-tools
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 12, 2024
@chadlwilson chadlwilson merged commit cdc26ee into master Aug 12, 2024
@dependabot dependabot bot deleted the dependabot/bundler/ruby-92807f9465 branch August 12, 2024 09:35
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 ruby Pull requests that update Ruby code

Development

Successfully merging this pull request may close these issues.

1 participant