Skip to content

Commit e06e5a0

Browse files
chore(deps-dev): bump @graphql-codegen/typescript-operations
Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 2.5.3 to 3.0.0. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@3.0.0/packages/plugins/typescript/operations) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-operations" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 887a3e1 commit e06e5a0

2 files changed

Lines changed: 77 additions & 28 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@graphql-codegen/introspection": "2.2.1",
3131
"@graphql-codegen/testing": "1.17.7",
3232
"@graphql-codegen/typescript": "2.7.3",
33-
"@graphql-codegen/typescript-operations": "2.5.3",
33+
"@graphql-codegen/typescript-operations": "3.0.0",
3434
"@graphql-codegen/typescript-react-apollo": "3.3.7",
3535
"@types/jest": "29.4.0",
3636
"@types/node": "18.14.0",

yarn.lock

Lines changed: 76 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -681,10 +681,10 @@
681681
tslib "~2.0.0"
682682
upper-case "2.0.1"
683683

684-
"@graphql-codegen/plugin-helpers@^2.3.1", "@graphql-codegen/plugin-helpers@^2.6.0", "@graphql-codegen/plugin-helpers@^2.6.2":
685-
version "2.6.2"
686-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.2.tgz#3c65d89fc9b61914235fc7cb14f1d48492d27944"
687-
integrity sha512-bt5PNix0MwzWP53UdaYm6URrVMWU8RlQhrTSLFjxQ8ShS5zoTlQtpZJGZc5ONqFgKa83qbUmzXUtP8oRVVn8zw==
684+
"@graphql-codegen/plugin-helpers@^2.3.1", "@graphql-codegen/plugin-helpers@^2.6.2", "@graphql-codegen/plugin-helpers@^2.7.2":
685+
version "2.7.2"
686+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz#6544f739d725441c826a8af6a49519f588ff9bed"
687+
integrity sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==
688688
dependencies:
689689
"@graphql-tools/utils" "^8.8.0"
690690
change-case-all "1.0.14"
@@ -693,13 +693,13 @@
693693
lodash "~4.17.0"
694694
tslib "~2.4.0"
695695

696-
"@graphql-codegen/plugin-helpers@^2.7.2":
697-
version "2.7.2"
698-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz#6544f739d725441c826a8af6a49519f588ff9bed"
699-
integrity sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==
696+
"@graphql-codegen/plugin-helpers@^4.0.0":
697+
version "4.0.0"
698+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-4.0.0.tgz#9c10e4700dc6efe657781dff47347d0c99674061"
699+
integrity sha512-vgNGTanT36hC4RAC/LAThMEjDvnu3WCyx6MtKZcPUtfCWFxbUAr88+OarGl1LAEiOef0agIREC7tIBXCqjKkJA==
700700
dependencies:
701-
"@graphql-tools/utils" "^8.8.0"
702-
change-case-all "1.0.14"
701+
"@graphql-tools/utils" "^9.0.0"
702+
change-case-all "1.0.15"
703703
common-tags "1.8.2"
704704
import-from "4.0.0"
705705
lodash "~4.17.0"
@@ -714,6 +714,15 @@
714714
"@graphql-tools/utils" "^8.8.0"
715715
tslib "~2.4.0"
716716

717+
"@graphql-codegen/schema-ast@^3.0.0":
718+
version "3.0.0"
719+
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-3.0.0.tgz#3311a58184f885853d33d8272c527ff5bdf3023b"
720+
integrity sha512-5gC8nNk/bxufS2LBSpaPExRgn6eNo8LQdtwDtwfM9XGEzt/F6rIBQoyOmqqwkiBmgu1PHHH8kLZMBYvYB1x5DA==
721+
dependencies:
722+
"@graphql-codegen/plugin-helpers" "^4.0.0"
723+
"@graphql-tools/utils" "^9.0.0"
724+
tslib "~2.4.0"
725+
717726
"@graphql-codegen/testing@1.17.7":
718727
version "1.17.7"
719728
resolved "https://registry.npmjs.org/@graphql-codegen/testing/-/testing-1.17.7.tgz"
@@ -725,14 +734,14 @@
725734
open "7.1.0"
726735
tslib "~2.0.0"
727736

