chore(deps): update pnpm to v11 and lint-staged to v17 (#4683)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Amir Raminfar
2026-05-07 09:02:52 -07:00
committed by GitHub
parent 5dccbf5a6e
commit bec7d1ed2b
4 changed files with 153 additions and 931 deletions
+5 -3
View File
@@ -3,15 +3,17 @@ FROM --platform=$BUILDPLATFORM node:25.9.0-alpine AS node
RUN npm install -g --force corepack && corepack enable
ENV CI=true
WORKDIR /build
# Install dependencies from lock file
COPY pnpm-*.yaml ./
RUN pnpm fetch --ignore-scripts --no-optional
COPY pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm fetch --ignore-scripts
# Copy package.json and install dependencies
COPY package.json ./
RUN pnpm install --offline --ignore-scripts --no-optional
RUN pnpm install --offline --ignore-scripts
# Copy assets and translations to build
COPY vite.config.ts tsconfig.json .prettierrc.cjs .npmrc ./
+2 -2
View File
@@ -6,7 +6,7 @@
"bugs": {
"url": "https://github.com/amir20/dozzle/issues"
},
"packageManager": "pnpm@10.33.2",
"packageManager": "pnpm@11.0.8",
"type": "module",
"repository": {
"type": "git",
@@ -99,7 +99,7 @@
"concurrently": "^9.2.1",
"eventsourcemock": "^2.0.0",
"jsdom": "^29.0.2",
"lint-staged": "^16.4.0",
"lint-staged": "^17.0.2",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.3",
"simple-git-hooks": "^2.13.1",
+143 -925
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -1,3 +1,5 @@
packages:
- docs
- e2e
allowBuilds:
esbuild: true
simple-git-hooks: true