Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (ardatan#1999)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Oct 13, 2023
1 parent 8edc5d7 commit aba3c5c
Show file tree
Hide file tree
Showing 23 changed files with 625 additions and 754 deletions.
8 changes: 8 additions & 0 deletions .changeset/@envelop_graphql-jit-1999-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@envelop/graphql-jit': patch
---

dependencies updates:

- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/graphql-jit/v/0.8.4)
(from `0.8.2`, in `dependencies`)
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@envelop/validation-cache": "*",
"@graphql-tools/schema": "10.0.0",
"faker": "5.5.3",
"fastify": "4.23.2",
"fastify": "4.24.1",
"graphql": "16.8.1"
}
}
2 changes: 1 addition & 1 deletion examples/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@azure/functions": "4.0.1",
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"worktop": "0.7.3"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20231002.0",
"@types/node": "18.18.4",
"@cloudflare/workers-types": "4.20231010.0",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/express-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/google-cloud-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@azure/functions": "4.0.1",
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-helix-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@envelop/auth0": "*",
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"fastify": "4.23.2",
"fastify": "4.24.1",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-helix-defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"fastify": "4.23.2",
"fastify": "4.24.1",
"graphql": "experimental-stream-defer",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"fastify": "4.23.2",
"fastify": "4.24.1",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-http": "^1.18.0"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ws": "8.14.2"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"@types/ws": "8.5.7",
"ts-node": "10.9.1",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-sse": "^2.0.0"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"@types/ws": "8.5.7",
"ts-node": "10.9.1",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ws": "8.14.2"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"@types/ws": "8.5.7",
"ts-node": "10.9.1",
"typescript": "5.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/lambda-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"aws-sdk": "2.1472.0",
"aws-sdk": "2.1473.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.124",
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@envelop/core": "*",
"fastify": "4.23.2",
"fastify": "4.24.1",
"graphql": "16.8.1",
"graphql-helix": "1.13.0",
"nexus": "1.3.0",
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@envelop/core": "*",
"class-validator": "0.14.0",
"fastify": "4.23.2",
"fastify": "4.24.1",
"graphql": "16.8.1",
"graphql-helix": "1.13.0",
"reflect-metadata": "0.1.13",
"type-graphql": "1.1.1"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/with-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"dependencies": {
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"fastify": "4.23.2",
"fastify": "4.24.1",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"tsup": "7.2.0",
"typescript": "5.1.3"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"ts:check": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/core": "7.23.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.0",
"@babel/preset-env": "7.22.20",
"@babel/plugin-proposal-decorators": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.24.2",
"@theguild/prettier-config": "2.0.1",
"@types/benchmark": "2.1.3",
"@types/jest": "29.5.5",
"@types/k6": "0.47.0",
"@types/node": "20.8.4",
"@types/node": "20.8.5",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"bob-the-bundler": "7.0.1",
Expand All @@ -45,7 +45,7 @@
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.1.0",
"eslint-plugin-n": "16.2.0",
"eslint-plugin-package-json": "^0.1.4",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "48.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-jit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"graphql-jit": "0.8.2",
"graphql-jit": "0.8.4",
"tslib": "^2.5.0",
"value-or-promise": "^1.0.12"
},
Expand Down
Loading

0 comments on commit aba3c5c

Please sign in to comment.