Update dependency apple/swift-protobuf to from: "1.38.0"#9
Draft
renovate[bot] wants to merge 1 commit into
Draft
Update dependency apple/swift-protobuf to from: "1.38.0"#9renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
770bef9 to
f0ec334
Compare
f0ec334 to
66a647d
Compare
66a647d to
946477c
Compare
946477c to
bca0293
Compare
bca0293 to
b4cee29
Compare
b4cee29 to
3457cdf
Compare
3457cdf to
9ed5983
Compare
4b33287 to
28eb493
Compare
28eb493 to
8f1a13b
Compare
8f1a13b to
7def383
Compare
7def383 to
6776440
Compare
6776440 to
1dd5374
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.
This PR contains the following updates:
from: "1.30.0"→from: "1.38.0"Caution
This PR is marked as draft, as Renovate will not update Package.resolved. See renovatebot/renovate#6924
Release Notes
apple/swift-protobuf (apple/swift-protobuf)
v1.38.0: ReleaseCompare Source
What's Changed
SemVer Minor
SemVer Patch
Other Changes
test-pluginby @thomasvl in #2059Full Changelog: apple/swift-protobuf@1.37.0...1.38.0
v1.37.0: ReleaseCompare Source
NOTE: This release switches from using git submodules to vendored sources. This should help reduce he cost of using this package in other packages. If you have a force, make sure you update across it to track that change correctly so don't accidentally keep your fork using the submodules.
What's Changed
SemVer Minor
SemVer Patch
Other Changes
update_protobuf.ymlworkflow by @kateinoigakukun in #2025make referencefrom failing the protobuf & abseil updates. by @thomasvl in #2029New Contributors
Full Changelog: apple/swift-protobuf@1.36.1...1.37.0
v1.36.1: ReleaseCompare Source
This release addresses the accidental break with CocoaPods, there should be no changes for SwiftPM users.
What's Changed
SemVer Patch
Other Changes
Full Changelog: apple/swift-protobuf@1.36.0...1.36.1
v1.36.0: ReleaseCompare Source
What's Changed
SemVer Minor
EnumGenerationoption to generate@nonexhaustiveenums and oneofs by @FranzBusch in #1987FoundationEssentialsby @madsodgaard in #1993Other Changes
Makefilehelpers for checking on the traits locally. by @thomasvl in #1999Foundationlinkage test and last missing pieces by @madsodgaard in #1997Full Changelog: apple/swift-protobuf@1.35.1...1.36.0
v1.35.1Compare Source
What's Changed
SemVer Patch
Other Changes
mainstatus. by @thomasvl in #1983New Contributors
Full Changelog: apple/swift-protobuf@1.35.0...1.35.1
v1.35.0Compare Source
What's Changed
SemVer Minor
SemVer Patch
Other Changes
New Contributors
Full Changelog: apple/swift-protobuf@1.34.1...1.35.0
v1.34.1: ReleaseCompare Source
What's Changed
SemVer Patch
Other Changes
Full Changelog: apple/swift-protobuf@1.34.0...1.34.1
v1.34.0: ReleaseCompare Source
What's Changed
SemVer Minor
SemVer Patch
json_nameusage. by @thomasvl in #1934Other Changes
protocis built by SwiftPM by @thomasvl in #1891check-proto-filesfail when things need updatings. by @thomasvl in #1902New Contributors
Full Changelog: apple/swift-protobuf@1.33.3...1.34.0
v1.33.3: ReleaseCompare Source
What's Changed
SemVer Patch
Full Changelog: apple/swift-protobuf@1.33.2...1.33.3
v1.33.2: ReleaseCompare Source
What's Changed
SemVer Patch
unsafeFlags by @FranzBusch in #1882Full Changelog: apple/swift-protobuf@1.33.1...1.33.2
v1.33.1: ReleaseCompare Source
What's Changed
SemVer Patch
Full Changelog: apple/swift-protobuf@1.33.0...1.33.1
v1.33.0: ReleaseCompare Source
What's Changed
SemVer Minor
protocfrom source by @FranzBusch in #1876SemVer Patch
Other Changes
New Contributors
Full Changelog: apple/swift-protobuf@1.32.0...1.33.0
v1.32.0: ReleaseCompare Source
What's Changed
SemVer Minor
SemVer Patch
Other Changes
New Contributors
Full Changelog: apple/swift-protobuf@1.31.2...1.32.0
v1.31.2: ReleaseCompare Source
This release fixes an issue where using TextFormat or JSON on watchOS could have run into an internal assertion.
What's Changed
SemVer Patch
BytecodeReader.nextInt32. by @allevato in #1859Other Changes
Full Changelog: apple/swift-protobuf@1.31.1...1.31.2
v1.31.1: ReleaseCompare Source
What's Changed
SemVer Patch
Other Changes
packagevisibility. by @thomasvl in #1844Full Changelog: apple/swift-protobuf@1.31.0...1.31.1
v1.31.0Compare Source
What's Changed
SemVer Minor
packagevisibility for an internal helper. by @thomasvl in #1790protocproduct by @FranzBusch in #1836SemVer Patch
DatawasSendable, so remove@uncheckeduse. by @thomasvl in #1787Strings when computing JSON names. by @allevato in #1807nameStringto reduce runtime size ofNameby @thomasvl in #1806Other Changes
@testable importby @thomasvl in #1785packagevisibility. by @thomasvl in #1791_NameMap.init(bytecode:)call. by @allevato in #1804lazy,unverified_lazy, andctypein test files. by @thomasvl in #1811packagevisibility. by @thomasvl in #1817import Swift, doesn't seem to be needed. by @thomasvl in #1820make_latestfrom Boolean to String by @FranzBusch in #1838Full Changelog: apple/swift-protobuf@1.30.0...1.31.0
View the repository job log