summaryrefslogtreecommitdiff
path: root/tests/specs/npm
AgeCommit message (Expand)Author
2024-11-19fix(node): handle resolving ".//<something>" in npm packages (#26920)David Sherret
2024-11-16chore: reenable some tests disabled during Deno 1->2 migration (#26898)Bartek Iwańczuk
2024-11-15fix: update message for unsupported schemes with npm and jsr (#26884)Bartek Iwańczuk
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-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-28fix(check): expose more globals from @types/node (#26603)David Sherret
2024-10-28fix(npm): match npm bearer token generation (#26544)Marvin Hagemeister
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister
2024-10-18fix(npm): ensure scoped package name is encoded in URLs (#26390)Marvin Hagemeister
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-02feat(byonm): support `deno run npm:<package>` when package is not in package....David Sherret
2024-10-02chore: remove unnecessary envs in spec tests (#25982)David Sherret
2024-09-30fix: precompile preserve SVG camelCase attributes (#25945)Marvin Hagemeister
2024-09-26fix(info): move "version" field to top of json output (#25890)David Sherret
2024-09-26feat(install): warn repeatedly about not-run lifecycle scripts on explicit in...Nathan Whitaker
2024-09-26fix(installl): make bin entries executable even if not put in `node_modules/....Nathan Whitaker
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-24fix(cli): Warn on not-run lifecycle scripts with global cache (#25786)Nathan Whitaker
2024-09-20refactor(tests): migrate npm itests to specs (#25764)Satya Rohith
2024-09-19fix: cjs resolution cases (#25739)snek
2024-09-18feat: improve warnings for deprecations and lifecycle script for npm packages...Bartek Iwańczuk
2024-09-16fix(npm): better error handling for remote npm deps (#25670)David Sherret
2024-09-04fix: lock down allow-run permissions more (#25370)David Sherret
2024-09-03fix(flags): require global flag for permission flags in install subcommand (#...Leo Kettmeir
2024-09-03fix: make some warnings more standard (#25324)David Sherret
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-08-31chore: remove DENO_FUTURE=1 from spec tests (#25329)Bartek Iwańczuk
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-08-29feat(config): Node modules option for 2.0 (#25299)Nathan Whitaker
2024-08-29test: run specs::npm::exec_file_inside_npm_package with DENO_FUTURE=1 (#25282)Bartek Iwańczuk
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
2024-08-28fix: replace `npm install` hint with `deno install` hint (#25244)Bartek Iwańczuk
2024-08-26feat: lockfile v4 by default (#25165)David Sherret
2024-08-22chore: enable `log` feature for tracing crate (#25078)Yusuke Tanaka
2024-08-20fix: adjust suggestion for lockfile regeneration (#25107)Bartek Iwańczuk
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-14feat(node): support `username` and `_password` in `.npmrc` file (#24793)Asher Gomez
2024-07-24fix(future): Emit `deno install` warning less often, suggest `deno install` i...Nathan Whitaker
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-19fix(cli): Respect implied BYONM from DENO_FUTURE in `deno task` (#24652)Nathan Whitaker
2024-07-18chore: fix ci (#24633)David Sherret
2024-07-17fix(publish): surface syntax errors when using --no-check (#24620)David Sherret
2024-07-18chore: fix flakey lifecycle scripts test (#24629)Nathan Whitaker
2024-07-17fix(workspace): support resolving bare specifiers to npm pkgs within a worksp...David Sherret
2024-07-16fix(cli): Create child node_modules for conflicting dependency versions, resp...Nathan Whitaker