Revert "chore(deps): update pnpm to v11 and lint-staged to v17"

This reverts commit 3e95d2c71b.
This commit is contained in:
Amir Raminfar
2026-05-07 08:34:56 -07:00
parent 3e95d2c71b
commit 5dccbf5a6e
4 changed files with 930 additions and 153 deletions
+3 -5
View File
@@ -3,17 +3,15 @@ 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-lock.yaml pnpm-workspace.yaml ./
RUN pnpm fetch --ignore-scripts
COPY pnpm-*.yaml ./
RUN pnpm fetch --ignore-scripts --no-optional
# Copy package.json and install dependencies
COPY package.json ./
RUN pnpm install --offline --ignore-scripts --ignore-workspace
RUN pnpm install --offline --ignore-scripts --no-optional
# 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@11.0.8",
"packageManager": "pnpm@10.33.2",
"type": "module",
"repository": {
"type": "git",
@@ -99,7 +99,7 @@
"concurrently": "^9.2.1",
"eventsourcemock": "^2.0.0",
"jsdom": "^29.0.2",
"lint-staged": "^17.0.2",
"lint-staged": "^16.4.0",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.3",
"simple-git-hooks": "^2.13.1",
+925 -143
View File
File diff suppressed because it is too large Load Diff
-3
View File
@@ -1,6 +1,3 @@
packages:
- docs
- e2e
onlyBuiltDependencies:
- esbuild
- simple-git-hooks