summaryrefslogtreecommitdiff
path: root/third_party/flatbuffers
AgeCommit message (Collapse)Author
2023-08-19chore: remove third_party submodule (#20201)Divy Srivastava
removes third_party submodule, tools are installed on-demand. - removed `load_test` and websocket benchmark (covered by benchy) - removed node/bun http benchmarks (covered by benchy) - `dlint` & `dprint` downloaded on-demand. - `wrk` & `hyperfine` downloaded before CI benchmark run. Install locally using: `./tools/install_prebuilt.js wrk hyperfine` #### updating dlint/dprint update version in `tools/util.js` and place binary in `denoland/deno_third_party`.
2023-07-31chore: upgrade to dprint 0.40 internally (#19998)David Sherret
2023-07-08chore: upgrade to dprint 0.39 (#19768)David Sherret
2023-06-05fix: upgrade to deno_ast 0.27 (#19375)David Sherret
Closes #19148
2023-06-05chore: update deno_lint to 0.46.0 (#19372)Kenta Moriuchi
2023-04-27feat(lint): add `Deno.run` to `no-deprecated-deno-api` (#18869)Bartek Iwańczuk
This upgrade includes a warning for the deprecated "Deno.run()" API. --------- Co-authored-by: David Sherret <dsherret@gmail.com>
2023-04-05chore(cli/bench): add ws echo bench (#18595)Divy Srivastava
2023-03-19chore: update "deno_third_party" submodule (#18274)Bartek Iwańczuk
This upgrade "dlint" and "hyperfine" tools we use in our CI.
2023-03-14ci: update to Ubuntu-22.04-XL runners (#18181)Divy Srivastava
Updates CI to use ubuntu-22.04-xl runners. A change to sysroot setup was necessary that links `libdl.so.2` and `libdl.a` that are no longer present on ubuntu-22.04. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-02-22fix(lint): revert no-deprecated-api for Deno.run (#17880)David Sherret
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-01-16chore: update dlint to v0.37.0 for GitHub Actions (#17295)Kenta Moriuchi
Updated third_party dlint to v0.37.0 for GitHub Actions. This PR includes following changes: * fix(prefer-primordials): Stop using array pattern assignments * fix(prefer-primordials): Stop using global intrinsics except for `SharedArrayBuffer` * feat(guard-for-in): Apply new guard-for-in rule
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
Introduces `SafeSetIterator` and `SafeMapIterator` to primordials
2022-10-10fix(npm): support compiling on linux/aarch64 (#16208)Luke Channings
Changes introduced in #13633 have broken the ability to compile for linux/aarch64 - specifically the use of a `i8` as a char type, which is an `u8` on linux/aarch64. This PR: - Replaces instances of `i8` with the architecture-aware wrapper type `c_char` - Skips the use of `--export-dynamic-symbol` on linux-aarch64, because the target environments often rely on older libc/binutils versions
2022-07-12fix(ext/ffi): trampoline for fast calls (#15139)Divy Srivastava
2022-07-03chore: upgrade to dprint 0.30.2 internally (#15061)David Sherret
2022-06-29chore(cli/bench): Add bun HTTP server (#15004)Divy Srivastava
2022-03-28chore: update dprint internally to 0.24.1 (#14141)David Sherret
2022-03-13chore: use lld on aarch64-apple-darwin (#13928)Divy Srivastava
2022-02-04chore: upgrade third_party for dprint 0.22 (#13596)David Sherret
2022-01-17chore: update third_party for dprint 0.19 (#13398)David Sherret
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-09-06chore: upgrade third_party for dprint 0.17 (#11930)David Sherret
2021-08-20chore: upgrade dlint and run `prefer-primordials` rule (#11777)Yusuke Tanaka
2021-05-18chore: update deno_lint binary used in CI to v0.5.0 (#10652)Yusuke Tanaka
2021-05-06chore: upgrade dprint 0.13.1 to fix CI. (#10513)David Sherret
2021-02-19chore: update third_party submodule (#9548)Luca Casonato
2021-01-16upgrade: dlint in third_party/ (#9134)Bartek Iwańczuk
2020-11-25build: upgrade dprint to 0.10.0 (#8494)Bartek Iwańczuk
2020-11-14build: update dlint to v0.2.10 (#8284)Yusuke Tanaka
Update prebuilt "dlint" binary to v0.2.10 and fix diagnostics for "require-await" rule. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-11-05update third_party (#8253)Bartek Iwańczuk
2020-11-05build: rewrite tools/ scripts to deno (#8247)Bartek Iwańczuk
This commit rewrites scripts in "tools/" directory to use Deno instead of Python. In return it allows to remove huge number of Python packages in "third_party/".
2020-11-03chore: update third_party (#8234)Bartek Iwańczuk
2020-11-03build: remove eslint (#8232)Bartek Iwańczuk
This commit updates "third_party" submodule to remove "eslint" and its dependencies. In result "tools/package.json" has been removed.
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-08-24feat: update to TypeScript 4.0 (#6514)Kitson Kelly
2020-08-18Upgrade third_party and dprint plugins. (#7097)David Sherret
2020-07-22Use incremental formatting internally for dprint (#6815)David Sherret
2020-07-16Update dprint. Also ignore gh-pages dir. (#6778)David Sherret
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-05-13Update to TypeScript 3.9 (#4510)Kitson Kelly
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-21Optimize github cache usage, remove sccache (#4452)Bert Belder
2020-03-14Downgrade third_party/prebuild/windows/sccache.exe (#4375)Ryan Dahl
Not working due to "multiple input files" on both Azure and S3.
2020-03-14ci: Use Azure blob storage for sccache (#4354)Ryan Dahl
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2019-12-04fix depot_tools on macOS Catalina by upgrading it to 23247b9 (#3441)Christian Moritz
Fixes: #3440 Fixes: #3153
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
and update to prettier 1.19 Also, update `assert()` and remove not null assertions where possibly in `cli`. Closes #3273
2019-11-07Rebase v8 changes in third_partyRyan Dahl