Commit 0bb03a1
authored
chore: Bump github.com/google/flatbuffers from 24.3.25+incompatible to 24.12.23+incompatible (#229)
Bumps
[github.com/google/flatbuffers](https://github.com/google/flatbuffers)
from 24.3.25+incompatible to 24.12.23+incompatible.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/flatbuffers/releases">github.com/google/flatbuffers's
releases</a>.</em></p>
<blockquote>
<h2>v24.12.23</h2>
<h2>What's Changed</h2>
<ul>
<li>Avoid ODR violations with flatbuffers::Verifier. by <a
href="https://github.com/fergushenderson"><code>@fergushenderson</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8274">google/flatbuffers#8274</a></li>
<li>Improve error handling on Object API name collision. by <a
href="https://github.com/mbeards"><code>@mbeards</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8275">google/flatbuffers#8275</a></li>
<li>[Kotlin] Add workflow to release kotlin multiplatform version by <a
href="https://github.com/paulovap"><code>@paulovap</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8014">google/flatbuffers#8014</a></li>
<li>Remove npm/rules_js dependency for C++ only use cases by <a
href="https://github.com/philsc"><code>@philsc</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/7990">google/flatbuffers#7990</a></li>
<li>[Python] Fix various codegen problems by <a
href="https://github.com/anton-bobukh"><code>@anton-bobukh</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8292">google/flatbuffers#8292</a></li>
<li>[gRPC] Add new options to control the gRPC code generation by <a
href="https://github.com/anton-bobukh"><code>@anton-bobukh</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8298">google/flatbuffers#8298</a></li>
<li>Update build.yml to ubuntu-24.04 by <a
href="https://github.com/dbaileychess"><code>@dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8319">google/flatbuffers#8319</a></li>
<li>Trying to fix bazel on macOS and Xcode 14.3 by <a
href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8304">google/flatbuffers#8304</a></li>
<li>Update build.yml by <a
href="https://github.com/dbaileychess"><code>@dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8321">google/flatbuffers#8321</a></li>
<li>Add missing opertors to VectorIterator by <a
href="https://github.com/Icantjuddle"><code>@Icantjuddle</code></a> in
<a
href="https://redirect.github.com/google/flatbuffers/pull/8309">google/flatbuffers#8309</a></li>
<li>[.NET] Add netstandard2.0 as target by <a
href="https://github.com/bjornharrtell"><code>@bjornharrtell</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8295">google/flatbuffers#8295</a></li>
<li>[Kotlin] Update to kotlin 1.9.10 by <a
href="https://github.com/paulovap"><code>@paulovap</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8307">google/flatbuffers#8307</a></li>
<li>dart: Fix incorrect write in Float64 write method by <a
href="https://github.com/NotTsunami"><code>@NotTsunami</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8290">google/flatbuffers#8290</a></li>
<li>Added automatic publishing to crates.io on publish by <a
href="https://github.com/rdelfin"><code>@rdelfin</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8263">google/flatbuffers#8263</a></li>
<li>Update release.sh by <a
href="https://github.com/dbaileychess"><code>@dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8322">google/flatbuffers#8322</a></li>
<li>Fix operator== for flatbuffers::optional by <a
href="https://github.com/mikudehuane"><code>@mikudehuane</code></a> in
<a
href="https://redirect.github.com/google/flatbuffers/pull/8223">google/flatbuffers#8223</a></li>
<li>[C++] Make code compile with -Wfloat-equal by <a
href="https://github.com/fliiiix"><code>@fliiiix</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8221">google/flatbuffers#8221</a></li>
<li>[C++] Allow using FLATBUFFERS_MIN_BUFFER_SIZE in other namespaces by
<a
href="https://github.com/dominiklohmann"><code>@dominiklohmann</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8229">google/flatbuffers#8229</a></li>
<li>[Python] Generate <code>.pyi</code> stub files when
<code>--python-typing</code> is on. by <a
href="https://github.com/anton-bobukh"><code>@anton-bobukh</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8312">google/flatbuffers#8312</a></li>
<li>[Swift] Sets Swift minimum support to 5.8 by <a
href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8228">google/flatbuffers#8228</a></li>
<li>[C++] Update the validator to skip structs in namespaces other than
the current one. by <a
href="https://github.com/anton-bobukh"><code>@anton-bobukh</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8324">google/flatbuffers#8324</a></li>
<li>[BinaryAnnotator] Add more options that control the generation of
<code>.afb</code> files by <a
href="https://github.com/anton-bobukh"><code>@anton-bobukh</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8323">google/flatbuffers#8323</a></li>
<li>[Python] Render enums as Python IntEnum by <a
href="https://github.com/fliiiix"><code>@fliiiix</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8145">google/flatbuffers#8145</a></li>
<li>[gRPC] Update the code generator for Python to produce typed
handlers by <a
href="https://github.com/anton-bobukh"><code>@anton-bobukh</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8326">google/flatbuffers#8326</a></li>
<li>Add parentheses in FLATBUFFERS_MAX_BUFFER_SIZE,
FLATBUFFERS_MAX_64_BUFFER_SIZE to avoid preprocessor definition
collision by <a
href="https://github.com/mspanc"><code>@mspanc</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8377">google/flatbuffers#8377</a></li>
<li>Add "empty()" to vector by <a
href="https://github.com/alphalex-google"><code>@alphalex-google</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8369">google/flatbuffers#8369</a></li>
<li>Remove unused comment and fix typo. by <a
href="https://github.com/lamtrinhdev"><code>@lamtrinhdev</code></a> in
<a
href="https://redirect.github.com/google/flatbuffers/pull/8366">google/flatbuffers#8366</a></li>
<li>Upgrade Rust dependencies by <a
href="https://github.com/gschulze"><code>@gschulze</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8372">google/flatbuffers#8372</a></li>
<li>[jumbo] Add begin()/end() to DetachedBuffer. by <a
href="https://github.com/pkasting"><code>@pkasting</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8370">google/flatbuffers#8370</a></li>
<li>Add a unit test for odd-sized small structs (for <a
href="https://redirect.github.com/google/flatbuffers/issues/8117">#8117</a>)
by <a href="https://github.com/nolen777"><code>@nolen777</code></a> in
<a
href="https://redirect.github.com/google/flatbuffers/pull/8363">google/flatbuffers#8363</a></li>
<li>Update libs.versions.toml by <a
href="https://github.com/mikhsol"><code>@mikhsol</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8387">google/flatbuffers#8387</a></li>
<li>docs: update README.md by <a
href="https://github.com/eltociear"><code>@eltociear</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8383">google/flatbuffers#8383</a></li>
<li>Use actions/upload-artifact@v4 on CI by <a
href="https://github.com/aardappel"><code>@aardappel</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8410">google/flatbuffers#8410</a></li>
<li>Attempt to fix Rust CI by <a
href="https://github.com/aardappel"><code>@aardappel</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8411">google/flatbuffers#8411</a></li>
<li>[Swift] Fixes spelling mistake in the word position by <a
href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8330">google/flatbuffers#8330</a></li>
<li>[Swift] Addresses a bug where verifier skips capacity when verifying
ID on buffers by <a
href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8413">google/flatbuffers#8413</a></li>
<li>[Swift] Updates CocoaPods author info & fixes bug with
versioning not working as expected by <a
href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8328">google/flatbuffers#8328</a></li>
<li>Update grpc-core version by <a
href="https://github.com/mikhsol"><code>@mikhsol</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8412">google/flatbuffers#8412</a></li>
<li>FlexBuffers: support "natural utf8" output in ToString by
<a href="https://github.com/aardappel"><code>@aardappel</code></a> in
<a
href="https://redirect.github.com/google/flatbuffers/pull/8426">google/flatbuffers#8426</a></li>
<li>use ALIGN for Push::alignment in struct types by <a
href="https://github.com/bkietz"><code>@bkietz</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8398">google/flatbuffers#8398</a></li>
<li>Removes 'size' and 'alignment' as Rust keywords by <a
href="https://github.com/csmulhern"><code>@csmulhern</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8139">google/flatbuffers#8139</a></li>
<li>dart: use enhanced enums by <a
href="https://github.com/vaind"><code>@vaind</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8313">google/flatbuffers#8313</a></li>
<li>[Swift] Improves vectors performance & arrays within lib by <a
href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8415">google/flatbuffers#8415</a></li>
<li>FlatBuffers Version 24.12.23 by <a
href="https://github.com/dbaileychess"><code>@dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8459">google/flatbuffers#8459</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/fergushenderson"><code>@fergushenderson</code></a>
made their first contribution in <a
href="https://redirect.github.com/google/flatbuffers/pull/8274">google/flatbuffers#8274</a></li>
<li><a
href="https://github.com/Icantjuddle"><code>@Icantjuddle</code></a>
made their first contribution in <a
href="https://redirect.github.com/google/flatbuffers/pull/8309">google/flatbuffers#8309</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/flatbuffers/commit/a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757"><code>a2cd1ea</code></a>
FlatBuffers Version 24.12.23 (<a
href="https://redirect.github.com/google/flatbuffers/issues/8459">#8459</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/32e63af6840ded893c7788b8330a82674edd59a1"><code>32e63af</code></a>
Kotlin MacOs switch to macos-13</li>
<li><a
href="https://github.com/google/flatbuffers/commit/1f4a9038ce84e68fcba82ca427557c5ddde23eec"><code>1f4a903</code></a>
[Swift] Improves vectors performance & arrays within lib (<a
href="https://redirect.github.com/google/flatbuffers/issues/8415">#8415</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/a9df44828dc266370da147edbc43f9343ef5f0a7"><code>a9df448</code></a>
dart: use enhanced enums (<a
href="https://redirect.github.com/google/flatbuffers/issues/8313">#8313</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/5f453ef738d74a29f1391b8f2e4bbfa8e6ac6a0e"><code>5f453ef</code></a>
Removes 'size' and 'alignment' as Rust keywords (<a
href="https://redirect.github.com/google/flatbuffers/issues/8139">#8139</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/49061f8c7c99363eeea25c5e4337ebb499928467"><code>49061f8</code></a>
use ALIGN for Push::alignment in struct types (<a
href="https://redirect.github.com/google/flatbuffers/issues/8398">#8398</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/807adb73b20f0afd1cfe92c576339ac8d21592a7"><code>807adb7</code></a>
FlexBuffers: support "natural utf8" output in ToString (<a
href="https://redirect.github.com/google/flatbuffers/issues/8426">#8426</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/2f59a0319b4633d32fc509171964ede47d57acad"><code>2f59a03</code></a>
Update grpc-core version (<a
href="https://redirect.github.com/google/flatbuffers/issues/8412">#8412</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/6a8898573cc4b3fbdec48e147f5b7948ed0d06cd"><code>6a88985</code></a>
[Swift] Updates CocoaPods author info & fixes bug with versioning
not working...</li>
<li><a
href="https://github.com/google/flatbuffers/commit/d7a70db6ac51fbd6bba0a74f4c0f0ad2cdc7681d"><code>d7a70db</code></a>
(fix): <a
href="https://redirect.github.com/google/flatbuffers/issues/8408">#8408</a>
fixes a bug where the capacity of the buffer isnt verified befor...</li>
<li>Additional commits viewable in <a
href="https://github.com/google/flatbuffers/compare/v24.3.25...v24.12.23">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 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 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 249ec02 commit 0bb03a1
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments