1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tools/repl
David Sherret 3479bc7661
fix(npm): improve peer dependency resolution (#17835)
This PR fixes peer dependency resolution to only resolve peers based on
the current graph traversal path. Previously, it would resolve a peers
by looking at a graph node's ancestors, which is not correct because
graph nodes are shared by different resolutions.

It also stores more information about peer dependency resolution in the
lockfile.
2023-02-21 12:03:48 -05:00
..
cdp.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
channel.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
editor.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
mod.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
session.rs fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00