-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: @graphiql/toolkit dependencies (#1968)
* remove `optionalDependencies` from `@graphiql/toolkit` * chore: add changeset
- Loading branch information
Showing
5 changed files
with
44 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@graphiql/toolkit': minor | ||
'graphiql': patch | ||
--- | ||
|
||
Remove `optionalDependencies` entirely, remove `subscriptions-transport-ws` which introduces vulnerabilities, upgrade `@n1ru4l/push-pull-async-iterable-iterator` to 3.0.0, upgrade `graphql-ws` several minor versions - the `[email protected]` upgrade will come in a later minor release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ GraphiQL provides a React component responsible for rendering the UI, which shou | |
|
||
For HTTP transport implementations, we recommend using the [fetch](https://fetch.spec.whatwg.org/) standard API, but you can use anything that matches [the type signature](https://graphiql-test.netlify.app/typedoc/modules/graphiql-toolkit.html#fetcher), including async iterables and observables. | ||
|
||
You can also install `@graphiql/create-fetcher` to make it easier to create a simple fetcher for conventional http and websockets transports. | ||
You can also install `@graphiql/create-fetcher` to make it easier to create a simple fetcher for conventional http and websockets transports. It uses `[email protected]` protocol by default. | ||
|
||
```js | ||
import React from 'react'; | ||
|
@@ -109,7 +109,7 @@ ReactDOM.render( | |
); | ||
``` | ||
|
||
Read more about using [`createGraphiQLFetcher`](https://github.com/graphql/graphiql/tree/main/packages/graphiql-toolkit/docs/create-fetcher.md) in the readme to learn how to add headers and more. | ||
[Read more about using `createGraphiQLFetcher` in the readme](https://github.com/graphql/graphiql/tree/main/packages/graphiql-toolkit/docs/create-fetcher.md) to learn how to add headers, support the legacy `subsriptions-transport-ws` protocol, and more. | ||
|
||
### Usage: UMD Bundle over CDN (Unpkg, JSDelivr, etc) | ||
|
||
|
@@ -259,5 +259,3 @@ In order to theme the editor portions of the interface, you can supply a `editor | |
editorTheme="solarized light" | ||
/> | ||
``` | ||
|
||
### Running Operations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2683,10 +2683,10 @@ | |
call-me-maybe "^1.0.1" | ||
glob-to-regexp "^0.3.0" | ||
|
||
"@n1ru4l/push-pull-async-iterable-iterator@^2.1.4": | ||
version "2.1.4" | ||
resolved "https://registry.yarnpkg.com/@n1ru4l/push-pull-async-iterable-iterator/-/push-pull-async-iterable-iterator-2.1.4.tgz#a90225474352f9f159bff979905f707b9c6bcf04" | ||
integrity sha512-qLIvoOUJ+zritv+BlzcBMePKNjKQzH9Rb2i9W98YXxf/M62Lye8qH0peyiU8yJ1tL0kfulWi31BoK10E6BKJeA== | ||
"@n1ru4l/push-pull-async-iterable-iterator@^3.0.0": | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/@n1ru4l/push-pull-async-iterable-iterator/-/push-pull-async-iterable-iterator-3.0.0.tgz#22dc34094c2de5f21b9a798d0ffab16b45de0eb7" | ||
integrity sha512-gwoIwo/Dt1GOI+lbcG1G7IeRM2K+Fo0op3OGyFJ4tXUCf2a3Q8lUCm81aoevrXC0nu4gbAXeOWy7wWxjpSvZUw== | ||
|
||
"@nicolo-ribaudo/[email protected]": | ||
version "2.1.8-no-fsevents" | ||
|
@@ -9431,10 +9431,10 @@ graphql-config@^3.0.2: | |
string-env-interpolation "1.0.1" | ||
tslib "^2.0.0" | ||
|
||
graphql-ws@^4.3.2: | ||
version "4.3.2" | ||
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-4.3.2.tgz#c58b03acc3bd5d4a92a6e9f729d29ba5e90d46a3" | ||
integrity sha512-jsW6eOlko7fJek1iaSGQFj97AWuhexL9A3PuxYtyke/VlMdbSFzmDR4PlPPCTBBskRg6tNRb5RTbBVSd2T60JQ== | ||
graphql-ws@^4.9.0: | ||
version "4.9.0" | ||
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-4.9.0.tgz#5cfd8bb490b35e86583d8322f5d5d099c26e365c" | ||
integrity sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag== | ||
|
||
graphql@experimental-stream-defer: | ||
version "15.4.0-experimental-stream-defer.1" | ||
|
@@ -12528,12 +12528,12 @@ moment@^2.27.0: | |
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" | ||
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== | ||
|
||
monaco-editor-webpack-plugin@^1.9.0: | ||
version "1.9.1" | ||
resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-1.9.1.tgz#eb4bbb1c5e5bfb554541c1ae1542e74c2a9f43fd" | ||
integrity sha512-x7fx1w3i/uwZERIgztHAAK3VQMsL8+ku0lFXXbO81hKDg8IieACqjGEa2mqEueg0c/fX+wd0oI+75wB19KJAsA== | ||
monaco-editor-webpack-plugin@^4.0.0: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.2.0.tgz#2be76cde9cca7bd8c3418503625990f86886927b" | ||
integrity sha512-/P3sFiEgBl+Y50he4mbknMhbLJVop5gBUZiPS86SuHUDOOnQiQ5rL1jU5lwt1XKAwMEkhwZbUwqaHxTPkb1Utw== | ||
dependencies: | ||
loader-utils "^1.2.3" | ||
loader-utils "^2.0.0" | ||
|
||
monaco-editor@^0.27.0: | ||
version "0.27.0" | ||
|
@@ -16659,7 +16659,7 @@ stylehacks@^4.0.0: | |
postcss "^7.0.0" | ||
postcss-selector-parser "^3.0.0" | ||
|
||
[email protected], subscriptions-transport-ws@^0.9.18: | ||
[email protected]: | ||
version "0.9.18" | ||
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz#bcf02320c911fbadb054f7f928e51c6041a37b97" | ||
integrity sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA== | ||
|
@@ -16670,6 +16670,17 @@ [email protected], subscriptions-transport-ws@^0.9.18: | |
symbol-observable "^1.0.4" | ||
ws "^5.2.0" | ||
|
||
subscriptions-transport-ws@^0.9.19: | ||
version "0.9.19" | ||
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.19.tgz#10ca32f7e291d5ee8eb728b9c02e43c52606cdcf" | ||
integrity sha512-dxdemxFFB0ppCLg10FTtRqH/31FNRL1y1BQv8209MK5I4CwALb7iihQg+7p65lFcIl8MHatINWBLOqpgU4Kyyw== | ||
dependencies: | ||
backo2 "^1.0.2" | ||
eventemitter3 "^3.1.0" | ||
iterall "^1.2.1" | ||
symbol-observable "^1.0.4" | ||
ws "^5.2.0 || ^6.0.0 || ^7.0.0" | ||
|
||
success-symbol@^0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/success-symbol/-/success-symbol-0.1.0.tgz#24022e486f3bf1cdca094283b769c472d3b72897" | ||
|
@@ -18188,6 +18199,11 @@ ws@^5.2.0: | |
dependencies: | ||
async-limiter "~1.0.0" | ||
|
||
"ws@^5.2.0 || ^6.0.0 || ^7.0.0": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.5.tgz#8b4bc4af518cfabd0473ae4f99144287b33eb881" | ||
integrity sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w== | ||
|
||
ws@^6.0.0, ws@^6.2.1: | ||
version "6.2.1" | ||
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" | ||
|