Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#3681)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance

* ..

* Bump Node v23

* Better E2E tests

* No cancel in progress

* Hmm

* ..

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
  • Loading branch information
renovate[bot] and ardatan authored Jan 20, 2025
1 parent 0b206b9 commit 860258c
Show file tree
Hide file tree
Showing 9 changed files with 1,291 additions and 1,623 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
graphql-version: ['15.8.0', '16.10.0']
node-version: [18, 20, 22, 23]
graphql-version: ['15.10.1', '16.10.0']
steps:
- name: Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down Expand Up @@ -132,8 +132,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
graphql-version: ['15.8.0', '16.6.0']
node-version: [18, 20, 22, 23]
graphql-version: ['15.10.1', '16.10.0']
steps:
- name: Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down Expand Up @@ -232,7 +232,11 @@ jobs:
debug: true

e2e:
concurrency:
group: ${{ github.workflow }}-${{ matrix.plan }}
cancel-in-progress: false
strategy:
max-parallel: 1
fail-fast: false
matrix:
plan:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22
v23
2 changes: 1 addition & 1 deletion e2e/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const AVAILABLE_TEST_PLANS = {
'azure-function': azureFunctionDeployment,
'aws-lambda': awsLambdaDeployment,
'vercel-function': vercelDeployment,
'docker-node': dockerDeployment('node:22-slim'),
'docker-node': dockerDeployment('node:23'),
};

async function main() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
products:
image: 'node:22'
image: 'node:23'
user: 'node'
working_dir: /web
environment:
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-cloud-run/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-slim
FROM node:23

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion examples/issue-template/.codesandbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM node:22-bullseye
FROM node:23
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
products:
image: 'node:22'
image: 'node:23'
user: 'node'
working_dir: /web
environment:
Expand Down
2 changes: 2 additions & 0 deletions packages/nestjs-federation/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ export class YogaGatewayDriver<

await super.start({
...serverOpts,
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - There is a type mismatch here
plugins: [...(serverOpts.plugins || []), useApolloFederation({ gateway })],
});
}
Expand Down
2,888 changes: 1,275 additions & 1,613 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 860258c

Please sign in to comment.