1 Commits

Author SHA1 Message Date
renovate[bot]
49f2d6228c chore(deps): update react monorepo to v19.2.6 2026-05-09 23:44:39 +00:00
5 changed files with 266 additions and 243 deletions

View File

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

View File

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

View File

@@ -15,7 +15,7 @@
"@next/mdx": "^16.0.0",
"@types/mdx": "^2.0.13",
"iconoir-react": "^7.11.0",
"next": "16.2.6",
"next": "16.2.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},

497
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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