Skip to content

Commit 01c70ee

Browse files
cgrindel-self-hosted-renovate[bot]mergify[bot]cgrindel
authored
chore(deps): update dependency grpc/grpc-swift-protobuf to v1.3.0 (#1637)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpc/grpc-swift-protobuf](https://redirect.github.com/grpc/grpc-swift-protobuf) | minor | `1.2.0` -> `1.3.0` | --- ### Release Notes <details> <summary>grpc/grpc-swift-protobuf (grpc/grpc-swift-protobuf)</summary> ### [`v1.3.0`](https://redirect.github.com/grpc/grpc-swift-protobuf/releases/tag/1.3.0) [Compare Source](https://redirect.github.com/grpc/grpc-swift-protobuf/compare/1.2.0...1.3.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### SemVer Minor - Make GoogleRPCStatus Hashable by [@&#8203;glbrntt](https://redirect.github.com/glbrntt) in [https://github.com/grpc/grpc-swift-protobuf/pull/62](https://redirect.github.com/grpc/grpc-swift-protobuf/pull/62) - Support availability overrides by [@&#8203;glbrntt](https://redirect.github.com/glbrntt) in [https://github.com/grpc/grpc-swift-protobuf/pull/67](https://redirect.github.com/grpc/grpc-swift-protobuf/pull/67) ##### SemVer Patch - Update expected generated code by [@&#8203;glbrntt](https://redirect.github.com/glbrntt) in [https://github.com/grpc/grpc-swift-protobuf/pull/64](https://redirect.github.com/grpc/grpc-swift-protobuf/pull/64) - Set version info using info from the package context by [@&#8203;glbrntt](https://redirect.github.com/glbrntt) in [https://github.com/grpc/grpc-swift-protobuf/pull/66](https://redirect.github.com/grpc/grpc-swift-protobuf/pull/66) - Move availability inline by [@&#8203;glbrntt](https://redirect.github.com/glbrntt) in [https://github.com/grpc/grpc-swift-protobuf/pull/68](https://redirect.github.com/grpc/grpc-swift-protobuf/pull/68) ##### Other Changes - Enable Swift 6.1 jobs in CI by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/grpc/grpc-swift-protobuf/pull/59](https://redirect.github.com/grpc/grpc-swift-protobuf/pull/59) - Fix typo in docs by [@&#8203;glbrntt](https://redirect.github.com/glbrntt) in [https://github.com/grpc/grpc-swift-protobuf/pull/61](https://redirect.github.com/grpc/grpc-swift-protobuf/pull/61) - Fix a few warnings by [@&#8203;glbrntt](https://redirect.github.com/glbrntt) in [https://github.com/grpc/grpc-swift-protobuf/pull/63](https://redirect.github.com/grpc/grpc-swift-protobuf/pull/63) - Regenerate code for tests by [@&#8203;glbrntt](https://redirect.github.com/glbrntt) in [https://github.com/grpc/grpc-swift-protobuf/pull/65](https://redirect.github.com/grpc/grpc-swift-protobuf/pull/65) **Full Changelog**: grpc/grpc-swift-protobuf@1.2.0...1.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4zLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <[email protected]>
1 parent 4b9a204 commit 01c70ee

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/set_up_macos/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
steps:
1515
- uses: maxim-lobanov/setup-xcode@v1
1616
with:
17-
xcode-version: '16.3'
17+
xcode-version: '16.4'
1818
- name: Confirm Xcode Version
1919
shell: bash
2020
run: |
@@ -24,7 +24,7 @@ runs:
2424
- uses: cgrindel/gha_set_up_bazel@v1
2525
with:
2626
repo_name: ${{ inputs.repo_name }}
27-
# As of macos-13 runner, go was not on the PATH. This resulted in bazel run
27+
# As of macos-13 runner, go was not on the PATH. This resulted in bazel run
2828
# //:go_update_repos failing.
2929
- uses: actions/setup-go@v5
3030
with:

examples/grpc_example/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/grpc_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "grpc_example",
77
dependencies: [
88
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.3"),
9-
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.2.0"),
9+
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.3.0"),
1010
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.2.3"),
1111
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.30.0"),
1212
]

0 commit comments

Comments
 (0)