From 5e7b730519b00692b2df1f2f0187f331fbf0bbda Mon Sep 17 00:00:00 2001 From: Mohamed Meabed <45731+meabed@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:52:01 -0400 Subject: [PATCH 1/2] chore: fix websocket initialization (#1153) * chore: update * chore: update * chore: update * chore: update * chore: update * chore: update * chore: update * fix(deps): update all non-major dependencies (#1149) * chore: update websocket * chore: update websocket * chore: update websocket * chore: update websocket --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/renovate.json | 8 +- CHANGELOG.md | 3 + cli/package.json | 4 +- demo-apps/example-usage/package.json | 4 +- demo-apps/example-usage/yarn.lock | 122 +++---- demo-apps/integration-tests/package.json | 6 +- demo-apps/integration-tests/yarn.lock | 86 ++++- demo-apps/next/package.json | 4 +- demo-apps/next/yarn.lock | 126 +++---- demo-apps/try-clients/package.json | 2 +- demo-apps/try-clients/yarn.lock | 8 +- runtime/package.json | 4 +- runtime/src/client/createClient.ts | 10 +- website/package.json | 8 +- website/yarn.lock | 411 +++++++++++------------ yarn.lock | 16 +- 16 files changed, 445 insertions(+), 377 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index ed1e83aea..f144c1315 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,7 +3,9 @@ "config:base" ], "branchPrefix": "renovate-", - "baseBranches": ["develop"], + "baseBranches": [ + "develop" + ], "assigneesFromCodeOwners": true, "packageRules": [ { @@ -33,5 +35,9 @@ "breaking" ] } + ], + "ignoreDeps": [ + "@chakra-ui/react", + "strip-ansi" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e910b12..c93fee36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [3.2.21 - 2024-10-30](https://github.com/meabed/gqlts/compare/v3.2.20...v3.2.21) +- Fix webscoket client initialization + ## [3.2.20 - 2024-10-28](https://github.com/meabed/gqlts/compare/v3.2.19...v3.2.20) - Update dependencies - remove fs import from extract-files to support turbopack nextjs 15 diff --git a/cli/package.json b/cli/package.json index c88dcab70..6225fa202 100644 --- a/cli/package.json +++ b/cli/package.json @@ -106,8 +106,8 @@ "@types/fs-extra": "11.0.4", "@types/jest": "29.5.14", "@types/listr": "0.14.9", - "@types/lodash": "4.17.12", - "@types/node": "22.8.1", + "@types/lodash": "4.17.13", + "@types/node": "22.8.4", "@types/qs": "6.9.16", "@types/yargs": "17.0.33", "common-tags": "1.8.2", diff --git a/demo-apps/example-usage/package.json b/demo-apps/example-usage/package.json index 4ab438046..848550cfc 100644 --- a/demo-apps/example-usage/package.json +++ b/demo-apps/example-usage/package.json @@ -38,7 +38,7 @@ "framer-motion": "11.11.10", "graphql-tag": "2.12.6", "landing-blocks": "2.1.0", - "next": "15.0.1", + "next": "15.0.2", "react": "18.3.1", "react-dom": "18.3.1", "react-extra-hooks": "2.3.4", @@ -48,7 +48,7 @@ "typescript": "5.6.3" }, "devDependencies": { - "@types/node": "22.8.1", + "@types/node": "22.8.4", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "next-transpile-modules": "10.0.1", diff --git a/demo-apps/example-usage/yarn.lock b/demo-apps/example-usage/yarn.lock index b8b3fb448..7a04d0d27 100644 --- a/demo-apps/example-usage/yarn.lock +++ b/demo-apps/example-usage/yarn.lock @@ -843,50 +843,50 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@next/env@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/env/-/env-15.0.1.tgz#660fe9303e255cec112d3f4198d2897a24bc60b3" - integrity sha512-lc4HeDUKO9gxxlM5G2knTRifqhsY6yYpwuHspBZdboZe0Gp+rZHBNNSIjmQKDJIdRXiXGyVnSD6gafrbQPvILQ== - -"@next/swc-darwin-arm64@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.0.1.tgz#b80a25f1569bd0ca03eca9473f7e93e64937e404" - integrity sha512-C9k/Xv4sxkQRTA37Z6MzNq3Yb1BJMmSqjmwowoWEpbXTkAdfOwnoKOpAb71ItSzoA26yUTIo6ZhN8rKGu4ExQw== - -"@next/swc-darwin-x64@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.0.1.tgz#00dcf79ec7c638a85c3b9ff2e2de2bfb09c1c250" - integrity sha512-uHl13HXOuq1G7ovWFxCACDJHTSDVbn/sbLv8V1p+7KIvTrYQ5HNoSmKBdYeEKRRCbEmd+OohOgg9YOp8Ux3MBg== - -"@next/swc-linux-arm64-gnu@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.0.1.tgz#faab5f7ffcc6d1a15e8dea1cb9953966658b39bf" - integrity sha512-LvyhvxHOihFTEIbb35KxOc3q8w8G4xAAAH/AQnsYDEnOvwawjL2eawsB59AX02ki6LJdgDaHoTEnC54Gw+82xw== - -"@next/swc-linux-arm64-musl@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.0.1.tgz#97abada9a782ab5b3cb42cf0d4799cbc2e733351" - integrity sha512-vFmCGUFNyk/A5/BYcQNhAQqPIw01RJaK6dRO+ZEhz0DncoW+hJW1kZ8aH2UvTX27zPq3m85zN5waMSbZEmANcQ== - -"@next/swc-linux-x64-gnu@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.0.1.tgz#548bd47c49fe6d819302139aff8766eb704322e2" - integrity sha512-5by7IYq0NCF8rouz6Qg9T97jYU68kaClHPfGpQG2lCZpSYHtSPQF1kjnqBTd34RIqPKMbCa4DqCufirgr8HM5w== - -"@next/swc-linux-x64-musl@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.0.1.tgz#84423fbd3a058dd6ae8322e530878f0ec7a1027a" - integrity sha512-lmYr6H3JyDNBJLzklGXLfbehU3ay78a+b6UmBGlHls4xhDXBNZfgb0aI67sflrX+cGBnv1LgmWzFlYrAYxS1Qw== - -"@next/swc-win32-arm64-msvc@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.0.1.tgz#723c2ced12a998fb40dc901b8faea9170e788c2f" - integrity sha512-DS8wQtl6diAj0eZTdH0sefykm4iXMbHT4MOvLwqZiIkeezKpkgPFcEdFlz3vKvXa2R/2UEgMh48z1nEpNhjeOQ== - -"@next/swc-win32-x64-msvc@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.0.1.tgz#ec7e3befc0bcc47527537b1eda2b3745beb15a09" - integrity sha512-4Ho2ggvDdMKlZ/0e9HNdZ9ngeaBwtc+2VS5oCeqrbXqOgutX6I4U2X/42VBw0o+M5evn4/7v3zKgGHo+9v/VjA== +"@next/env@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/env/-/env-15.0.2.tgz#4e921af3faf8a16c6be98ec6a81a32a40050a8b7" + integrity sha512-c0Zr0ModK5OX7D4ZV8Jt/wqoXtitLNPwUfG9zElCZztdaZyNVnN40rDXVZ/+FGuR4CcNV5AEfM6N8f+Ener7Dg== + +"@next/swc-darwin-arm64@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.0.2.tgz#66f84083f1f564d09bbacff8d6b24bd833783bef" + integrity sha512-GK+8w88z+AFlmt+ondytZo2xpwlfAR8U6CRwXancHImh6EdGfHMIrTSCcx5sOSBei00GyLVL0ioo1JLKTfprgg== + +"@next/swc-darwin-x64@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.0.2.tgz#1aef085642f363b89acf264cf1b9848632b52914" + integrity sha512-KUpBVxIbjzFiUZhiLIpJiBoelqzQtVZbdNNsehhUn36e2YzKHphnK8eTUW1s/4aPy5kH/UTid8IuVbaOpedhpw== + +"@next/swc-linux-arm64-gnu@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.0.2.tgz#203b41742e60642587e004773a8c203053b6832e" + integrity sha512-9J7TPEcHNAZvwxXRzOtiUvwtTD+fmuY0l7RErf8Yyc7kMpE47MIQakl+3jecmkhOoIyi/Rp+ddq7j4wG6JDskQ== + +"@next/swc-linux-arm64-musl@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.0.2.tgz#d256932ec11051f376348862508be9017b23f3d8" + integrity sha512-BjH4ZSzJIoTTZRh6rG+a/Ry4SW0HlizcPorqNBixBWc3wtQtj4Sn9FnRZe22QqrPnzoaW0ctvSz4FaH4eGKMww== + +"@next/swc-linux-x64-gnu@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.0.2.tgz#06c52a23a7e13d5ccd0ded1cf295b32df58e0932" + integrity sha512-i3U2TcHgo26sIhcwX/Rshz6avM6nizrZPvrDVDY1bXcLH1ndjbO8zuC7RoHp0NSK7wjJMPYzm7NYL1ksSKFreA== + +"@next/swc-linux-x64-musl@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.0.2.tgz#eb70a81a1c66d4935d50bf6fe1021e440f27fe9f" + integrity sha512-AMfZfSVOIR8fa+TXlAooByEF4OB00wqnms1sJ1v+iu8ivwvtPvnkwdzzFMpsK5jA2S9oNeeQ04egIWVb4QWmtQ== + +"@next/swc-win32-arm64-msvc@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.0.2.tgz#29a763bdc3a1281633af10cf8428e916e02f079a" + integrity sha512-JkXysDT0/hEY47O+Hvs8PbZAeiCQVxKfGtr4GUpNAhlG2E0Mkjibuo8ryGD29Qb5a3IOnKYNoZlh/MyKd2Nbww== + +"@next/swc-win32-x64-msvc@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.0.2.tgz#0f70d8146990886a85099875353539fc6dd68338" + integrity sha512-foaUL0NqJY/dX0Pi/UcZm5zsmSk5MtP/gxx3xOPyREkMFN+CTjctPfu3QaqrQHinaKdPnMWPJDKt4VjDfTBe/Q== "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -987,10 +987,10 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.12.tgz#25d71312bf66512105d71e55d42e22c36bcfc689" integrity sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ== -"@types/node@22.8.1": - version "22.8.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.1.tgz#b39d4b98165e2ae792ce213f610c7c6108ccfa16" - integrity sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg== +"@types/node@22.8.4": + version "22.8.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.4.tgz#ab754f7ac52e1fe74174f761c5b03acaf06da0dc" + integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw== dependencies: undici-types "~6.19.8" @@ -3521,12 +3521,12 @@ next-transpile-modules@10.0.1: dependencies: enhanced-resolve "^5.10.0" -next@15.0.1: - version "15.0.1" - resolved "https://registry.yarnpkg.com/next/-/next-15.0.1.tgz#a0e8eda35d803cb7f8092b2a2eb9d072e22bf21d" - integrity sha512-PSkFkr/w7UnFWm+EP8y/QpHrJXMqpZzAXpergB/EqLPOh4SGPJXv1wj4mslr2hUZBAS9pX7/9YLIdxTv6fwytw== +next@15.0.2: + version "15.0.2" + resolved "https://registry.yarnpkg.com/next/-/next-15.0.2.tgz#4a2224c007856118010b8cef5e9b2383cd743388" + integrity sha512-rxIWHcAu4gGSDmwsELXacqAPUk+j8dV/A9cDF5fsiCMpkBDYkO2AEaL1dfD+nNmDiU6QMCFN8Q30VEKapT9UHQ== dependencies: - "@next/env" "15.0.1" + "@next/env" "15.0.2" "@swc/counter" "0.1.3" "@swc/helpers" "0.5.13" busboy "1.6.0" @@ -3534,14 +3534,14 @@ next@15.0.1: postcss "8.4.31" styled-jsx "5.1.6" optionalDependencies: - "@next/swc-darwin-arm64" "15.0.1" - "@next/swc-darwin-x64" "15.0.1" - "@next/swc-linux-arm64-gnu" "15.0.1" - "@next/swc-linux-arm64-musl" "15.0.1" - "@next/swc-linux-x64-gnu" "15.0.1" - "@next/swc-linux-x64-musl" "15.0.1" - "@next/swc-win32-arm64-msvc" "15.0.1" - "@next/swc-win32-x64-msvc" "15.0.1" + "@next/swc-darwin-arm64" "15.0.2" + "@next/swc-darwin-x64" "15.0.2" + "@next/swc-linux-arm64-gnu" "15.0.2" + "@next/swc-linux-arm64-musl" "15.0.2" + "@next/swc-linux-x64-gnu" "15.0.2" + "@next/swc-linux-x64-musl" "15.0.2" + "@next/swc-win32-arm64-msvc" "15.0.2" + "@next/swc-win32-x64-msvc" "15.0.2" sharp "^0.33.5" node-domexception@^1.0.0: diff --git a/demo-apps/integration-tests/package.json b/demo-apps/integration-tests/package.json index 912e2e366..1ff7e55b5 100644 --- a/demo-apps/integration-tests/package.json +++ b/demo-apps/integration-tests/package.json @@ -26,7 +26,7 @@ "ws": "8.18.0" }, "dependencies": { - "@apollo/server": "4.11.0", + "@apollo/server": "4.11.2", "@gqlts/cli": "file:../../cli", "@gqlts/runtime": "file:../../runtime", "await-sleep": "0.0.1", @@ -43,9 +43,9 @@ "devDependencies": { "@types/deep-equal": "1.0.4", "@types/mocha": "10.0.9", - "@types/node": "22.8.1", + "@types/node": "22.8.4", "@types/ws": "8.5.12", - "mocha": "10.7.3", + "mocha": "10.8.1", "snap-shot-it": "7.9.10", "sucrase": "3.35.0" } diff --git a/demo-apps/integration-tests/yarn.lock b/demo-apps/integration-tests/yarn.lock index fd44a41af..d375db44e 100644 --- a/demo-apps/integration-tests/yarn.lock +++ b/demo-apps/integration-tests/yarn.lock @@ -62,10 +62,10 @@ "@apollo/utils.keyvaluecache" "^2.1.0" "@apollo/utils.logger" "^2.0.0" -"@apollo/server@4.11.0": - version "4.11.0" - resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.11.0.tgz#21c0f10ad805192a5485e58ed5c5b3dbe2243174" - integrity sha512-SWDvbbs0wl2zYhKG6aGLxwTJ72xpqp0awb2lotNpfezd9VcAvzaUizzKQqocephin2uMoaA8MguoyBmgtPzNWw== +"@apollo/server@4.11.2": + version "4.11.2" + resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.11.2.tgz#7e4a5c76456aded36f45f2d87cddd3d8d7960c27" + integrity sha512-WUTHY7DDek8xAMn4Woa9Bl8duQUDzRYQkosX/d1DtCsBWESZyApR7ndnI5d6+W4KSTtqBHhJFkusEI7CWuIJXg== dependencies: "@apollo/cache-control-types" "^1.0.3" "@apollo/server-gateway-interface" "^1.1.1" @@ -83,7 +83,7 @@ "@types/node-fetch" "^2.6.1" async-retry "^1.2.1" cors "^2.8.5" - express "^4.17.1" + express "^4.21.1" loglevel "^1.6.8" lru-cache "^7.10.1" negotiator "^0.6.3" @@ -1061,10 +1061,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.3.tgz#5b763b321cd3b80f6b8dde7a37e1a77ff9358dd9" integrity sha512-HksnYH4Ljr4VQgEy2lTStbCKv/P590tmPe5HqOnv9Gprffgv5WXAY+Y5Gqniu0GGqeTCUdBnzC3QSrzPkBkAMA== -"@types/node@22.8.1": - version "22.8.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.1.tgz#b39d4b98165e2ae792ce213f610c7c6108ccfa16" - integrity sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg== +"@types/node@22.8.4": + version "22.8.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.4.tgz#ab754f7ac52e1fe74174f761c5b03acaf06da0dc" + integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw== dependencies: undici-types "~6.19.8" @@ -2954,6 +2954,43 @@ express@^4.0.0, express@^4.17.1: utils-merge "1.0.1" vary "~1.1.2" +express@^4.21.1: + version "4.21.1" + resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281" + integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ== + dependencies: + accepts "~1.3.8" + array-flatten "1.1.1" + body-parser "1.20.3" + content-disposition "0.5.4" + content-type "~1.0.4" + cookie "0.7.1" + cookie-signature "1.0.6" + debug "2.6.9" + depd "2.0.0" + encodeurl "~2.0.0" + escape-html "~1.0.3" + etag "~1.8.1" + finalhandler "1.3.1" + fresh "0.5.2" + http-errors "2.0.0" + merge-descriptors "1.0.3" + methods "~1.1.2" + on-finished "2.4.1" + parseurl "~1.3.3" + path-to-regexp "0.1.10" + proxy-addr "~2.0.7" + qs "6.13.0" + range-parser "~1.2.1" + safe-buffer "5.2.1" + send "0.19.0" + serve-static "1.16.2" + setprototypeof "1.2.0" + statuses "2.0.1" + type-is "~1.6.18" + utils-merge "1.0.1" + vary "~1.1.2" + faker@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/faker/-/faker-4.1.0.tgz#1e45bbbecc6774b3c195fad2835109c6d748cc3f" @@ -3037,6 +3074,19 @@ finalhandler@1.2.0: statuses "2.0.1" unpipe "~1.0.0" +finalhandler@1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.3.1.tgz#0c575f1d1d324ddd1da35ad7ece3df7d19088019" + integrity sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ== + dependencies: + debug "2.6.9" + encodeurl "~2.0.0" + escape-html "~1.0.3" + on-finished "2.4.1" + parseurl "~1.3.3" + statuses "2.0.1" + unpipe "~1.0.0" + finalhandler@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-2.0.0.tgz#9d3c79156dfa798069db7de7dd53bc37546f564b" @@ -4448,10 +4498,10 @@ mkdirp@3.0.1: resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50" integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg== -mocha@10.7.3: - version "10.7.3" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.3.tgz#ae32003cabbd52b59aece17846056a68eb4b0752" - integrity sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A== +mocha@10.8.1: + version "10.8.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.8.1.tgz#dc56251be909d7bea999c50f604c50e8dfd9d075" + integrity sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw== dependencies: ansi-colors "^4.1.3" browser-stdout "^1.3.1" @@ -5313,6 +5363,16 @@ serve-static@1.16.0: parseurl "~1.3.3" send "0.18.0" +serve-static@1.16.2: + version "1.16.2" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.16.2.tgz#b6a5343da47f6bdd2673848bf45754941e803296" + integrity sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw== + dependencies: + encodeurl "~2.0.0" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.19.0" + serve-static@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-2.1.0.tgz#1b4eacbe93006b79054faa4d6d0a501d7f0e84e2" diff --git a/demo-apps/next/package.json b/demo-apps/next/package.json index 2c0452e69..fe8a50990 100644 --- a/demo-apps/next/package.json +++ b/demo-apps/next/package.json @@ -17,11 +17,11 @@ }, "dependencies": { "@gqlts/runtime": "file:./../../runtime", - "@types/node": "22.8.1", + "@types/node": "22.8.4", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "demo-apps-backend-sdk": "file:./../backend/sdk", - "next": "15.0.1", + "next": "15.0.2", "react": "18.3.1", "react-dom": "18.3.1", "typescript": "5.6.3" diff --git a/demo-apps/next/yarn.lock b/demo-apps/next/yarn.lock index e3912789e..d4d78815b 100644 --- a/demo-apps/next/yarn.lock +++ b/demo-apps/next/yarn.lock @@ -517,50 +517,50 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@next/env@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/env/-/env-15.0.1.tgz#660fe9303e255cec112d3f4198d2897a24bc60b3" - integrity sha512-lc4HeDUKO9gxxlM5G2knTRifqhsY6yYpwuHspBZdboZe0Gp+rZHBNNSIjmQKDJIdRXiXGyVnSD6gafrbQPvILQ== - -"@next/swc-darwin-arm64@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.0.1.tgz#b80a25f1569bd0ca03eca9473f7e93e64937e404" - integrity sha512-C9k/Xv4sxkQRTA37Z6MzNq3Yb1BJMmSqjmwowoWEpbXTkAdfOwnoKOpAb71ItSzoA26yUTIo6ZhN8rKGu4ExQw== - -"@next/swc-darwin-x64@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.0.1.tgz#00dcf79ec7c638a85c3b9ff2e2de2bfb09c1c250" - integrity sha512-uHl13HXOuq1G7ovWFxCACDJHTSDVbn/sbLv8V1p+7KIvTrYQ5HNoSmKBdYeEKRRCbEmd+OohOgg9YOp8Ux3MBg== - -"@next/swc-linux-arm64-gnu@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.0.1.tgz#faab5f7ffcc6d1a15e8dea1cb9953966658b39bf" - integrity sha512-LvyhvxHOihFTEIbb35KxOc3q8w8G4xAAAH/AQnsYDEnOvwawjL2eawsB59AX02ki6LJdgDaHoTEnC54Gw+82xw== - -"@next/swc-linux-arm64-musl@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.0.1.tgz#97abada9a782ab5b3cb42cf0d4799cbc2e733351" - integrity sha512-vFmCGUFNyk/A5/BYcQNhAQqPIw01RJaK6dRO+ZEhz0DncoW+hJW1kZ8aH2UvTX27zPq3m85zN5waMSbZEmANcQ== - -"@next/swc-linux-x64-gnu@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.0.1.tgz#548bd47c49fe6d819302139aff8766eb704322e2" - integrity sha512-5by7IYq0NCF8rouz6Qg9T97jYU68kaClHPfGpQG2lCZpSYHtSPQF1kjnqBTd34RIqPKMbCa4DqCufirgr8HM5w== - -"@next/swc-linux-x64-musl@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.0.1.tgz#84423fbd3a058dd6ae8322e530878f0ec7a1027a" - integrity sha512-lmYr6H3JyDNBJLzklGXLfbehU3ay78a+b6UmBGlHls4xhDXBNZfgb0aI67sflrX+cGBnv1LgmWzFlYrAYxS1Qw== - -"@next/swc-win32-arm64-msvc@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.0.1.tgz#723c2ced12a998fb40dc901b8faea9170e788c2f" - integrity sha512-DS8wQtl6diAj0eZTdH0sefykm4iXMbHT4MOvLwqZiIkeezKpkgPFcEdFlz3vKvXa2R/2UEgMh48z1nEpNhjeOQ== - -"@next/swc-win32-x64-msvc@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.0.1.tgz#ec7e3befc0bcc47527537b1eda2b3745beb15a09" - integrity sha512-4Ho2ggvDdMKlZ/0e9HNdZ9ngeaBwtc+2VS5oCeqrbXqOgutX6I4U2X/42VBw0o+M5evn4/7v3zKgGHo+9v/VjA== +"@next/env@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/env/-/env-15.0.2.tgz#4e921af3faf8a16c6be98ec6a81a32a40050a8b7" + integrity sha512-c0Zr0ModK5OX7D4ZV8Jt/wqoXtitLNPwUfG9zElCZztdaZyNVnN40rDXVZ/+FGuR4CcNV5AEfM6N8f+Ener7Dg== + +"@next/swc-darwin-arm64@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.0.2.tgz#66f84083f1f564d09bbacff8d6b24bd833783bef" + integrity sha512-GK+8w88z+AFlmt+ondytZo2xpwlfAR8U6CRwXancHImh6EdGfHMIrTSCcx5sOSBei00GyLVL0ioo1JLKTfprgg== + +"@next/swc-darwin-x64@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.0.2.tgz#1aef085642f363b89acf264cf1b9848632b52914" + integrity sha512-KUpBVxIbjzFiUZhiLIpJiBoelqzQtVZbdNNsehhUn36e2YzKHphnK8eTUW1s/4aPy5kH/UTid8IuVbaOpedhpw== + +"@next/swc-linux-arm64-gnu@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.0.2.tgz#203b41742e60642587e004773a8c203053b6832e" + integrity sha512-9J7TPEcHNAZvwxXRzOtiUvwtTD+fmuY0l7RErf8Yyc7kMpE47MIQakl+3jecmkhOoIyi/Rp+ddq7j4wG6JDskQ== + +"@next/swc-linux-arm64-musl@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.0.2.tgz#d256932ec11051f376348862508be9017b23f3d8" + integrity sha512-BjH4ZSzJIoTTZRh6rG+a/Ry4SW0HlizcPorqNBixBWc3wtQtj4Sn9FnRZe22QqrPnzoaW0ctvSz4FaH4eGKMww== + +"@next/swc-linux-x64-gnu@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.0.2.tgz#06c52a23a7e13d5ccd0ded1cf295b32df58e0932" + integrity sha512-i3U2TcHgo26sIhcwX/Rshz6avM6nizrZPvrDVDY1bXcLH1ndjbO8zuC7RoHp0NSK7wjJMPYzm7NYL1ksSKFreA== + +"@next/swc-linux-x64-musl@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.0.2.tgz#eb70a81a1c66d4935d50bf6fe1021e440f27fe9f" + integrity sha512-AMfZfSVOIR8fa+TXlAooByEF4OB00wqnms1sJ1v+iu8ivwvtPvnkwdzzFMpsK5jA2S9oNeeQ04egIWVb4QWmtQ== + +"@next/swc-win32-arm64-msvc@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.0.2.tgz#29a763bdc3a1281633af10cf8428e916e02f079a" + integrity sha512-JkXysDT0/hEY47O+Hvs8PbZAeiCQVxKfGtr4GUpNAhlG2E0Mkjibuo8ryGD29Qb5a3IOnKYNoZlh/MyKd2Nbww== + +"@next/swc-win32-x64-msvc@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.0.2.tgz#0f70d8146990886a85099875353539fc6dd68338" + integrity sha512-foaUL0NqJY/dX0Pi/UcZm5zsmSk5MtP/gxx3xOPyREkMFN+CTjctPfu3QaqrQHinaKdPnMWPJDKt4VjDfTBe/Q== "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -607,10 +607,10 @@ dependencies: tslib "^2.4.0" -"@types/node@22.8.1": - version "22.8.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.1.tgz#b39d4b98165e2ae792ce213f610c7c6108ccfa16" - integrity sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg== +"@types/node@22.8.4": + version "22.8.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.4.tgz#ab754f7ac52e1fe74174f761c5b03acaf06da0dc" + integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw== dependencies: undici-types "~6.19.8" @@ -1420,8 +1420,8 @@ delayed-stream@~1.0.0: "demo-apps-backend-sdk@file:../backend/sdk": version "1.0.0" dependencies: - "@gqlts/cli" "file:../../../../Library/Caches/Yarn/v6/cli" - "@gqlts/runtime" "file:../../../../Library/Caches/Yarn/v6/runtime" + "@gqlts/cli" "file:../../cli" + "@gqlts/runtime" "file:../../runtime" deps-sort@^2.0.1: version "2.0.1" @@ -2371,12 +2371,12 @@ nanoid@^3.3.6: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== -next@15.0.1: - version "15.0.1" - resolved "https://registry.yarnpkg.com/next/-/next-15.0.1.tgz#a0e8eda35d803cb7f8092b2a2eb9d072e22bf21d" - integrity sha512-PSkFkr/w7UnFWm+EP8y/QpHrJXMqpZzAXpergB/EqLPOh4SGPJXv1wj4mslr2hUZBAS9pX7/9YLIdxTv6fwytw== +next@15.0.2: + version "15.0.2" + resolved "https://registry.yarnpkg.com/next/-/next-15.0.2.tgz#4a2224c007856118010b8cef5e9b2383cd743388" + integrity sha512-rxIWHcAu4gGSDmwsELXacqAPUk+j8dV/A9cDF5fsiCMpkBDYkO2AEaL1dfD+nNmDiU6QMCFN8Q30VEKapT9UHQ== dependencies: - "@next/env" "15.0.1" + "@next/env" "15.0.2" "@swc/counter" "0.1.3" "@swc/helpers" "0.5.13" busboy "1.6.0" @@ -2384,14 +2384,14 @@ next@15.0.1: postcss "8.4.31" styled-jsx "5.1.6" optionalDependencies: - "@next/swc-darwin-arm64" "15.0.1" - "@next/swc-darwin-x64" "15.0.1" - "@next/swc-linux-arm64-gnu" "15.0.1" - "@next/swc-linux-arm64-musl" "15.0.1" - "@next/swc-linux-x64-gnu" "15.0.1" - "@next/swc-linux-x64-musl" "15.0.1" - "@next/swc-win32-arm64-msvc" "15.0.1" - "@next/swc-win32-x64-msvc" "15.0.1" + "@next/swc-darwin-arm64" "15.0.2" + "@next/swc-darwin-x64" "15.0.2" + "@next/swc-linux-arm64-gnu" "15.0.2" + "@next/swc-linux-arm64-musl" "15.0.2" + "@next/swc-linux-x64-gnu" "15.0.2" + "@next/swc-linux-x64-musl" "15.0.2" + "@next/swc-win32-arm64-msvc" "15.0.2" + "@next/swc-win32-x64-msvc" "15.0.2" sharp "^0.33.5" node-domexception@^1.0.0: diff --git a/demo-apps/try-clients/package.json b/demo-apps/try-clients/package.json index 87aa62047..c97d06688 100644 --- a/demo-apps/try-clients/package.json +++ b/demo-apps/try-clients/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@types/mocha": "10.0.9", - "mocha": "10.7.3", + "mocha": "10.8.1", "sucrase": "3.35.0", "ts-node": "10.9.2" } diff --git a/demo-apps/try-clients/yarn.lock b/demo-apps/try-clients/yarn.lock index 60514aaf9..432766f1c 100644 --- a/demo-apps/try-clients/yarn.lock +++ b/demo-apps/try-clients/yarn.lock @@ -2367,10 +2367,10 @@ mkdirp@3.0.1: resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50" integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg== -mocha@10.7.3: - version "10.7.3" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.3.tgz#ae32003cabbd52b59aece17846056a68eb4b0752" - integrity sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A== +mocha@10.8.1: + version "10.8.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.8.1.tgz#dc56251be909d7bea999c50f604c50e8dfd9d075" + integrity sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw== dependencies: ansi-colors "^4.1.3" browser-stdout "^1.3.1" diff --git a/runtime/package.json b/runtime/package.json index 7a98fee81..7e68a6af4 100644 --- a/runtime/package.json +++ b/runtime/package.json @@ -98,11 +98,11 @@ "@sucrase/jest-plugin": "3.0.0", "@types/common-tags": "1.8.4", "@types/jest": "29.5.14", - "@types/lodash": "4.17.12", + "@types/lodash": "4.17.13", "@types/lodash.assign": "4.2.9", "@types/lodash.get": "4.4.9", "@types/lodash.startswith": "4.2.9", - "@types/node": "22.8.1", + "@types/node": "22.8.4", "@types/qs": "6.9.16", "@types/ws": "8.5.12", "common-tags": "1.8.2", diff --git a/runtime/src/client/createClient.ts b/runtime/src/client/createClient.ts index 9d8585257..f964ccc21 100644 --- a/runtime/src/client/createClient.ts +++ b/runtime/src/client/createClient.ts @@ -116,7 +116,15 @@ function getSubscriptionClient(opts: ClientOptions = {}, config?: ClientOptions) ...config, }; - if (typeof window !== 'undefined' && !!webSocketImpl) { + if ( + typeof window !== 'undefined' && + typeof webSocketImpl === 'function' && + 'constructor' in webSocketImpl && + 'CLOSED' in webSocketImpl && + 'CLOSING' in webSocketImpl && + 'CONNECTING' in webSocketImpl && + 'OPEN' in webSocketImpl + ) { wsOpts.webSocketImpl = webSocketImpl; } return createWSClient(wsOpts); diff --git a/website/package.json b/website/package.json index 853db2255..c532cc76e 100644 --- a/website/package.json +++ b/website/package.json @@ -34,11 +34,11 @@ "graphql-tag": "2.12.6", "ibm-graphql-query-generator": "1.3.0", "isomorphic-unfetch": "4.0.2", - "next": "15.0.1", + "next": "15.0.2", "next-cookies": "2.0.3", "next-transpile-modules": "10.0.1", - "nextra": "3.1.2", - "nextra-theme-docs": "3.1.2", + "nextra": "3.2.0", + "nextra-theme-docs": "3.2.0", "npm-name": "8.0.0", "p-debounce": "4.0.0", "prism-react-renderer": "2.4.0", @@ -56,7 +56,7 @@ "devDependencies": { "@gqlts/cli": "3.2.20", "@types/js-cookie": "3.0.6", - "@types/node": "22.8.1", + "@types/node": "22.8.4", "@types/prismjs": "1.26.5", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", diff --git a/website/yarn.lock b/website/yarn.lock index 92dc0287b..2211925e0 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -304,96 +304,96 @@ dependencies: tslib "^2.7.0" -"@gqlts/cli@3.2.19": - version "3.2.19" - resolved "https://registry.yarnpkg.com/@gqlts/cli/-/cli-3.2.19.tgz#2999471b9a1e814f145c33c7c99b7fb0ed71cf1e" - integrity sha512-FkHJCTc2I4GBfLXG5x/Dq6auLrXdYD1ckZGFwkBFs9/XdiRG3FtLA0nPW3G/rMFTjVcZu5UbsEJ33e+YOCso2Q== - dependencies: - "@gqlts/runtime" "^3.2.19" - "@graphql-tools/graphql-file-loader" "8.0.0" - "@graphql-tools/load" "8.0.0" - browserify "17.0.0" +"@gqlts/cli@3.2.20": + version "3.2.20" + resolved "https://registry.yarnpkg.com/@gqlts/cli/-/cli-3.2.20.tgz#5e51bb21972960d2cb5b4762ae9ef5447d2d49b4" + integrity sha512-3zuJ9kxJP6SE/8a9SvYq0zbd6tTNIRDXTdAGO0A8oacjTkUTpcSYVvGpkQOYPu2ziZmStoERVQVSABIKbxgbMQ== + dependencies: + "@gqlts/runtime" "^3.2.20" + "@graphql-tools/graphql-file-loader" "8.0.2" + "@graphql-tools/load" "8.0.3" + browserify "17.0.1" colors "1.4.0" esmify "2.1.1" - fs-extra "11.1.1" + fs-extra "11.2.0" graphql "*" isomorphic-unfetch "4.0.2" listr "0.14.3" lodash "4.17.21" mkdirp "3.0.1" - prettier "3.0.3" - qs "6.11.2" - rimraf "5.0.1" - terser "5.20.0" + prettier "3.3.3" + qs "6.13.0" + rimraf "6.0.1" + terser "5.36.0" yargs "17.7.2" -"@gqlts/runtime@^3.2.19": - version "3.2.19" - resolved "https://registry.yarnpkg.com/@gqlts/runtime/-/runtime-3.2.19.tgz#5f42999eabf0ee4d0007ac4d5d35e56ca94151ab" - integrity sha512-osqfBm9HLmrbUskhfEy698O7V8GQYvBn+z5Ra50D5VsZRrMm4hinamEKYyTTfHHec/C/rAIzKQ+JW/PvHFgtzw== +"@gqlts/runtime@^3.2.20": + version "3.2.20" + resolved "https://registry.yarnpkg.com/@gqlts/runtime/-/runtime-3.2.20.tgz#7b3ef50b6ca4327d0ae60e27d45d198a529aaafe" + integrity sha512-RgW3S4MGBRIWxzowtlzSsasHG0dGjB/8k4fwBJVpgOsTI0aN2tr8GxRTduPPbNv4TsHaabYWgwgAraEwxoulPg== dependencies: - axios "1.5.0" - form-data "4.0.0" - graphql-ws "5.14.0" + axios "1.7.7" + form-data "4.0.1" + graphql-ws "5.16.0" is-plain-obj "4.1.0" lodash.assign "4.2.0" lodash.get "4.4.2" lodash.startswith "4.2.1" - ws "8.14.2" + ws "8.18.0" zen-observable-ts "1.1.0" -"@graphql-tools/graphql-file-loader@8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-8.0.0.tgz#a2026405bce86d974000455647511bf65df4f211" - integrity sha512-wRXj9Z1IFL3+zJG1HWEY0S4TXal7+s1vVhbZva96MSp0kbb/3JBF7j0cnJ44Eq0ClccMgGCDFqPFXty4JlpaPg== +"@graphql-tools/graphql-file-loader@8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-8.0.2.tgz#0965c5d9c653f0945070cfbc2ccc9321278e4077" + integrity sha512-uf/vkO7jIU19hOZKL/DPyE5vm3wH7nFpfNYrMGGx8XlDK7l0al/MO7HQy+4YUPENkAd8FBgRNt2Ilm1fUXCwJg== dependencies: - "@graphql-tools/import" "7.0.0" - "@graphql-tools/utils" "^10.0.0" + "@graphql-tools/import" "7.0.2" + "@graphql-tools/utils" "^10.5.5" globby "^11.0.3" tslib "^2.4.0" unixify "^1.0.0" -"@graphql-tools/import@7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-7.0.0.tgz#a6a91a90a707d5f46bad0fd3fde2f407b548b2be" - integrity sha512-NVZiTO8o1GZs6OXzNfjB+5CtQtqsZZpQOq+Uu0w57kdUkT4RlQKlwhT8T81arEsbV55KpzkpFsOZP7J1wdmhBw== +"@graphql-tools/import@7.0.2": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-7.0.2.tgz#eec39fa7b573d96d82639bd8fa72811622d089d1" + integrity sha512-7OpShcq/yRwCcMcTyLNIonYw9l1yD+Im/znN/l9SRsThYGhMlojEHIntn7f9IArCnHR71uZk5UQioGLUTG6E6A== dependencies: - "@graphql-tools/utils" "^10.0.0" + "@graphql-tools/utils" "^10.5.5" resolve-from "5.0.0" tslib "^2.4.0" -"@graphql-tools/load@8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-8.0.0.tgz#62e00f48c39b4085167a096f66ba6c21fb3fc796" - integrity sha512-Cy874bQJH0FP2Az7ELPM49iDzOljQmK1PPH6IuxsWzLSTxwTqd8dXA09dcVZrI7/LsN26heTY2R8q2aiiv0GxQ== +"@graphql-tools/load@8.0.3": + version "8.0.3" + resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-8.0.3.tgz#c798b4e3da8a0eec803446c93be1174f8b939624" + integrity sha512-JE/MdTMcaIQ68U9zaizXG3QkR4Qligv131JVVmVJScxA1gv0gIc+HDixa5YK1rBXYLANU1sZMk87ZVuPaUdAoQ== dependencies: - "@graphql-tools/schema" "^10.0.0" - "@graphql-tools/utils" "^10.0.0" + "@graphql-tools/schema" "^10.0.7" + "@graphql-tools/utils" "^10.5.5" p-limit "3.1.0" tslib "^2.4.0" -"@graphql-tools/merge@^9.0.6": - version "9.0.7" - resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.7.tgz#e37dd9491e65c00fb124f47073121d32dc6735d1" - integrity sha512-lbTrIuXIbUSmSumHkPRY1QX0Z8JEtmRhnIrkH7vkfeEmf0kNn/nCWvJwqokm5U7L+a+DA1wlRM4slIlbfXjJBA== +"@graphql-tools/merge@^9.0.8": + version "9.0.8" + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.8.tgz#9db38170bfbeba3c5bfbb277d6cb5d5991119ff1" + integrity sha512-RG9NEp4fi0MoFi0te4ahqTMYuavQnXlpEZxxMomdCa6CI5tfekcVm/rsLF5Zt8O4HY+esDt9+4dCL+aOKvG79w== dependencies: - "@graphql-tools/utils" "^10.5.4" + "@graphql-tools/utils" "^10.5.5" tslib "^2.4.0" -"@graphql-tools/schema@^10.0.0": - version "10.0.6" - resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.6.tgz#48391195ea4557ef5b6f77950bcbf529dc5f4e7e" - integrity sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ== +"@graphql-tools/schema@^10.0.7": + version "10.0.7" + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.7.tgz#b90282f2446d160197282d4a90297a5f842dfb3f" + integrity sha512-Cz1o+rf9cd3uMgG+zI9HlM5mPlnHQUlk/UQRZyUlPDfT+944taLaokjvj7AI6GcOFVf4f2D11XthQp+0GY31jQ== dependencies: - "@graphql-tools/merge" "^9.0.6" - "@graphql-tools/utils" "^10.5.4" + "@graphql-tools/merge" "^9.0.8" + "@graphql-tools/utils" "^10.5.5" tslib "^2.4.0" value-or-promise "^1.0.12" -"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.5.4": - version "10.5.4" - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.4.tgz#214d815632a774f2db56bcaf7cfbd615ef858078" - integrity sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ== +"@graphql-tools/utils@^10.5.5": + version "10.5.5" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.5.tgz#1c299ec0bd99528961b296ca4313810768c23f27" + integrity sha512-LF/UDWmMT0mnobL2UZETwYghV7HYBzNaGj0SAkCYOMy/C3+6sQdbcTksnoFaKR9XIVD78jNXEGfivbB8Zd+cwA== dependencies: "@graphql-typed-document-node/core" "^3.1.1" cross-inspect "1.0.1" @@ -731,50 +731,50 @@ "@napi-rs/simple-git-win32-arm64-msvc" "0.1.19" "@napi-rs/simple-git-win32-x64-msvc" "0.1.19" -"@next/env@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/env/-/env-15.0.1.tgz#660fe9303e255cec112d3f4198d2897a24bc60b3" - integrity sha512-lc4HeDUKO9gxxlM5G2knTRifqhsY6yYpwuHspBZdboZe0Gp+rZHBNNSIjmQKDJIdRXiXGyVnSD6gafrbQPvILQ== - -"@next/swc-darwin-arm64@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.0.1.tgz#b80a25f1569bd0ca03eca9473f7e93e64937e404" - integrity sha512-C9k/Xv4sxkQRTA37Z6MzNq3Yb1BJMmSqjmwowoWEpbXTkAdfOwnoKOpAb71ItSzoA26yUTIo6ZhN8rKGu4ExQw== - -"@next/swc-darwin-x64@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.0.1.tgz#00dcf79ec7c638a85c3b9ff2e2de2bfb09c1c250" - integrity sha512-uHl13HXOuq1G7ovWFxCACDJHTSDVbn/sbLv8V1p+7KIvTrYQ5HNoSmKBdYeEKRRCbEmd+OohOgg9YOp8Ux3MBg== - -"@next/swc-linux-arm64-gnu@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.0.1.tgz#faab5f7ffcc6d1a15e8dea1cb9953966658b39bf" - integrity sha512-LvyhvxHOihFTEIbb35KxOc3q8w8G4xAAAH/AQnsYDEnOvwawjL2eawsB59AX02ki6LJdgDaHoTEnC54Gw+82xw== - -"@next/swc-linux-arm64-musl@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.0.1.tgz#97abada9a782ab5b3cb42cf0d4799cbc2e733351" - integrity sha512-vFmCGUFNyk/A5/BYcQNhAQqPIw01RJaK6dRO+ZEhz0DncoW+hJW1kZ8aH2UvTX27zPq3m85zN5waMSbZEmANcQ== - -"@next/swc-linux-x64-gnu@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.0.1.tgz#548bd47c49fe6d819302139aff8766eb704322e2" - integrity sha512-5by7IYq0NCF8rouz6Qg9T97jYU68kaClHPfGpQG2lCZpSYHtSPQF1kjnqBTd34RIqPKMbCa4DqCufirgr8HM5w== - -"@next/swc-linux-x64-musl@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.0.1.tgz#84423fbd3a058dd6ae8322e530878f0ec7a1027a" - integrity sha512-lmYr6H3JyDNBJLzklGXLfbehU3ay78a+b6UmBGlHls4xhDXBNZfgb0aI67sflrX+cGBnv1LgmWzFlYrAYxS1Qw== - -"@next/swc-win32-arm64-msvc@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.0.1.tgz#723c2ced12a998fb40dc901b8faea9170e788c2f" - integrity sha512-DS8wQtl6diAj0eZTdH0sefykm4iXMbHT4MOvLwqZiIkeezKpkgPFcEdFlz3vKvXa2R/2UEgMh48z1nEpNhjeOQ== - -"@next/swc-win32-x64-msvc@15.0.1": - version "15.0.1" - resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.0.1.tgz#ec7e3befc0bcc47527537b1eda2b3745beb15a09" - integrity sha512-4Ho2ggvDdMKlZ/0e9HNdZ9ngeaBwtc+2VS5oCeqrbXqOgutX6I4U2X/42VBw0o+M5evn4/7v3zKgGHo+9v/VjA== +"@next/env@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/env/-/env-15.0.2.tgz#4e921af3faf8a16c6be98ec6a81a32a40050a8b7" + integrity sha512-c0Zr0ModK5OX7D4ZV8Jt/wqoXtitLNPwUfG9zElCZztdaZyNVnN40rDXVZ/+FGuR4CcNV5AEfM6N8f+Ener7Dg== + +"@next/swc-darwin-arm64@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.0.2.tgz#66f84083f1f564d09bbacff8d6b24bd833783bef" + integrity sha512-GK+8w88z+AFlmt+ondytZo2xpwlfAR8U6CRwXancHImh6EdGfHMIrTSCcx5sOSBei00GyLVL0ioo1JLKTfprgg== + +"@next/swc-darwin-x64@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.0.2.tgz#1aef085642f363b89acf264cf1b9848632b52914" + integrity sha512-KUpBVxIbjzFiUZhiLIpJiBoelqzQtVZbdNNsehhUn36e2YzKHphnK8eTUW1s/4aPy5kH/UTid8IuVbaOpedhpw== + +"@next/swc-linux-arm64-gnu@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.0.2.tgz#203b41742e60642587e004773a8c203053b6832e" + integrity sha512-9J7TPEcHNAZvwxXRzOtiUvwtTD+fmuY0l7RErf8Yyc7kMpE47MIQakl+3jecmkhOoIyi/Rp+ddq7j4wG6JDskQ== + +"@next/swc-linux-arm64-musl@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.0.2.tgz#d256932ec11051f376348862508be9017b23f3d8" + integrity sha512-BjH4ZSzJIoTTZRh6rG+a/Ry4SW0HlizcPorqNBixBWc3wtQtj4Sn9FnRZe22QqrPnzoaW0ctvSz4FaH4eGKMww== + +"@next/swc-linux-x64-gnu@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.0.2.tgz#06c52a23a7e13d5ccd0ded1cf295b32df58e0932" + integrity sha512-i3U2TcHgo26sIhcwX/Rshz6avM6nizrZPvrDVDY1bXcLH1ndjbO8zuC7RoHp0NSK7wjJMPYzm7NYL1ksSKFreA== + +"@next/swc-linux-x64-musl@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.0.2.tgz#eb70a81a1c66d4935d50bf6fe1021e440f27fe9f" + integrity sha512-AMfZfSVOIR8fa+TXlAooByEF4OB00wqnms1sJ1v+iu8ivwvtPvnkwdzzFMpsK5jA2S9oNeeQ04egIWVb4QWmtQ== + +"@next/swc-win32-arm64-msvc@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.0.2.tgz#29a763bdc3a1281633af10cf8428e916e02f079a" + integrity sha512-JkXysDT0/hEY47O+Hvs8PbZAeiCQVxKfGtr4GUpNAhlG2E0Mkjibuo8ryGD29Qb5a3IOnKYNoZlh/MyKd2Nbww== + +"@next/swc-win32-x64-msvc@15.0.2": + version "15.0.2" + resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.0.2.tgz#0f70d8146990886a85099875353539fc6dd68338" + integrity sha512-foaUL0NqJY/dX0Pi/UcZm5zsmSk5MtP/gxx3xOPyREkMFN+CTjctPfu3QaqrQHinaKdPnMWPJDKt4VjDfTBe/Q== "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -797,11 +797,6 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@pkgjs/parseargs@^0.11.0": - version "0.11.0" - resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" - integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== - "@pnpm/config.env-replace@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz#ab29da53df41e8948a00f2433f085f54de8b3a4c" @@ -1044,10 +1039,10 @@ dependencies: "@types/unist" "*" -"@types/node@22.8.1": - version "22.8.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.1.tgz#b39d4b98165e2ae792ce213f610c7c6108ccfa16" - integrity sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg== +"@types/node@22.8.4": + version "22.8.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.4.tgz#ab754f7ac52e1fe74174f761c5b03acaf06da0dc" + integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw== dependencies: undici-types "~6.19.8" @@ -1258,12 +1253,12 @@ available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" -axios@1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267" - integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ== +axios@1.7.7: + version "1.7.7" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f" + integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q== dependencies: - follow-redirects "^1.15.0" + follow-redirects "^1.15.6" form-data "^4.0.0" proxy-from-env "^1.1.0" @@ -1487,10 +1482,10 @@ browserify-zlib@~0.2.0: dependencies: pako "~1.0.5" -browserify@17.0.0: - version "17.0.0" - resolved "https://registry.yarnpkg.com/browserify/-/browserify-17.0.0.tgz#4c48fed6c02bfa2b51fd3b670fddb805723cdc22" - integrity sha512-SaHqzhku9v/j6XsQMRxPyBrSP3gnwmE27gLJYZgMT2GeK3J0+0toN+MnuNYDfHwVGQfLiMZ7KSNSIXHemy905w== +browserify@17.0.1: + version "17.0.1" + resolved "https://registry.yarnpkg.com/browserify/-/browserify-17.0.1.tgz#d822fa701431ca94cb405b033bb2551951e5d97d" + integrity sha512-pxhT00W3ylMhCHwG5yfqtZjNnFuX5h2IJdaBfSo4ChaaBsIp9VLrEMQ1bHV+Xr1uLPXuNDDM1GlJkjli0qkRsw== dependencies: JSONStream "^1.0.3" assert "^1.4.0" @@ -1509,7 +1504,7 @@ browserify@17.0.0: duplexer2 "~0.1.2" events "^3.0.0" glob "^7.1.0" - has "^1.0.0" + hasown "^2.0.0" htmlescape "^1.1.0" https-browserify "^1.0.0" inherits "~2.0.1" @@ -2712,7 +2707,7 @@ flexsearch@^0.7.43: resolved "https://registry.yarnpkg.com/flexsearch/-/flexsearch-0.7.43.tgz#34f89b36278a466ce379c5bf6fb341965ed3f16c" integrity sha512-c5o/+Um8aqCSOXGcZoqZOm+NqtVwNsvVpWv6lfmSclU954O3wvQKxxK8zj74fPaSJbXpSLTs4PRhh+wnoCXnKg== -follow-redirects@^1.15.0: +follow-redirects@^1.15.6: version "1.15.9" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1" integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ== @@ -2732,7 +2727,16 @@ foreground-child@^3.1.0: cross-spawn "^7.0.0" signal-exit "^4.0.1" -form-data@4.0.0, form-data@^4.0.0: +form-data@4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48" + integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.8" + mime-types "^2.1.12" + +form-data@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== @@ -2753,10 +2757,10 @@ formdata-polyfill@^4.0.10: dependencies: fetch-blob "^3.1.2" -fs-extra@11.1.1: - version "11.1.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d" - integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ== +fs-extra@11.2.0: + version "11.2.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" + integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1" @@ -2815,17 +2819,17 @@ glob-parent@^5.1.2: dependencies: is-glob "^4.0.1" -glob@^10.2.5: - version "10.4.5" - resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956" - integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg== +glob@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e" + integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g== dependencies: foreground-child "^3.1.0" - jackspeak "^3.1.2" - minimatch "^9.0.4" + jackspeak "^4.0.1" + minimatch "^10.0.0" minipass "^7.1.2" package-json-from-dist "^1.0.0" - path-scurry "^1.11.1" + path-scurry "^2.0.0" glob@^7.1.0: version "7.2.3" @@ -2885,10 +2889,10 @@ graphql-tag@2.12.6: dependencies: tslib "^2.1.0" -graphql-ws@5.14.0: - version "5.14.0" - resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.14.0.tgz#766f249f3974fc2c48fae0d1fb20c2c4c79cd591" - integrity sha512-itrUTQZP/TgswR4GSSYuwWUzrE/w5GhbwM2GX3ic2U7aw33jgEsayfIlvaj7/GcIvZgNMzsPTrE5hqPuFUiE5g== +graphql-ws@5.16.0: + version "5.16.0" + resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.0.tgz#849efe02f384b4332109329be01d74c345842729" + integrity sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A== graphql@*: version "16.9.0" @@ -2951,11 +2955,6 @@ has-tostringtag@^1.0.0, has-tostringtag@^1.0.2: dependencies: has-symbols "^1.0.3" -has@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6" - integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ== - hash-base@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33" @@ -3459,14 +3458,12 @@ isomorphic-unfetch@4.0.2: node-fetch "^3.2.0" unfetch "^5.0.0" -jackspeak@^3.1.2: - version "3.4.3" - resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a" - integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw== +jackspeak@^4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015" + integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw== dependencies: "@isaacs/cliui" "^8.0.2" - optionalDependencies: - "@pkgjs/parseargs" "^0.11.0" "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" @@ -3681,10 +3678,10 @@ loose-envify@^1.0.0, loose-envify@^1.1.0: dependencies: js-tokens "^3.0.0 || ^4.0.0" -lru-cache@^10.2.0: - version "10.4.3" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" - integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== +lru-cache@^11.0.0: + version "11.0.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147" + integrity sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ== lru-cache@^4.0.1: version "4.1.5" @@ -4443,6 +4440,13 @@ minimalistic-crypto-utils@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg== +minimatch@^10.0.0: + version "10.0.1" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b" + integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ== + dependencies: + brace-expansion "^2.0.1" + minimatch@^3.1.1: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" @@ -4450,19 +4454,12 @@ minimatch@^3.1.1: dependencies: brace-expansion "^1.1.7" -minimatch@^9.0.4: - version "9.0.5" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" - integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== - dependencies: - brace-expansion "^2.0.1" - minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.6: version "1.2.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== -"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2: +minipass@^7.1.2: version "7.1.2" resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707" integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== @@ -4552,12 +4549,12 @@ next-transpile-modules@10.0.1: dependencies: enhanced-resolve "^5.10.0" -next@15.0.1: - version "15.0.1" - resolved "https://registry.yarnpkg.com/next/-/next-15.0.1.tgz#a0e8eda35d803cb7f8092b2a2eb9d072e22bf21d" - integrity sha512-PSkFkr/w7UnFWm+EP8y/QpHrJXMqpZzAXpergB/EqLPOh4SGPJXv1wj4mslr2hUZBAS9pX7/9YLIdxTv6fwytw== +next@15.0.2: + version "15.0.2" + resolved "https://registry.yarnpkg.com/next/-/next-15.0.2.tgz#4a2224c007856118010b8cef5e9b2383cd743388" + integrity sha512-rxIWHcAu4gGSDmwsELXacqAPUk+j8dV/A9cDF5fsiCMpkBDYkO2AEaL1dfD+nNmDiU6QMCFN8Q30VEKapT9UHQ== dependencies: - "@next/env" "15.0.1" + "@next/env" "15.0.2" "@swc/counter" "0.1.3" "@swc/helpers" "0.5.13" busboy "1.6.0" @@ -4565,20 +4562,20 @@ next@15.0.1: postcss "8.4.31" styled-jsx "5.1.6" optionalDependencies: - "@next/swc-darwin-arm64" "15.0.1" - "@next/swc-darwin-x64" "15.0.1" - "@next/swc-linux-arm64-gnu" "15.0.1" - "@next/swc-linux-arm64-musl" "15.0.1" - "@next/swc-linux-x64-gnu" "15.0.1" - "@next/swc-linux-x64-musl" "15.0.1" - "@next/swc-win32-arm64-msvc" "15.0.1" - "@next/swc-win32-x64-msvc" "15.0.1" + "@next/swc-darwin-arm64" "15.0.2" + "@next/swc-darwin-x64" "15.0.2" + "@next/swc-linux-arm64-gnu" "15.0.2" + "@next/swc-linux-arm64-musl" "15.0.2" + "@next/swc-linux-x64-gnu" "15.0.2" + "@next/swc-linux-x64-musl" "15.0.2" + "@next/swc-win32-arm64-msvc" "15.0.2" + "@next/swc-win32-x64-msvc" "15.0.2" sharp "^0.33.5" -nextra-theme-docs@3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-3.1.2.tgz#2595e58866fcc68714e4156f471973cf92a6f272" - integrity sha512-Y/dqqVtC41b+4gTH59QTTqb+VKbDRtlQsXjpMkZThGFIqEWlpxgIHqUgWQNAn+yaEkDSvDMqHM/jHf0JRGZn9w== +nextra-theme-docs@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-3.2.0.tgz#0b5c10f0b3e508dddc77ea1589ac059263f2b9ed" + integrity sha512-bUa0W3rh+OgUrE8aJXqYpjVAu0AmkJuHZd9Me0qjGK5YinSvQv7jzAWI7+Af4vnWdRkPlh6MIUUHAOPo+Yalcw== dependencies: "@headlessui/react" "^2.1.2" clsx "^2.0.0" @@ -4588,10 +4585,10 @@ nextra-theme-docs@3.1.2: scroll-into-view-if-needed "^3.1.0" zod "^3.22.3" -nextra@3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/nextra/-/nextra-3.1.2.tgz#28dcd753909b852d179e3e2985039ae19f71fd90" - integrity sha512-SpnMsAIOgGIlS5AdyWbV8WZf73qWMtxYhoinRZG12Q0O71Lp6F27yW8rrfc0aVxyJkspkkxLQbZNrFZJpgW+Yg== +nextra@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/nextra/-/nextra-3.2.0.tgz#e1588df009e5f059181b0ac307c20010211c83a6" + integrity sha512-Gi+Q6BI9rFmQdy3e4FXCqgaSUcv8CGRVOVWbgY6/GTAWKMKK4v5M1gxYNhxdOywSkIoXrxSeXbIaj0qgNdjv3A== dependencies: "@formatjs/intl-localematcher" "^0.5.4" "@headlessui/react" "^2.1.2" @@ -4889,13 +4886,13 @@ path-platform@~0.11.15: resolved "https://registry.yarnpkg.com/path-platform/-/path-platform-0.11.15.tgz#e864217f74c36850f0852b78dc7bf7d4a5721bf2" integrity sha512-Y30dB6rab1A/nfEKsZxmr01nUotHX0c/ZiIAsCTatEe1CmS5Pm5He7fZ195bPT7RdquoaL8lLxFCMQi/bS7IJg== -path-scurry@^1.11.1: - version "1.11.1" - resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2" - integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== +path-scurry@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580" + integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg== dependencies: - lru-cache "^10.2.0" - minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + lru-cache "^11.0.0" + minipass "^7.1.2" path-type@^4.0.0: version "4.0.0" @@ -4973,10 +4970,10 @@ postcss@8.4.31: picocolors "^1.0.0" source-map-js "^1.0.2" -prettier@3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643" - integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg== +prettier@3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105" + integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew== prism-react-renderer@2.4.0: version "2.4.0" @@ -5038,14 +5035,7 @@ punycode@^1.3.2, punycode@^1.4.1: resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ== -qs@6.11.2: - version "6.11.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9" - integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA== - dependencies: - side-channel "^1.0.4" - -qs@^6.12.3: +qs@6.13.0, qs@^6.12.3: version "6.13.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906" integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg== @@ -5404,12 +5394,13 @@ reusify@^1.0.4: resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== -rimraf@5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.1.tgz#0881323ab94ad45fec7c0221f27ea1a142f3f0d0" - integrity sha512-OfFZdwtd3lZ+XZzYP/6gTACubwFcHdLRqS9UX3UwpU2dnGQYkPFISRwvM3w9IiB2w7bW5qGo/uAwE4SmXXSKvg== +rimraf@6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e" + integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A== dependencies: - glob "^10.2.5" + glob "^11.0.0" + package-json-from-dist "^1.0.0" ripemd160@^2.0.0, ripemd160@^2.0.1: version "2.0.2" @@ -5607,7 +5598,7 @@ shiki@^1.0.0: "@shikijs/vscode-textmate" "^9.3.0" "@types/hast" "^3.0.4" -side-channel@^1.0.4, side-channel@^1.0.6: +side-channel@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2" integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA== @@ -5888,10 +5879,10 @@ tapable@^2.2.0: resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== -terser@5.20.0: - version "5.20.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.20.0.tgz#ea42aea62578703e33def47d5c5b93c49772423e" - integrity sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ== +terser@5.36.0: + version "5.36.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.36.0.tgz#8b0dbed459ac40ff7b4c9fd5a3a2029de105180e" + integrity sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w== dependencies: "@jridgewell/source-map" "^0.3.3" acorn "^8.8.2" @@ -6396,10 +6387,10 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== -ws@8.14.2: - version "8.14.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f" - integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g== +ws@8.18.0: + version "8.18.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc" + integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw== xmldom-sre@0.1.31: version "0.1.31" diff --git a/yarn.lock b/yarn.lock index 751a02109..459a94a39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1843,10 +1843,10 @@ resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.159.tgz" integrity sha512-gF7A72f7WQN33DpqOWw9geApQPh4M3PxluMtaHxWHXEGSN12/WbcEk/eNSqWNQcQhF66VSZ06vCF94CrHwXJDg== -"@types/lodash@4.17.12": - version "4.17.12" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.12.tgz#25d71312bf66512105d71e55d42e22c36bcfc689" - integrity sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ== +"@types/lodash@4.17.13": + version "4.17.13" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.13.tgz#786e2d67cfd95e32862143abe7463a7f90c300eb" + integrity sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg== "@types/minimatch@^3.0.3": version "3.0.5" @@ -1863,10 +1863,10 @@ resolved "https://registry.npmjs.org/@types/node/-/node-18.8.4.tgz" integrity sha512-WdlVphvfR/GJCLEMbNA8lJ0lhFNBj4SW3O+O5/cEGw9oYrv0al9zTwuQsq+myDUXgNx2jgBynoVgZ2MMJ6pbow== -"@types/node@22.8.1": - version "22.8.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.1.tgz#b39d4b98165e2ae792ce213f610c7c6108ccfa16" - integrity sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg== +"@types/node@22.8.4": + version "22.8.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.4.tgz#ab754f7ac52e1fe74174f761c5b03acaf06da0dc" + integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw== dependencies: undici-types "~6.19.8" From 7abad64e7a93bb57c66150a805aeebaa586c842d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 30 Oct 2024 14:55:46 +0000 Subject: [PATCH 2/2] chore(release): update packages to 3.2.21 [skip ci] --- README.md | 4 ++-- cli/CHANGELOG.md | 3 +++ cli/README.md | 4 ++-- cli/package.json | 4 ++-- demo-apps/backend/package.json | 2 +- demo-apps/backend/sdk/yarn.lock | 8 ++++---- demo-apps/example-cli/package.json | 2 +- demo-apps/example-usage/generated/index.js | 2 +- demo-apps/example-usage/hasura/index.js | 2 +- demo-apps/example-usage/package.json | 2 +- demo-apps/example-usage/subscription/index.js | 2 +- demo-apps/html/package.json | 2 +- demo-apps/integration-tests/generated/index.esm.js | 2 +- demo-apps/integration-tests/generated/index.js | 2 +- demo-apps/integration-tests/package.json | 2 +- demo-apps/next/package.json | 2 +- demo-apps/try-clients/github/generated/index.js | 2 +- demo-apps/try-clients/hasura/generated/index.js | 2 +- demo-apps/try-clients/package.json | 2 +- demo-apps/try-clients/simple/generated/index.esm.js | 2 +- demo-apps/try-clients/simple/generated/index.js | 2 +- lerna.json | 2 +- package.json | 2 +- runtime/CHANGELOG.md | 3 +++ runtime/README.md | 4 ++-- runtime/package.json | 2 +- website/package.json | 4 ++-- 27 files changed, 39 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index d78dbcd2c..27d506e92 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ [![CI](https://github.com/meabed/gqlts/actions/workflows/ci.yml/badge.svg)](https://github.com/meabed/gqlts/actions/workflows/ci.yml) [![RELEASE](https://github.com/meabed/gqlts/actions/workflows/release.yml/badge.svg)](https://github.com/meabed/gqlts/actions/workflows/release.yml) ### @gqlts/cli -[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.20-179BD7.svg)](https://www.npmjs.com/package/@gqlts/cli/v/3.2.20) +[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.21-179BD7.svg)](https://www.npmjs.com/package/@gqlts/cli/v/3.2.21) [![Develop NPM version](https://img.shields.io/npm/v/@gqlts/cli.svg)](https://www.npmjs.com/package/@gqlts/cli) [![Downloads](https://img.shields.io/npm/dm/@gqlts/cli.svg)](https://www.npmjs.com/package/@gqlts/cli) [![UNPKG](https://img.shields.io/badge/UNPKG-CLI%20Files-179BD7.svg)](https://unpkg.com/browse/@gqlts/cli@latest/) ### @gqlts/runtime -[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.20-179BD7.svg)](https://www.npmjs.com/package/@gqlts/runtime/v/3.2.20) +[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.21-179BD7.svg)](https://www.npmjs.com/package/@gqlts/runtime/v/3.2.21) [![Develop NPM version](https://img.shields.io/npm/v/@gqlts/runtime.svg)](https://www.npmjs.com/package/@gqlts/runtime) [![Downloads](https://img.shields.io/npm/dm/@gqlts/runtime.svg)](https://www.npmjs.com/package/@gqlts/runtime) [![UNPKG](https://img.shields.io/badge/UNPKG-RUNTIME%20Files-179BD7.svg)](https://unpkg.com/browse/@gqlts/runtime@latest/) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 65e910b12..c93fee36d 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [3.2.21 - 2024-10-30](https://github.com/meabed/gqlts/compare/v3.2.20...v3.2.21) +- Fix webscoket client initialization + ## [3.2.20 - 2024-10-28](https://github.com/meabed/gqlts/compare/v3.2.19...v3.2.20) - Update dependencies - remove fs import from extract-files to support turbopack nextjs 15 diff --git a/cli/README.md b/cli/README.md index d78dbcd2c..27d506e92 100644 --- a/cli/README.md +++ b/cli/README.md @@ -13,12 +13,12 @@ [![CI](https://github.com/meabed/gqlts/actions/workflows/ci.yml/badge.svg)](https://github.com/meabed/gqlts/actions/workflows/ci.yml) [![RELEASE](https://github.com/meabed/gqlts/actions/workflows/release.yml/badge.svg)](https://github.com/meabed/gqlts/actions/workflows/release.yml) ### @gqlts/cli -[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.20-179BD7.svg)](https://www.npmjs.com/package/@gqlts/cli/v/3.2.20) +[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.21-179BD7.svg)](https://www.npmjs.com/package/@gqlts/cli/v/3.2.21) [![Develop NPM version](https://img.shields.io/npm/v/@gqlts/cli.svg)](https://www.npmjs.com/package/@gqlts/cli) [![Downloads](https://img.shields.io/npm/dm/@gqlts/cli.svg)](https://www.npmjs.com/package/@gqlts/cli) [![UNPKG](https://img.shields.io/badge/UNPKG-CLI%20Files-179BD7.svg)](https://unpkg.com/browse/@gqlts/cli@latest/) ### @gqlts/runtime -[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.20-179BD7.svg)](https://www.npmjs.com/package/@gqlts/runtime/v/3.2.20) +[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.21-179BD7.svg)](https://www.npmjs.com/package/@gqlts/runtime/v/3.2.21) [![Develop NPM version](https://img.shields.io/npm/v/@gqlts/runtime.svg)](https://www.npmjs.com/package/@gqlts/runtime) [![Downloads](https://img.shields.io/npm/dm/@gqlts/runtime.svg)](https://www.npmjs.com/package/@gqlts/runtime) [![UNPKG](https://img.shields.io/badge/UNPKG-RUNTIME%20Files-179BD7.svg)](https://unpkg.com/browse/@gqlts/runtime@latest/) diff --git a/cli/package.json b/cli/package.json index 6225fa202..75c726e84 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@gqlts/cli", - "version": "3.2.20", + "version": "3.2.21", "description": "Generate a client sdk from your GraphQl API", "keywords": [ "gqlts", @@ -81,7 +81,7 @@ } }, "dependencies": { - "@gqlts/runtime": "^3.2.20", + "@gqlts/runtime": "^3.2.21", "@graphql-tools/graphql-file-loader": "8.0.2", "@graphql-tools/load": "8.0.3", "browserify": "17.0.1", diff --git a/demo-apps/backend/package.json b/demo-apps/backend/package.json index 609f63dec..dea92516b 100644 --- a/demo-apps/backend/package.json +++ b/demo-apps/backend/package.json @@ -1,6 +1,6 @@ { "name": "demo-apps-backend", - "version": "3.2.20", + "version": "3.2.21", "private": true, "homepage": "https://gqlts.vercel.app", "license": "MIT", diff --git a/demo-apps/backend/sdk/yarn.lock b/demo-apps/backend/sdk/yarn.lock index 6dfce3fe2..cb1d08089 100644 --- a/demo-apps/backend/sdk/yarn.lock +++ b/demo-apps/backend/sdk/yarn.lock @@ -256,9 +256,9 @@ "@jridgewell/trace-mapping" "0.3.9" "@gqlts/cli@file:../../../cli": - version "3.2.19" + version "3.2.20" dependencies: - "@gqlts/runtime" "^3.2.19" + "@gqlts/runtime" "^3.2.20" "@graphql-tools/graphql-file-loader" "8.0.2" "@graphql-tools/load" "8.0.3" browserify "17.0.1" @@ -276,8 +276,8 @@ terser "5.36.0" yargs "17.7.2" -"@gqlts/runtime@^3.2.19", "@gqlts/runtime@file:../../../runtime", "@gqlts/runtime@file:./../../../runtime": - version "3.2.19" +"@gqlts/runtime@^3.2.20", "@gqlts/runtime@file:../../../runtime", "@gqlts/runtime@file:./../../../runtime": + version "3.2.20" dependencies: axios "1.7.7" form-data "4.0.1" diff --git a/demo-apps/example-cli/package.json b/demo-apps/example-cli/package.json index 2183b321e..887b07e55 100644 --- a/demo-apps/example-cli/package.json +++ b/demo-apps/example-cli/package.json @@ -1,6 +1,6 @@ { "name": "demo-apps-example-cli", - "version": "3.2.20", + "version": "3.2.21", "private": true, "homepage": "https://gqlts.vercel.app", "license": "MIT", diff --git a/demo-apps/example-usage/generated/index.js b/demo-apps/example-usage/generated/index.js index aa401a250..19fbdf788 100644 --- a/demo-apps/example-usage/generated/index.js +++ b/demo-apps/example-usage/generated/index.js @@ -9,7 +9,7 @@ var typeMap = linkTypeMap(types) export * from './guards.esm' - export var version = "3.2.20" + export var version = "3.2.21" assertSameVersion(version) export var createClient = diff --git a/demo-apps/example-usage/hasura/index.js b/demo-apps/example-usage/hasura/index.js index d4532cf9d..712bedf0c 100644 --- a/demo-apps/example-usage/hasura/index.js +++ b/demo-apps/example-usage/hasura/index.js @@ -9,7 +9,7 @@ var typeMap = linkTypeMap(types) export * from './guards.esm' - export var version = "3.2.20" + export var version = "3.2.21" assertSameVersion(version) export var createClient = diff --git a/demo-apps/example-usage/package.json b/demo-apps/example-usage/package.json index 848550cfc..fdade6765 100644 --- a/demo-apps/example-usage/package.json +++ b/demo-apps/example-usage/package.json @@ -1,6 +1,6 @@ { "name": "demo-apps-example-usage", - "version": "3.2.20", + "version": "3.2.21", "private": true, "homepage": "https://gqlts.vercel.app", "license": "MIT", diff --git a/demo-apps/example-usage/subscription/index.js b/demo-apps/example-usage/subscription/index.js index 5c47e6077..e44fd85a7 100644 --- a/demo-apps/example-usage/subscription/index.js +++ b/demo-apps/example-usage/subscription/index.js @@ -9,7 +9,7 @@ var typeMap = linkTypeMap(types) export * from './guards.esm' - export var version = "3.2.20" + export var version = "3.2.21" assertSameVersion(version) export var createClient = diff --git a/demo-apps/html/package.json b/demo-apps/html/package.json index 9940baaec..54379b07a 100644 --- a/demo-apps/html/package.json +++ b/demo-apps/html/package.json @@ -1,6 +1,6 @@ { "name": "demo-apps-html", - "version": "3.2.20", + "version": "3.2.21", "private": true, "homepage": "https://gqlts.vercel.app", "license": "MIT", diff --git a/demo-apps/integration-tests/generated/index.esm.js b/demo-apps/integration-tests/generated/index.esm.js index 087fcb0b1..050617e7a 100644 --- a/demo-apps/integration-tests/generated/index.esm.js +++ b/demo-apps/integration-tests/generated/index.esm.js @@ -9,7 +9,7 @@ var typeMap = linkTypeMap(types) export * from './guards.esm' - export var version = "3.2.20" + export var version = "3.2.21" assertSameVersion(version) export var createClient = diff --git a/demo-apps/integration-tests/generated/index.js b/demo-apps/integration-tests/generated/index.js index f9dc5ea39..2e973678e 100644 --- a/demo-apps/integration-tests/generated/index.js +++ b/demo-apps/integration-tests/generated/index.js @@ -7,7 +7,7 @@ } = require('@gqlts/runtime') var typeMap = linkTypeMap(require('./types.cjs')) - var version = '3.2.20' + var version = '3.2.21' assertSameVersion(version) module.exports.version = version diff --git a/demo-apps/integration-tests/package.json b/demo-apps/integration-tests/package.json index 1ff7e55b5..0c8eecac3 100644 --- a/demo-apps/integration-tests/package.json +++ b/demo-apps/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "integration-tests", - "version": "3.2.20", + "version": "3.2.21", "private": true, "homepage": "https://gqlts.vercel.app", "license": "MIT", diff --git a/demo-apps/next/package.json b/demo-apps/next/package.json index fe8a50990..e776e05b5 100644 --- a/demo-apps/next/package.json +++ b/demo-apps/next/package.json @@ -1,6 +1,6 @@ { "name": "demo-apps-next", - "version": "3.2.20", + "version": "3.2.21", "private": true, "homepage": "https://gqlts.vercel.app", "license": "MIT", diff --git a/demo-apps/try-clients/github/generated/index.js b/demo-apps/try-clients/github/generated/index.js index 517d9c2ed..706833155 100644 --- a/demo-apps/try-clients/github/generated/index.js +++ b/demo-apps/try-clients/github/generated/index.js @@ -7,7 +7,7 @@ } = require('@gqlts/runtime') var typeMap = linkTypeMap(require('./types.cjs')) - var version = '3.2.20' + var version = '3.2.21' assertSameVersion(version) module.exports.version = version diff --git a/demo-apps/try-clients/hasura/generated/index.js b/demo-apps/try-clients/hasura/generated/index.js index a1a19549e..736eed90c 100644 --- a/demo-apps/try-clients/hasura/generated/index.js +++ b/demo-apps/try-clients/hasura/generated/index.js @@ -7,7 +7,7 @@ } = require('@gqlts/runtime') var typeMap = linkTypeMap(require('./types.cjs')) - var version = '3.2.20' + var version = '3.2.21' assertSameVersion(version) module.exports.version = version diff --git a/demo-apps/try-clients/package.json b/demo-apps/try-clients/package.json index c97d06688..4120f4cfa 100644 --- a/demo-apps/try-clients/package.json +++ b/demo-apps/try-clients/package.json @@ -1,6 +1,6 @@ { "name": "demo-apps-try-clients", - "version": "3.2.20", + "version": "3.2.21", "private": true, "description": "", "keywords": [], diff --git a/demo-apps/try-clients/simple/generated/index.esm.js b/demo-apps/try-clients/simple/generated/index.esm.js index 53ee8f88a..0d8beba11 100644 --- a/demo-apps/try-clients/simple/generated/index.esm.js +++ b/demo-apps/try-clients/simple/generated/index.esm.js @@ -9,7 +9,7 @@ var typeMap = linkTypeMap(types) export * from './guards.esm' - export var version = "3.2.20" + export var version = "3.2.21" assertSameVersion(version) export var createClient = diff --git a/demo-apps/try-clients/simple/generated/index.js b/demo-apps/try-clients/simple/generated/index.js index 90ae3ec37..39c2b495d 100644 --- a/demo-apps/try-clients/simple/generated/index.js +++ b/demo-apps/try-clients/simple/generated/index.js @@ -7,7 +7,7 @@ } = require('@gqlts/runtime') var typeMap = linkTypeMap(require('./types.cjs')) - var version = '3.2.20' + var version = '3.2.21' assertSameVersion(version) module.exports.version = version diff --git a/lerna.json b/lerna.json index 47d57ccb3..b1fea421b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.2.20", + "version": "3.2.21", "npmClient": "yarn", "registry": "https://registry.npmjs.org/", "packages": [ diff --git a/package.json b/package.json index 7965f8e12..c3da82a34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gqlts", - "version": "3.2.20", + "version": "3.2.21", "private": true, "keywords": [ "gqlts", diff --git a/runtime/CHANGELOG.md b/runtime/CHANGELOG.md index 65e910b12..c93fee36d 100644 --- a/runtime/CHANGELOG.md +++ b/runtime/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [3.2.21 - 2024-10-30](https://github.com/meabed/gqlts/compare/v3.2.20...v3.2.21) +- Fix webscoket client initialization + ## [3.2.20 - 2024-10-28](https://github.com/meabed/gqlts/compare/v3.2.19...v3.2.20) - Update dependencies - remove fs import from extract-files to support turbopack nextjs 15 diff --git a/runtime/README.md b/runtime/README.md index d78dbcd2c..27d506e92 100644 --- a/runtime/README.md +++ b/runtime/README.md @@ -13,12 +13,12 @@ [![CI](https://github.com/meabed/gqlts/actions/workflows/ci.yml/badge.svg)](https://github.com/meabed/gqlts/actions/workflows/ci.yml) [![RELEASE](https://github.com/meabed/gqlts/actions/workflows/release.yml/badge.svg)](https://github.com/meabed/gqlts/actions/workflows/release.yml) ### @gqlts/cli -[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.20-179BD7.svg)](https://www.npmjs.com/package/@gqlts/cli/v/3.2.20) +[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.21-179BD7.svg)](https://www.npmjs.com/package/@gqlts/cli/v/3.2.21) [![Develop NPM version](https://img.shields.io/npm/v/@gqlts/cli.svg)](https://www.npmjs.com/package/@gqlts/cli) [![Downloads](https://img.shields.io/npm/dm/@gqlts/cli.svg)](https://www.npmjs.com/package/@gqlts/cli) [![UNPKG](https://img.shields.io/badge/UNPKG-CLI%20Files-179BD7.svg)](https://unpkg.com/browse/@gqlts/cli@latest/) ### @gqlts/runtime -[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.20-179BD7.svg)](https://www.npmjs.com/package/@gqlts/runtime/v/3.2.20) +[![Stable NPM version](https://img.shields.io/badge/NPM-v3.2.21-179BD7.svg)](https://www.npmjs.com/package/@gqlts/runtime/v/3.2.21) [![Develop NPM version](https://img.shields.io/npm/v/@gqlts/runtime.svg)](https://www.npmjs.com/package/@gqlts/runtime) [![Downloads](https://img.shields.io/npm/dm/@gqlts/runtime.svg)](https://www.npmjs.com/package/@gqlts/runtime) [![UNPKG](https://img.shields.io/badge/UNPKG-RUNTIME%20Files-179BD7.svg)](https://unpkg.com/browse/@gqlts/runtime@latest/) diff --git a/runtime/package.json b/runtime/package.json index 7e68a6af4..133ddac2b 100644 --- a/runtime/package.json +++ b/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@gqlts/runtime", - "version": "3.2.20", + "version": "3.2.21", "description": "Gqlts runtime client", "keywords": [ "gqlts", diff --git a/website/package.json b/website/package.json index c532cc76e..0f1ec0432 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "3.2.20", + "version": "3.2.21", "private": true, "homepage": "https://gqlts.vercel.app", "repository": "github:meabed/gqlts", @@ -54,7 +54,7 @@ "use-debounce": "10.0.4" }, "devDependencies": { - "@gqlts/cli": "3.2.20", + "@gqlts/cli": "3.2.21", "@types/js-cookie": "3.0.6", "@types/node": "22.8.4", "@types/prismjs": "1.26.5",