fix(deps): bump flatbuffers from 2.0.4 to 23.3.3
Bumps flatbuffers from 2.0.4 to 23.3.3.
Release notes
Sourced from flatbuffers's releases.
v23.3.3
What's Changed
- [C++] Enable using struct and array of struct as key by
@sunwen18in google/flatbuffers#7741- Refactor languages to use CodeGenerator interface. by
@Kn99HNin google/flatbuffers#7797- Clean up extra white spaces by
@sunwen18in google/flatbuffers#7800- Code generator refactor bug fix by
@Kn99HNin google/flatbuffers#7802- Refactor usage message by
@Kn99HNin google/flatbuffers#7803- Support cmake 3.8 and higher only by
@ilya-lavrenovin google/flatbuffers#7801- Rename LICENSE.txt to LICENSE by
@CodeMaster7000in google/flatbuffers#7808- Fix std::span autodetection by
@codewizin google/flatbuffers#7805- Final refactor for bfsb_generator* and text generator by
@Kn99HNin google/flatbuffers#7806- Parsing from proto should keep field ID. (fixes #7645) by
@enum-classin google/flatbuffers#7655- Fixed vtable duplication for binary annotator by
@dbaileychessin google/flatbuffers#7809- explicitly declare enum values by
@dbaileychessin google/flatbuffers#7811- use switch statements for BASE_TYPE_ lookups by
@dbaileychessin google/flatbuffers#7813- Simplify and fix TypeScript compilation output by
@bjornharrtellin google/flatbuffers#7815- [Annotated Buffers] Improve efficiency by
@dbaileychessin google/flatbuffers#7820- Sample adjusted for Python3 by
@chrismuein google/flatbuffers#7819- Only use absl headers if C++14 is available. by
@rouaultin google/flatbuffers#7824- Move defined table from gen_cpp to idl.h by
@enum-classin google/flatbuffers#7823- Editorconfig: als configure to trim whitespaces end EOL. by
@hzellerin google/flatbuffers#7833- Add Code Generator for idl_gen_fbs to parse .proto files by
@Kn99HNin google/flatbuffers#7832- [CS] Naming collision if field has same name as table and used as key by
@tira-misuin google/flatbuffers#7842- [cmake] Added GENERATE_ to flatbuffers_generate_headers by
@CedricSchmeitsin google/flatbuffers#7845- Add a --java-package-prefix option to flatc by
@chuckatkinsin google/flatbuffers#7848- [Android][Kotlin] fixed build after decomission of jcenter and gradle update by
@paulovapin google/flatbuffers#7840- TS/JS: Export object based classes on entry by
@jmillanin google/flatbuffers#7822- Update pom.xml to allow LICENSE verification by
@CodeMaster7000in google/flatbuffers#7849- Add Java reflection bindings to the distribution by
@chuckatkinsin google/flatbuffers#7851- FlatBuffers Version 23.3.3 by
@dbaileychessin google/flatbuffers#7852New Contributors
@Kn99HNmade their first contribution in google/flatbuffers#7797@ilya-lavrenovmade their first contribution in google/flatbuffers#7801@CodeMaster7000made their first contribution in google/flatbuffers#7808@codewizmade their first contribution in google/flatbuffers#7805@chrismuemade their first contribution in google/flatbuffers#7819@CedricSchmeitsmade their first contribution in google/flatbuffers#7845@chuckatkinsmade their first contribution in google/flatbuffers#7848Full Changelog: https://github.com/google/flatbuffers/compare/v23.1.21...v23.3.3
v23.1.21
What's Changed
- [TS/JS] Entry point per namespace and reworked 1.x compatible single file build by
@bjornharrtellin google/flatbuffers#7510- FlatBuffers Version 23.1.21 by
@dbaileychessin google/flatbuffers#7796
... (truncated)
Changelog
Sourced from flatbuffers's changelog.
23.3.3 (Mar 3 2023)
Refactoring of
flatcgenerators to use an interface (#7797).Removed legacy cmake support and set min to 3.8 (#7801).
23.1.21 (Jan 21 2023)
- Reworked entry points for Typescript/Javascript and compatibility for single file build (#7510)
23.1.20 (Jan 20 2023)
- Removed go.mod files after some versioning issues were being report (#7780).
23.1.4 (Jan 4 2023)
Major release! Just kidding, we are continuing the versioning scheme of using a date to signify releases. This results in the first release of the new year to bump the tradition major version field.
Go minimum version is now 1.19 (#7720) with the addition of Go modules.
Added CI support for Big Endian regression testing (#7707).
Fixed
getFullyQualifiedNamein typescript to return name delimited by '.' instead of '_' (#7730).Fixed the versioning scheme to not include leading zeros which are not consistently handled by every package manager. Only the last release (12.12.06) should have suffered from this.
22.12.06 (Dec 06 2022)
- Bug fixing release, no major changes.
22.10.25 (Oct 25 2022)
- Added Nim language support with generator and runtime libraries (#7534).
22.9.29 (Sept 29 2022)
- Rust soundness fixes to avoid the crate from bing labelled unsafe (#7518).
22.9.24 (Sept 24 2022)
- 20 Major releases in a row? Nope, we switched to a new versioning scheme that is based on date.
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by dbaileychess, a new releaser for flatbuffers since your current version.
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)