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>
This commit is contained in:
Jonathan Brennan 2026-04-07 04:26:02 -05:00 committed by GitHub
parent 9ce8fda7f8
commit ca69b1c59f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 301 additions and 301 deletions

View file

@ -93,7 +93,7 @@ jobs:
restoreDeletedChangesets: true
buildScript: build:libraries
packageManager: pnpm
nodeVersion: '24.13'
nodeVersion: '24.14'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}

View file

@ -13,7 +13,7 @@ jobs:
npmTag: alpha
buildScript: build:libraries
packageManager: pnpm
nodeVersion: '24.13'
nodeVersion: '24.14'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}

View file

@ -1 +1 @@
24.13
24.14.1

View file

@ -25,7 +25,7 @@
"@graphql-hive/gateway": "^2.1.19",
"@types/js-yaml": "4.0.9",
"@types/mime-types": "2.1.4",
"@types/node": "24.10.9",
"@types/node": "24.12.2",
"@types/tmp": "0.2.6",
"json-schema-to-typescript": "15.0.3",
"tmp": "0.2.5",

View file

@ -1,4 +1,4 @@
FROM node:24.13.0-slim
FROM node:24.14.1-slim
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates git && rm -rf /var/lib/apt/lists/*

View file

@ -1,4 +1,4 @@
FROM node:24.13.0-slim
FROM node:24.14.1-slim
RUN apt-get update && apt-get install -y ca-certificates

View file

@ -1,4 +1,4 @@
FROM node:24.13.0-slim
FROM node:24.14.1-slim
RUN apt-get update && apt-get install -y wget ca-certificates && rm -rf /var/lib/apt/lists/*

View file

@ -12,7 +12,7 @@ networks:
services:
local_cdn:
image: node:24.13.0-alpine3.23
image: node:24.14.1-alpine3.23
working_dir: /app
command: ['node', 'index.js']
networks:
@ -38,7 +38,7 @@ services:
S3_BUCKET_NAME: artifacts
local_broker:
image: node:24.13.0-alpine3.23
image: node:24.14.1-alpine3.23
working_dir: /app
command: ['node', 'broker.js']
networks:
@ -90,7 +90,7 @@ services:
SECRET: '${EXTERNAL_COMPOSITION_SECRET}'
external_composition:
image: node:24.13.0-alpine3.23
image: node:24.14.1-alpine3.23
working_dir: /app
command: ['node', 'example.mjs']
networks:
@ -290,10 +290,10 @@ services:
# It's not part of integration tests
app:
image: node:24.13.0-alpine3.23
image: node:24.14.1-alpine3.23
command: ['npx', 'http-server']
# Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
zookeeper:
image: node:24.13.0-alpine3.23
image: node:24.14.1-alpine3.23
command: ['npx', 'http-server']

View file

@ -14,7 +14,7 @@
"private": true,
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
"engines": {
"node": ">=24.13",
"node": ">=24.14.1",
"pnpm": ">=10.16.0"
},
"scripts": {
@ -85,7 +85,7 @@
"@theguild/eslint-config": "0.12.1",
"@theguild/federation-composition": "0.22.1",
"@theguild/prettier-config": "2.0.7",
"@types/node": "24.10.9",
"@types/node": "24.12.2",
"bob-the-bundler": "7.0.1",
"cypress": "13.17.0",
"dotenv": "16.4.7",

View file

@ -61,7 +61,7 @@
},
"devDependencies": {
"@apollo/composition": "2.13.2",
"@types/node": "24.10.9",
"@types/node": "24.12.2",
"esbuild": "0.25.9",
"fastify": "5.8.3",
"graphql": "16.9.0"

View file

@ -76,7 +76,7 @@
"@tanstack/router-plugin": "^1.154.13",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.23",
"@types/node": "24.10.9",
"@types/node": "24.12.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react": "^5.1.2",

View file

@ -21,7 +21,7 @@
"@hive/postgres": "workspace:*",
"@hive/service-common": "workspace:*",
"@types/bcryptjs": "2.4.6",
"@types/node": "24.10.9",
"@types/node": "24.12.2",
"@types/pg": "8.11.10",
"@whatwg-node/fetch": "0.10.13",
"bcryptjs": "2.4.3",

View file

@ -21,7 +21,7 @@
"@sentry/node": "7.120.2",
"@sentry/types": "7.120.2",
"@tgriesser/schemats": "9.0.1",
"@types/node": "24.10.9",
"@types/node": "24.12.2",
"@types/pg": "8.11.10",
"dotenv": "16.4.7",
"fast-json-stable-stringify": "2.1.0",

File diff suppressed because it is too large Load diff