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
Age
Commit message (
Expand
)
Author
2024-11-14
refactor(resolver): move more resolution code into deno_resolver (#26873)
David Sherret
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-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
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-31
fix: surface package.json location on dep parse failure (#26665)
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-15
fix(install): retry downloads of registry info / tarballs (#26278)
Nathan Whitaker
2024-10-15
chore: upgrade to rust 1.81.0 (#26261)
林炳权
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-04
fix(install): surface package.json dependency errors (#26023)
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-10-02
feat(byonm): support `deno run npm:<package>` when package is not in package....
David Sherret
2024-10-01
feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)
Nayeem Rahman
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-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-26
feat: Don't warn about --allow-script when using esbuild (#25894)
Bartek Iwańczuk
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-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-18
fix: do not panic running invalid file specifier (#25530)
Yazan AbdAl-Rahman
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-14
feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)
David Sherret
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-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-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-20
feat(unstable): ability to use a local copy of jsr packages (#25068)
David Sherret
2024-08-14
feat(node): support `username` and `_password` in `.npmrc` file (#24793)
Asher Gomez
2024-08-09
fix(install): Properly handle dist tags when setting up node_modules (#24968)
Nathan Whitaker
2024-08-08
fix(add): Support dist tags in deno add (#24960)
Nathan Whitaker
2024-08-01
chore: upgrade flaky_test, fastwebsockets, base64, base32, notify (#24746)
Ryan Dahl
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(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-23
refactor: update to use deno_package_json (#24688)
David Sherret
[next]