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

fix(deps): update all non-major dependencies #3728

Merged
merged 1 commit into from
Feb 7, 2025
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
deno-version: v1.x

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Get pnpm store path
id: pnpm-store
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Get pnpm store path
id: pnpm-store
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Get pnpm store path
id: pnpm-store
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
with:
node-version-file: '.node-version'
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0
- name: Get pnpm store path
id: pnpm-store
run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
node-version-file: '.node-version'

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Get pnpm store path
id: pnpm-store
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version-file: '.node-version'

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Get pnpm store path
id: pnpm-store
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"dependencies": {
"@pulumi/aws": "6.67.0",
"@pulumi/awsx": "2.21.0",
"@pulumi/azure-native": "2.85.0",
"@pulumi/azure-native": "2.86.0",
"@pulumi/cloudflare": "5.49.0",
"@pulumi/docker": "4.6.1",
"@pulumi/pulumi": "3.148.0",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"tsx": "4.19.2",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/apollo-federation-compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/typescript": "4.1.3",
"@graphql-codegen/typescript-resolvers": "4.4.2",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"esbuild": "0.24.2"
}
}
4 changes: 2 additions & 2 deletions examples/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"devDependencies": {
"@aws-cdk/assert": "2.68.0",
"@types/aws-lambda": "8.10.147",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"aws-cdk": "2.177.0",
"aws-cdk-lib": "2.177.0",
"aws-cdk-lib": "2.178.0",
"esbuild": "0.24.2",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@azure/functions": "4.6.0",
"@azure/functions": "4.6.1",
"esbuild": "0.24.2",
"tslib": "2.8.1",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"ts-loader": "9.5.2",
"typescript": "5.7.3",
"webpack": "5.97.1",
"wrangler": "3.107.2"
"wrangler": "3.107.3"
}
}
4 changes: 2 additions & 2 deletions examples/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20250129.0",
"@cloudflare/workers-types": "4.20250204.0",
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.7.3",
"wrangler": "3.107.2"
"wrangler": "3.107.3"
}
}
2 changes: 1 addition & 1 deletion examples/cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"ts-node": "10.9.2"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@graphql-tools/utils": "^10.6.1",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"ts-node": "10.9.2"
}
}
2 changes: 1 addition & 1 deletion examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@google-cloud/functions-framework": "3.4.5",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@whatwg-node/fetch": "0.10.3",
"cross-env": "7.0.3",
"tsx": "4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-armor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"cross-env": "7.0.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"devDependencies": {
"@eddeee888/gcg-typescript-resolver-files": "0.12.0",
"@graphql-codegen/cli": "5.0.4",
"@prisma/client": "6.3.0",
"@prisma/internals": "6.3.0",
"@prisma/migrate": "6.3.0",
"@types/node": "22.13.0",
"@prisma/client": "6.3.1",
"@prisma/internals": "6.3.1",
"@prisma/migrate": "6.3.1",
"@types/node": "22.13.1",
"cross-env": "7.0.3",
"prisma": "6.3.0",
"prisma": "6.3.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/issue-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "next start"
},
"dependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-legacy-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"esbuild": "0.24.2",
"eslint": "9.19.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ws": "8.18.0"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/ws": "8.5.14",
"eslint": "9.19.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-pub-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ioredis": "5.4.2"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"cross-env": "7.0.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/request-cancelation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@whatwg-node/fetch": "^0.10.1",
"cross-env": "7.0.3",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@whatwg-node/fetch": "^0.10.1",
"cross-env": "7.0.3",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.7.3",
"wrangler": "3.107.2"
"wrangler": "3.107.3"
}
}
4 changes: 2 additions & 2 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"jest": "^29.0.0",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.3",
"svelte": "5.19.6",
"svelte": "5.19.9",
"svelte-check": "4.1.4",
"svelte-preprocess": "6.0.3",
"tslib": "2.8.1",
"typescript": "5.7.3",
"vite": "6.0.11"
"vite": "6.1.0"
},
"dependencies": {
"@envelop/graphql-jit": "8.0.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"license": "MIT",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.1.3"
Expand Down Expand Up @@ -84,7 +84,7 @@
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"typescript": "5.7.3",
"wrangler": "3.107.2"
"wrangler": "3.107.3"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/client/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@apollo/client": "3.12.8",
"@apollo/client": "3.12.10",
"graphql-yoga": "workspace:*"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"vite": "6.0.11"
"vite": "6.1.0"
},
"sideEffects": false,
"bob": false
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@jest/globals": "^29.2.1",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
"@repeaterjs/repeater": "^3.0.4",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"globby": "^14.0.2",
"graphql": "16.10.0",
"graphql-http": "^1.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"graphql-yoga": "workspace:^"
},
"devDependencies": {
"@apollo/client": "3.12.8",
"@apollo/client": "3.12.10",
"crypto-hash": "3.1.0",
"graphql-yoga": "workspace:*"
},
Expand Down
Loading
Loading