Skip to content

Commit e61967d

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @graphql-codegen/typescript to v2.5.1
1 parent 1b67ec7 commit e61967d

File tree

2 files changed

+51
-12
lines changed

2 files changed

+51
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"license": "MIT",
4646
"devDependencies": {
4747
"@graphql-codegen/cli": "2.6.2",
48-
"@graphql-codegen/typescript": "2.5.0",
48+
"@graphql-codegen/typescript": "2.5.1",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.1",
5151
"@typescript-eslint/eslint-plugin": "5.27.1",

yarn.lock

Lines changed: 50 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13+
"@ardatan/[email protected]":
14+
version "12.0.0"
15+
resolved "https://registry.yarnpkg.com/@ardatan/relay-compiler/-/relay-compiler-12.0.0.tgz#2e4cca43088e807adc63450e8cab037020e91106"
16+
integrity sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==
17+
dependencies:
18+
"@babel/core" "^7.14.0"
19+
"@babel/generator" "^7.14.0"
20+
"@babel/parser" "^7.14.0"
21+
"@babel/runtime" "^7.0.0"
22+
"@babel/traverse" "^7.14.0"
23+
"@babel/types" "^7.0.0"
24+
babel-preset-fbjs "^3.4.0"
25+
chalk "^4.0.0"
26+
fb-watchman "^2.0.0"
27+
fbjs "^3.0.0"
28+
glob "^7.1.1"
29+
immutable "~3.7.6"
30+
invariant "^2.2.4"
31+
nullthrows "^1.1.1"
32+
relay-runtime "12.0.0"
33+
signedsource "^1.0.0"
34+
yargs "^15.3.1"
35+
1336
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7":
1437
version "7.16.7"
1538
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
@@ -813,25 +836,25 @@
813836
"@graphql-tools/utils" "^8.1.1"
814837
tslib "~2.3.0"
815838

816-
"@graphql-codegen/[email protected].0":
817-
version "2.5.0"
818-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.5.0.tgz#5ae121db92120fecb6badb34aa361ac464bc23d3"
819-
integrity sha512-eCCebNyhV5NcNyfrNOdur1b4zPSyj2o89yaSliEMSShf4WolfFOv4aYpL4tFXjhkw3n2pR7MYFDUnrzmDpfmNw==
839+
"@graphql-codegen/[email protected].1":
840+
version "2.5.1"
841+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.5.1.tgz#5131485ff3ac83d5bc0aae11a2af0c9bdc08854c"
842+
integrity sha512-D/9V2VfVIE4Mu5UiMGQtxyFU5xe1ZkAZi8g/IsqymW8rqlhTwsGhtk4JR55qPfOYxR8G94RJSJpzgNakRneytw==
820843
dependencies:
821844
"@graphql-codegen/plugin-helpers" "^2.4.0"
822845
"@graphql-codegen/schema-ast" "^2.4.1"
823-
"@graphql-codegen/visitor-plugin-common" "2.9.0"
846+
"@graphql-codegen/visitor-plugin-common" "2.9.1"
824847
auto-bind "~4.0.0"
825848
tslib "~2.4.0"
826849

827-
"@graphql-codegen/[email protected].0":
828-
version "2.9.0"
829-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.9.0.tgz#a13556c805e72b63ee9d80fb437b9ba2eb0a9fa2"
830-
integrity sha512-w353lPpXlgsQT6dxfcHw3hQdodGnfSwsxofHVfROqrIBZIjH0kNiFHOt8rnewYkLGEa75bWDVaM1ofyXEaN+3w==
850+
"@graphql-codegen/[email protected].1":
851+
version "2.9.1"
852+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.9.1.tgz#17dfe33e19e846e7475ab9d4ff43de5130e18397"
853+
integrity sha512-j9eGOSGt+sJcwv0ijhZiQ2cF/0ponscekNVoF+vHdOT4RB0qgOQxykPBk6EbKxIHECnkdV8ARdPVTA21A93/QQ==
831854
dependencies:
832855
"@graphql-codegen/plugin-helpers" "^2.4.0"
833856
"@graphql-tools/optimize" "^1.0.1"
834-
"@graphql-tools/relay-operation-optimizer" "^6.3.7"
857+
"@graphql-tools/relay-operation-optimizer" "^6.4.14"
835858
"@graphql-tools/utils" "^8.3.0"
836859
auto-bind "~4.0.0"
837860
change-case-all "1.0.14"
@@ -1023,6 +1046,15 @@
10231046
relay-compiler "12.0.0"
10241047
tslib "~2.3.0"
10251048

1049+
"@graphql-tools/relay-operation-optimizer@^6.4.14":
1050+
version "6.4.14"
1051+
resolved "https://registry.yarnpkg.com/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.4.14.tgz#812f32123a1351615a72b4e832852daac7bd64b3"
1052+
integrity sha512-vqch2M/sIUfMmlRJ4eCupiHlVPXWOPVpHX9yCZwRrpNg0Eaokyc57NSjJuKVV3KcvcJKf03qfMK2PxFbfDvN9A==
1053+
dependencies:
1054+
"@ardatan/relay-compiler" "12.0.0"
1055+
"@graphql-tools/utils" "8.6.13"
1056+
tslib "^2.4.0"
1057+
10261058
"@graphql-tools/[email protected]", "@graphql-tools/schema@^8.1.2", "@graphql-tools/schema@^8.3.1":
10271059
version "8.3.1"
10281060
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.1.tgz#1ee9da494d2da457643b3c93502b94c3c4b68c74"
@@ -1065,6 +1097,13 @@
10651097
dependencies:
10661098
tslib "~2.3.0"
10671099

1100+
"@graphql-tools/[email protected]":
1101+
version "8.6.13"
1102+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.13.tgz#2b4fb7f9f8a29b25eecd44551fb95974de32f969"
1103+
integrity sha512-FiVqrQzj4cgz0HcZ3CxUs8NtBGPZFpmsVyIgwmL6YCwIhjJQnT72h8G3/vk5zVfjfesht85YGp0inWWuoCKWzg==
1104+
dependencies:
1105+
tslib "^2.4.0"
1106+
10681107
"@graphql-tools/wrap@^8.3.1":
10691108
version "8.3.3"
10701109
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.3.3.tgz#014aa04a6cf671ffe477516255d1134777da056a"
@@ -5631,7 +5670,7 @@ tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@~2.3.0:
56315670
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
56325671
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
56335672

5634-
tslib@~2.4.0:
5673+
tslib@^2.4.0, tslib@~2.4.0:
56355674
version "2.4.0"
56365675
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
56375676
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

0 commit comments

Comments
 (0)