Skip to content

Commit

Permalink
chore(deps): update node.js to 22.13 (#6323)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent a7f9d50 commit 91a4b34
Show file tree
Hide file tree
Showing 11 changed files with 233 additions and 480 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12
22.13
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12
22.13
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": {
"@types/js-yaml": "4.0.9",
"@types/mime-types": "2.1.4",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/tar-stream": "3.1.3",
"@types/tmp": "0.2.6",
"json-schema-to-typescript": "15.0.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:22.12.0-slim
FROM node:22.13.0-slim

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

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:22.12.0-slim
FROM node:22.13.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:22.12.0-slim
FROM node:22.13.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 @@ -12,7 +12,7 @@ networks:

services:
local_cdn:
image: node:22.12.0-alpine3.20
image: node:22.13.0-alpine3.20
working_dir: /app
command: ['node', 'index.js']
networks:
Expand All @@ -38,7 +38,7 @@ services:
S3_BUCKET_NAME: artifacts

local_broker:
image: node:22.12.0-alpine3.20
image: node:22.13.0-alpine3.20
working_dir: /app
command: ['node', 'broker.js']
networks:
Expand Down Expand Up @@ -90,7 +90,7 @@ services:
SECRET: '${EXTERNAL_COMPOSITION_SECRET}'

external_composition:
image: node:22.12.0-alpine3.20
image: node:22.13.0-alpine3.20
working_dir: /app
command: ['node', 'example.mjs']
networks:
Expand Down Expand Up @@ -280,10 +280,10 @@ services:

# It's not part of integration tests
app:
image: node:22.12.0-alpine3.20
image: node:22.13.0-alpine3.20
command: ['npx', 'http-server']

# Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
zookeeper:
image: node:22.12.0-alpine3.20
image: node:22.13.0-alpine3.20
command: ['npx', 'http-server']
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@swc/core": "1.10.6",
"@theguild/eslint-config": "0.12.1",
"@theguild/prettier-config": "2.0.7",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"bob-the-bundler": "7.0.1",
"cypress": "13.17.0",
"dotenv": "16.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@graphql-hive/core": "workspace:*",
"@hive/service-common": "workspace:*",
"@types/bcryptjs": "2.4.6",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/pg": "8.11.10",
"@whatwg-node/fetch": "0.10.1",
"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 @@ -20,7 +20,7 @@
"@sentry/node": "7.120.2",
"@sentry/types": "7.120.2",
"@tgriesser/schemats": "9.0.1",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/pg": "8.11.10",
"dotenv": "16.4.7",
"fast-json-stable-stringify": "2.1.0",
Expand Down
685 changes: 219 additions & 466 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 91a4b34

Please sign in to comment.