Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2213)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

* Fix build

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>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
  • Loading branch information
3 people committed Dec 30, 2022
1 parent 30a323e commit a86aaa0
Show file tree
Hide file tree
Showing 43 changed files with 1,572 additions and 1,710 deletions.
6 changes: 6 additions & 0 deletions .changeset/@graphql-yoga_apollo-link-2213-dependencies.md
@@ -0,0 +1,6 @@
---
'@graphql-yoga/apollo-link': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/executor-http@0.0.7` 鈫楋笌](https://www.npmjs.com/package/@graphql-tools/executor-http/v/0.0.7) (from `0.0.4`, in `dependencies`)
- Updated dependency [`@graphql-tools/executor-apollo-link@0.0.5` 鈫楋笌](https://www.npmjs.com/package/@graphql-tools/executor-apollo-link/v/0.0.5) (from `0.0.3`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-yoga_graphiql-2213-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-yoga/graphiql': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/url-loader@7.16.28` 鈫楋笌](https://www.npmjs.com/package/@graphql-tools/url-loader/v/7.16.28) (from `7.16.22`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-yoga_plugin-apq-2213-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-yoga/plugin-apq': patch
---
dependencies updates:
- Updated dependency [`@whatwg-node/fetch@0.5.4` 鈫楋笌](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.5.4) (from `0.5.3`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-yoga_plugin-sofa-2213-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-yoga/plugin-sofa': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@9.1.3` 鈫楋笌](https://www.npmjs.com/package/@graphql-tools/utils/v/9.1.3) (from `9.1.1`, in `dependencies`)
6 changes: 6 additions & 0 deletions .changeset/@graphql-yoga_urql-exchange-2213-dependencies.md
@@ -0,0 +1,6 @@
---
'@graphql-yoga/urql-exchange': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/executor-http@0.0.7` 鈫楋笌](https://www.npmjs.com/package/@graphql-tools/executor-http/v/0.0.7) (from `0.0.4`, in `dependencies`)
- Updated dependency [`@graphql-tools/executor-urql-exchange@0.0.5` 鈫楋笌](https://www.npmjs.com/package/@graphql-tools/executor-urql-exchange/v/0.0.5) (from `0.0.3`, in `dependencies`)
7 changes: 7 additions & 0 deletions .changeset/graphql-yoga-2213-dependencies.md
@@ -0,0 +1,7 @@
---
'graphql-yoga': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/executor@0.0.11` 鈫楋笌](https://www.npmjs.com/package/@graphql-tools/executor/v/0.0.11) (from `0.0.9`, in `dependencies`)
- Updated dependency [`@whatwg-node/fetch@0.5.4` 鈫楋笌](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.5.4) (from `0.5.3`, in `dependencies`)
- Updated dependency [`@whatwg-node/server@0.5.1` 鈫楋笌](https://www.npmjs.com/package/@whatwg-node/server/v/0.5.1) (from `0.4.17`, in `dependencies`)
10 changes: 5 additions & 5 deletions e2e/package.json
Expand Up @@ -4,13 +4,13 @@
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@pulumi/pulumi": "3.48.0",
"@pulumi/cloudflare": "4.13.0",
"@pulumi/azure-native": "1.88.1",
"@pulumi/pulumi": "3.50.2",
"@pulumi/cloudflare": "4.14.0",
"@pulumi/azure-native": "1.90.0",
"@pulumi/awsx": "0.40.1",
"@pulumi/aws": "5.23.0",
"@pulumi/aws": "5.25.0",
"@pulumi/docker": "3.6.1",
"@types/node": "18.11.11",
"@types/node": "18.11.18",
"typescript": "4.9.4",
"ts-node": "10.9.1"
},
Expand Down
16 changes: 8 additions & 8 deletions examples/aws-lambda/package.json
Expand Up @@ -16,19 +16,19 @@
"postdeploy": "rm -rf cdk-out"
},
"devDependencies": {
"@aws-cdk/assert": "2.53.0",
"@aws-cdk/assert": "2.58.0",
"@types/aws-lambda": "8.10.109",
"@types/node": "18.11.11",
"@types/node": "18.11.18",
"ts-node": "10.9.1",
"esbuild": "0.15.18",
"aws-cdk": "2.53.0",
"aws-cdk-lib": "2.53.0",
"esbuild": "0.16.12",
"aws-cdk": "2.58.0",
"aws-cdk-lib": "2.58.0",
"typescript": "4.9.4"
},
"dependencies": {
"@aws-cdk/aws-apigateway": "1.181.1",
"@aws-cdk/aws-lambda": "1.181.1",
"@aws-cdk/core": "1.181.1",
"@aws-cdk/aws-apigateway": "1.186.0",
"@aws-cdk/aws-lambda": "1.186.0",
"@aws-cdk/core": "1.186.0",
"source-map-support": "^0.5.16"
}
}
2 changes: 1 addition & 1 deletion examples/azure-function/package.json
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@azure/functions": "3.5.0",
"esbuild": "0.15.18",
"esbuild": "0.16.12",
"typescript": "4.9.4",
"tslib": "2.4.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/bun/package.json
Expand Up @@ -7,11 +7,11 @@
"check": "bun wiptest"
},
"dependencies": {
"bun-types": "^0.2.0",
"bun-types": "^0.4.0",
"graphql-yoga": "3.1.2",
"graphql": "16.6.0"
},
"devDependencies": {
"@whatwg-node/fetch": "0.5.3"
"@whatwg-node/fetch": "0.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/cloudflare-advanced/package.json
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"wrangler": "2.6.1",
"wrangler": "2.6.2",
"typescript": "4.9.4",
"ts-loader": "9.4.2",
"webpack": "5.75.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-modules/package.json
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"typescript": "4.9.4",
"wrangler": "2.6.1",
"wrangler": "2.6.2",
"@cloudflare/workers-types": "4.20221111.1"
}
}
2 changes: 1 addition & 1 deletion examples/error-handling/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"graphql-yoga": "3.1.2",
"@whatwg-node/fetch": "0.5.3",
"@whatwg-node/fetch": "0.5.4",
"graphql": "^16.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-modules/package.json
Expand Up @@ -15,7 +15,7 @@
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@types/node": "18.11.11",
"@types/node": "18.11.18",
"ts-node": "10.9.1"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Expand Up @@ -12,7 +12,7 @@
"pino-pretty": "9.1.1"
},
"devDependencies": {
"@types/node": "18.11.11",
"@types/node": "18.11.18",
"ts-node": "10.9.1"
}
}
4 changes: 2 additions & 2 deletions examples/file-upload-nextjs-pothos/package.json
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"graphql-yoga": "3.1.2",
"@pothos/core": "3.23.1",
"@pothos/core": "3.24.0",
"graphql": "16.6.0",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"eslint": "8.29.0",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"typescript": "4.9.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "18.11.11",
"@types/node": "18.11.18",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-armor/package.json
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "18.11.11",
"@types/node": "18.11.18",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/hackernews/package.json
Expand Up @@ -13,19 +13,19 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@prisma/client": "4.7.1",
"@prisma/migrate": "4.7.1",
"@prisma/internals": "4.7.1",
"@types/node": "18.11.11",
"@prisma/client": "4.8.0",
"@prisma/migrate": "4.8.0",
"@prisma/internals": "4.8.0",
"@types/node": "18.11.18",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "4.9.4",
"prisma": "4.7.1"
"prisma": "4.8.0"
},
"dependencies": {
"graphql-yoga": "3.1.2",
"@graphql-tools/schema": "9.0.10",
"@graphql-tools/schema": "9.0.12",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/issue-template/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.13.11",
"private": true,
"devDependencies": {
"@types/node": "18.11.11",
"@types/node": "18.11.18",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/koa/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"graphql-yoga": "3.1.2",
"@types/koa": "2.13.5",
"koa": "2.14.0",
"koa": "2.14.1",
"supertest": "^6.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/live-query/package.json
Expand Up @@ -16,7 +16,7 @@
"@envelop/live-query": "5.0.4",
"@n1ru4l/graphql-live-query": "0.10.0",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/utils": "9.1.3",
"graphql-yoga": "3.1.2",
"graphql": "16.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/netlify-edge/package.json
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"netlify-cli": "^12.0.0",
"esbuild": "0.15.18"
"esbuild": "0.16.12"
},
"dependencies": {
"graphql-yoga": "3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-auth/package.json
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/react": "18.0.26",
"eslint": "8.29.0",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"typescript": "4.9.4"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Expand Up @@ -21,9 +21,9 @@
},
"devDependencies": {
"@types/react": "18.0.26",
"eslint": "8.29.0",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"esbuild": "0.15.18",
"esbuild": "0.16.12",
"typescript": "4.9.4"
}
}
4 changes: 2 additions & 2 deletions examples/pothos/package.json
Expand Up @@ -7,12 +7,12 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@pothos/core": "3.23.1",
"@pothos/core": "3.24.0",
"graphql-yoga": "3.1.2",
"graphql": "16.6.0"
},
"devDependencies": {
"@types/node": "18.11.11",
"@types/node": "18.11.18",
"ts-node": "10.9.1",
"typescript": "4.9.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-pub-sub/package.json
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "18.11.11",
"@types/node": "18.11.18",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/service-worker/package.json
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"typescript": "4.9.4",
"wrangler": "2.6.1"
"wrangler": "2.6.2"
}
}
12 changes: 6 additions & 6 deletions examples/sveltekit/package.json
Expand Up @@ -16,19 +16,19 @@
"postinstall": "cd ./node_modules/puppeteer && npm install"
},
"devDependencies": {
"@sveltejs/adapter-auto": "1.0.0-next.90",
"@sveltejs/adapter-auto": "1.0.0",
"@sveltejs/kit": "1.0.0-next.520",
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.29.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-svelte3": "4.0.0",
"jest": "^29.0.0",
"prettier": "2.8.0",
"prettier-plugin-svelte": "2.8.1",
"puppeteer": "19.3.0",
"svelte": "3.54.0",
"prettier": "2.8.1",
"prettier-plugin-svelte": "2.9.0",
"puppeteer": "19.4.1",
"svelte": "3.55.0",
"svelte-check": "3.0.1",
"svelte-preprocess": "5.0.0",
"tslib": "2.4.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -63,9 +63,9 @@
],
"homepage": "https://github.com/dotansimha/graphql-yoga#readme",
"devDependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.20.5",
"@babel/plugin-proposal-decorators": "7.20.7",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@changesets/changelog-github": "0.4.8",
Expand All @@ -80,7 +80,7 @@
"babel-jest": "^29.0.0",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"bob-the-bundler": "4.0.0",
"bob-the-bundler": "4.1.1",
"cross-env": "7.0.3",
"denoify": "1.4.5",
"eslint": "^8.21.0",
Expand All @@ -97,7 +97,7 @@
"ts-jest": "^29.0.0",
"typescript": "4.9.4",
"weak-napi": "2.0.2",
"wrangler": "2.6.1"
"wrangler": "2.6.2"
},
"pnpm": {
"patchedDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/client/apollo-link/package.json
Expand Up @@ -49,12 +49,12 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/executor-http": "0.0.4",
"@graphql-tools/executor-apollo-link": "0.0.3",
"@graphql-tools/executor-http": "0.0.7",
"@graphql-tools/executor-apollo-link": "0.0.5",
"tslib": "^2.3.1"
},
"devDependencies": {
"@apollo/client": "3.7.2",
"@apollo/client": "3.7.3",
"graphql-yoga": "3.1.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/client/urql-exchange/package.json
Expand Up @@ -49,12 +49,12 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/executor-http": "0.0.4",
"@graphql-tools/executor-urql-exchange": "0.0.3",
"@graphql-tools/executor-http": "0.0.7",
"@graphql-tools/executor-urql-exchange": "0.0.5",
"tslib": "^2.4.0"
},
"devDependencies": {
"@urql/core": "3.0.5",
"@urql/core": "3.1.1",
"wonka": "6.1.2",
"graphql-yoga": "3.1.2"
},
Expand Down

0 comments on commit a86aaa0

Please sign in to comment.