Skip to content

Commit 450314b

Browse files
jonathanawesomegemini-code-assist[bot]n1ru4l
committed
update node to 24.14.1 and @types/node to 24.12.2 to address Aikido i… (#7946)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
1 parent 072b9c1 commit 450314b

14 files changed

Lines changed: 301 additions & 301 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
restoreDeletedChangesets: true
9494
buildScript: build:libraries
9595
packageManager: pnpm
96-
nodeVersion: '24.13'
96+
nodeVersion: '24.14'
9797
secrets:
9898
githubToken: ${{ secrets.GITHUB_TOKEN }}
9999
npmToken: ${{ secrets.NPM_TOKEN }}

.github/workflows/release-alpha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
npmTag: alpha
1414
buildScript: build:libraries
1515
packageManager: pnpm
16-
nodeVersion: '24.13'
16+
nodeVersion: '24.14'
1717
secrets:
1818
githubToken: ${{ secrets.GITHUB_TOKEN }}
1919
npmToken: ${{ secrets.NPM_TOKEN }}

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.13
1+
24.14.1

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@graphql-hive/gateway": "^2.1.19",
2626
"@types/js-yaml": "4.0.9",
2727
"@types/mime-types": "2.1.4",
28-
"@types/node": "24.10.9",
28+
"@types/node": "24.12.2",
2929
"@types/tmp": "0.2.6",
3030
"json-schema-to-typescript": "15.0.3",
3131
"tmp": "0.2.5",

docker/cli.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.13.0-slim
1+
FROM node:24.14.1-slim
22

33
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates git && rm -rf /var/lib/apt/lists/*
44

docker/migrations.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.13.0-slim
1+
FROM node:24.14.1-slim
22

33
RUN apt-get update && apt-get install -y ca-certificates
44

docker/services.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.13.0-slim
1+
FROM node:24.14.1-slim
22

33
RUN apt-get update && apt-get install -y wget ca-certificates && rm -rf /var/lib/apt/lists/*
44

integration-tests/docker-compose.integration.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ networks:
1212

1313
services:
1414
local_cdn:
15-
image: node:24.13.0-alpine3.23
15+
image: node:24.14.1-alpine3.23
1616
working_dir: /app
1717
command: ['node', 'index.js']
1818
networks:
@@ -38,7 +38,7 @@ services:
3838
S3_BUCKET_NAME: artifacts
3939

4040
local_broker:
41-
image: node:24.13.0-alpine3.23
41+
image: node:24.14.1-alpine3.23
4242
working_dir: /app
4343
command: ['node', 'broker.js']
4444
networks:
@@ -90,7 +90,7 @@ services:
9090
SECRET: '${EXTERNAL_COMPOSITION_SECRET}'
9191

9292
external_composition:
93-
image: node:24.13.0-alpine3.23
93+
image: node:24.14.1-alpine3.23
9494
working_dir: /app
9595
command: ['node', 'example.mjs']
9696
networks:
@@ -290,10 +290,10 @@ services:
290290

291291
# It's not part of integration tests
292292
app:
293-
image: node:24.13.0-alpine3.23
293+
image: node:24.14.1-alpine3.23
294294
command: ['npx', 'http-server']
295295

296296
# Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
297297
zookeeper:
298-
image: node:24.13.0-alpine3.23
298+
image: node:24.14.1-alpine3.23
299299
command: ['npx', 'http-server']

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"private": true,
1515
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
1616
"engines": {
17-
"node": ">=24.13",
17+
"node": ">=24.14.1",
1818
"pnpm": ">=10.16.0"
1919
},
2020
"scripts": {
@@ -85,7 +85,7 @@
8585
"@theguild/eslint-config": "0.12.1",
8686
"@theguild/federation-composition": "0.22.1",
8787
"@theguild/prettier-config": "2.0.7",
88-
"@types/node": "24.10.9",
88+
"@types/node": "24.12.2",
8989
"bob-the-bundler": "7.0.1",
9090
"cypress": "13.17.0",
9191
"dotenv": "16.4.7",

packages/libraries/external-composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@apollo/composition": "2.13.2",
64-
"@types/node": "24.10.9",
64+
"@types/node": "24.12.2",
6565
"esbuild": "0.25.9",
6666
"fastify": "5.8.3",
6767
"graphql": "16.9.0"

0 commit comments

Comments
 (0)