Skip to content

Commit f8307cb

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update graphqlcodegenerator monorepo
1 parent 1d8c3ce commit f8307cb

File tree

2 files changed

+56
-21
lines changed

2 files changed

+56
-21
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"author": "codehex",
4545
"license": "MIT",
4646
"devDependencies": {
47-
"@graphql-codegen/cli": "2.3.1",
48-
"@graphql-codegen/typescript": "2.4.2",
47+
"@graphql-codegen/cli": "2.6.2",
48+
"@graphql-codegen/typescript": "2.4.8",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "27.4.1",
5151
"@typescript-eslint/eslint-plugin": "5.10.0",

yarn.lock

+54-19
Original file line numberDiff line numberDiff line change
@@ -604,13 +604,13 @@
604604
minimatch "^3.0.4"
605605
strip-json-comments "^3.1.1"
606606

607-
"@graphql-codegen/cli@2.3.1":
608-
version "2.3.1"
609-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.3.1.tgz#66083293b60e3182603d70031210d59e6f1a16e5"
610-
integrity sha512-xMSvYqFtnRXOp/sVJSyqiFTm70X8ouLXiq5o/R/D3yQtA6NNudAC+Q4oxg9/LZKnRDL6pehwdC8CNnQk0Tf7Sw==
607+
"@graphql-codegen/cli@2.6.2":
608+
version "2.6.2"
609+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.6.2.tgz#a9aa4656141ee0998cae8c7ad7d0bf9ca8e0c9ae"
610+
integrity sha512-UO75msoVgvLEvfjCezM09cQQqp32+mR8Ma1ACsBpr7nroFvHbgcu2ulx1cMovg4sxDBCsvd9Eq/xOOMpARUxtw==
611611
dependencies:
612-
"@graphql-codegen/core" "2.4.0"
613-
"@graphql-codegen/plugin-helpers" "^2.3.2"
612+
"@graphql-codegen/core" "2.5.1"
613+
"@graphql-codegen/plugin-helpers" "^2.4.1"
614614
"@graphql-tools/apollo-engine-loader" "^7.0.5"
615615
"@graphql-tools/code-file-loader" "^7.0.6"
616616
"@graphql-tools/git-loader" "^7.0.5"
@@ -640,7 +640,7 @@
640640
listr "^0.14.3"
641641
listr-update-renderer "^0.5.0"
642642
log-symbols "^4.0.0"
643-
minimatch "^3.0.4"
643+
minimatch "^4.0.0"
644644
mkdirp "^1.0.4"
645645
string-env-interpolation "^1.0.1"
646646
ts-log "^2.2.3"
@@ -650,12 +650,12 @@
650650
yaml "^1.10.0"
651651
yargs "^17.0.0"
652652

653-
"@graphql-codegen/core@2.4.0":
654-
version "2.4.0"
655-
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.4.0.tgz#d94dcc088b5e117c847ce5b10c4fe1eb7325e180"
656-
integrity sha512-5RiYE1+07jayp/3w/bkyaCXtfKNeKmRabpPP4aRi369WeH2cH37l2K8NbhkIU+zhpnhoqMID61TO56x2fKldZQ==
653+
"@graphql-codegen/core@2.5.1":
654+
version "2.5.1"
655+
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.5.1.tgz#e3d50d3449b8c58b74ea08e97faf656a1b7fc8a1"
656+
integrity sha512-alctBVl2hMnBXDLwkgmnFPrZVIiBDsWJSmxJcM4GKg1PB23+xuov35GE47YAyAhQItE1B1fbYnbb1PtGiDZ4LA==
657657
dependencies:
658-
"@graphql-codegen/plugin-helpers" "^2.3.2"
658+
"@graphql-codegen/plugin-helpers" "^2.4.1"
659659
"@graphql-tools/schema" "^8.1.2"
660660
"@graphql-tools/utils" "^8.1.1"
661661
tslib "~2.3.0"
@@ -672,6 +672,18 @@
672672
lodash "~4.17.0"
673673
tslib "~2.3.0"
674674

675+
"@graphql-codegen/plugin-helpers@^2.4.0", "@graphql-codegen/plugin-helpers@^2.4.1":
676+
version "2.4.2"
677+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.4.2.tgz#e4f6b74dddcf8a9974fef5ce48562ae0980f9fed"
678+
integrity sha512-LJNvwAPv/sKtI3RnRDm+nPD+JeOfOuSOS4FFIpQCMUCyMnFcchV/CPTTv7tT12fLUpEg6XjuFfDBvOwndti30Q==
679+
dependencies:
680+
"@graphql-tools/utils" "^8.5.2"
681+
change-case-all "1.0.14"
682+
common-tags "1.8.2"
683+
import-from "4.0.0"
684+
lodash "~4.17.0"
685+
tslib "~2.3.0"
686+
675687
"@graphql-codegen/schema-ast@^2.4.1":
676688
version "2.4.1"
677689
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.4.1.tgz#ad742b53e32f7a2fbff8ea8a91ba7e617e6ef236"
@@ -681,18 +693,34 @@
681693
"@graphql-tools/utils" "^8.1.1"
682694
tslib "~2.3.0"
683695

684-
"@graphql-codegen/[email protected].2":
685-
version "2.4.2"
686-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.4.2.tgz#a239d5fd8f11140d5d4c81cfae7ff02054b724dc"
687-
integrity sha512-8ajWidiFqF1KNAywtb/692SjwTyjzrDHo1sf2Q7Z+rh9qDEIrh83VHB8naT/1CefOvxj3MS6GbcsvJMizaE/AQ==
696+
"@graphql-codegen/[email protected].8":
697+
version "2.4.8"
698+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.4.8.tgz#e8110baba9713cde72d57a5c95aa27400363ed9a"
699+
integrity sha512-tVsHIkuyenBany7c5IMU1yi4S1er2hgyXJGNY7PcyhpJMx0eChmbqz1VTiZxDEwi8mDBS2mn3TaSJMh6xuJM5g==
688700
dependencies:
689-
"@graphql-codegen/plugin-helpers" "^2.3.2"
701+
"@graphql-codegen/plugin-helpers" "^2.4.0"
690702
"@graphql-codegen/schema-ast" "^2.4.1"
691-
"@graphql-codegen/visitor-plugin-common" "2.5.2"
703+
"@graphql-codegen/visitor-plugin-common" "2.7.4"
692704
auto-bind "~4.0.0"
693705
tslib "~2.3.0"
694706

695-
"@graphql-codegen/[email protected]", "@graphql-codegen/visitor-plugin-common@^2.5.2":
707+
"@graphql-codegen/[email protected]":
708+
version "2.7.4"
709+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.7.4.tgz#fbc8aec9df0035b8f29fa64a6356cbb02062da5d"
710+
integrity sha512-aaDoEudDD+B7DK/UwDSL2Fzej75N9hNJ3N8FQuTIeDyw6FNGWUxmkjVBLQGlzfnYfK8IYkdfYkrPn3Skq0pVxA==
711+
dependencies:
712+
"@graphql-codegen/plugin-helpers" "^2.4.0"
713+
"@graphql-tools/optimize" "^1.0.1"
714+
"@graphql-tools/relay-operation-optimizer" "^6.3.7"
715+
"@graphql-tools/utils" "^8.3.0"
716+
auto-bind "~4.0.0"
717+
change-case-all "1.0.14"
718+
dependency-graph "^0.11.0"
719+
graphql-tag "^2.11.0"
720+
parse-filepath "^1.0.2"
721+
tslib "~2.3.0"
722+
723+
"@graphql-codegen/visitor-plugin-common@^2.5.2":
696724
version "2.5.2"
697725
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.5.2.tgz#90aa4add41e17bca83f1c7c8ad674f2a06065efd"
698726
integrity sha512-qDMraPmumG+vEGAz42/asRkdgIRmQWH5HTc320UX+I6CY6eE/Ey85cgzoqeQGLV8gu4sj3UkNx/3/r79eX4u+Q==
@@ -4320,6 +4348,13 @@ [email protected], minimatch@^3.0.4:
43204348
dependencies:
43214349
brace-expansion "^1.1.7"
43224350

4351+
minimatch@^4.0.0:
4352+
version "4.2.1"
4353+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.1.tgz#40d9d511a46bdc4e563c22c3080cde9c0d8299b4"
4354+
integrity sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==
4355+
dependencies:
4356+
brace-expansion "^1.1.7"
4357+
43234358
minimist@^1.2.0, minimist@^1.2.5:
43244359
version "1.2.5"
43254360
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"

0 commit comments

Comments
 (0)