@@ -121566,7 +121566,7 @@ ArboristNode {
121566
121566
}
121567
121567
`
121568
121568
121569
- exports[`test/arborist/build-ideal-tree.js TAP update global > update a single dep 1`] = `
121569
+ exports[`test/arborist/build-ideal-tree.js TAP update global > update a single dep, also fixes the invalid node 1`] = `
121570
121570
ArboristNode {
121571
121571
"children": Map {
121572
121572
"@isaacs/testing-dev-optional-flags" => ArboristNode {
@@ -121588,7 +121588,6 @@ ArboristNode {
121588
121588
"wrappy" => ArboristNode {
121589
121589
"edgesIn": Set {
121590
121590
EdgeIn {
121591
- "error": "INVALID",
121592
121591
"from": "node_modules/@isaacs/testing-dev-optional-flags",
121593
121592
"name": "wrappy",
121594
121593
"spec": "^1.0.2",
@@ -121598,7 +121597,8 @@ ArboristNode {
121598
121597
"location": "node_modules/@isaacs/testing-dev-optional-flags/node_modules/wrappy",
121599
121598
"name": "wrappy",
121600
121599
"path": "{CWD}/test/arborist/tap-testdir-build-ideal-tree-update-global/node_modules/@isaacs/testing-dev-optional-flags/node_modules/wrappy",
121601
- "version": "1.0.0",
121600
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
121601
+ "version": "1.0.2",
121602
121602
},
121603
121603
},
121604
121604
"edgesIn": Set {
@@ -121617,7 +121617,6 @@ ArboristNode {
121617
121617
"type": "prod",
121618
121618
},
121619
121619
"wrappy" => EdgeOut {
121620
- "error": "INVALID",
121621
121620
"name": "wrappy",
121622
121621
"spec": "^1.0.2",
121623
121622
"to": "node_modules/@isaacs/testing-dev-optional-flags/node_modules/wrappy",
@@ -121818,7 +121817,7 @@ ArboristNode {
121818
121817
}
121819
121818
`
121820
121819
121821
- exports[`test/arborist/build-ideal-tree.js TAP update global > updating missing dep should have no effect 1`] = `
121820
+ exports[`test/arborist/build-ideal-tree.js TAP update global > updating missing dep should have no effect, but fix the invalid node 1`] = `
121822
121821
ArboristNode {
121823
121822
"children": Map {
121824
121823
"@isaacs/testing-dev-optional-flags" => ArboristNode {
@@ -121840,7 +121839,6 @@ ArboristNode {
121840
121839
"wrappy" => ArboristNode {
121841
121840
"edgesIn": Set {
121842
121841
EdgeIn {
121843
- "error": "INVALID",
121844
121842
"from": "node_modules/@isaacs/testing-dev-optional-flags",
121845
121843
"name": "wrappy",
121846
121844
"spec": "^1.0.2",
@@ -121850,7 +121848,8 @@ ArboristNode {
121850
121848
"location": "node_modules/@isaacs/testing-dev-optional-flags/node_modules/wrappy",
121851
121849
"name": "wrappy",
121852
121850
"path": "{CWD}/test/arborist/tap-testdir-build-ideal-tree-update-global/node_modules/@isaacs/testing-dev-optional-flags/node_modules/wrappy",
121853
- "version": "1.0.0",
121851
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
121852
+ "version": "1.0.2",
121854
121853
},
121855
121854
},
121856
121855
"edgesIn": Set {
@@ -121869,7 +121868,6 @@ ArboristNode {
121869
121868
"type": "prod",
121870
121869
},
121871
121870
"wrappy" => EdgeOut {
121872
- "error": "INVALID",
121873
121871
"name": "wrappy",
121874
121872
"spec": "^1.0.2",
121875
121873
"to": "node_modules/@isaacs/testing-dev-optional-flags/node_modules/wrappy",
@@ -121941,7 +121939,7 @@ ArboristNode {
121941
121939
}
121942
121940
`
121943
121941
121944
- exports[`test/arborist/build-ideal-tree.js TAP update global > updating sub-dep has no effect 1`] = `
121942
+ exports[`test/arborist/build-ideal-tree.js TAP update global > updating sub-dep has no effect, but fixes the invalid node 1`] = `
121945
121943
ArboristNode {
121946
121944
"children": Map {
121947
121945
"@isaacs/testing-dev-optional-flags" => ArboristNode {
@@ -121963,7 +121961,6 @@ ArboristNode {
121963
121961
"wrappy" => ArboristNode {
121964
121962
"edgesIn": Set {
121965
121963
EdgeIn {
121966
- "error": "INVALID",
121967
121964
"from": "node_modules/@isaacs/testing-dev-optional-flags",
121968
121965
"name": "wrappy",
121969
121966
"spec": "^1.0.2",
@@ -121973,7 +121970,8 @@ ArboristNode {
121973
121970
"location": "node_modules/@isaacs/testing-dev-optional-flags/node_modules/wrappy",
121974
121971
"name": "wrappy",
121975
121972
"path": "{CWD}/test/arborist/tap-testdir-build-ideal-tree-update-global/node_modules/@isaacs/testing-dev-optional-flags/node_modules/wrappy",
121976
- "version": "1.0.0",
121973
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
121974
+ "version": "1.0.2",
121977
121975
},
121978
121976
},
121979
121977
"edgesIn": Set {
@@ -121992,7 +121990,6 @@ ArboristNode {
121992
121990
"type": "prod",
121993
121991
},
121994
121992
"wrappy" => EdgeOut {
121995
- "error": "INVALID",
121996
121993
"name": "wrappy",
121997
121994
"spec": "^1.0.2",
121998
121995
"to": "node_modules/@isaacs/testing-dev-optional-flags/node_modules/wrappy",
0 commit comments