Skip to content

Commit 7f196eb

Browse files
chore(deps-dev): bump @graphql-mesh/cli in /modules/web (#9983)
Bumps [@graphql-mesh/cli](https://github.com/ardatan/graphql-mesh/tree/HEAD/packages/legacy/cli) from 0.98.25 to 0.99.0. - [Release notes](https://github.com/ardatan/graphql-mesh/releases) - [Changelog](https://github.com/ardatan/graphql-mesh/blob/master/packages/legacy/cli/CHANGELOG.md) - [Commits](https://github.com/ardatan/graphql-mesh/commits/@graphql-mesh/[email protected]/packages/legacy/cli) --- updated-dependencies: - dependency-name: "@graphql-mesh/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8889900 commit 7f196eb

File tree

2 files changed

+126
-69
lines changed

2 files changed

+126
-69
lines changed

modules/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@babel/preset-env": "7.26.9",
9494
"@babel/register": "7.25.9",
9595
"@cypress/webpack-preprocessor": "6.0.2",
96-
"@graphql-mesh/cli": "0.98.25",
96+
"@graphql-mesh/cli": "0.99.0",
9797
"@graphql-mesh/openapi": "0.108.22",
9898
"@graphql-mesh/runtime": "0.105.17",
9999
"@graphql-mesh/transform-replace-field": "0.103.19",

modules/web/yarn.lock

Lines changed: 125 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -4314,53 +4314,53 @@ __metadata:
43144314
languageName: node
43154315
linkType: hard
43164316

4317-
"@graphql-mesh/cache-inmemory-lru@npm:^0.0.14":
4318-
version: 0.0.14
4319-
resolution: "@graphql-mesh/cache-inmemory-lru@npm:0.0.14"
4317+
"@graphql-mesh/cache-inmemory-lru@npm:^0.7.0":
4318+
version: 0.7.0
4319+
resolution: "@graphql-mesh/cache-inmemory-lru@npm:0.7.0"
43204320
dependencies:
4321-
"@graphql-mesh/types": ^0.103.18
4322-
"@graphql-mesh/utils": ^0.103.18
4321+
"@graphql-mesh/types": ^0.103.19
4322+
"@graphql-mesh/utils": ^0.103.19
43234323
"@whatwg-node/disposablestack": ^0.0.5
43244324
tslib: ^2.4.0
43254325
peerDependencies:
43264326
graphql: "*"
4327-
checksum: 25b03165375876ba15f9c2e10fde57bed84ebf5cbd265bb6780992544f21f597f610b47a6511858490eaaba509a49ee05fba6be87c9b7e3ccd55d0c8ad649427
4327+
checksum: 721ed7353884aebc34ecfc751ba80058bbe73dba022a9e309cc99eb5901bd4bbd6a8ecad5b7faf2ebd740af80194871dbcb50db6b14a8dcba417ac95125d3e9c
43284328
languageName: node
43294329
linkType: hard
43304330

4331-
"@graphql-mesh/cache-localforage@npm:^0.103.19":
4332-
version: 0.103.19
4333-
resolution: "@graphql-mesh/cache-localforage@npm:0.103.19"
4331+
"@graphql-mesh/cache-localforage@npm:^0.104.0":
4332+
version: 0.104.0
4333+
resolution: "@graphql-mesh/cache-localforage@npm:0.104.0"
43344334
dependencies:
4335-
"@graphql-mesh/cache-inmemory-lru": ^0.0.14
4336-
"@graphql-mesh/types": ^0.103.18
4337-
"@graphql-mesh/utils": ^0.103.18
4335+
"@graphql-mesh/cache-inmemory-lru": ^0.7.0
4336+
"@graphql-mesh/types": ^0.103.19
4337+
"@graphql-mesh/utils": ^0.103.19
43384338
localforage: 1.10.0
43394339
tslib: ^2.4.0
43404340
peerDependencies:
43414341
graphql: "*"
4342-
checksum: 618cbff151f2c6309b339655be507e3d7b2970fca2f39a9485cbab558e2cd8ce1b1627b23f992d6101973beb5e3262a3b4aab11004885ad89f38e49a201324c2
4342+
checksum: a3d49d81b7d47b2006d84f26255b78463e52b245a63170bb9775d6c21846d205feae3da9650d57b03d23cf24b7a623fd81241c4bed6dab6adc74a5406d986ea2
43434343
languageName: node
43444344
linkType: hard
43454345

4346-
"@graphql-mesh/cli@npm:0.98.25":
4347-
version: 0.98.25
4348-
resolution: "@graphql-mesh/cli@npm:0.98.25"
4346+
"@graphql-mesh/cli@npm:0.99.0":
4347+
version: 0.99.0
4348+
resolution: "@graphql-mesh/cli@npm:0.99.0"
43494349
dependencies:
43504350
"@graphql-codegen/core": ^4.0.0
43514351
"@graphql-codegen/typed-document-node": ^5.0.0
43524352
"@graphql-codegen/typescript": ^4.0.0
43534353
"@graphql-codegen/typescript-generic-sdk": ^3.1.0
43544354
"@graphql-codegen/typescript-operations": ^4.0.0
43554355
"@graphql-codegen/typescript-resolvers": ^4.0.0
4356-
"@graphql-mesh/config": ^0.106.25
4356+
"@graphql-mesh/config": ^0.107.0
43574357
"@graphql-mesh/cross-helpers": ^0.4.10
4358-
"@graphql-mesh/http": ^0.105.20
4359-
"@graphql-mesh/include": ^0.2.17
4360-
"@graphql-mesh/runtime": ^0.105.20
4361-
"@graphql-mesh/store": ^0.103.18
4362-
"@graphql-mesh/types": ^0.103.18
4363-
"@graphql-mesh/utils": ^0.103.18
4358+
"@graphql-mesh/http": ^0.105.21
4359+
"@graphql-mesh/include": ^0.2.18
4360+
"@graphql-mesh/runtime": ^0.105.21
4361+
"@graphql-mesh/store": ^0.103.19
4362+
"@graphql-mesh/types": ^0.103.19
4363+
"@graphql-mesh/utils": ^0.103.19
43644364
"@graphql-tools/utils": ^10.8.0
43654365
ajv: ^8.12.0
43664366
change-case: ^4.1.2
@@ -4386,23 +4386,23 @@ __metadata:
43864386
graphql-mesh: cjs/bin.js
43874387
graphql-mesh-esm: esm/bin.js
43884388
mesh: cjs/bin.js
4389-
checksum: cc128261dc62621ca9a8369207053a6ba440ceb117d70820ec2bcdfd4968bd09e37066176869fa2af8b18e5edc4b593b4cb7201feeae472e07d8aace0d725c51
4389+
checksum: e975085a2a043cf57b652118c81cb5814bd63cddc1be27025512297544d650d7f3a6baec22847420f27b90f1b074ad9021142353374f2a127104db14e01901eb
43904390
languageName: node
43914391
linkType: hard
43924392

4393-
"@graphql-mesh/config@npm:^0.106.25":
4394-
version: 0.106.25
4395-
resolution: "@graphql-mesh/config@npm:0.106.25"
4393+
"@graphql-mesh/config@npm:^0.107.0":
4394+
version: 0.107.0
4395+
resolution: "@graphql-mesh/config@npm:0.107.0"
43964396
dependencies:
43974397
"@envelop/core": ^5.1.0
4398-
"@graphql-mesh/cache-localforage": ^0.103.19
4398+
"@graphql-mesh/cache-localforage": ^0.104.0
43994399
"@graphql-mesh/cross-helpers": ^0.4.10
4400-
"@graphql-mesh/merger-bare": ^0.104.21
4401-
"@graphql-mesh/merger-stitching": ^0.104.18
4402-
"@graphql-mesh/runtime": ^0.105.20
4403-
"@graphql-mesh/store": ^0.103.18
4404-
"@graphql-mesh/types": ^0.103.18
4405-
"@graphql-mesh/utils": ^0.103.18
4400+
"@graphql-mesh/merger-bare": ^0.104.22
4401+
"@graphql-mesh/merger-stitching": ^0.104.19
4402+
"@graphql-mesh/runtime": ^0.105.21
4403+
"@graphql-mesh/store": ^0.103.19
4404+
"@graphql-mesh/types": ^0.103.19
4405+
"@graphql-mesh/utils": ^0.103.19
44064406
"@graphql-tools/code-file-loader": ^8.0.0
44074407
"@graphql-tools/graphql-file-loader": ^8.0.0
44084408
"@graphql-tools/load": ^8.0.0
@@ -4416,7 +4416,7 @@ __metadata:
44164416
tslib: ^2.4.0
44174417
peerDependencies:
44184418
graphql: "*"
4419-
checksum: d7ddc4ba7b917af4da7b9b4fa08786c86dedafb3493be1d1ad2cca3f1bf923da0bc0fe562a394a58387b5fa9bcebb0a3879c684ee62ecb209ad51e1a91f116cb
4419+
checksum: 11568a3a50e3f8e1e6c623d02cad6fc2c3149d37d8e81f7bf4624c24c0c85c01686fff6527056fc3b93513b84446685810f2bf757ca982af757cd5aa631f5bd1
44204420
languageName: node
44214421
linkType: hard
44224422

@@ -4453,70 +4453,70 @@ __metadata:
44534453
languageName: node
44544454
linkType: hard
44554455

4456-
"@graphql-mesh/http@npm:^0.105.20":
4457-
version: 0.105.20
4458-
resolution: "@graphql-mesh/http@npm:0.105.20"
4456+
"@graphql-mesh/http@npm:^0.105.21":
4457+
version: 0.105.21
4458+
resolution: "@graphql-mesh/http@npm:0.105.21"
44594459
dependencies:
44604460
"@graphql-mesh/cross-helpers": ^0.4.10
4461-
"@graphql-mesh/runtime": ^0.105.20
4462-
"@graphql-mesh/types": ^0.103.18
4463-
"@graphql-mesh/utils": ^0.103.18
4461+
"@graphql-mesh/runtime": ^0.105.21
4462+
"@graphql-mesh/types": ^0.103.19
4463+
"@graphql-mesh/utils": ^0.103.19
44644464
"@graphql-tools/utils": ^10.8.0
44654465
"@whatwg-node/server": ^0.9.68
44664466
graphql-yoga: ^5.12.0
44674467
tslib: ^2.4.0
44684468
peerDependencies:
44694469
graphql: "*"
4470-
checksum: 9202d17862cd0b1a36b339222deeff3369fee6182512541ff528959b42f0528d75c2fc7acf9ce59a4e3103228295bd97f7df45c85573bc2e8df3ac673cfb2e0d
4470+
checksum: 7e78cbefacf469dbd15431a6d4b84450a806afe6046e39e3daf45a5b0695c86f740f4a8fbe1f3317826841d711908af172182fcf9c2a963c9955b29213748dc9
44714471
languageName: node
44724472
linkType: hard
44734473

4474-
"@graphql-mesh/include@npm:^0.2.17":
4475-
version: 0.2.17
4476-
resolution: "@graphql-mesh/include@npm:0.2.17"
4474+
"@graphql-mesh/include@npm:^0.2.18":
4475+
version: 0.2.18
4476+
resolution: "@graphql-mesh/include@npm:0.2.18"
44774477
dependencies:
4478-
"@graphql-mesh/utils": ^0.103.18
4478+
"@graphql-mesh/utils": ^0.103.19
44794479
dotenv: ^16.3.1
44804480
get-tsconfig: ^4.7.6
44814481
jiti: ^2.0.0
44824482
sucrase: ^3.35.0
44834483
peerDependencies:
44844484
graphql: "*"
4485-
checksum: b5e767f4c65f403a5c211fcc3a9e790a3acbb99a9adc5a6cae94ea0ecc3ba79f685dabc97e185fa31c9216f371dfd839ed07a680d377eb3b3e01797d4c872a22
4485+
checksum: 5a3d9ba475c9f87c2eee07d356fad43e5bae1c35c6c459e8bac588cc83c631319c335c118587e0c396fa4f6ce4f4b2ec5f71930a522ee0f4136858343da49662
44864486
languageName: node
44874487
linkType: hard
44884488

4489-
"@graphql-mesh/merger-bare@npm:^0.104.21":
4490-
version: 0.104.21
4491-
resolution: "@graphql-mesh/merger-bare@npm:0.104.21"
4489+
"@graphql-mesh/merger-bare@npm:^0.104.22":
4490+
version: 0.104.22
4491+
resolution: "@graphql-mesh/merger-bare@npm:0.104.22"
44924492
dependencies:
4493-
"@graphql-mesh/merger-stitching": 0.104.18
4494-
"@graphql-mesh/types": ^0.103.18
4495-
"@graphql-mesh/utils": ^0.103.18
4493+
"@graphql-mesh/merger-stitching": 0.104.19
4494+
"@graphql-mesh/types": ^0.103.19
4495+
"@graphql-mesh/utils": ^0.103.19
44964496
"@graphql-tools/schema": ^10.0.13
44974497
"@graphql-tools/utils": ^10.8.0
44984498
tslib: ^2.4.0
44994499
peerDependencies:
45004500
graphql: "*"
4501-
checksum: 1f3a89c63a8b771e4f48bed2a3626d418bd4196e7fa73fc94761e815128d9233e55f63905bf18c9662fe4cdc49936863fd0c2e7d0d9e82f55f6e9a0511c8d64b
4501+
checksum: b61e856b9db0fd3bb78a4d1c319798cbbdc3073bec573360cd8ab99fdf85e127d69d2dda8f2b0b41a0513fb59f7d73bed09b2fb43a52f8f2a4585cf1c5aea5d7
45024502
languageName: node
45034503
linkType: hard
45044504

4505-
"@graphql-mesh/merger-stitching@npm:0.104.18, @graphql-mesh/merger-stitching@npm:^0.104.18":
4506-
version: 0.104.18
4507-
resolution: "@graphql-mesh/merger-stitching@npm:0.104.18"
4505+
"@graphql-mesh/merger-stitching@npm:0.104.19, @graphql-mesh/merger-stitching@npm:^0.104.19":
4506+
version: 0.104.19
4507+
resolution: "@graphql-mesh/merger-stitching@npm:0.104.19"
45084508
dependencies:
4509-
"@graphql-mesh/store": ^0.103.18
4510-
"@graphql-mesh/types": ^0.103.18
4511-
"@graphql-mesh/utils": ^0.103.18
4509+
"@graphql-mesh/store": ^0.103.19
4510+
"@graphql-mesh/types": ^0.103.19
4511+
"@graphql-mesh/utils": ^0.103.19
45124512
"@graphql-tools/delegate": ^10.0.28
45134513
"@graphql-tools/schema": ^10.0.5
45144514
"@graphql-tools/stitch": ^9.2.17
45154515
"@graphql-tools/utils": ^10.8.0
45164516
tslib: ^2.4.0
45174517
peerDependencies:
45184518
graphql: "*"
4519-
checksum: 5f4a1897264002f97e58d92504b8e632a97f29f97b4faef2c47c6e0b9b0c8492ef1a94aab036c10c74e5ecf14bbf2df942b3c53015d5e281ecfb260a4e46c054
4519+
checksum: 4d96916eb09c3eb3c6bda3de1dfe2e884620e6cf7dafce5c14e926dd87089989a5af85089af45cedfea6c8738f08b2298fdfb7e791c5bb059bf6bd283dc35a8e
45204520
languageName: node
45214521
linkType: hard
45224522

@@ -4561,17 +4561,17 @@ __metadata:
45614561
languageName: node
45624562
linkType: hard
45634563

4564-
"@graphql-mesh/runtime@npm:^0.105.20":
4565-
version: 0.105.20
4566-
resolution: "@graphql-mesh/runtime@npm:0.105.20"
4564+
"@graphql-mesh/runtime@npm:^0.105.21":
4565+
version: 0.105.21
4566+
resolution: "@graphql-mesh/runtime@npm:0.105.21"
45674567
dependencies:
45684568
"@envelop/core": ^5.1.0
45694569
"@envelop/extended-validation": ^5.0.0
45704570
"@envelop/graphql-jit": ^9.0.0
45714571
"@graphql-mesh/cross-helpers": ^0.4.10
45724572
"@graphql-mesh/string-interpolation": ^0.5.8
4573-
"@graphql-mesh/types": ^0.103.18
4574-
"@graphql-mesh/utils": ^0.103.18
4573+
"@graphql-mesh/types": ^0.103.19
4574+
"@graphql-mesh/utils": ^0.103.19
45754575
"@graphql-tools/batch-delegate": ^9.0.9
45764576
"@graphql-tools/delegate": ^10.0.28
45774577
"@graphql-tools/executor": ^1.3.2
@@ -4582,7 +4582,7 @@ __metadata:
45824582
tslib: ^2.4.0
45834583
peerDependencies:
45844584
graphql: "*"
4585-
checksum: a8f4c61094b675d6d40833835dfb98460c308575da6c9c215be094418a6180612beef1cb59ad0cb963d781cc595768f8c6ed5886c1aeb063f833bc0730b13e27
4585+
checksum: d57cf259489fa910179a7fb8fe8bdfab4dae3bdcbbd34bc7c074a5892c3879d95d27fec035c0db8c63ca4ead8e725fc5b83794c36566c909f587744223df1fb8
45864586
languageName: node
45874587
linkType: hard
45884588

@@ -4618,6 +4618,22 @@ __metadata:
46184618
languageName: node
46194619
linkType: hard
46204620

4621+
"@graphql-mesh/store@npm:^0.103.19":
4622+
version: 0.103.19
4623+
resolution: "@graphql-mesh/store@npm:0.103.19"
4624+
dependencies:
4625+
"@graphql-inspector/core": 6.2.1
4626+
"@graphql-mesh/cross-helpers": ^0.4.10
4627+
"@graphql-mesh/types": ^0.103.19
4628+
"@graphql-mesh/utils": ^0.103.19
4629+
"@graphql-tools/utils": ^10.8.0
4630+
tslib: ^2.4.0
4631+
peerDependencies:
4632+
graphql: "*"
4633+
checksum: 9978871a23f97f8c4488b0d49a9d783ab5a7758d9f24c904ba2438ed6d972f4635944a06000baa14c514da5d30db0146d6a1e3ad44007bb5d79112bf03a2ce9e
4634+
languageName: node
4635+
linkType: hard
4636+
46214637
"@graphql-mesh/string-interpolation@npm:0.5.8, @graphql-mesh/string-interpolation@npm:^0.5.8":
46224638
version: 0.5.8
46234639
resolution: "@graphql-mesh/string-interpolation@npm:0.5.8"
@@ -4719,6 +4735,22 @@ __metadata:
47194735
languageName: node
47204736
linkType: hard
47214737

4738+
"@graphql-mesh/types@npm:^0.103.19":
4739+
version: 0.103.19
4740+
resolution: "@graphql-mesh/types@npm:0.103.19"
4741+
dependencies:
4742+
"@graphql-mesh/store": ^0.103.19
4743+
"@graphql-tools/batch-delegate": ^9.0.10
4744+
"@graphql-tools/delegate": ^10.0.28
4745+
"@graphql-tools/utils": ^10.8.0
4746+
"@graphql-typed-document-node/core": ^3.2.0
4747+
tslib: ^2.4.0
4748+
peerDependencies:
4749+
graphql: "*"
4750+
checksum: 0f6f3bb927fa21bc7b6a12f0240c51ef68b7ced09076fccc5fb7b44e3a7f0614b5463332e0370857dcacf9746e546631b53c349b6a736e56c44e5345402ca3e5
4751+
languageName: node
4752+
linkType: hard
4753+
47224754
"@graphql-mesh/utils@npm:^0.103.16":
47234755
version: 0.103.16
47244756
resolution: "@graphql-mesh/utils@npm:0.103.16"
@@ -4769,6 +4801,31 @@ __metadata:
47694801
languageName: node
47704802
linkType: hard
47714803

4804+
"@graphql-mesh/utils@npm:^0.103.19":
4805+
version: 0.103.19
4806+
resolution: "@graphql-mesh/utils@npm:0.103.19"
4807+
dependencies:
4808+
"@graphql-mesh/cross-helpers": ^0.4.10
4809+
"@graphql-mesh/string-interpolation": ^0.5.8
4810+
"@graphql-mesh/types": ^0.103.19
4811+
"@graphql-tools/batch-delegate": ^9.0.16
4812+
"@graphql-tools/delegate": ^10.0.28
4813+
"@graphql-tools/utils": ^10.8.0
4814+
"@graphql-tools/wrap": ^10.0.28
4815+
"@whatwg-node/disposablestack": ^0.0.5
4816+
"@whatwg-node/fetch": ^0.10.4
4817+
dset: ^3.1.2
4818+
js-yaml: ^4.1.0
4819+
lodash.get: ^4.4.2
4820+
lodash.topath: ^4.5.2
4821+
tiny-lru: ^11.0.0
4822+
tslib: ^2.4.0
4823+
peerDependencies:
4824+
graphql: "*"
4825+
checksum: 500e09f9cc0998da8066436d84e908b936c86a9a6e04f3e03fdae4fc02500ea06e080f8f51820c9dc4fb7d3e97ba02818a33d655e558c4879febabfa8f8ff456
4826+
languageName: node
4827+
linkType: hard
4828+
47724829
"@graphql-tools/batch-delegate@npm:^9.0.10, @graphql-tools/batch-delegate@npm:^9.0.13":
47734830
version: 9.0.13
47744831
resolution: "@graphql-tools/batch-delegate@npm:9.0.13"
@@ -14933,7 +14990,7 @@ __metadata:
1493314990
"@babel/preset-env": 7.26.9
1493414991
"@babel/register": 7.25.9
1493514992
"@cypress/webpack-preprocessor": 6.0.2
14936-
"@graphql-mesh/cli": 0.98.25
14993+
"@graphql-mesh/cli": 0.99.0
1493714994
"@graphql-mesh/openapi": 0.108.22
1493814995
"@graphql-mesh/runtime": 0.105.17
1493914996
"@graphql-mesh/transform-replace-field": 0.103.19

0 commit comments

Comments
 (0)