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