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-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
2024-07-15
fix(node): Fix `--allow-scripts` with no `deno.json` (#24533)
Nathan Whitaker
2024-07-15
fix(workspace): do not resolve to self for npm pkg depending on matching req ...
David Sherret
2024-07-12
fix(config): regression - should not discover npm workspace for nested deno.j...
David Sherret
2024-07-11
fix(node): Ignore broken default install scripts (#24534)
Nathan Whitaker
2024-07-11
fix(npm): only warn about lifecycle scripts not being run when setting up dir...
David Sherret
2024-07-10
fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...
David Sherret
2024-07-10
chore: tweak warning message for un-run install scripts (#24508)
Nathan Whitaker
2024-07-10
feat(node): Support executing npm package lifecycle scripts (preinstall/insta...
Nathan Whitaker
2024-07-09
fix: test in presence of .npmrc (#24486)
snek
2024-07-09
feat: support wildcards in npm workspaces (#24471)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
[next]