728-
"@graphql-codegen/typescript-operations@2.5.3":
729-
version "2.5.3"
730-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.3.tgz#c6fd3f209e3482b86b08050685af8fa45ab14297"
731-
integrity sha512-s+pA+Erm0HeBb/D5cNrflwRM5KWhkiA5cbz4uA99l3fzFPveoQBPfRCBu0XAlJLP/kBDy64+o4B8Nfc7wdRtmA==
737+
"@graphql-codegen/typescript-operations@3.0.0":
738+
version "3.0.0"
739+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-3.0.0.tgz#e67c9dedb739a20f8a1d2c9a9631701c269de0c1"
740+
integrity sha512-t+Lk+lxkUFDh6F0t8CErowOccP3bZwxhl66qmEeBcOrC7jQrSCnRZoFvOXhFKFBJe/y4DIJiizgSr34AqjiJIQ==
732741
dependencies:
733-
"@graphql-codegen/plugin-helpers" "^2.6.2"
734-
"@graphql-codegen/typescript" "^2.7.3"
735-
"@graphql-codegen/visitor-plugin-common" "2.12.1"
742+
"@graphql-codegen/plugin-helpers" "^4.0.0"
743+
"@graphql-codegen/typescript" "^3.0.0"
744+
"@graphql-codegen/visitor-plugin-common" "3.0.0"
736745
auto-bind "~4.0.0"
737746
tslib "~2.4.0"
738747

@@ -747,7 +756,7 @@
747756
change-case-all "1.0.14"
748757
tslib "~2.4.0"
749758

750-
"@graphql-codegen/typescript@2.7.3", "@graphql-codegen/typescript@^2.7.3":
759+
"@graphql-codegen/typescript@2.7.3":
751760
version "2.7.3"
752761
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.3.tgz#ad786a1c74e16eca8e01e7a8f28078e1c24eeb61"
753762
integrity sha512-EzX/acijXtbG/AwPzho2ZZWaNo00+xAbsRDP+vnT2PwQV3AYq3/5bFvjq1XfAGWbTntdmlYlIwC9hf5bI85WVA==
@@ -758,7 +767,18 @@
758767
auto-bind "~4.0.0"
759768
tslib "~2.4.0"
760769

761-
"@graphql-codegen/visitor-plugin-common@2.12.1", "@graphql-codegen/visitor-plugin-common@^2.12.1":
770+
"@graphql-codegen/typescript@^3.0.0":
771+
version "3.0.0"
772+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-3.0.0.tgz#473dde1646540039bca5db4b6daf174d13af0ce3"
773+
integrity sha512-FQWyuIUy1y+fxb9+EZfvdBHBQpYExlIBHV5sg2WGNCsyVyCqBTl0mO8icyOtsQPVg6YFMFe8JJO69vQbwHma5w==
774+
dependencies:
775+
"@graphql-codegen/plugin-helpers" "^4.0.0"
776+
"@graphql-codegen/schema-ast" "^3.0.0"
777+
"@graphql-codegen/visitor-plugin-common" "3.0.0"
778+
auto-bind "~4.0.0"
779+
tslib "~2.4.0"
780+
781+
"@graphql-codegen/visitor-plugin-common@2.12.1":
762782
version "2.12.1"
763783
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.1.tgz#8d2d24b572afd396381dddef7e2032b0f73c05cc"
764784
integrity sha512-dIUrX4+i/uazyPQqXyQ8cqykgNFe1lknjnfDWFo0gnk2W8+ruuL2JpSrj/7efzFHxbYGMQrCABDCUTVLi3DcVA==
@@ -774,7 +794,7 @@
774794
parse-filepath "^1.0.2"
775795
tslib "~2.4.0"
776796

