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
/
resolution
Age
Commit message (
Expand
)
Author
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-13
fix: ensure no node_modules directory is created when a package.json exists a...
David Sherret
2023-03-12
refactor(npm): push npm struct creation to a higher level (#18139)
David Sherret
2023-03-08
fix(npm): improve peer dependency resolution with circular dependencies (#18069)
David Sherret
2023-03-04
refactor: remove `Semaphore::new(1)` and use `TaskQueue` (#18014)
David Sherret
2023-02-24
fix(npm): lazily install package.json dependencies only when necessary (#17931)
David Sherret
2023-02-23
feat(npm): support bare specifiers from package.json in more subcommands and ...
David Sherret
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-21
fix(npm): filter out duplicate packages names in resolution (#17857)
David Sherret
2023-02-21
fix(npm): improve peer dependency resolution (#17835)
David Sherret
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-17
refactor: add `NpmPackageId` back from deno_graph as `NpmPackageNodeId` (#17804)
David Sherret
2023-02-15
refactor: use deno_graph's semver and npm structs (#17791)
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-01-31
refactor(semver): generalize semver related structs (#17605)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-24
refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)
David Sherret
2023-01-23
refactor: Move lockfile to a separate crate (#17503)
Bartek Iwańczuk
2023-01-16
refactor(npm): avoid cloning snapshot for lockfile (#17451)
David Sherret
2023-01-15
refactor: clean up `unwrap` and `clone` (#17282)
Yiyu Lin
2023-01-14
fix(npm): handle an npm package that has itself as a dependency (#17425)
David Sherret
2023-01-06
fix(npm): support old packages and registries with no integrity, but with a s...
David Sherret
2023-01-06
fix(npm): reduce copy packages when resolving optional peer dependencies (#17...
David Sherret
2023-01-06
fix(npm): panic resolving some dependencies with dist tags (#17278)
David Sherret
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
fix(npm): resolve npm specifiers when root redirected (#17144)
David Sherret
2022-12-06
refactor: remove `deno_graph::Locker` usage (#16877)
David Sherret
2022-11-25
refactor: move lockfile.rs to args module (#16818)
David Sherret
2022-11-22
fix: Make npm packages works with import maps (#16754)
Bartek Iwańczuk
2022-11-18
fix(npm): ancestor that resolves peer dependency should not include self in i...
David Sherret
2022-11-17
perf(npm): make dependency resolution faster (#16694)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-15
fix(npm): support dist tags specified in npm package dependencies (#16652)
David Sherret
2022-11-14
fix(npm): handle peer dep being resolved without resolved dep higher in tree ...
David Sherret
2022-11-13
feat(npm): require --unstable for npm specifiers in remote modules (#16612)
David Sherret
2022-11-12
fix(npm): specifier resolution - handle data urls and modules at a directory ...
David Sherret
2022-11-11
feat(unstable/npm): module graph derived npm specifier resolution order (#16602)
David Sherret
2022-11-11
perf: more efficient `deno cache` and npm package info usage (#16592)
David Sherret
2022-11-08
feat(unstable/npm): support peer dependencies (#16561)
David Sherret