Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2049

Merged
merged 1 commit into from
Nov 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/grumpy-dolphins-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-hairs-flash.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/monaco-graphql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"graphql": "16.0.0-experimental-stream-defer.5",
"monaco-graphql": "^0.6.2",
"monaco-graphql": "^0.6.3",
"prettier": "^2.0.4"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.2.2

### Patch Changes

- [`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf) [#2047](https://github.com/graphql/graphiql/pull/2047) Thanks [@willstott101](https://github.com/willstott101)! - Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.

* [`8b486555`](https://github.com/graphql/graphiql/commit/8b486555e2aa4d90891070a1bbc52b59d9c670c4) [#2046](https://github.com/graphql/graphiql/pull/2046) Thanks [@willstott101](https://github.com/willstott101)! - Further resolves #1944, replaces graphql-language-service-parser with graphql-language-service in codemirror-graphql

* Updated dependencies [[`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf)]:
- [email protected]

## 1.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "1.2.1",
"version": "1.2.2",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@codemirror/stream-parser": "^0.19.2",
"graphql-language-service": "^3.2.2"
"graphql-language-service": "^3.2.3"
},
"devDependencies": {
"codemirror": "^5.58.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-2-rfc-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"@theme-ui/core": "^0.4.0-alpha.1",
"copy-to-clipboard": "^3.2.0",
"entities": "^2.0.0",
"graphql-language-service": "^3.2.2",
"graphql-language-service": "^3.2.3",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"markdown-it": "^10.0.0",
"monaco-editor": "^0.27.0",
"monaco-graphql": "^0.6.2",
"monaco-graphql": "^0.6.3",
"react-i18next": "^11.4.0",
"theme-ui": "^0.3.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.5.4

### Patch Changes

- [`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf) [#2047](https://github.com/graphql/graphiql/pull/2047) Thanks [@willstott101](https://github.com/willstott101)! - Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.

- Updated dependencies [[`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf), [`8b486555`](https://github.com/graphql/graphiql/commit/8b486555e2aa4d90891070a1bbc52b59d9c670c4)]:
- [email protected]
- [email protected]

## 1.5.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "1.5.3",
"version": "1.5.4",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -46,12 +46,12 @@
"dependencies": {
"@graphiql/toolkit": "^0.4.2",
"codemirror": "^5.58.2",
"codemirror-graphql": "^1.2.1",
"codemirror-graphql": "^1.2.2",
"copy-to-clipboard": "^3.2.0",
"dset": "^3.1.0",
"entities": "^2.0.0",
"escape-html": "^1.0.3",
"graphql-language-service": "^3.2.2",
"graphql-language-service": "^3.2.3",
"markdown-it": "^12.2.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# graphql-language-service-cli

## 3.2.4

### Patch Changes

- [`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf) [#2047](https://github.com/graphql/graphiql/pull/2047) Thanks [@willstott101](https://github.com/willstott101)! - Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.

- Updated dependencies [[`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf)]:
- [email protected]
- [email protected]
- [email protected]

## 3.2.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-language-service-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-cli",
"version": "3.2.3",
"version": "3.2.4",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"graphql-language-service": "^3.2.2",
"graphql-language-service-server": "^2.7.3",
"graphql-language-service-utils": "^2.6.1",
"graphql-language-service": "^3.2.3",
"graphql-language-service-server": "^2.7.4",
"graphql-language-service-utils": "^2.6.2",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-language-service-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# graphql-language-service-interface

## 2.9.3

### Patch Changes

- [`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf) [#2047](https://github.com/graphql/graphiql/pull/2047) Thanks [@willstott101](https://github.com/willstott101)! - Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.

- Updated dependencies [[`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf)]:
- [email protected]
- [email protected]
- [email protected]

## 2.9.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-language-service-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-interface",
"version": "2.9.2",
"version": "2.9.3",
"description": "Interface to the GraphQL Language Service",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -28,9 +28,9 @@
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"graphql-language-service-parser": "^1.10.1",
"graphql-language-service-types": "^1.8.4",
"graphql-language-service-utils": "^2.6.1",
"graphql-language-service-parser": "^1.10.2",
"graphql-language-service-types": "^1.8.5",
"graphql-language-service-utils": "^2.6.2",
"vscode-languageserver-types": "^3.15.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-language-service-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-language-service-parser

## 1.10.2

### Patch Changes

- [`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf) [#2047](https://github.com/graphql/graphiql/pull/2047) Thanks [@willstott101](https://github.com/willstott101)! - Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.

- Updated dependencies [[`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf)]:
- [email protected]

