Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
restoreDeletedChangesets: true
buildScript: build:libraries
packageManager: pnpm
nodeVersion: '24.17'
nodeVersion: '24.18'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
npmTag: alpha
buildScript: build:libraries
packageManager: pnpm
nodeVersion: '24.17'
nodeVersion: '24.18'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.17.0
24.18.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Hive Console is MIT licensed and can run on your own infrastructure. To get star
This repository is a pnpm/Turborepo monorepo containing the web console, GraphQL services, CLI,
workers, migrations, and integration tests.

Prerequisites: Node.js 24.17.0 or later, pnpm 10.33.2 or later, and Docker 26.1.1 or later.
Prerequisites: Node.js 24.18.0 or later, pnpm 10.33.2 or later, and Docker 26.1.1 or later.

```bash
pnpm install
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@graphql-hive/gateway": "2.10.4",
"@types/js-yaml": "4.0.9",
"@types/node": "24.12.2",
"@types/node": "24.13.3",
"json-schema-to-typescript": "15.0.3",
"tsx": "4.19.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion docker/cli.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.17.0-slim
FROM node:24.18.0-slim

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

Expand Down
2 changes: 1 addition & 1 deletion docker/migrations.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.17.0-slim
FROM node:24.18.0-slim

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

Expand Down
2 changes: 1 addition & 1 deletion docker/services.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.17.0-slim
FROM node:24.18.0-slim

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

Expand Down
10 changes: 5 additions & 5 deletions integration-tests/docker-compose.integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ networks:

services:
local_cdn:
image: node:24.17.0-alpine3.23
image: node:24.18.0-alpine3.23
working_dir: /app
command: ['node', 'index.js']
networks:
Expand All @@ -37,7 +37,7 @@ services:
S3_BUCKET_NAME: artifacts

local_broker:
image: node:24.17.0-alpine3.23
image: node:24.18.0-alpine3.23
working_dir: /app
command: ['node', 'broker.js']
networks:
Expand Down Expand Up @@ -89,7 +89,7 @@ services:
SECRET: '${EXTERNAL_COMPOSITION_SECRET}'

external_composition:
image: node:24.17.0-alpine3.23
image: node:24.18.0-alpine3.23
working_dir: /app
command: ['node', 'example.mjs']
networks:
Expand Down Expand Up @@ -291,10 +291,10 @@ services:

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

# Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
zookeeper:
image: node:24.17.0-alpine3.23
image: node:24.18.0-alpine3.23
command: ['npx', 'http-server']
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"private": true,
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
"engines": {
"node": ">=24.17.0",
"node": ">=24.18.0",
"pnpm": ">=10.33.2"
},
"scripts": {
Expand Down Expand Up @@ -88,7 +88,7 @@
"@theguild/eslint-config": "0.12.1",
"@theguild/federation-composition": "0.23.1",
"@theguild/prettier-config": "2.0.7",
"@types/node": "24.12.2",
"@types/node": "24.13.3",
"bob-the-bundler": "7.0.1",
"dotenv": "16.4.7",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/external-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@apollo/composition": "2.14.0",
"@types/node": "24.12.2",
"@types/node": "24.13.3",
"esbuild": "0.28.1",
"fastify": "5.8.5",
"graphql": "16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@testing-library/react": "^16.3.2",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.23",
"@types/node": "24.12.2",
"@types/node": "24.13.3",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@hive/postgres": "workspace:*",
"@hive/service-common": "workspace:*",
"@types/bcryptjs": "2.4.6",
"@types/node": "24.12.2",
"@types/node": "24.13.3",
"@types/pg": "8.11.10",
"@whatwg-node/fetch": "0.10.13",
"bcryptjs": "2.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sentry/node": "7.120.2",
"@sentry/types": "7.120.2",
"@tgriesser/schemats": "9.0.1",
"@types/node": "24.12.2",
"@types/node": "24.13.3",
"@types/pg": "8.11.10",
"dotenv": "16.4.7",
"fast-json-stable-stringify": "2.1.0",
Expand Down
Loading
Loading