index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
specs
Age
Commit message (
Expand
)
Author
2024-11-08
fix(install): cache jsr deps from all workspace config files (#26779)
Nathan Whitaker
2024-11-06
fix(fmt): don't use self-closing tags in HTML (#26754)
Bartek Iwańczuk
2024-11-05
chore: deprecate run itests (#26444)
Mohammad Sulaiman
2024-11-05
fix(add): better error message when adding package that only has pre-release ...
Nathan Whitaker
2024-11-05
fix(workspace): support wildcard packages (#26568)
Bartek Iwańczuk
2024-11-04
fix(fmt): ignore file directive for YAML files (#26717)
Bartek Iwańczuk
2024-11-01
fix(add): only add npm deps to package.json if it's at least as close as deno...
Nathan Whitaker
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-11-01
chore: upgrade to rust 1.82 and LLVM 19 (#26615)
Divy Srivastava
2024-10-31
fix(cli): set `npm_config_user_agent` when running npm packages or tasks (#26...
Nathan Whitaker
2024-10-31
fix(ext/node): resolve exports even if parent module filename isn't present (...
Nathan Whitaker
2024-10-31
fix: surface package.json location on dep parse failure (#26665)
David Sherret
2024-10-29
fix: provide hints in terminal errors for Node.js globals (#26610)
Bartek Iwańczuk
2024-10-28
fix(check): expose more globals from @types/node (#26603)
David Sherret
2024-10-28
fix: report exceptions from nextTick (#26579)
snek
2024-10-28
fix(compile): regression handling redirects (#26586)
David Sherret
2024-10-28
fix(npm): match npm bearer token generation (#26544)
Marvin Hagemeister
2024-10-25
fix(install): cache json exports of JSR packages (#26552)
Nathan Whitaker
2024-10-25
fix(check): ignore resolving `jsxImportSource` when jsx is not used in graph ...
David Sherret
2024-10-24
perf(compile): pass module source data from binary directly to v8 (#26494)
David Sherret
2024-10-24
fix: `.npmrc` settings not being passed to install/add command (#26473)
Marvin Hagemeister
2024-10-23
fix(ext/node): only set our end of child process pipe to nonblocking mode (#2...
Nathan Whitaker
2024-10-23
fix(install): cache all exports of JSR packages listed in `deno.json` (#26501)
Nathan Whitaker
2024-10-23
fix(install): cache type only module deps in `deno install` (#26497)
Nathan Whitaker
2024-10-22
fix(check): support `--frozen` on deno check (#26479)
Nathan Whitaker
2024-10-22
refactor: add 'docs' suggestion (#26463)
Bartek Iwańczuk
2024-10-22
fix(install): update lockfile when using package.json (#26458)
Bartek Iwańczuk
2024-10-21
fix(install): better json editing (#26450)
David Sherret
2024-10-18
fix(info): resolve workspace member mappings (#26350)
Marvin Hagemeister
2024-10-18
fix(npm): ensure scoped package name is encoded in URLs (#26390)
Marvin Hagemeister
2024-10-17
fix(install): don't attempt to cache specifiers that point to directories (#2...
Nathan Whitaker
2024-10-16
fix(add): exact version should not have range `^` specifier (#26302)
Marvin Hagemeister
2024-10-16
fix(cli): consolidate pkg parser for install & remove (#26298)
Satya Rohith
2024-10-15
fix: improve suggestions and hints when using CommonJS modules (#26287)
Bartek Iwańczuk
2024-10-15
fix: add hint for missing `document` global in terminal error (#26218)
Bartek Iwańczuk
2024-10-15
fix(add): create deno.json when running `deno add jsr:<pkg>` (#26275)
Nathan Whitaker
2024-10-15
fix: do not panic running remote cjs module (#26259)
David Sherret
2024-10-14
feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...
David Sherret
2024-10-14
fix(console/ext/repl): support using parseFloat() (#25900)
Mohammad Sulaiman
2024-10-14
fix(install): support installing npm package with alias (#26246)
David Sherret
2024-10-14
feat(cli): improve deno info output for npm packages (#25906)
Luca Casonato
2024-10-12
feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `deno tes...
Nathan Whitaker
2024-10-10
fix(install): duplicate dependencies in `package.json` (#26128)
Marvin Hagemeister
2024-10-10
fix(unstable/worker): ensure import permissions are passed (#26101)
David Sherret
2024-10-04
tests: enable package_json_node_modules_none (#25825)
Satya Rohith
2024-10-04
fix(install): surface package.json dependency errors (#26023)
David Sherret
2024-10-04
Revert "feat: warn when using --allow-run with no allow list" (#26021)
David Sherret
2024-10-03
tests: enable specs::run::package_json::invalid_value (#25826)
Satya Rohith
2024-10-02
fix(install): store tags associated with package in node_modules dir (#26000)
Nathan Whitaker
2024-10-02
fix(install): compare versions directly to decide whether to create a child n...
Nathan Whitaker
[next]