summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-18feat: update warning message for --allow-run with no list (#25693)Bartek Iwańczuk
2024-09-17refactor(ext/websocket): align error messages (#25622)Ian Bull
2024-09-17fix(lsp): properly resolve jsxImportSource for caching (#25688)Nayeem Rahman
2024-09-17feat(lsp): auto-import types with 'import type' (#25662)Nayeem Rahman
2024-09-17perf: fast path for cached dyn imports (#25636)Divy Srivastava
2024-09-17fix(ext/node): stub `inspector/promises` (#25635)Divy Srivastava
2024-09-17feat(fmt): sort type-only named import/exports last (#25690)David Sherret
2024-09-17ci: fix releasing canary (#25689)Bartek Iwańczuk
2024-09-17ci: make canary uploads less racy (#25671)Bartek Iwańczuk
2024-09-17chore: upgrade deno_core (#25674)Bartek Iwańczuk
2024-09-16chore: remove `warnOnDeprecatedApi()` (#25673)Asher Gomez
2024-09-16feat: warn when using `--allow-run` with no allow list (#25215)David Sherret
2024-09-16chore: lint `40_fs_events.js` (#25672)Asher Gomez
2024-09-17chore(fs): undeprecate `Deno.FsWatcher.prototype.return()` (#25623)Asher Gomez
2024-09-16fix(npm): better error handling for remote npm deps (#25670)David Sherret
2024-09-16feat(permissions): `Deno.mainModule` doesn't require permissions (#25667)Nathan Whitaker
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-16chore: deprecate test itests (#25512)HasanAlrimawi
2024-09-16chore: maybe fix flaky serve_parallel test (#25668)David Sherret
2024-09-16chore: deprecate lint itests (#25655)HasanAlrimawi
2024-09-16chore: move info itests (#25659)Mohammad Sulaiman
2024-09-16fix(lockfile): use loose deserialization for version constraints (#25660)David Sherret
2024-09-16test: rewrite some ignored tests to spec tests (#25652)Bartek Iwańczuk
2024-09-16fix(types): simplify mtls related types (#25658)Luca Casonato
2024-09-16fix(runtime): don't error `child.output()` on consumed stream (#25657)Luca Casonato
2024-09-16BREAKING(ext/ffi): remove deprecated `UnsafeFnPointer` constructor type with ...Aapo Alasuutari
2024-09-16fix(ext/crypto): support md4 digest algorithm (#25656)Luca Casonato
2024-09-16chore: deprecate node compat itests (#25573)Mohammad Sulaiman
2024-09-16chore: cleanup remaining `internals.future` code (#25624)Asher Gomez
2024-09-15fix(cli): `deno task` exit with status 0 (#25637)Divy Srivastava
2024-09-15fix(ext/node): add `vm.constants` (#25630)Divy Srivastava
2024-09-15fix(ext/node): export `process.allowedNodeEnvironmentFlags` (#25629)Divy Srivastava
2024-09-15fix(ext/node): add stubs for `node:trace_events` (#25628)Divy Srivastava
2024-09-14feat: print `Listening on` messages on stderr instead of stdout (#25491)Marvin Hagemeister
2024-09-14feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)David Sherret
2024-09-13fix(ext/node): attach console stream properties (#25617)snek
2024-09-13fix(ext/node): use primordials in ext/node/polyfills/wasi.ts (#25608)Jake Abed
2024-09-13chore: update more registry.json files (#25615)David Sherret
2024-09-13fix(check): move is cjs check from resolving to loading (#25597)David Sherret
2024-09-13feat(flags): support user provided args in repl subcommand (#25605)Leo Kettmeir
2024-09-13chore: enable `specs::run::workspaces::explicit_import_map` test (#25611)Asher Gomez
2024-09-13refactor(runtime): align error messages (#25563)Ian Bull
2024-09-12feat(serve): Support second parameter in deno serve (#25606)Nathan Whitaker
2024-09-12fix: no cmd prefix in help output go links (#25459)Luca Casonato
2024-09-12feat(upgrade): support LTS release channel (#25123)David Sherret
2024-09-12feat(ext/node): export 'promises' symbol from 'node:timers' (#25589)Bartek Iwańczuk
2024-09-12ci: Add action to cut LTS release (#25590)Bartek Iwańczuk
2024-09-12fix(ext/node): Implement detached option in `child_process` (#25218)Nathan Whitaker
2024-09-13fix(ext/node): fix Decipheriv when autoPadding disabled (#25598)Yoshiya Hinosawa
2024-09-12BREAKING(io): remove `Deno.Seeker[Sync]` (#25551)Asher Gomez