Skip to content

Commit e3f8679

Browse files
fix(deps): update dependency @graphql-codegen/typescript-react-query to v7
1 parent 602df92 commit e3f8679

2 files changed

Lines changed: 73 additions & 85 deletions

File tree

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@graphql-codegen/typescript-nhost": "1.0.1",
4747
"@graphql-codegen/typescript-operations": "6.0.0",
4848
"@graphql-codegen/typescript-react-apollo": "4.4.2",
49-
"@graphql-codegen/typescript-react-query": "4.1.0",
49+
"@graphql-codegen/typescript-react-query": "7.0.1",
5050
"@graphql-codegen/typescript-resolvers": "6.0.0",
5151
"@graphql-codegen/typescript-rtk-query": "4.0.1",
5252
"@graphql-codegen/typescript-stencil-apollo": "4.0.1",

yarn.lock

Lines changed: 72 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,14 +1682,7 @@
16821682
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz#0eaf705c941a218a43dba8e09f1df1d6cd2f1f17"
16831683
integrity sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==
16841684

1685-
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.4.1":
1686-
version "4.4.1"
1687-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
1688-
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
1689-
dependencies:
1690-
eslint-visitor-keys "^3.4.3"
1691-
1692-
"@eslint-community/eslint-utils@^4.8.0", "@eslint-community/eslint-utils@^4.9.1":
1685+
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.4.1", "@eslint-community/eslint-utils@^4.8.0", "@eslint-community/eslint-utils@^4.9.1":
16931686
version "4.9.1"
16941687
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
16951688
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
@@ -1817,6 +1810,14 @@
18171810
dependencies:
18181811
giscus "^1.5.0"
18191812

1813+
"@graphql-codegen/add@^6.0.0":
1814+
version "6.0.1"
1815+
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-6.0.1.tgz#90f8750e1074975bef1ead05f82523e32766c61a"
1816+
integrity sha512-MSylSekjpVWbOBw2A/2ssk1fPY54sYb6Qk2C4AX5u7s2R+2pMQ9ws7DTXo8VU9qwTgWwVp6vGfdQ0AMpAn4Iug==
1817+
dependencies:
1818+
"@graphql-codegen/plugin-helpers" "^6.3.0"
1819+
tslib "^2.8.0"
1820+
18201821
"@graphql-codegen/[email protected]":
18211822
version "2.0.1"
18221823
resolved "https://registry.yarnpkg.com/@graphql-codegen/c-sharp-common/-/c-sharp-common-2.0.1.tgz#32e1f1ac7fcec0c8953effadfc03d623d242317d"
@@ -2001,18 +2002,6 @@
20012002
parse-filepath "^1.0.2"
20022003
tslib "^2.8.1"
20032004

2004-
"@graphql-codegen/plugin-helpers@^2.7.2":
2005-
version "2.7.2"
2006-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz#6544f739d725441c826a8af6a49519f588ff9bed"
2007-
integrity sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==
2008-
dependencies:
2009-
"@graphql-tools/utils" "^8.8.0"
2010-
change-case-all "1.0.14"
2011-
common-tags "1.8.2"
2012-
import-from "4.0.0"
2013-
lodash "~4.17.0"
2014-
tslib "~2.4.0"
2015-
20162005
"@graphql-codegen/plugin-helpers@^3.0.0", "@graphql-codegen/plugin-helpers@^3.1.2":
20172006
version "3.1.2"
20182007
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz#69a2e91178f478ea6849846ade0a59a844d34389"
@@ -2037,6 +2026,17 @@
20372026
lodash "~4.17.0"
20382027
tslib "~2.6.0"
20392028

2029+
"@graphql-codegen/plugin-helpers@^6.3.0":
2030+
version "6.3.0"
2031+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.3.0.tgz#d4ba4660c68cb703291fbc6616a6510df26dd5f3"
2032+
integrity sha512-Auc+/B7okDx9+pVgLVliZtZLYh6iltWXlnzzM+bRE+zh1T4r3hKbnr8xAmtT937ArfSgk5GHcQHr8LfPYnrRBg==
2033+
dependencies:
2034+
"@graphql-tools/utils" "^11.0.0"
2035+
change-case-all "1.0.15"
2036+
common-tags "1.8.2"
2037+
import-from "4.0.0"
2038+
tslib "^2.8.0"
2039+
20402040
"@graphql-codegen/schema-ast@^2.6.1":
20412041
version "2.6.1"
20422042
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz#8ba1b38827c034b51ecd3ce88622c2ae6cd3fe1a"
@@ -2046,6 +2046,15 @@
20462046
"@graphql-tools/utils" "^9.0.0"
20472047
tslib "~2.4.0"
20482048

