From 055ef7551069fe3f03dabb4527efdd89a65c617b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 Jun 2025 02:04:31 +0000 Subject: [PATCH 1/3] Update node Docker tag to v24 --- Dockerfile | 2 +- Dockerfile.dev | 2 +- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6f6aa9e..d5f4676 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Based on https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile -FROM node:23-alpine AS base +FROM node:24-alpine AS base # Install dependencies only when needed FROM base AS deps diff --git a/Dockerfile.dev b/Dockerfile.dev index 7ed40bd..22bedcc 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,6 +1,6 @@ # Based on https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile -FROM node:23-alpine AS base +FROM node:24-alpine AS base # Install dependencies only when needed FROM base AS deps diff --git a/package.json b/package.json index 5311ef2..4415d9d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@playwright/test": "^1.52.0", "@types/bcrypt": "^5.0.2", - "@types/node": "22.15.31", + "@types/node": "24.0.1", "@types/react": "18.3.23", "@types/react-dom": "18.3.7", "wait-on": "^8.0.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6e8a14c..93e653a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,8 +82,8 @@ importers: specifier: ^5.0.2 version: 5.0.2 '@types/node': - specifier: 22.15.31 - version: 22.15.31 + specifier: 24.0.1 + version: 24.0.1 '@types/react': specifier: 18.3.23 version: 18.3.23 @@ -511,8 +511,8 @@ packages: '@types/mdurl@2.0.0': resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==} - '@types/node@22.15.31': - resolution: {integrity: sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==} + '@types/node@24.0.1': + resolution: {integrity: sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw==} '@types/prop-types@15.7.12': resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} @@ -1332,8 +1332,8 @@ packages: uc.micro@2.1.0: resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} - undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@7.8.0: + resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} update-browserslist-db@1.1.3: resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} @@ -1753,7 +1753,7 @@ snapshots: '@types/bcrypt@5.0.2': dependencies: - '@types/node': 22.15.31 + '@types/node': 24.0.1 '@types/linkify-it@5.0.0': {} @@ -1764,9 +1764,9 @@ snapshots: '@types/mdurl@2.0.0': {} - '@types/node@22.15.31': + '@types/node@24.0.1': dependencies: - undici-types: 6.21.0 + undici-types: 7.8.0 '@types/prop-types@15.7.12': {} @@ -2601,7 +2601,7 @@ snapshots: uc.micro@2.1.0: {} - undici-types@6.21.0: {} + undici-types@7.8.0: {} update-browserslist-db@1.1.3(browserslist@4.24.4): dependencies: From e9e0ec7c13a91f374a398bc74735fcff5364767c Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 15 Jun 2025 13:27:44 +0200 Subject: [PATCH 2/3] Update .nvmrc --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 41106da..6c0e11a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -23.11.1 \ No newline at end of file +24.2.0 \ No newline at end of file From 41bd2ad2b55f7932e78c177b990aae1f90d7b917 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 15 Jun 2025 13:35:24 +0200 Subject: [PATCH 3/3] Fix CI to use the node versino defined in .nvmrc --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7b863f2..9350b80 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: lts/* + node-version-file: .nvmrc - name: Install dependencies run: npm install -g pnpm && pnpm install - name: Build the service that will be tested