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
/
cli
/
npm
/
managed
/
resolvers
/
local.rs
Age
Commit message (
Expand
)
Author
2024-11-12
fix(install): re-setup bin entries after running lifecycle scripts (#26752)
Nathan Whitaker
2024-11-05
fix(install): handle invalid function error, and fallback to junctions regard...
Nathan Whitaker
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-12
feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `deno tes...
Nathan Whitaker
2024-10-04
refactor: improve node permission checks (#26028)
David Sherret
2024-10-02
fix(install): store tags associated with package in node_modules dir (#26000)
Nathan Whitaker
2024-10-02
fix(install): compare versions directly to decide whether to create a child n...
Nathan Whitaker
2024-09-30
refactor: move ByonmNpmResolver to deno_resolver (#25937)
David Sherret
2024-09-28
refactor: move NpmCacheDir to deno_cache_dir (#25916)
David Sherret
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-09
fix: remove recently added deno.json node_modules aliasing (#25542)
David Sherret
2024-09-06
fix(install): Make sure target node_modules exists when symlinking (#25494)
Nathan Whitaker
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-09-03
fix: make some warnings more standard (#25324)
David Sherret
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-22
fix(install): Use relative symlinks in deno install (#25164)
Nathan Whitaker
2024-08-20
feat: Print deprecation message for npm packages (#24992)
HasanAlrimawi
2024-08-09
fix(install): Properly handle dist tags when setting up node_modules (#24968)
Nathan Whitaker
2024-07-29
chore: upgrade to rust 1.80 (#24778)
Satya Rohith
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
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-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-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
2024-07-09
fix: make .setup-cache.bin in node_modules more reproducible (#24480)
Zebreus
2024-07-09
refactor: use concrete error types for node resolution (#24470)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-08
fix(check): attempt to resolve types from pkg before `@types` pkg (#24152)
David Sherret
2024-06-07
fix: make writing to the deps cache more reliable (#24135)
David Sherret
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-06-06
refactor: `NpmRegistryApi` - `#[async_trait(?Send)]` (#24126)
David Sherret
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-06-03
refactor: extract structs for downloading tarballs and npm registry packument...
David Sherret
2024-05-29
fix(cli): Prefer npm bin entries provided by packages closer to the root (#24...
Nathan Whitaker
2024-05-28
perf(cli): Improve concurrency when setting up `node_modules` and loading cac...
Nathan Whitaker
2024-05-28
perf(cli): Optimize setting up `node_modules` on macOS (#23980)
Nathan Whitaker
2024-05-23
fix(npm): set up node_modules/.bin/ entries for package that provide bin entr...
Bartek Iwańczuk
2024-05-23
FUTURE: initial support for .npmrc file (#23560)
Bartek Iwańczuk
2024-04-25
fix(npm): do not panic hitting root dir while resolving npm package (#23556)
David Sherret
2024-03-07
perf: hard link npm cache (#22773)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-06
fix(npm): do not create symlink for non-system optional dep in node_modules d...
David Sherret
2023-11-29
feat(compile): support "bring your own node_modules" in deno compile (#21377)
David Sherret
2023-10-25
feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
David Sherret
[next]