webkom / lego

Backend for abakus.no
https://lego.abakus.no
MIT License
55 stars 20 forks source link

Bump flatbuffers from 23.5.9 to 23.5.26 #3417

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps flatbuffers from 23.5.9 to 23.5.26.

Release notes

Sourced from flatbuffers's releases.

v23.5.26

Mostly a bug fixing release.

What's Changed

New Contributors

Full Changelog: https://github.com/google/flatbuffers/compare/v23.5.9...v23.5.26

Changelog

Sourced from flatbuffers's changelog.

23.5.26 (May 26 2023)

  • Mostly bug fixing for 64-bit support
  • Adds support for specifying underling type of unions in C++ and TS/JS (#7954)
Commits
  • 0100f6a FlatBuffers Version 23.5.26 (#7976)
  • e0a87e3 Update java pom.xml file to allow flatbuffers-java maven package to be compil...
  • b67f1ad don't emit flatbuffers include in bfbs generated output (#7968)
  • ae67536 switch back to having T explicitly defined in CreateVector (#7967)
  • a352bdb Fix python tests (#7960)
  • cb14043 fix(rust): fixed rust namer isses, resolve #7865 and ##7782 (#7964)
  • d64dc62 Switch to using alias instead of a typedef for FlatBufferBuilder (#7966)
  • ea7cfcd chore: add rust windows test to CI, fix RustTest.bat (#7963)
  • 0675531 README.md: SemVer case typo (#7962)
  • b128b80 feat: Support union underlying type for TS/JS (#7961)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (02af390) 88.30% compared to head (d2fe7e3) 88.30%.

:exclamation: Current head d2fe7e3 differs from pull request most recent head 9a6bfd4. Consider uploading reports for the commit 9a6bfd4 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3417 +/- ## ======================================= Coverage 88.30% 88.30% ======================================= Files 662 662 Lines 20976 20976 ======================================= Hits 18523 18523 Misses 2453 2453 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.