-
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.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ff9cebe
commit 1737436
Showing
23 changed files
with
122 additions
and
43 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Change Log | ||
|
||
## 1.2.8 | ||
|
||
### Patch Changes | ||
|
||
- [#2091](https://github.com/graphql/graphiql/pull/2091) [`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63) Thanks [@acao](https://github.com/acao)! - Fix graphql 15 related issues. Should now build & test interchangeably. | ||
|
||
- Updated dependencies []: | ||
- [email protected] | ||
|
||
## 1.2.7 | ||
|
||
### 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": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "GraphQL mode and helpers for CodeMirror.", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -46,7 +46,7 @@ | |
}, | ||
"dependencies": { | ||
"@codemirror/stream-parser": "^0.19.2", | ||
"graphql-language-service": "^4.1.0" | ||
"graphql-language-service": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"codemirror": "^5.58.2", | ||
|
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,15 @@ | ||
# Change Log | ||
|
||
## 1.5.12 | ||
|
||
### Patch Changes | ||
|
||
- [#2091](https://github.com/graphql/graphiql/pull/2091) [`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63) Thanks [@acao](https://github.com/acao)! - Fix graphql 15 related issues. Should now build & test interchangeably. | ||
|
||
- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]: | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.5.11 | ||
|
||
### 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": "graphiql", | ||
"version": "1.5.11", | ||
"version": "1.5.12", | ||
"description": "An graphical interactive in-browser GraphQL IDE.", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -48,12 +48,12 @@ | |
"dependencies": { | ||
"@graphiql/toolkit": "^0.4.2", | ||
"codemirror": "^5.58.2", | ||
"codemirror-graphql": "^1.2.7", | ||
"codemirror-graphql": "^1.2.8", | ||
"copy-to-clipboard": "^3.2.0", | ||
"dset": "^3.1.0", | ||
"entities": "^2.0.0", | ||
"escape-html": "^1.0.3", | ||
"graphql-language-service": "^4.1.0", | ||
"graphql-language-service": "^4.1.1", | ||
"markdown-it": "^12.2.0" | ||
}, | ||
"peerDependencies": { | ||
|
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-cli | ||
|
||
## 3.2.10 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 3.2.9 | ||
|
||
### 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": "graphql-language-service-cli", | ||
"version": "3.2.9", | ||
"version": "3.2.10", | ||
"description": "An interface for building GraphQL language services for IDEs", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -32,9 +32,9 @@ | |
}, | ||
"dependencies": { | ||
"@babel/polyfill": "^7.8.7", | ||
"graphql-language-service": "^4.1.0", | ||
"graphql-language-service-server": "^2.7.9", | ||
"graphql-language-service-utils": "^2.7.0", | ||
"graphql-language-service": "^4.1.1", | ||
"graphql-language-service-server": "^2.7.10", | ||
"graphql-language-service-utils": "^2.7.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,16 @@ | ||
# graphql-language-service-interface | ||
|
||
## 2.10.1 | ||
|
||
### Patch Changes | ||
|
||
- [#2091](https://github.com/graphql/graphiql/pull/2091) [`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63) Thanks [@acao](https://github.com/acao)! - Fix graphql 15 related issues. Should now build & test interchangeably. | ||
|
||
- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 2.10.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-interface", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"description": "Interface to the GraphQL Language Service", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -29,9 +29,9 @@ | |
}, | ||
"dependencies": { | ||
"graphql-config": "^4.1.0", | ||
"graphql-language-service-parser": "^1.10.3", | ||
"graphql-language-service-types": "^1.8.6", | ||
"graphql-language-service-utils": "^2.7.0", | ||
"graphql-language-service-parser": "^1.10.4", | ||
"graphql-language-service-types": "^1.8.7", | ||
"graphql-language-service-utils": "^2.7.1", | ||
"vscode-languageserver-types": "^3.15.1" | ||
}, | ||
"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,12 @@ | ||
# graphql-language-service-parser | ||
|
||
## 1.10.4 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]: | ||
- [email protected] | ||
|
||
## 1.10.3 | ||
|
||
### 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": "graphql-language-service-parser", | ||
"version": "1.10.3", | ||
"version": "1.10.4", | ||
"description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -38,7 +38,7 @@ | |
"vscode-languageserver-types": "^3.15.1" | ||
}, | ||
"dependencies": { | ||
"graphql-language-service-types": "^1.8.6" | ||
"graphql-language-service-types": "^1.8.7" | ||
}, | ||
"scripts": { | ||
"benchmark": "ts-node benchmark/index.ts" | ||
|
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-server | ||
|
||
## 2.7.10 | ||
|
||
### Patch Changes | ||
|
||
- [#2091](https://github.com/graphql/graphiql/pull/2091) [`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63) Thanks [@acao](https://github.com/acao)! - Fix graphql 15 related issues. Should now build & test interchangeably. | ||
|
||
- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]: | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 2.7.9 | ||
|
||
### 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": "graphql-language-service-server", | ||
"version": "2.7.9", | ||
"version": "2.7.10", | ||
"description": "Server process backing the GraphQL Language Service", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -33,8 +33,8 @@ | |
"@babel/parser": "^7.13.13", | ||
"dotenv": "8.2.0", | ||
"graphql-config": "^4.1.0", | ||
"graphql-language-service": "^4.1.0", | ||
"graphql-language-service-utils": "^2.7.0", | ||
"graphql-language-service": "^4.1.1", | ||
"graphql-language-service-utils": "^2.7.1", | ||
"mkdirp": "^1.0.4", | ||
"node-fetch": "^2.6.1", | ||
"nullthrows": "^1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-types", | ||
"version": "1.8.6", | ||
"version": "1.8.7", | ||
"description": "Types for building GraphQL language services for IDEs", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
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-utils | ||
|
||
## 2.7.1 | ||
|
||
### Patch Changes | ||
|
||
- [#2091](https://github.com/graphql/graphiql/pull/2091) [`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63) Thanks [@acao](https://github.com/acao)! - Fix graphql 15 related issues. Should now build & test interchangeably. | ||
|
||
- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]: | ||
- [email protected] | ||
|
||
## 2.7.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-utils", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Utilities to support the GraphQL Language Service", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -28,7 +28,7 @@ | |
"graphql": "^15.5.0 || ^16.0.0" | ||
}, | ||
"dependencies": { | ||
"graphql-language-service-types": "^1.8.6", | ||
"graphql-language-service-types": "^1.8.7", | ||
"nullthrows": "^1.0.0", | ||
"@types/json-schema": "7.0.9" | ||
}, | ||
|
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 | ||
|
||
## 4.1.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 4.1.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
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,13 @@ | ||
# Change Log | ||
|
||
## 1.0.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]: | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.0.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
1737436
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://graphiql-test.netlify.app as production
🚀 Deployed on https://61ae54af08295200662debee--graphiql-test.netlify.app
1737436
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://monaco-graphql.netlify.app as production
🚀 Deployed on https://61ae54c7730d92007267d623--monaco-graphql.netlify.app