Skip to content

Commit a1c30f0

Browse files
Remove GraphQL-CLI from Codegen repo (#9095)
* ci(release): setup wasm toolchain & pin rust version (#9085) * ci: install rust wasm target first before building * ci: change npm publish access to public Remove `GraphQL-CLI` from Codegen repo Signed-off-by: Tuval Simha <[email protected]> some? Signed-off-by: Tuval Simha <[email protected]> fix Signed-off-by: Tuval Simha <[email protected]> Update website/src/pages/docs/guides/graphql-cli.mdx Co-authored-by: Saihajpreet Singh <[email protected]> Update website/src/pages/docs/guides/graphql-cli.mdx Co-authored-by: Saihajpreet Singh <[email protected]> fix? Signed-off-by: Tuval Simha <[email protected]> * fix path Signed-off-by: Tuval Simha <[email protected]> --------- Signed-off-by: Tuval Simha <[email protected]> Co-authored-by: Yassin Eldeeb <[email protected]>
1 parent a4697a3 commit a1c30f0

File tree

9 files changed

+55
-837
lines changed

9 files changed

+55
-837
lines changed

packages/graphql-cli-codegen-plugin/CHANGELOG.md

Lines changed: 0 additions & 634 deletions
This file was deleted.

packages/graphql-cli-codegen-plugin/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
Live demo and full documentation: [the-guild.dev/graphql/codegen](https://the-guild.dev/graphql/codegen)
88

99
Project repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)
10+
11+
The plugin `@graphql-cli/codegen` is deprecated, and no longer maintained.
12+
13+
Please visit [Migrating from GraphQL-CLI to Inspector CLI](https://the-guild.dev/graphql/inspector/docs/migration-guides/from-graphql-cli) documentation to get more information about migration from `GraphQL-CLI` to `Inspector CLI` or visit [GraphQL-CLI documentation](../../website/src/pages/docs/guides/graphql-cli.mdx) in GraphQL Code Generator.

packages/graphql-cli-codegen-plugin/jest.config.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/graphql-cli-codegen-plugin/package.json

Lines changed: 0 additions & 59 deletions
This file was deleted.

packages/graphql-cli-codegen-plugin/src/index.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"@graphql-codegen/typescript": ["packages/plugins/typescript/typescript/src/index.ts"],
4040
"@graphql-codegen/gql-tag-operations-preset": ["packages/presets/gql-tag-operations-preset/src/index.ts"],
4141
"@graphql-codegen/testing": ["packages/utils/graphql-codegen-testing/src/index.ts"],
42-
"@graphql-codegen/plugin-helpers": ["packages/utils/plugins-helpers/src/index.ts"],
43-
"@graphql-cli/codegen": ["packages/graphql-cli-codegen-plugin/src/index.ts"]
42+
"@graphql-codegen/plugin-helpers": ["packages/utils/plugins-helpers/src/index.ts"]
4443
}
4544
},
4645
"include": ["packages"],

website/src/pages/docs/guides/_meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"graphql-server-apollo-yoga-with-server-preset": "Apollo Server / GraphQL Yoga with Server Preset",
88
"api-testing": "API Testing",
99
"graphql-modules": "GraphQL Modules",
10-
"further-reading": "Further Reading"
10+
"further-reading": "Further Reading",
11+
"graphql-cli": "GraphQL-CLI"
1112
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
import { Callout, PackageCmd } from '@theguild/components'
2+
3+
# GraphQL-CLI/Codegen
4+
5+
Generate code from your GraphQL schema and operations. See the official GraphQL Code Generator site for complete documentation, guides and more.
6+
7+
<PackageCmd packages={['@graphql-cli/codegen']} />
8+
9+
<Callout>
10+
Note: GraphQL Code Generator utilizes a plugin system, so make sure you also install any plugins you include inside
11+
your configuration. See [here](https://the-guild.dev/graphql/codegen/plugins) for list of plugins.
12+
</Callout>
13+
14+
<Callout type="warning">The plugin `@graphql-cli/codegen` is deprecated, and no longer maintained!</Callout>
15+
16+
## Example Configuration
17+
18+
```ts
19+
schema:
20+
- http://localhost:4000/graphql
21+
extensions:
22+
codegen:
23+
generates:
24+
./graphql.schema.json:
25+
plugins:
26+
- "introspection"
27+
```
28+
29+
## Usage
30+
31+
```sh
32+
graphql codegen
33+
```
34+
35+
## Migrating from GraphQL-CLI to Inspector CLI
36+
37+
GraphQL-CLI was wrapping the commands implemented in GraphQL-Inspector, in order to provide a unified experience. You can switch to using GraphQL-Inspector directly.
38+
You can visit [Migrating from GraphQL-CLI to Inspector CLI](https://the-guild.dev/graphql/inspector/docs/migration-guides/from-graphql-cli) documentation.

yarn.lock

Lines changed: 10 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,6 @@
191191
tslib "^2.3.0"
192192
zen-observable-ts "^1.2.5"
193193

194-
"@ardatan/[email protected]":
195-
version "0.0.6"
196-
resolved "https://registry.yarnpkg.com/@ardatan/aggregate-error/-/aggregate-error-0.0.6.tgz#fe6924771ea40fc98dc7a7045c2e872dc8527609"
197-
integrity sha512-vyrkEHG1jrukmzTPtyWB4NLPauUw5bQeg4uhn8f+1SSynmrOcyvlb1GKQjjgoBzElLdfXCRYX8UnBlhklOHYRQ==
198-
dependencies:
199-
tslib "~2.0.1"
200-
201194
"@ardatan/[email protected]":
202195
version "12.0.0"
203196
resolved "https://registry.yarnpkg.com/@ardatan/relay-compiler/-/relay-compiler-12.0.0.tgz#2e4cca43088e807adc63450e8cab037020e91106"
@@ -1906,14 +1899,6 @@
19061899
dependencies:
19071900
giscus "^1.2.8"
19081901

1909-
"@graphql-cli/[email protected]":
1910-
version "4.1.0"
1911-
resolved "https://registry.yarnpkg.com/@graphql-cli/common/-/common-4.1.0.tgz#f7046dcde4b715964fcca88dbad54d1601b6dca1"
1912-
integrity sha512-OiP2kHf6eBdENnpmWCLBeWFk6t5+gPLhLBiAVSYreOG/8xhjNSvnvPrOPUqwtD1N21g2X9xKTm4LLc4GIVbufw==
1913-
dependencies:
1914-
"@graphql-tools/load" "6.2.4"
1915-
tslib "2.0.2"
1916-
19171902
"@graphql-codegen/add@^3.2.1":
19181903
version "3.2.3"
19191904
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-3.2.3.tgz#f1ecee085987e7c21841edc4b1fd48877c663e1a"
@@ -2720,20 +2705,6 @@
27202705
value-or-promise "^1.0.11"
27212706
ws "^8.12.0"
27222707

2723-
"@graphql-tools/[email protected]":
2724-
version "8.0.2"
2725-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.0.2.tgz#795a8383cdfdc89855707d62491c576f439f3c51"
2726-
integrity sha512-gzkavMOgbhnwkHJYg32Adv6f+LxjbQmmbdD5Hty0+CWxvaiuJq+nU6tzb/7VSU4cwhbNLx/lGu2jbCPEW1McZQ==
2727-
dependencies:
2728-
tslib "~2.3.0"
2729-
2730-
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.8.0":
2731-
version "8.9.0"
2732-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.9.0.tgz#c6aa5f651c9c99e1aca55510af21b56ec296cdb7"
2733-
integrity sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==
2734-
dependencies:
2735-
tslib "^2.4.0"
2736-
27372708
"@graphql-tools/[email protected]", "@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.1.1", "@graphql-tools/utils@^9.2.1":
27382709
version "9.2.1"
27392710
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
@@ -2742,14 +2713,12 @@
27422713
"@graphql-typed-document-node/core" "^3.1.1"
27432714
tslib "^2.4.0"
27442715

2745-
"@graphql-tools/utils@^6.2.4":
2746-
version "6.2.4"
2747-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-6.2.4.tgz#38a2314d2e5e229ad4f78cca44e1199e18d55856"
2748-
integrity sha512-ybgZ9EIJE3JMOtTrTd2VcIpTXtDrn2q6eiYkeYMKRVh3K41+LZa6YnR2zKERTXqTWqhobROwLt4BZbw2O3Aeeg==
2716+
"@graphql-tools/utils@^8.8.0":
2717+
version "8.9.0"
2718+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.9.0.tgz#c6aa5f651c9c99e1aca55510af21b56ec296cdb7"
2719+
integrity sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==
27492720
dependencies:
2750-
"@ardatan/aggregate-error" "0.0.6"
2751-
camel-case "4.1.1"
2752-
tslib "~2.0.1"
2721+
tslib "^2.4.0"
27532722

27542723
"@graphql-tools/wrap@^9.3.6":
27552724
version "9.3.6"
@@ -5327,14 +5296,6 @@ callsites@^3.0.0:
53275296
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
53285297
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
53295298

5330-
5331-
version "4.1.1"
5332-
resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.1.tgz#1fc41c854f00e2f7d0139dfeba1542d6896fe547"
5333-
integrity sha512-7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q==
5334-
dependencies:
5335-
pascal-case "^3.1.1"
5336-
tslib "^1.10.0"
5337-
53385299
camel-case@^4.1.2:
53395300
version "4.1.2"
53405301
resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a"
@@ -7533,7 +7494,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
75337494
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
75347495
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
75357496

7536-
fast-glob@^3.1.1, fast-glob@^3.2.11, fast-glob@^3.2.12, fast-glob@^3.2.9:
7497+
fast-glob@^3.2.11, fast-glob@^3.2.12, fast-glob@^3.2.9:
75377498
version "3.2.12"
75387499
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
75397500
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
@@ -8026,18 +7987,6 @@ [email protected]:
80267987
resolved "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.0.tgz#cb76da79555669a1519d5a8edf093afaa0bf1465"
80277988
integrity sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==
80287989

8029-
8030-
version "11.0.1"
8031-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
8032-
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
8033-
dependencies:
8034-
array-union "^2.1.0"
8035-
dir-glob "^3.0.1"
8036-
fast-glob "^3.1.1"
8037-
ignore "^5.1.4"
8038-
merge2 "^1.3.0"
8039-
slash "^3.0.0"
8040-
80417990
globby@^11.0.0, globby@^11.0.3, globby@^11.1.0:
80427991
version "11.1.0"
80437992
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
@@ -8454,7 +8403,7 @@ ieee754@^1.1.13:
84548403
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
84558404
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
84568405

8457-
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.2.0:
8406+
ignore@^5.1.1, ignore@^5.2.0:
84588407
version "5.2.4"
84598408
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
84608409
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
@@ -8472,13 +8421,6 @@ import-fresh@^3.0.0, import-fresh@^3.2.1:
84728421
parent-module "^1.0.0"
84738422
resolve-from "^4.0.0"
84748423

8475-
8476-
version "3.0.0"
8477-
resolved "https://registry.yarnpkg.com/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966"
8478-
integrity sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==
8479-
dependencies:
8480-
resolve-from "^5.0.0"
8481-
84828424
84838425
version "4.0.0"
84848426
resolved "https://registry.yarnpkg.com/import-from/-/import-from-4.0.0.tgz#2710b8d66817d232e16f4166e319248d3d5492e2"
@@ -8740,13 +8682,6 @@ is-generator-fn@^2.0.0:
87408682
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
87418683
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
87428684

8743-
8744-
version "4.0.1"
8745-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
8746-
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
8747-
dependencies:
8748-
is-extglob "^2.1.1"
8749-
87508685
[email protected], is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
87518686
version "4.0.3"
87528687
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
@@ -11371,13 +11306,6 @@ p-finally@^1.0.0:
1137111306
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
1137211307
integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==
1137311308

11374-
11375-
version "3.0.2"
11376-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe"
11377-
integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==
11378-
dependencies:
11379-
p-try "^2.0.0"
11380-
1138111309
[email protected], p-limit@^3.0.2, p-limit@^3.1.0:
1138211310
version "3.1.0"
1138311311
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
@@ -11507,7 +11435,7 @@ parse5@^6.0.0:
1150711435
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
1150811436
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
1150911437

11510-
pascal-case@^3.1.1, pascal-case@^3.1.2:
11438+
pascal-case@^3.1.2:
1151111439
version "3.1.2"
1151211440
resolved "https://registry.yarnpkg.com/pascal-case/-/pascal-case-3.1.2.tgz#b48e0ef2b98e205e7c1dae747d0b1508237660eb"
1151311441
integrity sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==
@@ -13747,31 +13675,16 @@ tsconfig-paths@^3.14.1:
1374713675
minimist "^1.2.6"
1374813676
strip-bom "^3.0.0"
1374913677

13750-
13751-
version "2.0.2"
13752-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.2.tgz#462295631185db44b21b1ea3615b63cd1c038242"
13753-
integrity sha512-wAH28hcEKwna96/UacuWaVspVLkg4x1aDM9JlzqaQTOFczCktkVAb5fmXChgandR1EraDPs2w8P+ozM+oafwxg==
13754-
1375513678
[email protected], tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.5.0, tslib@~2.5.0:
1375613679
version "2.5.0"
1375713680
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
1375813681
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
1375913682

13760-
tslib@^1.10.0, tslib@^1.8.1:
13683+
tslib@^1.8.1:
1376113684
version "1.14.1"
1376213685
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1376313686
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1376413687

13765-
tslib@~2.0.1:
13766-
version "2.0.3"
13767-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
13768-
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
13769-
13770-
tslib@~2.3.0:
13771-
version "2.3.1"
13772-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
13773-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
13774-
1377513688
tslib@~2.4.0:
1377613689
version "2.4.1"
1377713690
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
@@ -14095,7 +14008,7 @@ universalify@^2.0.0:
1409514008
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
1409614009
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
1409714010

14098-
unixify@1.0.0, unixify@^1.0.0:
14011+
unixify@^1.0.0:
1409914012
version "1.0.0"
1410014013
resolved "https://registry.yarnpkg.com/unixify/-/unixify-1.0.0.tgz#3a641c8c2ffbce4da683a5c70f03a462940c2090"
1410114014
integrity sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==
@@ -14213,11 +14126,6 @@ v8-to-istanbul@^9.0.1:
1421314126
"@types/istanbul-lib-coverage" "^2.0.1"
1421414127
convert-source-map "^1.6.0"
1421514128

14216-
14217-
version "1.0.9"
14218-
resolved "https://registry.yarnpkg.com/valid-url/-/valid-url-1.0.9.tgz#1c14479b40f1397a75782f115e4086447433a200"
14219-
integrity sha512-QQDsV8OnSf5Uc30CKSwG9lnhMPe6exHtTXLRYX8uMwKENy640pU+2BgBL0LRbDh/eYRahNCS7aewCx0wf3NYVA==
14220-
1422114129
validate-npm-package-license@^3.0.1:
1422214130
version "3.0.4"
1422314131
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
@@ -14226,11 +14134,6 @@ validate-npm-package-license@^3.0.1:
1422614134
spdx-correct "^3.0.0"
1422714135
spdx-expression-parse "^3.0.0"
1422814136

14229-
14230-
version "1.0.11"
14231-
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.11.tgz#3e90299af31dd014fe843fe309cefa7c1d94b140"
14232-
integrity sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==
14233-
1423414137
[email protected], value-or-promise@^1.0.11, value-or-promise@^1.0.12:
1423514138
version "1.0.12"
1423614139
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"

0 commit comments

Comments
 (0)