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-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
2024-07-19
fix(cli): Respect implied BYONM from DENO_FUTURE in `deno task` (#24652)
Nathan Whitaker
2024-07-18
Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...
Bartek Iwańczuk
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-13
Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...
Ryan Dahl
2024-07-13
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
Sean McArthur
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: 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-07-02
feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)
Nathan Whitaker
2024-06-28
refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)
Nathan Whitaker
2024-06-26
refactor: move PackageJson to deno_config (#24348)
David Sherret
2024-06-11
fix(npm): resolve dynamic npm imports individually (#24170)
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-06
fix(cli): Overwrite existing bin entries in `node_modules` (#24123)
Nathan Whitaker
2024-06-05
fix(npm): use configured auth for tarball urls instead of scope auth (#24111)
David Sherret
2024-06-05
refactor(npm): improve locking around updating npm resolution (#24104)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
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-29
fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)
David Sherret
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-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
[next]