Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-19 | chore: 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-31 | chore: upgrade to dprint 0.40 internally (#19998) | David Sherret | |
2023-07-08 | chore: upgrade to dprint 0.39 (#19768) | David Sherret | |
2023-06-05 | fix: upgrade to deno_ast 0.27 (#19375) | David Sherret | |
Closes #19148 | |||
2023-06-05 | chore: update deno_lint to 0.46.0 (#19372) | Kenta Moriuchi | |
2023-04-27 | feat(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-05 | chore(cli/bench): add ws echo bench (#18595) | Divy Srivastava | |
2023-03-19 | chore: update "deno_third_party" submodule (#18274) | Bartek Iwańczuk | |
This upgrade "dlint" and "hyperfine" tools we use in our CI. | |||
2023-03-14 | ci: 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-22 | fix(lint): revert no-deprecated-api for Deno.run (#17880) | David Sherret | |
2023-02-09 | refactor: deno_graph 0.43 upgrade (#17692) | David Sherret | |
2023-01-16 | chore: 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-20 | chore: Update dlint (#17031) | Kenta Moriuchi | |
Introduces `SafeSetIterator` and `SafeMapIterator` to primordials | |||
2022-10-10 | fix(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-12 | fix(ext/ffi): trampoline for fast calls (#15139) | Divy Srivastava | |
2022-07-03 | chore: upgrade to dprint 0.30.2 internally (#15061) | David Sherret | |
2022-06-29 | chore(cli/bench): Add bun HTTP server (#15004) | Divy Srivastava | |
2022-03-28 | chore: update dprint internally to 0.24.1 (#14141) | David Sherret | |
2022-03-13 | chore: use lld on aarch64-apple-darwin (#13928) | Divy Srivastava | |
2022-02-04 | chore: upgrade third_party for dprint 0.22 (#13596) | David Sherret | |
2022-01-17 | chore: update third_party for dprint 0.19 (#13398) | David Sherret | |
2021-12-10 | feat(cli): update to TypeScript 4.5 (#12410) | Kitson Kelly | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2021-09-06 | chore: upgrade third_party for dprint 0.17 (#11930) | David Sherret | |
2021-08-20 | chore: upgrade dlint and run `prefer-primordials` rule (#11777) | Yusuke Tanaka | |
2021-05-18 | chore: update deno_lint binary used in CI to v0.5.0 (#10652) | Yusuke Tanaka | |
2021-05-06 | chore: upgrade dprint 0.13.1 to fix CI. (#10513) | David Sherret | |
2021-02-19 | chore: update third_party submodule (#9548) | Luca Casonato | |
2021-01-16 | upgrade: dlint in third_party/ (#9134) | Bartek Iwańczuk | |
2020-11-25 | build: upgrade dprint to 0.10.0 (#8494) | Bartek Iwańczuk | |
2020-11-14 | build: 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-05 | update third_party (#8253) | Bartek Iwańczuk | |
2020-11-05 | build: 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-03 | chore: update third_party (#8234) | Bartek Iwańczuk | |
2020-11-03 | build: 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-03 | build: migrate to dlint (#8176) | Bartek Iwańczuk | |
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. | |||
2020-08-24 | feat: update to TypeScript 4.0 (#6514) | Kitson Kelly | |
2020-08-18 | Upgrade third_party and dprint plugins. (#7097) | David Sherret | |
2020-07-22 | Use incremental formatting internally for dprint (#6815) | David Sherret | |
2020-07-16 | Update dprint. Also ignore gh-pages dir. (#6778) | David Sherret | |
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-05-13 | Update to TypeScript 3.9 (#4510) | Kitson Kelly | |
2020-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly | |
2020-03-21 | Optimize github cache usage, remove sccache (#4452) | Bert Belder | |
2020-03-14 | Downgrade third_party/prebuild/windows/sccache.exe (#4375) | Ryan Dahl | |
Not working due to "multiple input files" on both Azure and S3. | |||
2020-03-14 | ci: Use Azure blob storage for sccache (#4354) | Ryan Dahl | |
2020-02-25 | upgrade: TypeScript 3.8 (#4100) | Kitson Kelly | |
2020-01-05 | Replace libdeno with rusty_v8 (#3556) | Ry Dahl | |
2019-12-04 | fix depot_tools on macOS Catalina by upgrading it to 23247b9 (#3441) | Christian Moritz | |
Fixes: #3440 Fixes: #3153 | |||
2019-11-13 | Update 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-07 | Rebase v8 changes in third_party | Ryan Dahl | |