Skip to content

Commit 5167d24

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 2.5.12. - [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@2.5.12/packages/plugins/typescript/operations) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-operations" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6b1dd0 commit 5167d24

2 files changed

Lines changed: 70 additions & 27 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": "2.5.12",
3434
"@graphql-codegen/typescript-react-apollo": "3.3.7",
3535
"@types/jest": "29.4.0",
3636
"@types/node": "18.11.18",

yarn.lock

Lines changed: 69 additions & 26 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@^3.1.2":
697+
version "3.1.2"
698+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz#69a2e91178f478ea6849846ade0a59a844d34389"
699+
integrity sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==
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@^2.6.1":
718+
version "2.6.1"
719+
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz#8ba1b38827c034b51ecd3ce88622c2ae6cd3fe1a"
720+
integrity sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==
721+
dependencies:
722+
"@graphql-codegen/plugin-helpers" "^3.1.2"
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@2.5.12":
738+
version "2.5.12"
739+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.12.tgz#36af48b34d70d98a9a2adea1ab79e26fcab23a92"
740+
integrity sha512-/w8IgRIQwmebixf514FOQp2jXOe7vxZbMiSFoQqJgEgzrr42joPsgu4YGU+owv2QPPmu4736OcX8FSavb7SLiA==
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" "^3.1.2"
743+
"@graphql-codegen/typescript" "^2.8.7"
744+
"@graphql-codegen/visitor-plugin-common" "2.13.7"
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@^2.8.7":
771+
version "2.8.7"
772+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.7.tgz#da34261b779a001d7d53b8f454bafc002b06e041"
773+
integrity sha512-Nm5keWqIgg/VL7fivGmglF548tJRP2ttSmfTMuAdY5GNGTJTVZOzNbIOfnbVEDMMWF4V+quUuSyeUQ6zRxtX1w==
774+
dependencies:
775+
"@graphql-codegen/plugin-helpers" "^3.1.2"
776+
"@graphql-codegen/schema-ast" "^2.6.1"
777+
"@graphql-codegen/visitor-plugin-common" "2.13.7"
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==
@@ -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@2.13.7", "@graphql-codegen/visitor-plugin-common@^2.12.1", "@graphql-codegen/visitor-plugin-common@^2.9.1":
814+
version "2.13.7"
815+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.7.tgz#591e054a970a0d572bdfb765bf948dae21bf8aed"
816+
integrity sha512-xE6iLDhr9sFM1qwCGJcCXRu5MyA0moapG2HVejwyAXXLubYKYwWnoiEigLH2b5iauh6xsl6XP8hh9D1T1dn5Cw==
797817
dependencies:
798-
"@graphql-codegen/plugin-helpers" "^2.6.0"
818+
"@graphql-codegen/plugin-helpers" "^3.1.2"
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,13 @@
11521172
camel-case "4.1.1"
11531173
tslib "~2.0.1"
11541174

1175+
"@graphql-tools/utils@^9.0.0":
1176+
version "9.1.4"
1177+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.4.tgz#2c9e0aefc9655dd73247667befe3c850ec014f3f"
1178+
integrity sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==
1179+
dependencies:
1180+
tslib "^2.4.0"
1181+
11551182
"@graphql-tools/wrap@8.5.0":
11561183
version "8.5.0"
11571184
resolved "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.5.0.tgz"
@@ -2270,6 +2297,22 @@ change-case-all@1.0.14:
22702297
upper-case "^2.0.2"
22712298
upper-case-first "^2.0.2"
22722299

2300+
change-case-all@1.0.15:
2301+
version "1.0.15"
2302+
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad"
2303+
integrity sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==
2304+
dependencies:
2305+
change-case "^4.1.2"
2306+
is-lower-case "^2.0.2"
2307+
is-upper-case "^2.0.2"
2308+
lower-case "^2.0.2"
2309+
lower-case-first "^2.0.2"
2310+
sponge-case "^1.0.1"
2311+
swap-case "^2.0.2"
2312+
title-case "^3.0.3"
2313+
upper-case "^2.0.2"
2314+
upper-case-first "^2.0.2"
2315+
22732316
change-case@^3.0.0:
22742317
version "3.1.0"
22752318
resolved "https://registry.npmjs.org/change-case/-/change-case-3.1.0.tgz"

0 commit comments

Comments
 (0)