deno/cli/npm
Bartek Iwańczuk bd159b8bad
fix(lock): ensure npm dependencies are written with --lock-write (#16668)
If "--lock-write" flag was present we never passed instance of the lockfile to 
the npm resolver, which made it skip adding discovered npm packages to
the lockfile. This commit fixes that, by always passing lockfile to the npm
resolver and only regenerating resolver snapshot is "--lock-write" is not
present.

Closes https://github.com/denoland/deno/issues/16666
2022-11-16 19:59:26 +01:00
..
resolution fix(npm): support dist tags specified in npm package dependencies (#16652) 2022-11-15 20:52:27 -05:00
resolvers fix(lock): ensure npm dependencies are written with --lock-write (#16668) 2022-11-16 19:59:26 +01:00
semver fix(npm): support dist tags specified in npm package dependencies (#16652) 2022-11-15 20:52:27 -05:00
cache.rs fix(npm): support non-all lowercase package names (#16669) 2022-11-16 18:44:31 +00:00
mod.rs feat(unstable/npm): module graph derived npm specifier resolution order (#16602) 2022-11-11 21:26:14 -05:00
registry.rs fix(npm): support dist tags specified in npm package dependencies (#16652) 2022-11-15 20:52:27 -05:00
tarball.rs feat(unstable/npm): support peer dependencies (#16561) 2022-11-08 14:17:24 -05:00