summaryrefslogtreecommitdiff
path: root/tests/registry
AgeCommit message (Expand)Author
2024-11-19fix(node): handle resolving ".//<something>" in npm packages (#26920)David Sherret
2024-11-18feat(runtime): remove public OTEL trace API (#26854)Luca Casonato
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-12fix(install): re-setup bin entries after running lifecycle scripts (#26752)Nathan Whitaker
2024-11-06chore: serve node headers from a test server to fix flaky `node-gyp` test (#2...Nathan Whitaker
2024-11-05fix(add): better error message when adding package that only has pre-release ...Nathan Whitaker
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
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-25fix(install): cache json exports of JSR packages (#26552)Nathan Whitaker
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister
2024-10-23fix(install): cache type only module deps in `deno install` (#26497)Nathan Whitaker
2024-10-12feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `deno tes...Nathan Whitaker
2024-10-01feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)Nayeem Rahman
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-26fix(installl): make bin entries executable even if not put in `node_modules/....Nathan Whitaker
2024-09-25fix(add/install): default to "latest" tag for npm packages in `deno add npm:p...Nathan Whitaker
2024-09-24fix: Update deno_npm to fix `deno install` with crossws (#25837)Nathan Whitaker
2024-09-21fix(node): Include "node" condition during CJS re-export analysis (#25785)Nathan Whitaker
2024-09-19fix: cjs resolution cases (#25739)snek
2024-09-14feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)David Sherret
2024-09-13chore: update more registry.json files (#25615)David Sherret
2024-09-12chore(test): add script for pruning registry.json files (#25594)David Sherret
2024-09-10feat: require(esm) (#25501)snek
2024-09-04fix(byonm): resolve npm deps of jsr deps (#25399)David Sherret
2024-09-04feat(cli): give access to `process` global everywhere (#25291)Luca Casonato
2024-08-28refactor: don't virtualize the `console` global for node mode (#25263)Luca Casonato
2024-08-21fix(add): Handle packages without root exports (#25102)Nathan Whitaker
2024-08-20feat: Print deprecation message for npm packages (#24992)HasanAlrimawi
2024-08-20feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)Hajime-san
2024-08-17fix(ext/node): fix prismjs compatibiliy in Web Worker (#25062)Yoshiya Hinosawa
2024-08-16fix(ext/node): improve shelljs compat with managed npm execution (#24912)Yoshiya Hinosawa
2024-08-14fix(lsp): import map lookup for jsr subpath auto import (#25025)Nayeem Rahman
2024-08-08feat: `deno init --serve` (#24897)Bartek Iwańczuk
2024-07-31fix(ext/node): handle node child_process with --v8-options flag (#24804)Luca Casonato
2024-07-30fix(compile/windows): handle cjs re-export of relative path with parent compo...David Sherret
2024-07-19fix(ext/node): do not expose `self` global in node (#24637)Yoshiya Hinosawa
2024-07-16fix(cli): Create child node_modules for conflicting dependency versions, resp...Nathan Whitaker
2024-07-15fix(node): Fix `--allow-scripts` with no `deno.json` (#24533)Nathan Whitaker
2024-07-14fix(init): use bare specifier for `jsr:@std/assert` (#24581)David Sherret
2024-07-11fix(node): Ignore broken default install scripts (#24534)Nathan Whitaker
2024-07-10fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...David Sherret
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-11fix(npm): resolve dynamic npm imports individually (#24170)David Sherret
2024-06-08fix(ext/node): lossy UTF-8 read node_modules files (#24140)Luca Casonato
2024-06-05fix(npm): use configured auth for tarball urls instead of scope auth (#24111)David Sherret
2024-05-29fix(cli): Prefer npm bin entries provided by packages closer to the root (#24...Nathan Whitaker
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-23fix(npm): set up node_modules/.bin/ entries for package that provide bin entr...Bartek Iwańczuk