2049+
"@graphql-codegen/schema-ast@^5.0.2":
2050+
version "5.0.2"
2051+
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-5.0.2.tgz#0d7fd83760fa10fea6804f75c801e933d832ac33"
2052+
integrity sha512-jl1F/9IjRkJisEb9B0ayG4QGqYlPldLRy8ojDdmL9NE1NsdB5ROfxQnSqyC3g+wuvBhWX7kZgMRQYn3RU1I5bA==
2053+
dependencies:
2054+
"@graphql-codegen/plugin-helpers" "^6.3.0"
2055+
"@graphql-tools/utils" "^11.0.0"
2056+
tslib "^2.8.0"
2057+
20492058
"@graphql-codegen/[email protected]":
20502059
version "5.0.1"
20512060
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-apollo-angular/-/typescript-apollo-angular-5.0.1.tgz#33ca7fee148fb6ed12bd9cbc8954178dafec8e6b"
@@ -2142,16 +2151,16 @@
21422151
change-case-all "1.0.15"
21432152
tslib "^2.8.1"
21442153

2145-
"@graphql-codegen/typescript-react-query@4.1.0":
2146-
version "4.1.0"
2147-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-query/-/typescript-react-query-4.1.0.tgz#42dc8a90472c259f9bbacfdf944899c6e0cebcc9"
2148-
integrity sha512-+3Hk+ws6HfCAZl7+5Q4LBkFh3y+2ISuahMYRHIqzqpwNnrthftg8xNx11VH5sabqqjqEmjY3UaP8glP93itPWQ==
2154+
"@graphql-codegen/typescript-react-query@7.0.1":
2155+
version "7.0.1"
2156+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-query/-/typescript-react-query-7.0.1.tgz#23fff7b25b84007cfbc90336b640f840406340dc"
2157+
integrity sha512-X6BqrNc3qvg5XRtDaq1FV1iI27VDXOjj1Ai6B8yYTroaNstbVlLvWV6VTUWRfL3kU/4JmZtJ50o2kC1upDQQqw==
21492158
dependencies:
2150-
"@graphql-codegen/plugin-helpers" "^3.0.0"
2151-
"@graphql-codegen/visitor-plugin-common" "2.13.1"
2159+
"@graphql-codegen/plugin-helpers" "^6.3.0"
2160+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
21522161
auto-bind "~4.0.0"
21532162
change-case-all "1.0.15"
2154-
tslib "~2.4.0"
2163+
tslib "^2.8.1"
21552164

21562165
"@graphql-codegen/[email protected]":
21572166
version "4.0.1"
@@ -2240,6 +2249,17 @@
22402249
auto-bind "~4.0.0"
22412250
tslib "~2.4.0"
22422251

2252+
"@graphql-codegen/typescript@^5.0.9":
2253+
version "5.0.10"
2254+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-5.0.10.tgz#5991746408152503069b0c36bfdf5456b68a2e2a"
2255+
integrity sha512-Pa8OFmL9TdhEYnLYJLYA9EhP8eEeivP/YDYq4Nb8LQaL7GXm4TGX8zELYaCM9Fu8M3iZb7iQGMt7qc+1lXz8XQ==
2256+
dependencies:
2257+
"@graphql-codegen/plugin-helpers" "^6.3.0"
2258+
"@graphql-codegen/schema-ast" "^5.0.2"
2259+
"@graphql-codegen/visitor-plugin-common" "^6.3.0"
2260+
auto-bind "~4.0.0"
2261+
tslib "^2.8.0"
2262+
22432263
"@graphql-codegen/[email protected]":
22442264
version "4.0.1"
22452265
resolved "https://registry.yarnpkg.com/@graphql-codegen/urql-introspection/-/urql-introspection-4.0.1.tgz#a7d5f03f5a8d2886e87939912573bcaeabd50683"
@@ -2249,22 +2269,6 @@
22492269
"@urql/introspection" "^0.3.2"
22502270
tslib "^2.8.1"
22512271

2252-
"@graphql-codegen/[email protected]":
2253-
version "2.13.1"
2254-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz#2228660f6692bcdb96b1f6d91a0661624266b76b"
2255-
integrity sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg==
2256-
dependencies:
2257-
"@graphql-codegen/plugin-helpers" "^2.7.2"
2258-
"@graphql-tools/optimize" "^1.3.0"
2259-
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
2260-
"@graphql-tools/utils" "^8.8.0"
2261-
auto-bind "~4.0.0"
2262-
change-case-all "1.0.14"
2263-
dependency-graph "^0.11.0"
2264-
graphql-tag "^2.11.0"
2265-
parse-filepath "^1.0.2"
2266-
tslib "~2.4.0"
2267-
22682272
"@graphql-codegen/[email protected]":
22692273
version "2.13.8"
22702274
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz#09bc6317b227e5a278f394f4cef0d6c2d1910597"
@@ -2297,6 +2301,22 @@
22972301
parse-filepath "^1.0.2"
22982302
tslib "~2.6.0"
22992303

