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