Skip to content

Commit bb8b915

Browse files
Bump @graphql-codegen/introspection from 4.0.3 to 5.0.0
Bumps [@graphql-codegen/introspection](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/introspection) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/introspection/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/introspection@5.0.0/packages/plugins/other/introspection) --- updated-dependencies: - dependency-name: "@graphql-codegen/introspection" dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4fe83d commit bb8b915

2 files changed

Lines changed: 37 additions & 14 deletions

File tree

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@graphql-codegen/cli": "^5.0.7",
27-
"@graphql-codegen/introspection": "^4.0.3",
27+
"@graphql-codegen/introspection": "^5.0.0",
2828
"@graphql-codegen/typescript": "^4.1.6",
2929
"@graphql-codegen/typescript-operations": "^4.6.1",
3030
"@graphql-codegen/typescript-react-apollo": "^4.3.3",

yarn.lock

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,16 +1360,16 @@ __metadata:
13601360
languageName: node
13611361
linkType: hard
13621362

1363-
"@graphql-codegen/introspection@npm:^4.0.3":
1364-
version: 4.0.3
1365-
resolution: "@graphql-codegen/introspection@npm:4.0.3"
1363+
"@graphql-codegen/introspection@npm:^5.0.0":
1364+
version: 5.0.0
1365+
resolution: "@graphql-codegen/introspection@npm:5.0.0"
13661366
dependencies:
1367-
"@graphql-codegen/plugin-helpers": ^5.0.3
1368-
"@graphql-codegen/visitor-plugin-common": ^5.0.0
1367+
"@graphql-codegen/plugin-helpers": ^6.0.0
1368+
"@graphql-codegen/visitor-plugin-common": ^6.0.0
13691369
tslib: ~2.6.0
13701370
peerDependencies:
13711371
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
1372-
checksum: aaca35a8673302912a65ac856adb57868beaabb520dfcc371ecd7fa699e15f83623738c63e02a6cdfef141f144a109220f75d3408d24c6e3e8eeaf587d19a1bf
1372+
checksum: 963050700d2e5ab83b7a0824b062a3dff0b686d383274a16cdef94bcc3d46090d420cad49f20763d26cefdf8d5a4332d388cf8fd949fa1b52e882fdc64ee90cb
13731373
languageName: node
13741374
linkType: hard
13751375

@@ -1437,6 +1437,22 @@ __metadata:
14371437
languageName: node
14381438
linkType: hard
14391439

1440+
"@graphql-codegen/plugin-helpers@npm:^6.0.0":
1441+
version: 6.0.0
1442+
resolution: "@graphql-codegen/plugin-helpers@npm:6.0.0"
1443+
dependencies:
1444+
"@graphql-tools/utils": ^10.0.0
1445+
change-case-all: 1.0.15
1446+
common-tags: 1.8.2
1447+
import-from: 4.0.0
1448+
lodash: ~4.17.0
1449+
tslib: ~2.6.0
1450+
peerDependencies:
1451+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
1452+
checksum: 00ed65051ffb348d0fc85700f39d6d642593a15c6694d459f7497073e6dcb847c623b1fccbec91f47428a8c0bcbe7e520b5c7907b7e385d47c812f3145e82c2b
1453+
languageName: node
1454+
linkType: hard
1455+
14401456
"@graphql-codegen/schema-ast@npm:^4.0.2":
14411457
version: 4.0.2
14421458
resolution: "@graphql-codegen/schema-ast@npm:4.0.2"
@@ -1554,23 +1570,23 @@ __metadata:
15541570
languageName: node
15551571
linkType: hard
15561572

1557-
"@graphql-codegen/visitor-plugin-common@npm:^5.0.0":
1558-
version: 5.1.0
1559-
resolution: "@graphql-codegen/visitor-plugin-common@npm:5.1.0"
1573+
"@graphql-codegen/visitor-plugin-common@npm:^6.0.0":
1574+
version: 6.0.1
1575+
resolution: "@graphql-codegen/visitor-plugin-common@npm:6.0.1"
15601576
dependencies:
1561-
"@graphql-codegen/plugin-helpers": ^5.0.3
1577+
"@graphql-codegen/plugin-helpers": ^6.0.0
15621578
"@graphql-tools/optimize": ^2.0.0
15631579
"@graphql-tools/relay-operation-optimizer": ^7.0.0
15641580
"@graphql-tools/utils": ^10.0.0
15651581
auto-bind: ~4.0.0
15661582
change-case-all: 1.0.15
1567-
dependency-graph: ^0.11.0
1583+
dependency-graph: ^1.0.0
15681584
graphql-tag: ^2.11.0
15691585
parse-filepath: ^1.0.2
15701586
tslib: ~2.6.0
15711587
peerDependencies:
15721588
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
1573-
checksum: 7f187de6d4b0f6285e37e1bc8e72c0d158ca00c79eef4bbb7ae9c174790002ef144000acf85b406fbeef2f76f6792fc3ec7bb7ca0244ffaf791c67eaa2fe1f02
1589+
checksum: 3515b2281d2ec6397515ae0f16f7b37069f731877c14a23255bc7c7a3b507c54b9d099b120c1e1dc3c12ae44009966b0e8e9942af4bd76529aa1787b02836478
15741590
languageName: node
15751591
linkType: hard
15761592

@@ -3227,7 +3243,7 @@ __metadata:
32273243
dependencies:
32283244
"@apollo/client": ^3.13.5
32293245
"@graphql-codegen/cli": ^5.0.7
3230-
"@graphql-codegen/introspection": ^4.0.3
3246+
"@graphql-codegen/introspection": ^5.0.0
32313247
"@graphql-codegen/typescript": ^4.1.6
32323248
"@graphql-codegen/typescript-operations": ^4.6.1
32333249
"@graphql-codegen/typescript-react-apollo": ^4.3.3
@@ -5478,6 +5494,13 @@ __metadata:
54785494
languageName: node
54795495
linkType: hard
54805496

5497+
"dependency-graph@npm:^1.0.0":
5498+
version: 1.0.0
5499+
resolution: "dependency-graph@npm:1.0.0"
5500+
checksum: c2e37c599877e5006020715686aa4f2c04746644124a0037f074873f5f9ccb3f2e8402393a280d52c26b9949deea0fbfeab3eb9e9839332dc7f37eede6c6f743
5501+
languageName: node
5502+
linkType: hard
5503+
54815504
"dequal@npm:^2.0.3":
54825505
version: 2.0.3
54835506
resolution: "dequal@npm:2.0.3"

0 commit comments

Comments
 (0)