-
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.
- Loading branch information
1 parent
5aed3f3
commit e3fbcdc
Showing
34 changed files
with
155 additions
and
63 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# cm6-graphql | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- [#3762](https://github.com/graphql/graphiql/pull/3762) [`76b3cc8`](https://github.com/graphql/graphiql/commit/76b3cc872dedd667504f58c9313a86bada7688d6) Thanks [@mavenskylab](https://github.com/mavenskylab)! - The cm6-graphql package currently specifies exact versions for its peer dependencies on @codemirror packages. This is causing conflicts when projects use newer versions of these packages, leading to multiple instances being installed. | ||
|
||
### Patch Changes | ||
|
||
- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 for tests | ||
|
||
- Updated dependencies [[`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: | ||
- [email protected] | ||
|
||
## 0.1.1 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Change Log | ||
|
||
## 2.1.2 | ||
|
||
### Patch Changes | ||
|
||
- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 for tests | ||
|
||
- Updated dependencies [[`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: | ||
- [email protected] | ||
|
||
## 2.1.1 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "codemirror-graphql", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "GraphQL mode and helpers for CodeMirror.", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -45,7 +45,7 @@ | |
"// TEMPORARILY PINNED until we fix graphql 15 support": "", | ||
"dependencies": { | ||
"@types/codemirror": "^0.0.90", | ||
"graphql-language-service": "5.3.0" | ||
"graphql-language-service": "5.3.1" | ||
}, | ||
"devDependencies": { | ||
"@codemirror/language": "^6.0.0", | ||
|
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
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 |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# @graphiql/react | ||
|
||
## 0.26.3 | ||
|
||
### Patch Changes | ||
|
||
- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 for tests | ||
|
||
- Updated dependencies [[`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: | ||
- [email protected] | ||
- [email protected] | ||
- @graphiql/toolkit@0.11.1 | ||
|
||
## 0.26.2 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@graphiql/toolkit", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Utility to build a fetcher for GraphiQL", | ||
"contributors": [ | ||
"Rikki Schulte <[email protected]> (https://rikki.dev)" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphiql", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"description": "An graphical interactive in-browser GraphQL IDE.", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -47,15 +47,15 @@ | |
"webpack": "webpack-cli --config resources/webpack.config.js" | ||
}, | ||
"dependencies": { | ||
"@graphiql/react": "^0.26.2" | ||
"@graphiql/react": "^0.26.3" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0", | ||
"react": "^16.8.0 || ^17 || ^18", | ||
"react-dom": "^16.8.0 || ^17 || ^18" | ||
}, | ||
"devDependencies": { | ||
"@graphiql/toolkit": "^0.11.0", | ||
"@graphiql/toolkit": "^0.11.1", | ||
"@testing-library/jest-dom": "5.16.5", | ||
"@testing-library/react": "14.0.0", | ||
"@types/testing-library__jest-dom": "5.14.5", | ||
|
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 |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# graphql-language-service-cli | ||
|
||
## 3.5.1 | ||
|
||
### Patch Changes | ||
|
||
- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 for tests | ||
|
||
- Updated dependencies [[`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 3.5.0 | ||
|
||
### Minor Changes | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-cli", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "An interface for building GraphQL language services for IDEs", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -37,8 +37,8 @@ | |
"dependencies": { | ||
"@babel/polyfill": "^7.12.1", | ||
"@types/yargs": "16.0.5", | ||
"graphql-language-service": "^5.3.0", | ||
"graphql-language-service-server": "^2.14.0", | ||
"graphql-language-service": "^5.3.1", | ||
"graphql-language-service-server": "^2.14.1", | ||
"yargs": "^16.2.0" | ||
}, | ||
"devDependencies": { | ||
|
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 |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# graphql-language-service-server | ||
|
||
## 2.14.1 | ||
|
||
### Patch Changes | ||
|
||
- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 for tests | ||
|
||
- Updated dependencies [[`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: | ||
- [email protected] | ||
|
||
## 2.14.0 | ||
|
||
### Minor Changes | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-server", | ||
"version": "2.14.0", | ||
"version": "2.14.1", | ||
"description": "Server process backing the GraphQL Language Service", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -47,7 +47,7 @@ | |
"fast-glob": "^3.2.7", | ||
"glob": "^7.2.0", | ||
"graphql-config": "5.0.3", | ||
"graphql-language-service": "^5.3.0", | ||
"graphql-language-service": "^5.3.1", | ||
"lru-cache": "^10.2.0", | ||
"mkdirp": "^1.0.4", | ||
"node-abort-controller": "^3.0.1", | ||
|
Oops, something went wrong.