1 Commits

Author SHA1 Message Date
renovate[bot]
524bcc86ed chore(deps): update pnpm/action-setup action to v6 2026-04-10 21:47:51 +00:00
5 changed files with 286 additions and 292 deletions

View File

@@ -23,9 +23,7 @@ jobs:
cache: pnpm cache: pnpm
- name: Build checking - name: Build checking
run: | run: |
pnpm install --frozen-lockfile --ignore-scripts pnpm install --frozen-lockfile
pnpm approve-builds sharp
pnpm rebuild sharp
pnpm build pnpm build
- name: Enable auto-merge for Renovate PRs - name: Enable auto-merge for Renovate PRs
run: gh pr merge --auto --merge "$PR_URL" run: gh pr merge --auto --merge "$PR_URL"

View File

@@ -6,9 +6,7 @@ ENV OUTPUT=standalone
RUN corepack enable RUN corepack enable
COPY pnpm-lock.yaml package.json . COPY pnpm-lock.yaml package.json .
RUN pnpm install --frozen-lockfile --ignore-scripts RUN pnpm install --frozen-lockfile
RUN pnpm approve-builds sharp
RUN pnpm rebuild sharp
COPY . . COPY . .
RUN pnpm build RUN pnpm build

View File

@@ -15,7 +15,7 @@
"@next/mdx": "^16.0.0", "@next/mdx": "^16.0.0",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"iconoir-react": "^7.11.0", "iconoir-react": "^7.11.0",
"next": "16.2.6", "next": "16.2.3",
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0" "react-dom": "^19.0.0"
}, },
@@ -26,7 +26,7 @@
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.8.0", "prettier-plugin-tailwindcss": "^0.7.0",
"tailwindcss": "^4", "tailwindcss": "^4",
"typescript": "^6.0.0" "typescript": "^6.0.0"
} }

564
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +0,0 @@
allowBuilds:
sharp: true