dependabot[bot] opened a new pull request, #162: URL: https://github.com/apache/arrow-swift/pull/162
Bumps [github.com/apple/swift-protobuf](https://github.com/apple/swift-protobuf) from 1.30.0 to 1.38.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apple/swift-protobuf/releases">github.com/apple/swift-protobuf's releases</a>.</em></p> <blockquote> <h2>1.38.0 Release</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>SemVer Minor</h3> <ul> <li>Support well known proto types in Swift PM plugin by <a href="https://github.com/FranzBusch"><code>@FranzBusch</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2044">apple/swift-protobuf#2044</a></li> <li>Drop Swift 6 support by <a href="https://github.com/glbrntt"><code>@glbrntt</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2056">apple/swift-protobuf#2056</a></li> <li>Generate nonisolated code by <a href="https://github.com/glbrntt"><code>@glbrntt</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2055">apple/swift-protobuf#2055</a></li> <li>Add an experimental generator option to suppress field/enum case/message names. by <a href="https://github.com/allevato"><code>@allevato</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2062">apple/swift-protobuf#2062</a></li> <li>version bump for a release by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2063">apple/swift-protobuf#2063</a></li> </ul> <h3>SemVer Patch</h3> <ul> <li>Update proto files from upstream. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2045">apple/swift-protobuf#2045</a></li> <li>Update protos from upstream. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2047">apple/swift-protobuf#2047</a></li> <li>Add WKT import path directly to protoc binary by <a href="https://github.com/glbrntt"><code>@glbrntt</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2060">apple/swift-protobuf#2060</a></li> </ul> <h3>Other Changes</h3> <ul> <li>Update FuzzTesting Package.swift. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2037">apple/swift-protobuf#2037</a></li> <li>Use the fuzz options support to control encoding options. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2049">apple/swift-protobuf#2049</a></li> <li>Flip the order of the diff in <code>test-plugin</code> by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2059">apple/swift-protobuf#2059</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apple/swift-protobuf/compare/1.37.0...1.38.0">https://github.com/apple/swift-protobuf/compare/1.37.0...1.38.0</a></p> <h2>1.37.0 Release</h2> <!-- raw HTML omitted --> <p>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.</p> <h2>What's Changed</h2> <h3>SemVer Minor</h3> <ul> <li>Replace protobuf/abseil submodules with vendored sources by <a href="https://github.com/kateinoigakukun"><code>@kateinoigakukun</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2021">apple/swift-protobuf#2021</a></li> <li>Version bump for a release. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2024">apple/swift-protobuf#2024</a></li> </ul> <h3>SemVer Patch</h3> <ul> <li>Update proto files from upstream and regenerate. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2009">apple/swift-protobuf#2009</a></li> <li>Update proto files from upstream. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2015">apple/swift-protobuf#2015</a></li> <li>Update proto files from upstream. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2017">apple/swift-protobuf#2017</a></li> <li>Update proto file from upstream. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2022">apple/swift-protobuf#2022</a></li> <li>Add a cache for the recursive check to help improve performance. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2034">apple/swift-protobuf#2034</a></li> <li>Update protobuf to v34.1 by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2026">apple/swift-protobuf#2026</a></li> </ul> <h3>Other Changes</h3> <ul> <li>Add 6.3 into the testing matrix. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2012">apple/swift-protobuf#2012</a></li> <li>Drop the API break file. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2018">apple/swift-protobuf#2018</a></li> <li>Drop the known breaks file now that descriptor is back in sync. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2023">apple/swift-protobuf#2023</a></li> <li>Fix missing python3 dependency in <code>update_protobuf.yml</code> workflow by <a href="https://github.com/kateinoigakukun"><code>@kateinoigakukun</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2025">apple/swift-protobuf#2025</a></li> <li>Prevent <code>make reference</code> from failing the protobuf & abseil updates. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2029">apple/swift-protobuf#2029</a></li> <li>Remove the 'echo' left from faking a successfull update. by <a href="https://github.com/thomasvl"><code>@thomasvl</code></a> in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2031">apple/swift-protobuf#2031</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kateinoigakukun"><code>@kateinoigakukun</code></a> made their first contribution in <a href="https://redirect.github.com/apple/swift-protobuf/pull/2021">apple/swift-protobuf#2021</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apple/swift-protobuf/compare/1.36.1...1.37.0">https://github.com/apple/swift-protobuf/compare/1.36.1...1.37.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apple/swift-protobuf/commit/f6506eaa86ed2e01cb0ae14a75035b7fdbf0918f"><code>f6506ea</code></a> version bump for a release (<a href="https://redirect.github.com/apple/swift-protobuf/issues/2063">#2063</a>)</li> <li><a href="https://github.com/apple/swift-protobuf/commit/ac7ee457124c0940d9180a0d7f85598140f2c50a"><code>ac7ee45</code></a> Add an experimental generator option to suppress field/enum case/message name...</li> <li><a href="https://github.com/apple/swift-protobuf/commit/2f58de37128c38801a1d6319b73816a69dd69696"><code>2f58de3</code></a> Generate nonisolated code (<a href="https://redirect.github.com/apple/swift-protobuf/issues/2055">#2055</a>)</li> <li><a href="https://github.com/apple/swift-protobuf/commit/d44ea3855073a20b05c439b7f4a2edd135dc38de"><code>d44ea38</code></a> Add WKT import path directly to protoc binary (<a href="https://redirect.github.com/apple/swift-protobuf/issues/2060">#2060</a>)</li> <li><a href="https://github.com/apple/swift-protobuf/commit/f9444132c77fba945d9efbb1e5069439c2b28f92"><code>f944413</code></a> Flip the order of the diff in <code>test-plugin</code> (<a href="https://redirect.github.com/apple/swift-protobuf/issues/2059">#2059</a>)</li> <li><a href="https://github.com/apple/swift-protobuf/commit/e45184eace0bd32240cc404fe272cd31ca96d9bd"><code>e45184e</code></a> Drop Swift 6 support (<a href="https://redirect.github.com/apple/swift-protobuf/issues/2056">#2056</a>)</li> <li><a href="https://github.com/apple/swift-protobuf/commit/3c93acf2771783f722e1cd3a8d1e4bebbc3bd332"><code>3c93acf</code></a> Support well known proto types in Swift PM plugin (<a href="https://redirect.github.com/apple/swift-protobuf/issues/2044">#2044</a>)</li> <li><a href="https://github.com/apple/swift-protobuf/commit/3c8b0109b1294e4ecd998dc72e8e914815a52524"><code>3c8b010</code></a> Use the fuzz options support to control encoding options. (<a href="https://redirect.github.com/apple/swift-protobuf/issues/2049">#2049</a>)</li> <li><a href="https://github.com/apple/swift-protobuf/commit/19ff62e5ffc3341f7014ee05ed305991891621f2"><code>19ff62e</code></a> Update protos from upstream. (<a href="https://redirect.github.com/apple/swift-protobuf/issues/2047">#2047</a>)</li> <li><a href="https://github.com/apple/swift-protobuf/commit/c1817627b57b8480b3b34e93f28eadd8dff23451"><code>c181762</code></a> Update FuzzTesting Package.swift. (<a href="https://redirect.github.com/apple/swift-protobuf/issues/2037">#2037</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apple/swift-protobuf/compare/1.30.0...1.38.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
