build(deps): bump the grpc group across 1 directory with 5 updates#929
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #929 +/- ##
==========================================
- Coverage 38.24% 38.18% -0.06%
==========================================
Files 227 227
Lines 8412 8412
==========================================
- Hits 3217 3212 -5
- Misses 4810 4816 +6
+ Partials 385 384 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
1841a9e to
cbe557a
Compare
23193a1 to
22b0122
Compare
Bumps the grpc group with 5 updates in the /ee/psso/authentikPlatform.xcodeproj directory: | Package | From | To | | --- | --- | --- | | [github.com/grpc/grpc-swift-2](https://github.com/grpc/grpc-swift-2) | `2.3.0` | `2.4.1` | | [github.com/grpc/grpc-swift-nio-transport](https://github.com/grpc/grpc-swift-nio-transport) | `2.4.5` | `2.7.0` | | [github.com/grpc/grpc-swift-protobuf](https://github.com/grpc/grpc-swift-protobuf) | `2.2.1` | `2.4.0` | | [github.com/apple/swift-nio-extras](https://github.com/apple/swift-nio-extras) | `1.34.0` | `1.34.1` | | [github.com/apple/swift-nio-http2](https://github.com/apple/swift-nio-http2) | `1.43.0` | `1.44.0` | Updates `github.com/grpc/grpc-swift-2` from 2.3.0 to 2.4.1 - [Release notes](https://github.com/grpc/grpc-swift-2/releases) - [Commits](grpc/grpc-swift-2@2.3.0...21fe69a) Updates `github.com/grpc/grpc-swift-nio-transport` from 2.4.5 to 2.7.0 - [Release notes](https://github.com/grpc/grpc-swift-nio-transport/releases) - [Commits](grpc/grpc-swift-nio-transport@2.4.5...f62a090) Updates `github.com/grpc/grpc-swift-protobuf` from 2.2.1 to 2.4.0 - [Release notes](https://github.com/grpc/grpc-swift-protobuf/releases) - [Commits](grpc/grpc-swift-protobuf@2.2.1...b05885f) Updates `github.com/apple/swift-nio-extras` from 1.34.0 to 1.34.1 - [Release notes](https://github.com/apple/swift-nio-extras/releases) - [Commits](apple/swift-nio-extras@1.34.0...d2eeec0) Updates `github.com/apple/swift-nio-http2` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/apple/swift-nio-http2/releases) - [Commits](apple/swift-nio-http2@1.43.0...61d1b44) --- updated-dependencies: - dependency-name: github.com/apple/swift-nio-extras dependency-version: 1.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc - dependency-name: github.com/apple/swift-nio-http2 dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc - dependency-name: github.com/grpc/grpc-swift-2 dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc - dependency-name: github.com/grpc/grpc-swift-nio-transport dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc - dependency-name: github.com/grpc/grpc-swift-protobuf dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc ... Signed-off-by: dependabot[bot] <support@github.com>
22b0122 to
5c86156
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the grpc group with 5 updates in the /ee/psso/authentikPlatform.xcodeproj directory:
2.3.02.4.12.4.52.7.02.2.12.4.01.34.01.34.11.43.01.44.0Updates
github.com/grpc/grpc-swift-2from 2.3.0 to 2.4.1Release notes
Sourced from github.com/grpc/grpc-swift-2's releases.
Commits
21fe69aReturn deadlineExceeded when client timeout fires. (#46)d19a948Drop Swift 6.0 (#45)e20a6a0Enable Swift 6.3 jobs in CI (#44)Updates
github.com/grpc/grpc-swift-nio-transportfrom 2.4.5 to 2.7.0Release notes
Sourced from github.com/grpc/grpc-swift-nio-transport's releases.
... (truncated)
Commits
f62a090Defer buffered read delivery to avoid re-entrant SETTINGS loss in tests (#174)e1d608eWrite end stream in clientClosedServerClosed if not yet written (#173)3e406f5Close stream when receiving invalid headers from server (#171)1914d23Drop Swift 6.0 (#172)76043c1Enable Swift 6.3 jobs in CI (#170)fd8d73dDon't assert in nextOutboundFrame() for idle stream states (#169)63486e7Add basic tests to the worker service (#165)3ca4136Set connection target window size (#166)31faa90Improve reliability of WrappedChannel tests (#167)48d0d3bUse RPC type to optimise flushing in server responses (#159)Updates
github.com/grpc/grpc-swift-protobuffrom 2.2.1 to 2.4.0Release notes
Sourced from github.com/grpc/grpc-swift-protobuf's releases.
Commits
b05885fUse vendored protoc (#100)8723cf8Drop Swift 6.0 (#98)bcd514bEnable Swift 6.3 jobs in CI (#97)Updates
github.com/apple/swift-nio-extrasfrom 1.34.0 to 1.34.1Release notes
Sourced from github.com/apple/swift-nio-extras's releases.
Commits
d2eeec0Merge commit from fork2aa26cdMigrate macOS build argument overrides to Swift version inputs (#312)Updates
github.com/apple/swift-nio-http2from 1.43.0 to 1.44.0Release notes
Sourced from github.com/apple/swift-nio-http2's releases.
Commits
61d1b44Merge commit from fork