Skip to content

Commit

Permalink
chore: Bump github.com/google/flatbuffers from 24.12.23+incompatible …
Browse files Browse the repository at this point in the history
…to 25.1.24+incompatible (#261)

Bumps
[github.com/google/flatbuffers](https://github.com/google/flatbuffers)
from 24.12.23+incompatible to 25.1.24+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>v25.1.24</h2>
<h2>What's Changed</h2>
<ul>
<li>Also use rules_bazel_bazel_integration_test dependency with Bzlmod
by <a href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8498">google/flatbuffers#8498</a></li>
<li>Add bazel ci by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8497">google/flatbuffers#8497</a></li>
<li>Fix Bzlmod by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8503">google/flatbuffers#8503</a></li>
<li>Fix Bazel ts support by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8499">google/flatbuffers#8499</a></li>
<li>Improve Bazel CI by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8502">google/flatbuffers#8502</a></li>
<li>Fix npm bzlmod by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8506">google/flatbuffers#8506</a></li>
<li>Add support for Bazel 7 and 8 in Bazel CI by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8505">google/flatbuffers#8505</a></li>
<li>Test external modules explicitly in CI by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8507">google/flatbuffers#8507</a></li>
<li>Bump the versions of all aspect Bazel dependencies by <a
href="https://github.com/sbarfurth"><code>@​sbarfurth</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8508">google/flatbuffers#8508</a></li>
<li>Remove Bazel WORKSPACE setup. by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8509">google/flatbuffers#8509</a></li>
<li>Add Bazel instructions to docs by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8510">google/flatbuffers#8510</a></li>
<li>[C++] Avoid adding semicolon after a statement by <a
href="https://github.com/tzik"><code>@​tzik</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8488">google/flatbuffers#8488</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/sbarfurth"><code>@​sbarfurth</code></a>
made their first contribution in <a
href="https://redirect.github.com/google/flatbuffers/pull/8508">google/flatbuffers#8508</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/flatbuffers/compare/v25.1.21...v25.1.24">https://github.com/google/flatbuffers/compare/v25.1.21...v25.1.24</a></p>
<h2>v25.1.21</h2>
<h2>What's Changed</h2>
<ul>
<li>Add new Docs source files by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8461">google/flatbuffers#8461</a></li>
<li><code>docs.yml</code> Add workflow for updating docs by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8462">google/flatbuffers#8462</a></li>
<li>docs.yml enable for pushes to main branch by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8463">google/flatbuffers#8463</a></li>
<li><code>contributions.md</code> Add doc about how to contribute to
flatbuffers by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8464">google/flatbuffers#8464</a></li>
<li>CNAME: add custom domain by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8465">google/flatbuffers#8465</a></li>
<li>[Swift] Bug fix for verifier where its being copied by <a
href="https://github.com/mustiikhalil"><code>@​mustiikhalil</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8451">google/flatbuffers#8451</a></li>
<li><code>flatc.md</code> Add more documentation by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8467">google/flatbuffers#8467</a></li>
<li><code>quick_start.md</code>: Add quick start guide by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8469">google/flatbuffers#8469</a></li>
<li>Add Annotating Docs by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8470">google/flatbuffers#8470</a></li>
<li><code>mkdocs.yml</code> add footer and other info by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8471">google/flatbuffers#8471</a></li>
<li><code>schema.md</code> Fixed some warnings by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8472">google/flatbuffers#8472</a></li>
<li>Fix crash for TypeScript enum in substruct by <a
href="https://github.com/fergushenderson"><code>@​fergushenderson</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8430">google/flatbuffers#8430</a></li>
<li>fix typo in tutorial by <a
href="https://github.com/shynur"><code>@​shynur</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8476">google/flatbuffers#8476</a></li>
<li>A couple of small updates to the docs by <a
href="https://github.com/srinarasi"><code>@​srinarasi</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8477">google/flatbuffers#8477</a></li>
<li>Add imports for bazel by <a
href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8486">google/flatbuffers#8486</a></li>
<li>Rust full reflection by <a
href="https://github.com/candysonya"><code>@​candysonya</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8102">google/flatbuffers#8102</a></li>
<li>Fix a minor typo in flatc --help output by <a
href="https://github.com/musicinmybrain"><code>@​musicinmybrain</code></a>
in <a
href="https://redirect.github.com/google/flatbuffers/pull/8468">google/flatbuffers#8468</a></li>
<li>Add missing headers to runtime_cc target by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8492">google/flatbuffers#8492</a></li>
<li>Use Label() to resolve repo name by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8493">google/flatbuffers#8493</a></li>
<li>Use rules_bazel_integration_test to download Bazel binary by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8495">google/flatbuffers#8495</a></li>
<li>Add support for Bzlmod by <a
href="https://github.com/mering"><code>@​mering</code></a> in <a
href="https://redirect.github.com/google/flatbuffers/pull/8494">google/flatbuffers#8494</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/shynur"><code>@​shynur</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/flatbuffers/pull/8476">google/flatbuffers#8476</a></li>
<li><a href="https://github.com/srinarasi"><code>@​srinarasi</code></a>
made their first contribution in <a
href="https://redirect.github.com/google/flatbuffers/pull/8477">google/flatbuffers#8477</a></li>
<li><a
href="https://github.com/candysonya"><code>@​candysonya</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/flatbuffers/pull/8102">google/flatbuffers#8102</a></li>
<li><a href="https://github.com/mering"><code>@​mering</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/flatbuffers/pull/8492">google/flatbuffers#8492</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/0312061985dbaaf6b068006383946ac6095f5b63"><code>0312061</code></a>
FlatBuffers Version 25.1.24</li>
<li><a
href="https://github.com/google/flatbuffers/commit/9f94ceedbc069007848187576383bf9fec221e56"><code>9f94cee</code></a>
[C++] Avoid adding semicolon after a statement (<a
href="https://redirect.github.com/google/flatbuffers/issues/8488">#8488</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/bcd2b9d03952bfeaec299aaa8cd481f2e4ae6dfe"><code>bcd2b9d</code></a>
Add Bazel docs (<a
href="https://redirect.github.com/google/flatbuffers/issues/8510">#8510</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/82fefbf25205b5d9249b1eacb67e673ba50d5c3f"><code>82fefbf</code></a>
Remove Bazel WORKSPACE setup. (<a
href="https://redirect.github.com/google/flatbuffers/issues/8509">#8509</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/65e49faf762639f0c2317f1041ab27c208e5cbb8"><code>65e49fa</code></a>
Bump the versions of all aspect Bazel dependencies (<a
href="https://redirect.github.com/google/flatbuffers/issues/8508">#8508</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/50be3cfe8c3733585f6029e743d47fece60f79b2"><code>50be3cf</code></a>
Test external modules explicitly in CI (<a
href="https://redirect.github.com/google/flatbuffers/issues/8507">#8507</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/026c243dc53c779bb35bc144b6bdd3bdadb129a1"><code>026c243</code></a>
Add support for Bazel 7 and 8 in Bazel CI (<a
href="https://redirect.github.com/google/flatbuffers/issues/8505">#8505</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/a9257b6963b896ce67c603d3e2ed8ed7007ae326"><code>a9257b6</code></a>
Fix npm bzlmod (<a
href="https://redirect.github.com/google/flatbuffers/issues/8506">#8506</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/fceafd438d60630b2ee55b1ea0faa866b6748f05"><code>fceafd4</code></a>
Improve Bazel CI (<a
href="https://redirect.github.com/google/flatbuffers/issues/8502">#8502</a>)</li>
<li><a
href="https://github.com/google/flatbuffers/commit/33a15d63cf6497b07d4d243fd159607d25aa0526"><code>33a15d6</code></a>
Fix reflection.fbs import path (<a
href="https://redirect.github.com/google/flatbuffers/issues/8499">#8499</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/flatbuffers/compare/v24.12.23...v25.1.24">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/google/flatbuffers&package-manager=go_modules&previous-version=24.12.23+incompatible&new-version=25.1.24+incompatible)](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>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent f2ab5d2 commit b709be7
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ require (
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/goccy/go-json v0.10.4
github.com/golang/snappy v0.0.4
github.com/google/flatbuffers v24.12.23+incompatible
github.com/google/flatbuffers v25.1.24+incompatible
github.com/google/uuid v1.6.0
github.com/hamba/avro/v2 v2.27.0
github.com/klauspost/asmfmt v1.3.2
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -40,8 +40,8 @@ github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/google/flatbuffers v24.12.23+incompatible h1:ubBKR94NR4pXUCY/MUsRVzd9umNW7ht7EG9hHfS9FX8=
github.com/google/flatbuffers v24.12.23+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
github.com/google/flatbuffers v25.1.24+incompatible h1:4wPqL3K7GzBd1CwyhSd3usxLKOaJN/AC6puCca6Jm7o=
github.com/google/flatbuffers v25.1.24+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=

0 comments on commit b709be7

Please sign in to comment.