Skip to content

Commit 5a3d918

Browse files
Bump node from 24.17.0 to 24.18.0 (#8233)
1 parent a6959e6 commit 5a3d918

15 files changed

Lines changed: 304 additions & 309 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
restoreDeletedChangesets: true
9999
buildScript: build:libraries
100100
packageManager: pnpm
101-
nodeVersion: '24.17'
101+
nodeVersion: '24.18'
102102
secrets:
103103
githubToken: ${{ secrets.GITHUB_TOKEN }}
104104
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.17'
16+
nodeVersion: '24.18'
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.17.0
1+
24.18.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Hive Console is MIT licensed and can run on your own infrastructure. To get star
8282
This repository is a pnpm/Turborepo monorepo containing the web console, GraphQL services, CLI,
8383
workers, migrations, and integration tests.
8484

85-
Prerequisites: Node.js 24.17.0 or later, pnpm 10.33.2 or later, and Docker 26.1.1 or later.
85+
Prerequisites: Node.js 24.18.0 or later, pnpm 10.33.2 or later, and Docker 26.1.1 or later.
8686

8787
```bash
8888
pnpm install

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@graphql-hive/gateway": "2.10.4",
2626
"@types/js-yaml": "4.0.9",
27-
"@types/node": "24.12.2",
27+
"@types/node": "24.13.3",
2828
"json-schema-to-typescript": "15.0.3",
2929
"tsx": "4.19.2",
3030
"typescript": "5.7.3"

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.17.0-slim
1+
FROM node:24.18.0-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.17.0-slim
1+
FROM node:24.18.0-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.17.0-slim
1+
FROM node:24.18.0-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
@@ -11,7 +11,7 @@ networks:
1111

1212
services:
1313
local_cdn:
14-
image: node:24.17.0-alpine3.23
14+
image: node:24.18.0-alpine3.23
1515
working_dir: /app
1616
command: ['node', 'index.js']
1717
networks:
@@ -37,7 +37,7 @@ services:
3737
S3_BUCKET_NAME: artifacts
3838

3939
local_broker:
40-
image: node:24.17.0-alpine3.23
40+
image: node:24.18.0-alpine3.23
4141
working_dir: /app
4242
command: ['node', 'broker.js']
4343
networks:
@@ -89,7 +89,7 @@ services:
8989
SECRET: '${EXTERNAL_COMPOSITION_SECRET}'
9090

9191
external_composition:
92-
image: node:24.17.0-alpine3.23
92+
image: node:24.18.0-alpine3.23
9393
working_dir: /app
9494
command: ['node', 'example.mjs']
9595
networks:
@@ -291,10 +291,10 @@ services:
291291

292292
# It's not part of integration tests
293293
app:
294-
image: node:24.17.0-alpine3.23
294+
image: node:24.18.0-alpine3.23
295295
command: ['npx', 'http-server']
296296

297297
# Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
298298
zookeeper:
299-
image: node:24.17.0-alpine3.23
299+
image: node:24.18.0-alpine3.23
300300
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.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
1616
"engines": {
17-
"node": ">=24.17.0",
17+
"node": ">=24.18.0",
1818
"pnpm": ">=10.33.2"
1919
},
2020
"scripts": {
@@ -88,7 +88,7 @@
8888
"@theguild/eslint-config": "0.12.1",
8989
"@theguild/federation-composition": "0.23.1",
9090
"@theguild/prettier-config": "2.0.7",
91-
"@types/node": "24.12.2",
91+
"@types/node": "24.13.3",
9292
"bob-the-bundler": "7.0.1",
9393
"dotenv": "16.4.7",
9494
"eslint": "8.57.1",

0 commit comments

Comments
 (0)