777-
"@graphql-codegen/visitor-plugin-common@2.13.1":
797+
"@graphql-codegen/visitor-plugin-common@2.13.1", "@graphql-codegen/visitor-plugin-common@^2.12.1", "@graphql-codegen/visitor-plugin-common@^2.9.1":
778798
version "2.13.1"
779799
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz#2228660f6692bcdb96b1f6d91a0661624266b76b"
780800
integrity sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg==
@@ -790,17 +810,17 @@
790810
parse-filepath "^1.0.2"
791811
tslib "~2.4.0"
792812

793-
"@graphql-codegen/visitor-plugin-common@^2.9.1":
794-
version "2.12.0"
795-
resolved "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.0.tgz"
796-
integrity sha512-ULhFgOY05U+dlPsXkPT2wSBaAZMtEuHPL5Q1u8xwBdHWHi/uT4L5zEcBx+If/f6UWrOw7ufjEM0L7XSupe1iCA==
813+
"@graphql-codegen/visitor-plugin-common@3.0.0":
814+
version "3.0.0"
815+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.0.0.tgz#527185eb3b1b06739702084bc6263713e167a166"
816+
integrity sha512-ZoNlCmmkGClB137SpJT9og/nkihLN7Z4Ynl9Ir3OlbDuI20dbpyXsclpr9QGLcxEcfQeVfhGw9CooW7wZJJ8LA==
797817
dependencies:
798-
"@graphql-codegen/plugin-helpers" "^2.6.0"
818+
"@graphql-codegen/plugin-helpers" "^4.0.0"
799819
"@graphql-tools/optimize" "^1.3.0"
800820
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
801-
"@graphql-tools/utils" "^8.8.0"
821+
"@graphql-tools/utils" "^9.0.0"
802822
auto-bind "~4.0.0"
803-
change-case-all "1.0.14"
823+
change-case-all "1.0.15"
804824
dependency-graph "^0.11.0"
805825
graphql-tag "^2.11.0"
806826
parse-filepath "^1.0.2"
@@ -1152,6 +1172,14 @@
11521172
camel-case "4.1.1"
11531173
tslib "~2.0.1"
11541174

1175+
"@graphql-tools/utils@^9.0.0":
1176+
version "9.2.1"
1177+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
1178+
integrity sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==
1179+
dependencies:
1180+
"@graphql-typed-document-node/core" "^3.1.1"
1181+
tslib "^2.4.0"
1182+
11551183
"@graphql-tools/wrap@8.5.0":
11561184
version "8.5.0"
11571185
resolved "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.5.0.tgz"
@@ -1174,6 +1202,11 @@
11741202
tslib "^2.4.0"
11751203
value-or-promise "1.0.11"
11761204

1205+
"@graphql-typed-document-node/core@^3.1.1":
1206+
version "3.1.1"
1207+
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
1208+
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
1209+
11771210
"@hutson/parse-repository-url@^3.0.0":
11781211
version "3.0.2"
11791212
resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz"
@@ -2270,6 +2303,22 @@ change-case-all@1.0.14:
22702303
upper-case "^2.0.2"
22712304
upper-case-first "^2.0.2"
22722305

2306+
change-case-all@1.0.15:
2307+
version "1.0.15"
2308+
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad"
2309+
integrity sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==
2310+
dependencies:
2311+
change-case "^4.1.2"
2312+
is-lower-case "^2.0.2"
2313+
is-upper-case "^2.0.2"
2314+
lower-case "^2.0.2"
2315+
lower-case-first "^2.0.2"
2316+
sponge-case "^1.0.1"
2317+
swap-case "^2.0.2"
2318+
title-case "^3.0.3"
2319+
upper-case "^2.0.2"
2320+
upper-case-first "^2.0.2"
2321+
22732322
change-case@^3.0.0:
22742323
version "3.1.0"
22752324
resolved "https://registry.npmjs.org/change-case/-/change-case-3.1.0.tgz"

0 commit comments

Comments
 (0)