2304+
"@graphql-codegen/visitor-plugin-common@^6.3.0":
2305+
version "6.3.0"
2306+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.3.0.tgz#5c3d1b6397acd27a552beab989c5d8af155e2aef"
2307+
integrity sha512-vGBoE+4huzZyNhyGSAhXAkdROHlwKxxuziZm4XtP1mxe7nuI+VgyOmXebafLijbmuDsptPXQN0C/htL54O8hrg==
2308+
dependencies:
2309+
"@graphql-codegen/plugin-helpers" "^6.3.0"
2310+
"@graphql-tools/optimize" "^2.0.0"
2311+
"@graphql-tools/relay-operation-optimizer" "^7.1.1"
2312+
"@graphql-tools/utils" "^11.0.0"
2313+
auto-bind "~4.0.0"
2314+
change-case-all "1.0.15"
2315+
dependency-graph "^1.0.0"
2316+
graphql-tag "^2.11.0"
2317+
parse-filepath "^1.0.2"
2318+
tslib "^2.8.0"
2319+
23002320
"@graphql-hive/signal@^2.0.0":
23012321
version "2.0.0"
23022322
resolved "https://registry.yarnpkg.com/@graphql-hive/signal/-/signal-2.0.0.tgz#205805328b118e1ae556417ed364257234800464"
@@ -2579,13 +2599,6 @@
25792599
cross-inspect "1.0.1"
25802600
tslib "^2.4.0"
25812601

2582-
"@graphql-tools/utils@^8.8.0":
2583-
version "8.13.1"
2584-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.1.tgz#b247607e400365c2cd87ff54654d4ad25a7ac491"
2585-
integrity sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==
2586-
dependencies:
2587-
tslib "^2.4.0"
2588-
25892602
"@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.2.1":
25902603
version "9.2.1"
25912604
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
@@ -5041,14 +5054,7 @@
50415054
dependencies:
50425055
"@types/unist" "*"
50435056

5044-
"@types/node@*", "@types/node@^25.0.3":
5045-
version "25.0.9"
5046-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.9.tgz#81ce3579ddf67cae812a9d49c8a0ab90c82e7782"
5047-
integrity sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==
5048-
dependencies:
5049-
undici-types "~7.16.0"
5050-
5051-
"@types/[email protected]", "@types/node@^24.0.0":
5057+
"@types/node@*", "@types/[email protected]", "@types/node@^24.0.0":
50525058
version "24.12.2"
50535059
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.2.tgz#353cb161dbf1785ea25e8829ba7ec574c5c629ac"
50545060
integrity sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==
@@ -5072,6 +5078,13 @@
50725078
dependencies:
50735079
undici-types "~6.21.0"
50745080

5081+
"@types/node@^25.0.3":
5082+
version "25.0.9"
5083+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.9.tgz#81ce3579ddf67cae812a9d49c8a0ab90c82e7782"
5084+
integrity sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==
5085+
dependencies:
5086+
undici-types "~7.16.0"
5087+
50755088
"@types/normalize-package-data@^2.4.3":
50765089
version "2.4.4"
50775090
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
@@ -6587,22 +6600,6 @@ chalk@^5.0.0, chalk@^5.0.1, chalk@^5.6.0:
65876600
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
65886601
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
65896602

6590-
6591-
version "1.0.14"
6592-
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.14.tgz#bac04da08ad143278d0ac3dda7eccd39280bfba1"
6593-
integrity sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==
6594-
dependencies:
6595-
change-case "^4.1.2"
6596-
is-lower-case "^2.0.2"
6597-
is-upper-case "^2.0.2"
6598-
lower-case "^2.0.2"
6599-
lower-case-first "^2.0.2"
6600-
sponge-case "^1.0.1"
6601-
swap-case "^2.0.2"
6602-
title-case "^3.0.3"
6603-
upper-case "^2.0.2"
6604-
upper-case-first "^2.0.2"
6605-
66066603
66076604
version "1.0.15"
66086605
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad"
@@ -12674,16 +12671,7 @@ [email protected]:
1267412671
picocolors "^1.0.0"
1267512672
source-map-js "^1.0.2"
1267612673

12677-
postcss@^8.4.4, postcss@^8.4.47, postcss@^8.5.6:
12678-
version "8.5.9"
12679-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.9.tgz#f6ee9e0b94f0f19c97d2f172bfbd7fc71fe1cca4"
12680-
integrity sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==
12681-
dependencies:
12682-
nanoid "^3.3.11"
12683-
picocolors "^1.1.1"
12684-
source-map-js "^1.2.1"
12685-
12686-
postcss@^8.5.10:
12674+
postcss@^8.4.4, postcss@^8.4.47, postcss@^8.5.10, postcss@^8.5.6:
1268712675
version "8.5.10"
1268812676
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.10.tgz#8992d8c30acf3f12169e7c09514a12fed7e48356"
1268912677
integrity sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==

0 commit comments

Comments
 (0)