## 1.10.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-language-service-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-parser",
"version": "1.10.1",
"version": "1.10.2",
"description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -38,7 +38,7 @@
"vscode-languageserver-types": "^3.15.1"
},
"dependencies": {
"graphql-language-service-types": "^1.8.4"
"graphql-language-service-types": "^1.8.5"
},
"scripts": {
"benchmark": "ts-node benchmark/index.ts"
Expand Down
10 changes: 10 additions & 0 deletions packages/graphql-language-service-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# graphql-language-service-server

## 2.7.4

### Patch Changes

- [`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf) [#2047](https://github.com/graphql/graphiql/pull/2047) Thanks [@willstott101](https://github.com/willstott101)! - Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.

- Updated dependencies [[`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf)]:
- [email protected]
- [email protected]

## 2.7.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-language-service-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-server",
"version": "2.7.3",
"version": "2.7.4",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -34,8 +34,8 @@
"dotenv": "8.2.0",
"glob": "^7.1.2",
"graphql-config": "^4.1.0",
"graphql-language-service": "^3.2.2",
"graphql-language-service-utils": "^2.6.1",
"graphql-language-service": "^3.2.3",
"graphql-language-service-utils": "^2.6.2",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1",
"nullthrows": "^1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-language-service-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-language-service-types

## 1.8.5

### Patch Changes

- [`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf) [#2047](https://github.com/graphql/graphiql/pull/2047) Thanks [@willstott101](https://github.com/willstott101)! - Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.

## 1.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-types",
"version": "1.8.4",
"version": "1.8.5",
"description": "Types for building GraphQL language services for IDEs",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-language-service-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-language-service-utils

## 2.6.2

### Patch Changes

- [`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf) [#2047](https://github.com/graphql/graphiql/pull/2047) Thanks [@willstott101](https://github.com/willstott101)! - Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.

- Updated dependencies [[`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf)]:
- [email protected]

## 2.6.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-language-service-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-utils",
"version": "2.6.1",
"version": "2.6.2",
"description": "Utilities to support the GraphQL Language Service",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -28,7 +28,7 @@
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"graphql-language-service-types": "^1.8.4",
"graphql-language-service-types": "^1.8.5",
"nullthrows": "^1.0.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql-language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# graphql-language-service

## 3.2.3

### Patch Changes

- [`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf) [#2047](https://github.com/graphql/graphiql/pull/2047) Thanks [@willstott101](https://github.com/willstott101)! - Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.

- Updated dependencies [[`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf)]:
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 3.2.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/graphql-language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service",
"version": "3.2.2",
"version": "3.2.3",
"description": "The official, runtime independent Language Service for GraphQL",
"contributors": [
"GraphQL Contributors"
Expand Down Expand Up @@ -31,10 +31,10 @@
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"graphql-language-service-interface": "^2.9.2",
"graphql-language-service-parser": "^1.10.1",
"graphql-language-service-types": "^1.8.4",
"graphql-language-service-utils": "^2.6.1"
"graphql-language-service-interface": "^2.9.3",
"graphql-language-service-parser": "^1.10.2",
"graphql-language-service-types": "^1.8.5",
"graphql-language-service-utils": "^2.6.2"
},
"devDependencies": {
"graphql": "16.0.0-experimental-stream-defer.5"
Expand Down
8 changes: 8 additions & 0 deletions packages/monaco-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.6.3

### Patch Changes

- Updated dependencies [[`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf)]:
- [email protected]
- [email protected]

## 0.6.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/monaco-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monaco-graphql",
"description": "full service, official monaco mode for GraphQL",
"version": "0.6.2",
"version": "0.6.3",
"license": "MIT",
"main": "dist/monaco.contribution.js",
"module": "esm/monaco.contribution.js",
Expand All @@ -22,8 +22,8 @@
"src"
],
"dependencies": {
"graphql-language-service": "^3.2.2",
"graphql-language-service-utils": "^2.6.1"
"graphql-language-service": "^3.2.3",
"graphql-language-service-utils": "^2.6.2"
},
"devDependencies": {
"graphql": "16.0.0-experimental-stream-defer.5",
Expand Down