Commit graph

9 commits

Author SHA1 Message Date
David Sherret
893ceb3df8
feat: TypeScript 5.9.2 (#30601) 2025-09-03 09:23:13 -04:00
Bartek Iwańczuk
4ded37a1e7
build: Use separate version.txt file to define crate version (#29136) 2025-05-02 10:30:03 -04:00
David Sherret
ace8d2efb9
fix: correct reported typescript version (#29053)
https://github.com/denoland/deno/pull/29041#issuecomment-2831398138
2025-04-25 21:27:29 +00:00
Bartek Iwańczuk
4924731ac3
chore: align crates versions (#29018)
Aligns version between `deno`, `denort` and `deno_lib` crates.

Removes `cli/lib/version.txt` and some build-script shenanigans to
override crate version.
2025-04-25 07:15:09 +00:00
David Sherret
edba5ff3c8
fix(compile): read resource name in executable as uppercase on Windows (#29005)
* https://github.com/denoland/sui/pull/40 (this is the fix)
* https://github.com/denoland/sui/pull/39
* https://github.com/denoland/sui/pull/38

Closes https://github.com/denoland/deno/issues/28982

---------

Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2025-04-23 04:59:59 +00:00
Divy Srivastava
c8a0f6b1cd
fix: use full SHA for canary panic URLs (#28819) 2025-04-09 04:51:59 -07:00
David Sherret
8971064546
feat: TypeScript 5.7 (#27857)
Co-authored-by: Kenta Moriuchi <moriken@kimamass.com>
2025-01-31 16:07:42 -05:00
David Sherret
b962b87cfe
chore: fix canary version (#27723)
Broken by
57dd66ec3d

Closes https://github.com/denoland/deno/issues/27719
2025-01-19 11:19:47 +01:00
David Sherret
57dd66ec3d
refactor: move denort to separate crate (#27688)
This slightly degrades the performance of CJS export analysis on
subsequent runs because I changed it to no longer cache in the DENO_DIR
with this PR (denort now properly has no idea about the DENO_DIR). We'll
have to change it to embed this data in the binary and that will also
allow us to get rid of swc in denort (will do that in a follow-up PR).
2025-01-17 20:39:29 +00:00