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
/
lifecycle_scripts
Age
Commit message (
Expand
)
Author
2024-10-18
fix(npm): ensure scoped package name is encoded in URLs (#26390)
Marvin Hagemeister
2024-10-12
feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `deno tes...
Nathan Whitaker
2024-09-26
feat(install): warn repeatedly about not-run lifecycle scripts on explicit in...
Nathan Whitaker
2024-09-24
fix(cli): Warn on not-run lifecycle scripts with global cache (#25786)
Nathan Whitaker
2024-09-18
feat: improve warnings for deprecations and lifecycle script for npm packages...
Bartek Iwańczuk
2024-09-04
fix: lock down allow-run permissions more (#25370)
David Sherret
2024-09-03
fix: make some warnings more standard (#25324)
David Sherret
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-07-24
fix(future): Emit `deno install` warning less often, suggest `deno install` i...
Nathan Whitaker
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-15
fix(node): Fix `--allow-scripts` with no `deno.json` (#24533)
Nathan Whitaker
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
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