From 5834d282d4de5d0b5cacb9bf068f3896bef0a48a Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 21 Aug 2023 11:53:52 +0200 Subject: refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193) --- cli/tests/testdata/npm/cjs_with_deps/main_info.out | 32 +++++++++++----------- .../testdata/npm/cjs_with_deps/main_info_json.out | 4 +-- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'cli/tests/testdata/npm/cjs_with_deps') diff --git a/cli/tests/testdata/npm/cjs_with_deps/main_info.out b/cli/tests/testdata/npm/cjs_with_deps/main_info.out index cf84197e1..bcaaf1eec 100644 --- a/cli/tests/testdata/npm/cjs_with_deps/main_info.out +++ b/cli/tests/testdata/npm/cjs_with_deps/main_info.out @@ -4,19 +4,19 @@ dependencies: 14 unique size: [WILDCARD] file:///[WILDCARD]/npm/cjs_with_deps/main.js ([WILDCARD]) -├─┬ npm:chalk@4.1.2 ([WILDCARD]) -│ ├─┬ npm:ansi-styles@4.3.0 ([WILDCARD]) -│ │ └─┬ npm:color-convert@2.0.1 ([WILDCARD]) -│ │ └── npm:color-name@1.1.4 ([WILDCARD]) -│ └─┬ npm:supports-color@7.2.0 ([WILDCARD]) -│ └── npm:has-flag@4.0.0 ([WILDCARD]) -└─┬ npm:chai@4.3.6 ([WILDCARD]) - ├── npm:assertion-error@1.1.0 ([WILDCARD]) - ├── npm:check-error@1.0.2 ([WILDCARD]) - ├─┬ npm:deep-eql@3.0.1 ([WILDCARD]) - │ └── npm:type-detect@4.0.8 ([WILDCARD]) - ├── npm:get-func-name@2.0.0 ([WILDCARD]) - ├─┬ npm:loupe@2.3.4 ([WILDCARD]) - │ └── npm:get-func-name@2.0.0 ([WILDCARD]) - ├── npm:pathval@1.1.1 ([WILDCARD]) - └── npm:type-detect@4.0.8 ([WILDCARD]) +├─┬ npm:/chalk@4.1.2 ([WILDCARD]) +│ ├─┬ npm:/ansi-styles@4.3.0 ([WILDCARD]) +│ │ └─┬ npm:/color-convert@2.0.1 ([WILDCARD]) +│ │ └── npm:/color-name@1.1.4 ([WILDCARD]) +│ └─┬ npm:/supports-color@7.2.0 ([WILDCARD]) +│ └── npm:/has-flag@4.0.0 ([WILDCARD]) +└─┬ npm:/chai@4.3.6 ([WILDCARD]) + ├── npm:/assertion-error@1.1.0 ([WILDCARD]) + ├── npm:/check-error@1.0.2 ([WILDCARD]) + ├─┬ npm:/deep-eql@3.0.1 ([WILDCARD]) + │ └── npm:/type-detect@4.0.8 ([WILDCARD]) + ├── npm:/get-func-name@2.0.0 ([WILDCARD]) + ├─┬ npm:/loupe@2.3.4 ([WILDCARD]) + │ └── npm:/get-func-name@2.0.0 ([WILDCARD]) + ├── npm:/pathval@1.1.1 ([WILDCARD]) + └── npm:/type-detect@4.0.8 ([WILDCARD]) diff --git a/cli/tests/testdata/npm/cjs_with_deps/main_info_json.out b/cli/tests/testdata/npm/cjs_with_deps/main_info_json.out index e2a659a42..fd850b8a1 100644 --- a/cli/tests/testdata/npm/cjs_with_deps/main_info_json.out +++ b/cli/tests/testdata/npm/cjs_with_deps/main_info_json.out @@ -50,8 +50,8 @@ } ], "redirects": { - "npm:chai@4.3": "npm:chai@4.3.6", - "npm:chalk@4": "npm:chalk@4.1.2" + "npm:chai@4.3": "npm:/chai@4.3.6", + "npm:chalk@4": "npm:/chalk@4.1.2" }, "npmPackages": { "ansi-styles@4.3.0": { -- cgit v1.2.3