Skip to content

Commit 159bce7

Browse files
saihajlutter
authored andcommitted
fix(tests): yarn workspace to install all subfolders
1 parent 0053e8c commit 159bce7

File tree

6 files changed

+144
-42
lines changed

6 files changed

+144
-42
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ jobs:
8484
run: sudo ethtool -K eth0 tx off rx off
8585
- name: Checkout sources
8686
uses: actions/checkout@v2
87+
88+
- name: Install Node 18
89+
uses: actions/setup-node@v3
90+
with:
91+
node-version: "18"
92+
cache: yarn
93+
cache-dependency-path: "tests/runner-tests/yarn.lock"
94+
8795
- uses: Swatinem/rust-cache@v2
8896

8997
- name: Install lld
@@ -112,10 +120,10 @@ jobs:
112120
uses: actions/checkout@v2
113121
- uses: Swatinem/rust-cache@v2
114122

115-
- name: Install Node 16
123+
- name: Install Node 18
116124
uses: actions/setup-node@v3
117125
with:
118-
node-version: "16"
126+
node-version: "18"
119127
cache: yarn
120128
cache-dependency-path: "tests/integration-tests/yarn.lock"
121129

tests/integration-tests/api-version-v0-0-4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"note": "Do not update the dependencies below - we want to make sure it's backward comaptible, so we are using an old CLI version on purpose.",
1212
"devDependencies": {
13-
"@graphprotocol/graph-cli": "https://github.com/graphprotocol/graph-cli#v0.21.1",
14-
"@graphprotocol/graph-ts": "https://github.com/graphprotocol/graph-ts#v0.21.1",
13+
"@graphprotocol/graph-cli": "0.21.3",
14+
"@graphprotocol/graph-ts": "0.20.1",
1515
"solc": "^0.8.2"
1616
},
1717
"dependencies": {
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
{
22
"private": true,
33
"workspaces": [
4-
"ganache-reverts",
5-
"host-exports",
6-
"non-fatal-errors",
7-
"overloaded-contract-functions",
8-
"poi-for-failed-subgraph",
9-
"remove-then-update",
10-
"value-roundtrip",
11-
"int8",
12-
"derived-loaders",
13-
"block-handlers"
4+
"*"
145
]
156
}

tests/integration-tests/yarn.lock

Lines changed: 125 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,32 @@
871871
graphql-import-node "^0.0.5"
872872
js-yaml "^4.1.0"
873873

874+
"@graphprotocol/graph-cli@0.21.3":
875+
version "0.21.3"
876+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-cli/-/graph-cli-0.21.3.tgz#18db67871cf0ed633ca35aac7035132903b521df"
877+
integrity sha512-Icyyahyrj5aTJZU6oLZAYCZQKnBWd05Oxm/l39vMehncjk2Wu41+eIdC0Sb00NFkZi+VOdvDxmSkAcRaAk9rmg==
878+
dependencies:
879+
assemblyscript "git+https://github.com/AssemblyScript/assemblyscript.git#v0.6"
880+
chalk "^3.0.0"
881+
chokidar "^3.0.2"
882+
debug "^4.1.1"
883+
docker-compose "^0.23.2"
884+
dockerode "^2.5.8"
885+
fs-extra "^9.0.0"
886+
glob "^7.1.2"
887+
gluegun "^4.3.1"
888+
graphql "^15.5.0"
889+
immutable "^3.8.2"
890+
ipfs-http-client "55.0.0"
891+
jayson "4.0.0"
892+
js-yaml "^3.13.1"
893+
node-fetch "^2.3.0"
894+
pkginfo "^0.4.1"
895+
prettier "^1.13.5"
896+
request "^2.88.0"
897+
tmp-promise "^3.0.2"
898+
yaml "^1.5.1"
899+
874900
"@graphprotocol/graph-cli@0.50.0":
875901
version "0.50.0"
876902
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-cli/-/graph-cli-0.50.0.tgz#1ffef3834cc8376e64a05d6ee327c9d4eb269231"
@@ -967,6 +993,13 @@
967993
which "2.0.2"
968994
yaml "1.10.2"
969995

996+
"@graphprotocol/graph-ts@0.20.1":
997+
version "0.20.1"
998+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.20.1.tgz#42a45158c5904224f28d3cf6c5d1ffc876720f81"
999+
integrity sha512-JATb0tERXt+JZUYuW9rwfnLzIM4EOBHf/EEZir5JMiIVMP55CoOyQGAwH2dvKSm5O8WQ1BfdbnOvk7YNVMFHsg==
1000+
dependencies:
1001+
assemblyscript "git+https://github.com/AssemblyScript/assemblyscript.git#v0.6"
1002+
9701003
"@graphprotocol/graph-ts@0.30.0":
9711004
version "0.30.0"
9721005
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.30.0.tgz#591dee3c7d9fc236ad57ce0712779e94aef9a50a"
@@ -2784,6 +2817,17 @@ assemblyscript@0.19.23:
27842817
long "^5.2.0"
27852818
source-map-support "^0.5.20"
27862819

2820+
"assemblyscript@git+https://github.com/AssemblyScript/assemblyscript.git#v0.6":
2821+
version "0.6.0"
2822+
resolved "git+https://github.com/AssemblyScript/assemblyscript.git#3ed76a97f05335504166fce1653da75f4face28f"
2823+
dependencies:
2824+
"@protobufjs/utf8" "^1.1.0"
2825+
binaryen "77.0.0-nightly.20190407"
2826+
glob "^7.1.3"
2827+
long "^4.0.0"
2828+
opencollective-postinstall "^2.0.0"
2829+
source-map-support "^0.5.11"
2830+
27872831
assert-plus@1.0.0, assert-plus@^1.0.0:
27882832
version "1.0.0"
27892833
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
@@ -3152,6 +3196,11 @@ binaryen@102.0.0-nightly.20211028:
31523196
resolved "https://registry.yarnpkg.com/binaryen/-/binaryen-102.0.0-nightly.20211028.tgz#8f1efb0920afd34509e342e37f84313ec936afb2"
31533197
integrity sha512-GCJBVB5exbxzzvyt8MGDv/MeUjs6gkXDvf4xOIItRBptYl0Tz5sm1o/uG95YK0L0VeG5ajDu3hRtkBP2kzqC5w==
31543198

3199+
binaryen@77.0.0-nightly.20190407:
3200+
version "77.0.0-nightly.20190407"
3201+
resolved "https://registry.yarnpkg.com/binaryen/-/binaryen-77.0.0-nightly.20190407.tgz#fbe4f8ba0d6bd0809a84eb519d2d5b5ddff3a7d1"
3202+
integrity sha512-1mxYNvQ0xywMe582K7V6Vo2zzhZZxMTeGHH8aE/+/AND8f64D8Q1GThVY3RVRwGY/4p+p95ccw9Xbw2ovFXRIg==
3203+
31553204
bindings@^1.5.0:
31563205
version "1.5.0"
31573206
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
@@ -3696,7 +3745,7 @@ chokidar@3.4.2:
36963745
optionalDependencies:
36973746
fsevents "~2.1.2"
36983747

3699-
chokidar@3.5.3:
3748+
chokidar@3.5.3, chokidar@^3.0.2:
37003749
version "3.5.3"
37013750
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
37023751
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
@@ -4487,7 +4536,7 @@ dns-over-http-resolver@^1.2.3:
44874536
native-fetch "^3.0.0"
44884537
receptacle "^1.3.2"
44894538

4490-
docker-compose@0.23.19:
4539+
docker-compose@0.23.19, docker-compose@^0.23.2:
44914540
version "0.23.19"
44924541
resolved "https://registry.yarnpkg.com/docker-compose/-/docker-compose-0.23.19.tgz#9947726e2fe67bdfa9e8efe1ff15aa0de2e10eb8"
44934542
integrity sha512-v5vNLIdUqwj4my80wxFDkNH+4S85zsRuH29SO7dCWVWPCMt/ohZBsGN6g6KXWifT0pzQ7uOxqEKCYCDPJ8Vz4g==
@@ -4504,7 +4553,7 @@ docker-modem@^1.0.8:
45044553
readable-stream "~1.0.26-4"
45054554
split-ca "^1.0.0"
45064555

4507-
dockerode@2.5.8:
4556+
dockerode@2.5.8, dockerode@^2.5.8:
45084557
version "2.5.8"
45094558
resolved "https://registry.yarnpkg.com/dockerode/-/dockerode-2.5.8.tgz#1b661e36e1e4f860e25f56e0deabe9f87f1d0acc"
45104559
integrity sha512-+7iOUYBeDTScmOmQqpUYQaE7F4vvIt6+gIZNHWhqAQEI887tiPFB9OvXI/HzQYqfUNvukMK+9myLW63oTJPZpw==
@@ -5820,7 +5869,7 @@ fs-extra@5.0.0:
58205869
jsonfile "^4.0.0"
58215870
universalify "^0.1.0"
58225871

5823-
fs-extra@9.1.0, fs-extra@^9.1.0:
5872+
fs-extra@9.1.0, fs-extra@^9.0.0, fs-extra@^9.1.0:
58245873
version "9.1.0"
58255874
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
58265875
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
@@ -6083,7 +6132,7 @@ glob@^5.0.3:
60836132
once "^1.3.0"
60846133
path-is-absolute "^1.0.0"
60856134

6086-
glob@^7.1.3:
6135+
glob@^7.1.2, glob@^7.1.3:
60876136
version "7.2.3"
60886137
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
60896138
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -6173,6 +6222,42 @@ gluegun@5.1.2:
61736222
which "2.0.2"
61746223
yargs-parser "^21.0.0"
61756224

6225+
gluegun@^4.3.1:
6226+
version "4.7.1"
6227+
resolved "https://registry.yarnpkg.com/gluegun/-/gluegun-4.7.1.tgz#89477f155b79c16e63e7386819b01943942a7993"
6228+
integrity sha512-5iLbLCU+jCf34zHrl+AKC39mDIpVKn/Z5B2uIS8TjHVaPBaDPnRD/VspiHy9dyF5mjr7Ogg1/gOt8yeWo7MEug==
6229+
dependencies:
6230+
apisauce "^2.1.5"
6231+
app-module-path "^2.2.0"
6232+
cli-table3 "~0.5.0"
6233+
colors "^1.3.3"
6234+
cosmiconfig "6.0.0"
6235+
cross-spawn "^7.0.0"
6236+
ejs "^2.6.1"
6237+
enquirer "2.3.4"
6238+
execa "^3.0.0"
6239+
fs-jetpack "^2.2.2"
6240+
lodash.camelcase "^4.3.0"
6241+
lodash.kebabcase "^4.1.1"
6242+
lodash.lowercase "^4.3.0"
6243+
lodash.lowerfirst "^4.3.1"
6244+
lodash.pad "^4.5.1"
6245+
lodash.padend "^4.6.1"
6246+
lodash.padstart "^4.6.1"
6247+
lodash.repeat "^4.1.0"
6248+
lodash.snakecase "^4.1.1"
6249+
lodash.startcase "^4.4.0"
6250+
lodash.trim "^4.5.1"
6251+
lodash.trimend "^4.5.1"
6252+
lodash.trimstart "^4.5.1"
6253+
lodash.uppercase "^4.3.0"
6254+
lodash.upperfirst "^4.3.1"
6255+
ora "^4.0.0"
6256+
pluralize "^8.0.0"
6257+
semver "^7.0.0"
6258+
which "^2.0.0"
6259+
yargs-parser "^16.1.0"
6260+
61766261
gluegun@^4.6.1:
61776262
version "4.6.1"
61786263
resolved "https://registry.yarnpkg.com/gluegun/-/gluegun-4.6.1.tgz#f2a65d20378873de87a2143b8c3939ffc9a9e2b6"
@@ -6353,6 +6438,11 @@ graphql@15.5.0, graphql@^15.3.0:
63536438
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5"
63546439
integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==
63556440

6441+
graphql@^15.5.0:
6442+
version "15.8.0"
6443+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
6444+
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
6445+
63566446
graphql@^16.6.0:
63576447
version "16.6.0"
63586448
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
@@ -6710,6 +6800,11 @@ immutable@4.2.1:
67106800
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.2.1.tgz#8a4025691018c560a40c67e43d698f816edc44d4"
67116801
integrity sha512-7WYV7Q5BTs0nlQm7tl92rDYYoyELLKHoDMBKhrxEoiV4mrfVdRz8hzPiYOzH7yWjzoVEamxRuAqhxL2PLRwZYQ==
67126802

6803+
immutable@^3.8.2:
6804+
version "3.8.2"
6805+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"
6806+
integrity sha512-15gZoQ38eYjEjxkorfbcgBKBL6R7T459OuK+CpcWt7O3KF4uPCx2tD0uFETlUDIyo+1789crbMhTvQBSR5yBMg==
6807+
67136808
immutable@~3.7.6:
67146809
version "3.7.6"
67156810
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b"
@@ -7437,7 +7532,7 @@ js-yaml@3.14.0:
74377532
argparse "^1.0.7"
74387533
esprima "^4.0.0"
74397534

7440-
js-yaml@3.14.1, js-yaml@^3.14.1:
7535+
js-yaml@3.14.1, js-yaml@^3.13.1, js-yaml@^3.14.1:
74417536
version "3.14.1"
74427537
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
74437538
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
@@ -8756,6 +8851,13 @@ node-fetch@2.6.1:
87568851
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
87578852
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
87588853

8854+
node-fetch@^2.3.0:
8855+
version "2.7.0"
8856+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
8857+
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
8858+
dependencies:
8859+
whatwg-url "^5.0.0"
8860+
87598861
node-fetch@^2.6.1:
87608862
version "2.6.6"
87618863
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
@@ -9540,6 +9642,11 @@ pkg-conf@^1.1.2:
95409642
object-assign "^4.0.1"
95419643
symbol "^0.2.1"
95429644

9645+
pkginfo@^0.4.1:
9646+
version "0.4.1"
9647+
resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff"
9648+
integrity sha512-8xCNE/aT/EXKenuMDZ+xTVwkT8gsoHN2z/Q29l80u0ppGEXVvsKRzNMbtKhg8LS8k1tJLAHHylf6p4VFmP6XUQ==
9649+
95439650
pluralize@^8.0.0:
95449651
version "8.0.0"
95459652
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
@@ -9842,7 +9949,7 @@ preserve@^0.2.0:
98429949
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
98439950
integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=
98449951

9845-
prettier@1.19.1:
9952+
prettier@1.19.1, prettier@^1.13.5:
98469953
version "1.19.1"
98479954
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
98489955
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
@@ -10403,7 +10510,7 @@ replace-ext@0.0.1:
1040310510
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078a739f0bcce2b4ee41e837953522924"
1040410511
integrity sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=
1040510512

10406-
request@2.88.2, request@^2.55.0, request@^2.79.0, request@^2.85.0:
10513+
request@2.88.2, request@^2.55.0, request@^2.79.0, request@^2.85.0, request@^2.88.0:
1040710514
version "2.88.2"
1040810515
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
1040910516
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
@@ -10928,18 +11035,18 @@ source-map-support@^0.4.15:
1092811035
dependencies:
1092911036
source-map "^0.5.6"
1093011037

10931-
source-map-support@^0.5.19, source-map-support@^0.5.3:
10932-
version "0.5.19"
10933-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
10934-
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
11038+
source-map-support@^0.5.11, source-map-support@^0.5.20:
11039+
version "0.5.21"
11040+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
11041+
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
1093511042
dependencies:
1093611043
buffer-from "^1.0.0"
1093711044
source-map "^0.6.0"
1093811045

10939-
source-map-support@^0.5.20:
10940-
version "0.5.21"
10941-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
10942-
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
11046+
source-map-support@^0.5.19, source-map-support@^0.5.3:
11047+
version "0.5.19"
11048+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
11049+
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
1094311050
dependencies:
1094411051
buffer-from "^1.0.0"
1094511052
source-map "^0.6.0"
@@ -11516,7 +11623,7 @@ title-case@^2.1.0:
1151611623
no-case "^2.2.0"
1151711624
upper-case "^1.0.3"
1151811625

11519-
tmp-promise@3.0.3:
11626+
tmp-promise@3.0.3, tmp-promise@^3.0.2:
1152011627
version "3.0.3"
1152111628
resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz#60a1a1cc98c988674fcbfd23b6e3367bdeac4ce7"
1152211629
integrity sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==
@@ -12906,7 +13013,7 @@ yallist@^4.0.0:
1290613013
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1290713014
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1290813015

12909-
yaml@1.10.2, yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
13016+
yaml@1.10.2, yaml@^1.10.0, yaml@^1.10.2, yaml@^1.5.1, yaml@^1.7.2:
1291013017
version "1.10.2"
1291113018
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
1291213019
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

tests/runner-tests/package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
{
22
"private": true,
33
"workspaces": [
4-
"data-source-revert",
5-
"data-source-revert2",
6-
"data-sources",
7-
"dynamic-data-source",
8-
"fatal-error",
9-
"file-data-sources",
10-
"derived-loaders",
11-
"block-handlers",
12-
"typename",
13-
"arweave-file-data-sources"
4+
"*"
145
]
156
}

tests/runner-tests/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,6 +2755,11 @@ multiformats@^9.4.13, multiformats@^9.4.2, multiformats@^9.4.5, multiformats@^9.
27552755
resolved "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz"
27562756
integrity sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==
27572757

2758+
mustache@^4.2.0:
2759+
version "4.2.0"
2760+
resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.2.0.tgz#e5892324d60a12ec9c2a73359edca52972bf6f64"
2761+
integrity sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==
2762+
27582763
nanoid@^3.0.2, nanoid@^3.1.20, nanoid@^3.1.23:
27592764
version "3.3.6"
27602765
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz"

0 commit comments

Comments
 (0)