Skip to content

Commit 31edfab

Browse files
authored
move back to v16 (#3773)
* move back to v16 * compatibility range should not change * add changeset * update lock file * fix package number, presumably from 16.8.1 => 16.9 * expand changeset just in case * fixed wrong package number :(
1 parent 1118d42 commit 31edfab

File tree

22 files changed

+42
-25
lines changed

22 files changed

+42
-25
lines changed

.changeset/strange-knives-hammer.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
'graphql-language-service-server': patch
3+
'@graphiql/plugin-code-exporter': patch
4+
'graphql-language-service-cli': patch
5+
'@graphiql/plugin-explorer': patch
6+
'graphql-language-service': patch
7+
'codemirror-graphql': patch
8+
'@graphiql/toolkit': patch
9+
'@graphiql/react': patch
10+
'monaco-graphql': patch
11+
'cm6-graphql': patch
12+
'graphiql': patch
13+
'vscode-graphql': patch
14+
'vscode-graphql-execution': patch
15+
'vscode-graphql-syntax': patch
16+
---
17+
18+
use latest stable version of graphql 16.9.0

examples/cm6-graphql-legacy-parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@codemirror/basic-setup": "^0.20.0",
2626
"@codemirror/language": "^0.20.0",
2727
"codemirror-graphql": "^2.0.2",
28-
"graphql": "^16.8.1"
28+
"graphql": "^16.9.0"
2929
},
3030
"devDependencies": {
3131
"parcel-bundler": "^1.12.4",

examples/cm6-graphql-parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@codemirror/theme-one-dark": "6.0.0",
3030
"@codemirror/view": "6.1.2",
3131
"cm6-graphql": "0.0.1",
32-
"graphql": "^16.8.1"
32+
"graphql": "^16.9.0"
3333
},
3434
"devDependencies": {
3535
"parcel": "^2.6.2",

examples/graphiql-parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"graphiql": "^2.2.0",
26-
"graphql": "^16.8.1",
26+
"graphql": "^16.9.0",
2727
"react": "^18.2.0",
2828
"react-dom": "^18.2.0"
2929
},

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphiql/toolkit": "^0.11.0",
1515
"@graphiql/react": "^0.26.2",
1616
"graphiql": "^3.7.1",
17-
"graphql": "^16.8.1",
17+
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",
2020
"regenerator-runtime": "^0.13.9"

examples/monaco-graphql-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphiql/toolkit": "^0.11.0",
13-
"graphql": "^16.8.1",
13+
"graphql": "^16.9.0",
1414
"graphql-ws": "^5.5.5",
1515
"jsonc-parser": "^3.2.0",
1616
"marked": "^4.2.12",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"dependencies": {
66
"@graphiql/toolkit": "^0.11.0",
7-
"graphql": "^16.8.1",
7+
"graphql": "^16.9.0",
88
"graphql-language-service": "^5.3.0",
99
"jsonc-parser": "^3.2.0",
1010
"monaco-editor": "^0.39.0",

examples/monaco-graphql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "cross-env NODE_ENV=development webpack-cli serve"
1010
},
1111
"dependencies": {
12-
"graphql": "^16.8.1",
12+
"graphql": "^16.9.0",
1313
"graphql-language-service": "^5.3.0",
1414
"json-schema": "^0.4.0",
1515
"jsonc-parser": "^3.2.0",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
"resolutions": {
145145
"@babel/traverse": "^7.23.2",
146146
"vscode-languageserver-types": "3.17.3",
147-
"markdown-it": "14.1.0",
148-
"graphql": "17.0.0-alpha.7"
147+
"markdown-it": "14.1.0"
149148
}
150149
}

packages/cm6-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@lezer/highlight": "^1.0.0",
3131
"@lezer/lr": "^1.0.0",
3232
"esbuild": "0.18.10",
33-
"graphql": "^17.0.0-alpha.7",
33+
"graphql": "^16.9.0",
3434
"rollup": "^2.60.2",
3535
"rollup-plugin-dts": "^4.0.1",
3636
"rollup-plugin-esbuild": "^4.9.1",

packages/codemirror-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@codemirror/language": "^6.0.0",
5252
"codemirror": "^5.65.3",
5353
"cross-env": "^7.0.2",
54-
"graphql": "^17.0.0-alpha.7",
54+
"graphql": "^16.9.0",
5555
"rimraf": "^3.0.2",
5656
"sane": "2.0.0"
5757
}

packages/graphiql-plugin-code-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@graphiql/react": "^0.26.0",
4343
"@vitejs/plugin-react": "^4.3.1",
44-
"graphql": "^17.0.0-alpha.7",
44+
"graphql": "^16.9.0",
4545
"postcss-nesting": "^10.1.7",
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0",

