Skip to content

Commit bffd89e

Browse files
Version Packages (#4477)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## graphiql@5.4.0 ### Minor Changes - [#4462](#4462) [`1cb7eba`](1cb7eba) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation, type information, autocomplete, hover, and editor integrations. Enable it with `experimentalFragmentArguments: true`; it defaults to `false` until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while including variables from operations that spread the current fragment. ### Patch Changes - Updated dependencies [[`65867b5`](65867b5), [`6d57aad`](6d57aad), [`1cb7eba`](1cb7eba)]: - @graphiql/react@0.39.0 - @graphiql/plugin-doc-explorer@0.4.4 - @graphiql/plugin-history@0.4.4 ## @graphiql/react@0.39.0 ### Minor Changes - [#4462](#4462) [`1cb7eba`](1cb7eba) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation, type information, autocomplete, hover, and editor integrations. Enable it with `experimentalFragmentArguments: true`; it defaults to `false` until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while including variables from operations that spread the current fragment. ### Patch Changes - [#4468](#4468) [`65867b5`](65867b5) Thanks [@therealyo](https://github.com/therealyo)! - Keep the active tab selected when a tab to its right is closed. `closeTab` decremented `activeTabIndex` unconditionally, without comparing it to the index of the closed tab. Closing a tab positioned after the active one does not shift the active tab Closing the active tab, or a tab before it, is unchanged. - [#4476](#4476) [`6d57aad`](6d57aad) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Fix an extra empty tab being created on reload. The `query`/`variables`/`headers` storage keys are only written on edit, so reloading a session that never touched the editors found no stored editor state matching any tab and pushed a new empty one. - Updated dependencies [[`d0a34f4`](d0a34f4), [`1cb7eba`](1cb7eba), [`296214d`](296214d)]: - graphql-language-service@5.7.0 - monaco-graphql@1.9.0 ## graphql-language-service@5.7.0 ### Minor Changes - [#4462](#4462) [`1cb7eba`](1cb7eba) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation, type information, autocomplete, hover, and editor integrations. Enable it with `experimentalFragmentArguments: true`; it defaults to `false` until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while including variables from operations that spread the current fragment. ### Patch Changes - [#4466](#4466) [`d0a34f4`](d0a34f4) Thanks [@glen-84](https://github.com/glen-84)! - Anchor validation diagnostics at the highlighted node's own position, so the range for an unknown aliased field covers the field name rather than the alias, and the range for an unknown directive covers its name rather than starting at the `@`. - [#4356](#4356) [`296214d`](296214d) Thanks [@DukeDeSouth](https://github.com/DukeDeSouth)! - Wrap autocompleted list input values in square brackets When you complete an enum or boolean value for a list-typed argument or input field (e.g. `[Episode]`), the suggestion now inserts `[JEDI]` instead of a bare `JEDI`, which produced an invalid query. Values completed inside an existing list literal, and non-list values, are left as they were. ## graphql-language-service-server@2.15.0 ### Minor Changes - [#4462](#4462) [`1cb7eba`](1cb7eba) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation, type information, autocomplete, hover, and editor integrations. Enable it with `experimentalFragmentArguments: true`; it defaults to `false` until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while including variables from operations that spread the current fragment. ### Patch Changes - Updated dependencies [[`d0a34f4`](d0a34f4), [`1cb7eba`](1cb7eba), [`296214d`](296214d)]: - graphql-language-service@5.7.0 ## monaco-graphql@1.9.0 ### Minor Changes - [#4462](#4462) [`1cb7eba`](1cb7eba) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation, type information, autocomplete, hover, and editor integrations. Enable it with `experimentalFragmentArguments: true`; it defaults to `false` until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while including variables from operations that spread the current fragment. ### Patch Changes - Updated dependencies [[`d0a34f4`](d0a34f4), [`1cb7eba`](1cb7eba), [`296214d`](296214d)]: - graphql-language-service@5.7.0 ## cm6-graphql@0.2.2 ### Patch Changes - [#4462](#4462) [`1cb7eba`](1cb7eba) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation, type information, autocomplete, hover, and editor integrations. Enable it with `experimentalFragmentArguments: true`; it defaults to `false` until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while including variables from operations that spread the current fragment. - Updated dependencies [[`d0a34f4`](d0a34f4), [`1cb7eba`](1cb7eba), [`296214d`](296214d)]: - graphql-language-service@5.7.0 ## codemirror-graphql@2.2.9 ### Patch Changes - [#4462](#4462) [`1cb7eba`](1cb7eba) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation, type information, autocomplete, hover, and editor integrations. Enable it with `experimentalFragmentArguments: true`; it defaults to `false` until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while including variables from operations that spread the current fragment. - Updated dependencies [[`d0a34f4`](d0a34f4), [`1cb7eba`](1cb7eba), [`296214d`](296214d)]: - graphql-language-service@5.7.0 ## @graphiql/plugin-code-exporter@5.1.4 ### Patch Changes - Updated dependencies [[`65867b5`](65867b5), [`6d57aad`](6d57aad), [`1cb7eba`](1cb7eba)]: - @graphiql/react@0.39.0 ## @graphiql/plugin-doc-explorer@0.4.4 ### Patch Changes - Updated dependencies [[`65867b5`](65867b5), [`6d57aad`](6d57aad), [`1cb7eba`](1cb7eba)]: - @graphiql/react@0.39.0 ## @graphiql/plugin-explorer@5.1.5 ### Patch Changes - Updated dependencies [[`65867b5`](65867b5), [`6d57aad`](6d57aad), [`1cb7eba`](1cb7eba)]: - @graphiql/react@0.39.0 ## @graphiql/plugin-history@0.4.4 ### Patch Changes - Updated dependencies [[`65867b5`](65867b5), [`6d57aad`](6d57aad), [`1cb7eba`](1cb7eba)]: - @graphiql/react@0.39.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1cb7eba commit bffd89e

34 files changed

Lines changed: 232 additions & 119 deletions

File tree

.changeset/close-tab-keeps-active-tab.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/diagnostic-range-aliased-field.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-reload-extra-tab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-fragments-argue.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.changeset/wrap-list-input-values.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/graphiql-vite-react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"start": "react-router-serve dist/server/index.js"
1212
},
1313
"dependencies": {
14-
"@graphiql/react": "^0.38.0",
14+
"@graphiql/react": "^0.39.0",
1515
"@react-router/fs-routes": "^7",
1616
"@react-router/node": "^7",
1717
"@react-router/serve": "^7",
18-
"graphiql": "^5.3.0",
18+
"graphiql": "^5.4.0",
1919
"isbot": "^5",
2020
"react": "^19",
2121
"react-dom": "^19",

examples/graphiql-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"graphiql": "^5.3.0",
6+
"graphiql": "^5.4.0",
77
"graphql": "^16",
88
"react": "^19",
99
"react-dom": "^19"

examples/graphiql-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"start": "NODE_ENV=development webpack-cli serve"
1010
},
1111
"dependencies": {
12-
"@graphiql/plugin-code-exporter": "^5.1.3",
13-
"@graphiql/plugin-explorer": "^5.1.4",
14-
"@graphiql/react": "^0.38.0",
12+
"@graphiql/plugin-code-exporter": "^5.1.4",
13+
"@graphiql/plugin-explorer": "^5.1.5",
14+
"@graphiql/react": "^0.39.0",
1515
"@graphiql/toolkit": "^0.12.1",
16-
"graphiql": "^5.3.0",
16+
"graphiql": "^5.4.0",
1717
"graphql": "^16",
1818
"graphql-ws": "^6",
1919
"react": "^19",

examples/monaco-graphql-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "^16",
1515
"jsonc-parser": "^3",
1616
"monaco-editor": "^0.52",
17-
"monaco-graphql": "^1.8.0",
17+
"monaco-graphql": "^1.9.0",
1818
"next": "^15",
1919
"react": "^19",
2020
"react-dom": "^19"

examples/monaco-graphql-react-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"dependencies": {
66
"@graphiql/toolkit": "^0.12.1",
77
"graphql": "^16",
8-
"graphql-language-service": "^5.6.0",
8+
"graphql-language-service": "^5.7.0",
99
"jsonc-parser": "^3",
1010
"monaco-editor": "^0.52",
11-
"monaco-graphql": "^1.8.0",
11+
"monaco-graphql": "^1.9.0",
1212
"react": "^19",
1313
"react-dom": "^19"
1414
},

0 commit comments

Comments
 (0)