Skip to content

Update yoga to v5 #2720

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

Closed
wants to merge 4 commits into from
Closed
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-inspector/serve-command': patch
---
dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.3.0)
(from `4.0.3`, in `dependencies`)
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [16, 18]
node_version: [18, 20]
env:
CI: true

Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.9.2
version: 9.0.6

- name: Get pnpm cache - Set output
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ outputs:
changes:
description: Total number of changes
runs:
using: node16
using: node18
main: action/index.js
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"license": "MIT",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.0.6",
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8.9.2"
"node": ">=18.0.0",
"pnpm": ">=9.0.6"
},
"keywords": [
"graphql",
Expand Down
4 changes: 2 additions & 2 deletions packages/commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -66,7 +66,7 @@
"dependencies": {
"@graphql-inspector/commands": "workspace:*",
"@graphql-inspector/logger": "workspace:*",
"graphql-yoga": "4.0.3",
"graphql-yoga": "5.3.0",
"open": "8.4.2",
"tslib": "2.6.2"
},
Expand Down
Loading