chore(deps): update all-dependencies
Some checks failed
Build and Push Docker Image / build (pull_request) Failing after 15s

This commit is contained in:
Renovate Bot
2026-01-29 08:01:43 +00:00
parent 5c2111040c
commit e24b62cd98
8 changed files with 486 additions and 703 deletions

View File

@@ -25,7 +25,7 @@ jobs:
apk add --no-cache nodejs npm git apk add --no-cache nodejs npm git
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v6
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3

View File

@@ -23,7 +23,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v6
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3

View File

@@ -1 +1 @@
v25.4.0 25.5.0

View File

@@ -1,5 +1,5 @@
# Stage 1: Build the Next.js frontend # Stage 1: Build the Next.js frontend
FROM docker.io/library/node:24-alpine AS frontend-builder FROM docker.io/library/node:25-alpine AS frontend-builder
LABEL authors="lucasoskorep" LABEL authors="lucasoskorep"
WORKDIR /build/mta-sign-ui WORKDIR /build/mta-sign-ui

View File

@@ -1 +1 @@
v20 24

View File

@@ -22,20 +22,20 @@
"postcss": "^8.5.1", "postcss": "^8.5.1",
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
"tailwindcss": "^3.4.17" "tailwindcss": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/react": "^16.1.0", "@testing-library/react": "^16.1.0",
"@types/node": "^22.10.7", "@types/node": "^25.0.0",
"@types/react": "^19.0.7", "@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3", "@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^5.0.0",
"chokidar-cli": "^3.0.0", "chokidar-cli": "^3.0.0",
"eslint": "^9.18.0", "eslint": "^9.18.0",
"eslint-config-next": "^16.1.2", "eslint-config-next": "^16.1.2",
"jsdom": "^26.0.0", "jsdom": "^27.0.0",
"typescript": "^5.7.3", "typescript": "^5.7.3",
"vitest": "^3.0.0" "vitest": "^4.0.0"
}, },
"packageManager": "pnpm@10.28.1" "packageManager": "pnpm@10.28.2"
} }

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,3 @@
{ {
"packageManager": "yarn@4.1.0" "packageManager": "yarn@4.12.0"
} }