Skip to content

Commit d9b4cec

Browse files
Version Packages (#2177)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 484c052 commit d9b4cec

File tree

18 files changed

+72
-37
lines changed

18 files changed

+72
-37
lines changed

.changeset/chilly-birds-poke.md

-6
This file was deleted.

.changeset/odd-cougars-unite.md

-6
This file was deleted.

.changeset/ten-pianos-report.md

-6
This file was deleted.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "0.0.0",
55
"dependencies": {
66
"@graphiql/toolkit": "^0.4.2",
7-
"graphql-language-service": "^4.1.1",
8-
"monaco-graphql": "^1.0.9",
7+
"graphql-language-service": "^4.1.5",
8+
"monaco-graphql": "^1.0.10",
99
"react": "^17.0.2",
1010
"react-dom": "^17.0.2",
1111
"jsonc-parser": "^3.0.0",

examples/monaco-graphql-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"graphql": "16.0.0-experimental-stream-defer.5",
13-
"monaco-graphql": "^1.0.9",
13+
"monaco-graphql": "^1.0.10",
1414
"prettier": "^2.0.4",
15-
"graphql-language-service": "^4.1.4",
15+
"graphql-language-service": "^4.1.5",
1616
"json-schema": "^0.3.0",
1717
"jsonc-parser": "3.0.0",
1818
"monaco-editor": "^0.31.0"

packages/codemirror-graphql/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.2.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`484c0523`](https://github.com/graphql/graphiql/commit/484c0523cdd529f9e261d61a38616b6745075c7f), [`5852ba47`](https://github.com/graphql/graphiql/commit/5852ba47c720a2577817aed512bef9a262254f2c), [`48c5df65`](https://github.com/graphql/graphiql/commit/48c5df654e323cee3b8c57d7414247465235d1b5)]:
8+
9+
310
## 1.2.11
411

512
### Patch Changes

packages/codemirror-graphql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-graphql",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@codemirror/stream-parser": "^0.19.2",
49-
"graphql-language-service": "^4.1.4"
49+
"graphql-language-service": "^4.1.5"
5050
},
5151
"devDependencies": {
5252
"codemirror": "^5.58.2",

packages/graphiql-2-rfc-context/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
"@theme-ui/core": "^0.4.0-alpha.1",
4949
"copy-to-clipboard": "^3.2.0",
5050
"entities": "^2.0.0",
51-
"graphql-language-service": "^4.1.4",
51+
"graphql-language-service": "^4.1.5",
5252
"i18next": "^19.4.4",
5353
"i18next-browser-languagedetector": "^4.1.1",
5454
"markdown-it": "^10.0.0",
5555
"monaco-editor": "^0.27.0",
56-
"monaco-graphql": "^1.0.9",
56+
"monaco-graphql": "^1.0.10",
5757
"react-i18next": "^11.4.0",
5858
"theme-ui": "^0.3.1"
5959
},

packages/graphiql/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 1.5.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`484c0523`](https://github.com/graphql/graphiql/commit/484c0523cdd529f9e261d61a38616b6745075c7f), [`5852ba47`](https://github.com/graphql/graphiql/commit/5852ba47c720a2577817aed512bef9a262254f2c), [`48c5df65`](https://github.com/graphql/graphiql/commit/48c5df654e323cee3b8c57d7414247465235d1b5)]:
8+
9+
10+
311
## 1.5.19
412

513
### Patch Changes

packages/graphiql/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "1.5.19",
3+
"version": "1.5.20",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -48,12 +48,12 @@
4848
"dependencies": {
4949
"@graphiql/toolkit": "^0.4.2",
5050
"codemirror": "^5.58.2",
51-
"codemirror-graphql": "^1.2.11",
51+
"codemirror-graphql": "^1.2.12",
5252
"copy-to-clipboard": "^3.2.0",
5353
"dset": "^3.1.0",
5454
"entities": "^2.0.0",
5555
"escape-html": "^1.0.3",
56-
"graphql-language-service": "^4.1.4",
56+
"graphql-language-service": "^4.1.5",
5757
"markdown-it": "^12.2.0"
5858
},
5959
"peerDependencies": {

packages/graphql-language-service-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# graphql-language-service-cli
22

3+
## 3.2.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`484c0523`](https://github.com/graphql/graphiql/commit/484c0523cdd529f9e261d61a38616b6745075c7f), [`5852ba47`](https://github.com/graphql/graphiql/commit/5852ba47c720a2577817aed512bef9a262254f2c), [`48c5df65`](https://github.com/graphql/graphiql/commit/48c5df654e323cee3b8c57d7414247465235d1b5)]:
8+
9+
10+
311
## 3.2.13
412

513
### Patch Changes

packages/graphql-language-service-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-cli",
3-
"version": "3.2.13",
3+
"version": "3.2.14",
44
"description": "An interface for building GraphQL language services for IDEs",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -32,8 +32,8 @@
3232
},
3333
"dependencies": {
3434
"@babel/polyfill": "^7.8.7",
35-
"graphql-language-service": "^4.1.4",
36-
"graphql-language-service-server": "^2.7.13",
35+
"graphql-language-service": "^4.1.5",
36+
"graphql-language-service-server": "^2.7.14",
3737
"graphql-language-service-utils": "^2.7.1",
3838
"yargs": "^16.2.0"
3939
},

packages/graphql-language-service-server/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# graphql-language-service-server
22

3+
## 2.7.14
4+
5+
### Patch Changes
6+
7+
- [#2161](https://github.com/graphql/graphiql/pull/2161) [`484c0523`](https://github.com/graphql/graphiql/commit/484c0523cdd529f9e261d61a38616b6745075c7f) Thanks [@orta](https://github.com/orta)! - Do not log errors when a JS/TS file has no embedded graphql tags
8+
9+
* [#2176](https://github.com/graphql/graphiql/pull/2176) [`5852ba47`](https://github.com/graphql/graphiql/commit/5852ba47c720a2577817aed512bef9a262254f2c) Thanks [@orta](https://github.com/orta)! - Update babel parser in the graphql language server
10+
11+
- [#2175](https://github.com/graphql/graphiql/pull/2175) [`48c5df65`](https://github.com/graphql/graphiql/commit/48c5df654e323cee3b8c57d7414247465235d1b5) Thanks [@orta](https://github.com/orta)! - Better handling of unparsable babel JS/TS files
12+
13+
- Updated dependencies [[`484c0523`](https://github.com/graphql/graphiql/commit/484c0523cdd529f9e261d61a38616b6745075c7f), [`5852ba47`](https://github.com/graphql/graphiql/commit/5852ba47c720a2577817aed512bef9a262254f2c), [`48c5df65`](https://github.com/graphql/graphiql/commit/48c5df654e323cee3b8c57d7414247465235d1b5)]:
14+
15+
316
## 2.7.13
417

518
### Patch Changes

packages/graphql-language-service-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-server",
3-
"version": "2.7.13",
3+
"version": "2.7.14",
44
"description": "Server process backing the GraphQL Language Service",
55
"contributors": [
66
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
@@ -34,7 +34,7 @@
3434
"@babel/parser": "^7.17.3",
3535
"dotenv": "8.2.0",
3636
"graphql-config": "^4.1.0",
37-
"graphql-language-service": "^4.1.4",
37+
"graphql-language-service": "^4.1.5",
3838
"graphql-language-service-utils": "^2.7.1",
3939
"mkdirp": "^1.0.4",
4040
"node-fetch": "^2.6.1",

packages/graphql-language-service/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# graphql-language-service
22

3+
## 4.1.5
4+
5+
### Patch Changes
6+
7+
- [#2161](https://github.com/graphql/graphiql/pull/2161) [`484c0523`](https://github.com/graphql/graphiql/commit/484c0523cdd529f9e261d61a38616b6745075c7f) Thanks [@orta](https://github.com/orta)! - Do not log errors when a JS/TS file has no embedded graphql tags
8+
9+
* [#2176](https://github.com/graphql/graphiql/pull/2176) [`5852ba47`](https://github.com/graphql/graphiql/commit/5852ba47c720a2577817aed512bef9a262254f2c) Thanks [@orta](https://github.com/orta)! - Update babel parser in the graphql language server
10+
11+
- [#2175](https://github.com/graphql/graphiql/pull/2175) [`48c5df65`](https://github.com/graphql/graphiql/commit/48c5df654e323cee3b8c57d7414247465235d1b5) Thanks [@orta](https://github.com/orta)! - Better handling of unparsable babel JS/TS files
12+
313
## 4.1.4
414

515
### Patch Changes

packages/graphql-language-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "The official, runtime independent Language Service for GraphQL",
55
"contributors": [
66
"GraphQL Contributors"

packages/monaco-graphql/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`484c0523`](https://github.com/graphql/graphiql/commit/484c0523cdd529f9e261d61a38616b6745075c7f), [`5852ba47`](https://github.com/graphql/graphiql/commit/5852ba47c720a2577817aed512bef9a262254f2c), [`48c5df65`](https://github.com/graphql/graphiql/commit/48c5df654e323cee3b8c57d7414247465235d1b5)]:
8+
9+
310
## 1.0.9
411

512
### Patch Changes

packages/monaco-graphql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monaco-graphql",
33
"description": "full service, official monaco mode for GraphQL",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"license": "MIT",
66
"main": "dist/monaco.contribution.js",
77
"module": "esm/monaco.contribution.js",
@@ -26,7 +26,7 @@
2626
"src"
2727
],
2828
"dependencies": {
29-
"graphql-language-service": "^4.1.4",
29+
"graphql-language-service": "^4.1.5",
3030
"graphql-language-service-utils": "^2.7.1",
3131
"picomatch-browser": "^2.2.6"
3232
},

0 commit comments

Comments
 (0)