Skip to content
Open
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
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
node-version:
- 18
- 20
- 22
- 24
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
node-version:
- 18
- 20
- 22
- 24
# Service containers to run with `runner-job`
services:
# Label used to access the service container
Expand Down Expand Up @@ -189,7 +189,6 @@ jobs:
max_attempts: 3
command: yarn test:integration
- name: Run Leak Tests
if: matrix.node-version == 18
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
with:
timeout_minutes: 10
Expand All @@ -202,7 +201,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, 20, 22]
node-version: [18, 20, 24]
steps:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v23
v24
2 changes: 1 addition & 1 deletion examples/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"graphql": "16.11.0"
},
"devDependencies": {
"jest": "29.7.0"
"jest": "30.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/federation-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"concurrently": "9.1.2",
"delay-cli": "2.0.0",
"graphql": "^16.10.0",
"jest": "29.7.0",
"jest": "30.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/apollo-upload-client": "18.0.0",
"@types/jest": "29.5.14",
"@types/jest": "30.0.0",
"@types/node": "22.15.21",
"@types/react": "19.1.5",
"@types/react-dom": "19.1.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/node": "22.15.21",
"jest": "29.7.0",
"jest": "30.0.4",
"ts-jest": "29.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@types/node": "22.15.21",
"concurrently": "9.1.2",
"jest": "29.7.0",
"jest": "30.0.4",
"ts-jest": "29.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/node": "22.15.21",
"jest": "29.7.0",
"jest": "30.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"graphql-yoga": "^5.13.4"
},
"devDependencies": {
"jest": "29.7.0"
"jest": "30.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/json-schema-covid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"graphql": "16.11.0"
},
"devDependencies": {
"jest": "29.7.0"
"jest": "30.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"graphql": "16.11.0"
},
"devDependencies": {
"jest": "29.7.0"
"jest": "30.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"mongoose": "8.15.0"
},
"devDependencies": {
"jest": "29.7.0"
"jest": "30.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/mysql-rfam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"graphql": "16.11.0"
},
"devDependencies": {
"jest": "29.7.0"
"jest": "30.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/persisted-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"graphql-yoga": "^5.13.4"
},
"devDependencies": {
"jest": "29.7.0"
"jest": "30.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/programmatic-batching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/node": "22.15.21",
"concurrently": "9.1.2",
"jest": "29.7.0",
"jest": "30.0.4",
"ts-node": "^10.9.2",
"typescript": "5.8.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"graphql": "16.11.0"
},
"devDependencies": {
"jest": "29.7.0"
"jest": "30.0.4"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
"@theguild/prettier-config": "3.0.1",
"@tsconfig/node16": "^16.1.3",
"@tsconfig/recommended": "^1.0.5",
"@types/jest": "29.5.14",
"@types/jest": "30.0.0",
"@types/node": "22.15.21",
"@typescript-eslint/eslint-plugin": "8.37.0",
"@typescript-eslint/parser": "8.37.0",
"babel-jest": "29.7.0",
"babel-jest": "30.0.4",
"bob-the-bundler": "7.0.1",
"cp-cli": "^2.0.0",
"cross-env": "^7.0.3",
Expand All @@ -95,7 +95,7 @@
"globby": "11.1.0",
"graphql": "16.11.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest": "30.0.4",
"lint-staged": "16.0.0",
"lru-cache": "11.1.0",
"minimatch": "10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/redis/test/cache.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('redis', () => {
protocol => {
expect(() => {
using redis = new RedisCache({ url: `${protocol}localhost:6379`, logger });
}).toThrowError('Redis URL must use either redis:// or rediss://');
}).toThrow('Redis URL must use either redis:// or rediss://');
},
);
});
Expand Down
Loading
Loading