Skip to content

Commit ce9ff3c

Browse files
chore(deps): update (#108)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b6cd99 commit ce9ff3c

File tree

11 files changed

+1100
-1181
lines changed

11 files changed

+1100
-1181
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ const client = createClient({
499499
<summary><a href="#browser">🔗</a> Client usage in browser</summary>
500500

501501
```html
502-
<!DOCTYPE html>
502+
<!doctype html>
503503
<html>
504504
<head>
505505
<meta charset="utf-8" />

implementations/apollo-server/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
7878
"status": 400,
7979
"headers": {
8080
"x-powered-by": "Express",
81-
"etag": "W/\"5b5-Q6ut7DVnfsRxEbZjOrUj1KopMXo\"",
81+
"etag": "W/\"5b5-WE/w7Y0ow7pGF6V8qZOp2nJ9k9c\"",
8282
"date": "<timestamp>",
8383
"content-type": "application/json; charset=utf-8",
8484
"content-length": "1461",
@@ -96,7 +96,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
9696
" at new GraphQLErrorWithCode (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:7:9)",
9797
" at new BadRequestError (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:75:9)",
9898
" at preventCsrf (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/preventCsrf.js:29:11)",
99-
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:495:17)",
99+
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:496:17)",
100100
" at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
101101
],
102102
"code": "BAD_REQUEST"
@@ -116,7 +116,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
116116
"status": 400,
117117
"headers": {
118118
"x-powered-by": "Express",
119-
"etag": "W/\"5b5-Q6ut7DVnfsRxEbZjOrUj1KopMXo\"",
119+
"etag": "W/\"5b5-WE/w7Y0ow7pGF6V8qZOp2nJ9k9c\"",
120120
"date": "<timestamp>",
121121
"content-type": "application/graphql-response+json; charset=utf-8",
122122
"content-length": "1461",
@@ -134,7 +134,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
134134
" at new GraphQLErrorWithCode (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:7:9)",
135135
" at new BadRequestError (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:75:9)",
136136
" at preventCsrf (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/preventCsrf.js:29:11)",
137-
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:495:17)",
137+
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:496:17)",
138138
" at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
139139
],
140140
"code": "BAD_REQUEST"
@@ -154,7 +154,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
154154
"status": 400,
155155
"headers": {
156156
"x-powered-by": "Express",
157-
"etag": "W/\"5b5-Q6ut7DVnfsRxEbZjOrUj1KopMXo\"",
157+
"etag": "W/\"5b5-WE/w7Y0ow7pGF6V8qZOp2nJ9k9c\"",
158158
"date": "<timestamp>",
159159
"content-type": "application/json; charset=utf-8",
160160
"content-length": "1461",
@@ -172,7 +172,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
172172
" at new GraphQLErrorWithCode (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:7:9)",
173173
" at new BadRequestError (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:75:9)",
174174
" at preventCsrf (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/preventCsrf.js:29:11)",
175-
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:495:17)",
175+
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:496:17)",
176176
" at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
177177
],
178178
"code": "BAD_REQUEST"
@@ -295,7 +295,7 @@ The server <i>SHOULD</i> support these, but is not required.
295295
"status": 400,
296296
"headers": {
297297
"x-powered-by": "Express",
298-
"etag": "W/\"bb6-SgkEvu1+T1zymJDygzcrM5AiAbk\"",
298+
"etag": "W/\"bb6-vPz/l41su8zHD6Ce0Me0LiRYgOc\"",
299299
"date": "<timestamp>",
300300
"content-type": "application/json; charset=utf-8",
301301
"content-length": "2998",
@@ -323,7 +323,7 @@ The server <i>SHOULD</i> support these, but is not required.
323323
" at validate (/home/runner/work/graphql-http/graphql-http/node_modules/graphql/validation/validate.js:91:24)",
324324
" at processGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/requestPipeline.js:97:34)",
325325
" at process.processTicksAndRejections (node:internal/process/task_queues:95:5)",
326-
" at async internalExecuteOperation (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:602:16)",
326+
" at async internalExecuteOperation (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:603:16)",
327327
" at async runHttpQuery (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/runHttpQuery.js:129:29)",
328328
" at async runPotentiallyBatchedHttpQuery (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/httpBatching.js:34:16)"
329329
],
@@ -348,7 +348,7 @@ The server <i>SHOULD</i> support these, but is not required.
348348
" at validate (/home/runner/work/graphql-http/graphql-http/node_modules/graphql/validation/validate.js:91:24)",
349349
" at processGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/requestPipeline.js:97:34)",
350350
" at process.processTicksAndRejections (node:internal/process/task_queues:95:5)",
351-
" at async internalExecuteOperation (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:602:16)",
351+
" at async internalExecuteOperation (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:603:16)",
352352
" at async runHttpQuery (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/runHttpQuery.js:129:29)",
353353
" at async runPotentiallyBatchedHttpQuery (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/httpBatching.js:34:16)"
354354
],

implementations/apollo-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "node ."
99
},
1010
"dependencies": {
11-
"@apollo/server": "^4.7.5",
12-
"graphql": "^16.7.1"
11+
"@apollo/server": "^4.9.1",
12+
"graphql": "^16.8.0"
1313
}
1414
}

implementations/express-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"dependencies": {
1111
"express": "^4.18.2",
1212
"express-graphql": "^0.12.0",
13-
"graphql": "^16.7.1"
13+
"graphql": "^16.8.0"
1414
}
1515
}

implementations/graphql-helix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"express": "^4.18.2",
12-
"graphql": "^16.7.1",
12+
"graphql": "^16.8.0",
1313
"graphql-helix": "^1.13.0"
1414
},
1515
"devDependencies": {

implementations/graphql-yoga/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "node ."
99
},
1010
"dependencies": {
11-
"graphql": "^16.7.1",
12-
"graphql-yoga": "^4.0.3"
11+
"graphql": "^16.8.0",
12+
"graphql-yoga": "^4.0.4"
1313
}
1414
}

implementations/lighthouse/README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
593593
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
594594
}
595595
],
596-
"line": 137,
596+
"line": 139,
597597
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
598598
}
599599
}
@@ -824,7 +824,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
824824
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
825825
}
826826
],
827-
"line": 141,
827+
"line": 143,
828828
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
829829
}
830830
}
@@ -1055,7 +1055,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
10551055
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
10561056
}
10571057
],
1058-
"line": 141,
1058+
"line": 143,
10591059
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
10601060
}
10611061
}
@@ -1286,7 +1286,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
12861286
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
12871287
}
12881288
],
1289-
"line": 141,
1289+
"line": 143,
12901290
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
12911291
}
12921292
}
@@ -1517,7 +1517,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
15171517
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
15181518
}
15191519
],
1520-
"line": 141,
1520+
"line": 143,
15211521
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
15221522
}
15231523
}
@@ -1748,7 +1748,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
17481748
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
17491749
}
17501750
],
1751-
"line": 155,
1751+
"line": 157,
17521752
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
17531753
}
17541754
}
@@ -1979,7 +1979,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
19791979
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
19801980
}
19811981
],
1982-
"line": 155,
1982+
"line": 157,
19831983
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
19841984
}
19851985
}
@@ -2210,7 +2210,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
22102210
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
22112211
}
22122212
],
2213-
"line": 155,
2213+
"line": 157,
22142214
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
22152215
}
22162216
}
@@ -2441,7 +2441,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
24412441
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
24422442
}
24432443
],
2444-
"line": 155,
2444+
"line": 157,
24452445
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
24462446
}
24472447
}
@@ -2672,7 +2672,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
26722672
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
26732673
}
26742674
],
2675-
"line": 162,
2675+
"line": 164,
26762676
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
26772677
}
26782678
}
@@ -2903,7 +2903,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
29032903
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
29042904
}
29052905
],
2906-
"line": 162,
2906+
"line": 164,
29072907
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
29082908
}
29092909
}
@@ -3134,7 +3134,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
31343134
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
31353135
}
31363136
],
3137-
"line": 162,
3137+
"line": 164,
31383138
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
31393139
}
31403140
}
@@ -3365,7 +3365,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
33653365
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
33663366
}
33673367
],
3368-
"line": 162,
3368+
"line": 164,
33693369
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
33703370
}
33713371
}
@@ -3688,7 +3688,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
36883688
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
36893689
}
36903690
],
3691-
"line": 137,
3691+
"line": 139,
36923692
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
36933693
}
36943694
}
@@ -3919,7 +3919,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
39193919
"file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php"
39203920
}
39213921
],
3922-
"line": 137,
3922+
"line": 139,
39233923
"file": "/app/vendor/webonyx/graphql-php/src/Server/Helper.php"
39243924
}
39253925
}
@@ -3982,7 +3982,7 @@ The server <i>SHOULD</i> support these, but is not required.
39823982
}
39833983
],
39843984
"extensions": {
3985-
"line": 380,
3985+
"line": 382,
39863986
"file": "/app/vendor/webonyx/graphql-php/src/Language/Parser.php"
39873987
}
39883988
}
@@ -4017,7 +4017,7 @@ The server <i>SHOULD</i> support these, but is not required.
40174017
}
40184018
],
40194019
"extensions": {
4020-
"line": 380,
4020+
"line": 382,
40214021
"file": "/app/vendor/webonyx/graphql-php/src/Language/Parser.php"
40224022
}
40234023
}
@@ -4052,7 +4052,7 @@ The server <i>SHOULD</i> support these, but is not required.
40524052
}
40534053
],
40544054
"extensions": {
4055-
"line": 380,
4055+
"line": 382,
40564056
"file": "/app/vendor/webonyx/graphql-php/src/Language/Parser.php"
40574057
}
40584058
}
@@ -4087,7 +4087,7 @@ The server <i>SHOULD</i> support these, but is not required.
40874087
}
40884088
],
40894089
"extensions": {
4090-
"line": 380,
4090+
"line": 382,
40914091
"file": "/app/vendor/webonyx/graphql-php/src/Language/Parser.php"
40924092
}
40934093
}

implementations/mercurius/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"start": "node ."
99
},
1010
"dependencies": {
11-
"fastify": "^4.19.2",
12-
"graphql": "^16.7.1",
13-
"mercurius": "^13.0.0"
11+
"fastify": "^4.21.0",
12+
"graphql": "^16.8.0",
13+
"mercurius": "^13.1.0"
1414
}
1515
}

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -116,43 +116,43 @@
116116
"graphql": ">=0.11 <=16"
117117
},
118118
"devDependencies": {
119-
"@cspell/cspell-types": "^6.31.1",
119+
"@cspell/cspell-types": "^7.0.0",
120120
"@netlify/functions": "^1.6.0",
121121
"@rollup/plugin-terser": "^0.4.3",
122122
"@rollup/plugin-typescript": "^11.1.2",
123123
"@semantic-release/changelog": "^6.0.3",
124124
"@semantic-release/git": "^10.0.1",
125-
"@types/eslint": "^8.44.0",
125+
"@types/eslint": "^8.44.2",
126126
"@types/express": "^4.17.17",
127127
"@types/glob": "^8.1.0",
128128
"@types/html-validator": "^5.0.3",
129-
"@types/k6": "^0.45.0",
130-
"@types/koa": "^2.13.6",
129+
"@types/k6": "^0.46.0",
130+
"@types/koa": "^2.13.8",
131131
"@types/koa-mount": "^4.0.2",
132-
"@typescript-eslint/eslint-plugin": "^5.61.0",
133-
"@typescript-eslint/parser": "^5.61.0",
134-
"@whatwg-node/fetch": "^0.9.7",
135-
"cspell": "^6.31.1",
136-
"eslint": "^8.44.0",
137-
"eslint-config-prettier": "^8.8.0",
132+
"@typescript-eslint/eslint-plugin": "^6.4.0",
133+
"@typescript-eslint/parser": "^6.4.0",
134+
"@whatwg-node/fetch": "^0.9.9",
135+
"cspell": "^7.0.0",
136+
"eslint": "^8.47.0",
137+
"eslint-config-prettier": "^9.0.0",
138138
"express": "^4.18.2",
139-
"fastify": "^4.19.2",
140-
"glob": "^10.3.2",
141-
"graphql": "^16.7.1",
139+
"fastify": "^4.21.0",
140+
"glob": "^10.3.3",
141+
"graphql": "^16.8.0",
142142
"html-validator": "^6.0.1",
143143
"koa": "^2.14.2",
144144
"koa-mount": "^4.0.0",
145-
"node-fetch": "^3.3.1",
146-
"prettier": "^2.8.8",
147-
"rollup": "^3.26.2",
145+
"node-fetch": "^3.3.2",
146+
"prettier": "^3.0.1",
147+
"rollup": "^3.28.0",
148148
"rollup-plugin-gzip": "^3.1.0",
149149
"semantic-release": "^21.0.7",
150-
"tslib": "^2.6.0",
150+
"tslib": "^2.6.1",
151151
"tsx": "^3.12.7",
152152
"typedoc": "^0.24.8",
153-
"typedoc-plugin-markdown": "^3.15.3",
153+
"typedoc-plugin-markdown": "^3.15.4",
154154
"typescript": "^5.1.6",
155-
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.30.0",
156-
"vitest": "^0.33.0"
155+
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.31.0",
156+
"vitest": "^0.34.1"
157157
}
158158
}

website/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)