packages/graphiql-plugin-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@graphiql/react": "^0.26.0",
4242
"@vitejs/plugin-react": "^4.3.1",
43-
"graphql": "^17.0.0-alpha.7",
43+
"graphql": "^16.9.0",
4444
"react": "^18.2.0",
4545
"react-dom": "^18.2.0",
4646
"typescript": "^4.6.3",

packages/graphiql-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/get-value": "^3.0.5",
7373
"@types/set-value": "^4.0.1",
7474
"@vitejs/plugin-react": "^4.3.1",
75-
"graphql": "^17.0.0-alpha.7",
75+
"graphql": "^16.9.0",
7676
"postcss-nesting": "^10.1.7",
7777
"react": "^18.2.0",
7878
"react-dom": "^18.2.0",

packages/graphiql-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"meros": "^1.1.4"
3131
},
3232
"devDependencies": {
33-
"graphql": "^17.0.0-alpha.7",
33+
"graphql": "^16.9.0",
3434
"graphql-ws": "^5.5.5",
3535
"isomorphic-fetch": "^3.0.0",
3636
"subscriptions-transport-ws": "0.11.0",

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"cypress": "^13.13.2",
6868
"express": "^4.19.2",
6969
"fork-ts-checker-webpack-plugin": "7.3.0",
70-
"graphql": "^17.0.0-alpha.7",
70+
"graphql": "^16.9.0",
7171
"graphql-helix": "^1.13.0",
7272
"graphql-subscriptions": "^2.0.0",
7373
"html-webpack-plugin": "^5.5.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"yargs": "^16.2.0"
4343
},
4444
"devDependencies": {
45-
"graphql": "^17.0.0-alpha.7"
45+
"graphql": "^16.9.0"
4646
}
4747
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/mock-fs": "^4.13.4",
6969
"cross-env": "^7.0.2",
7070
"debounce-promise": "^3.1.2",
71-
"graphql": "^17.0.0-alpha.7",
71+
"graphql": "^16.9.0",
7272
"mock-fs": "^5.2.0"
7373
}
7474
}

packages/graphql-language-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/json-schema": "7.0.9",
4646
"@types/picomatch": "^2.3.0",
4747
"benchmark": "^2.1.4",
48-
"graphql": "^17.0.0-alpha.7",
48+
"graphql": "^16.9.0",
4949
"graphql-config": "5.0.3",
5050
"lodash": "^4.17.15",
5151
"platform": "^1.3.5",

packages/monaco-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"devDependencies": {
7373
"execa": "^7.1.1",
74-
"graphql": "^17.0.0-alpha.7",
74+
"graphql": "^16.9.0",
7575
"monaco-editor": "^0.39.0",
7676
"prettier": "3.3.2",
7777
"vscode-languageserver-types": "^3.17.1"

packages/monaco-graphql/test/monaco-editor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('monaco-editor', () => {
1515
// expect(lines[1]).toMatch(' building for production...');
1616
// expect(lines[2]).toBe('transforming...');
1717
expect(lines[3]).toMatch(
18-
`✓ ${parseInt(version, 10) > 16 ? 862 : 843} modules transformed.`,
18+
`✓ ${parseInt(version, 10) > 16 ? 862 : 850} modules transformed.`,
1919
);
2020
// expect(lines[4]).toBe('rendering chunks...');
2121
// expect(lines[5]).toBe('computing gzip size...');

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10543,10 +10543,10 @@ [email protected], graphql-ws@^5.5.5:
1054310543
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.14.0.tgz#766f249f3974fc2c48fae0d1fb20c2c4c79cd591"
1054410544
integrity sha512-itrUTQZP/TgswR4GSSYuwWUzrE/w5GhbwM2GX3ic2U7aw33jgEsayfIlvaj7/GcIvZgNMzsPTrE5hqPuFUiE5g==
1054510545

10546-
[email protected], graphql@^16.8.1, "graphql@^16.8.1 || ^17.0.0-alpha.2", graphql@^17.0.0-alpha.7:
10547-
version "17.0.0-alpha.7"
10548-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-17.0.0-alpha.7.tgz#707e7457d7ed5316a8d7940f78809a2eb5854383"
10549-
integrity sha512-kdteHez9s0lfNAGntSwnDBpxSl09sBWEFxFRPS/Z8K1nCD4FZ2wVGwXuj5dvrTKcqOA+O8ujAJ3CiY/jXhs14g==
10546+
"graphql@^16.8.1 || ^17.0.0-alpha.2", graphql@^16.9.0:
10547+
version "16.9.0"
10548+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
10549+
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
1055010550

1055110551
gzip-size@^5.0.0:
1055210552
version "5.1.1"

0 commit comments

Comments
 (0)