summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-08fix(ext/node): lossy UTF-8 read node_modules files (#24140)Luca Casonato
2024-06-08chore: upgrade deno_core to 0.287.0 (#24145)Bartek Iwańczuk
2024-06-07fix: upgrade deno_core (#24128)Bartek Iwańczuk
2024-06-07fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106)Divy Srivastava
2024-06-07fix: make writing to the deps cache more reliable (#24135)David Sherret
2024-06-07fix: do not panic linting files with UTF-8 BOM (#24136)David Sherret
2024-06-07chore(ext/node): remove dead op (#24131)Satya Rohith
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-07docs: clarify release instructions (#24124)snek
2024-06-06refactor: `NpmRegistryApi` - `#[async_trait(?Send)]` (#24126)David Sherret
2024-06-06fix(cli): Overwrite existing bin entries in `node_modules` (#24123)Nathan Whitaker
2024-06-06ci: bump timeout minutes due to slow mac aarch64 runner (#24116)David Sherret
2024-06-06chore: support `-- --nocapture` in the spec tests (#24113)David Sherret
2024-06-06chore: forward v1.44.1 release commit to main (#24115)denobot
2024-06-05chore: upgrade trust-dns-resolver and friends (#24108)Ryan Dahl
2024-06-05fix(npm): use configured auth for tarball urls instead of scope auth (#24111)David Sherret
2024-06-05fix: update deno_npm (#24065)Bartek Iwańczuk
2024-06-05fix: support importing statically unanalyzable npm specifiers (#24107)David Sherret
2024-06-05refactor(npm): improve locking around updating npm resolution (#24104)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-06-04ci: label for running CI on draft PRs (#24102)David Sherret
2024-06-05chore: upgrade dlint to 0.60.0 (#24041)Bartek Iwańczuk
2024-06-05chore(ext/web): use `Error.captureStackTrace` in `DOMException` constructor (...ud2
2024-06-04fix(docs): update Deno.Command docs (#24097)Igor Zinkovsky
2024-06-04docs(console): More clearly indicate the contents of DENO_CERT (#24091)Andreas Kohn
2024-06-04chore(ext/webgpu): clean up buffer_get_map_async (#24087)Luca Casonato
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-06-03fix(lsp): complete exports for import mapped jsr specifiers (#24054)Nayeem Rahman
2024-06-03fix(console): add missing AssertionError to js (#22358)Oliver Medhurst
2024-06-03refactor: extract structs for downloading tarballs and npm registry packument...David Sherret
2024-06-02fix: validate integer values in `Deno.exitCode` setter (#24068)Kenta Moriuchi
2024-06-02chore: disable part of `test-fs-read-stream.js` (#24085)Bartek Iwańczuk
2024-06-02chore: update wpt suite (#24070)Kenta Moriuchi
2024-05-31fix: retry writing lockfile on failure (#24052)David Sherret
2024-05-30chore: update release template (#24046)Divy Srivastava
2024-05-30fix(cron): enable chrono `now` feature (#24047)Divy Srivastava
2024-05-301.44.0 (#24045)denobot
2024-05-30feat: do not require `DENO_FUTURE=1` for npmrc support (#24043)David Sherret
2024-05-30feat(lsp): support .npmrc (#24042)Nayeem Rahman
2024-05-30BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)Aapo Alasuutari
2024-05-29fix(cli): Prefer npm bin entries provided by packages closer to the root (#24...Nathan Whitaker
2024-05-30feat(lint): add `no-boolean-literal-for-arguments` rule and enable `no-unused...Luca Casonato
2024-05-29feat: Add `Deno.exitCode` API (#23609)Luke Edwards
2024-05-29chore: upgrade jupyter runtimelib to 0.11.0 (#24036)Kyle Kelley
2024-05-29perf(repl): don't walk workspace in repl language server (#24037)Nayeem Rahman
2024-05-29fix(task): always use `npm` for `npm run` with flags (#24028)Marvin Hagemeister
2024-05-29perf: avoid building module graph if dynamic specifier already in graph (#24035)David Sherret
2024-05-29fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)David Sherret
2024-05-29fix(lsp): don't discover deno.json in vendor dir (#24032)Nayeem Rahman
2024-05-29fix(ext/node): windows cancel stdin read in line mode (#23969)Divy Srivastava