10 Commits

Author SHA1 Message Date
renovate[bot]
c8942ea67d chore(deps): update dependency @types/react to v19.2.15 2026-05-19 22:04:01 +00:00
Masato Kikuchi
4577a77af4 Merge pull request #202 from tuna2134/dependabot/npm_and_yarn/postcss-8.5.14
Bump postcss from 8.4.31 to 8.5.14
2026-05-17 08:05:40 +09:00
dependabot[bot]
e2a5dc673b Bump postcss from 8.4.31 to 8.5.14
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.5.14.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.5.14)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.14
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-16 23:05:05 +00:00
tuna2134
846cda0c0b Update pr.yml 2026-05-14 08:03:15 +09:00
tuna2134
d90cd6c247 Update Dockerfile 2026-05-14 00:30:18 +09:00
tuna2134
090727bdae fix 2026-05-13 22:59:14 +09:00
tuna2134
02b24cb624 Update Dockerfile 2026-05-13 22:53:54 +09:00
tuna2134
9bbbfd67de Update pr.yml 2026-05-13 22:52:35 +09:00
tuna2134
f85308f9d6 Merge pull request #201 from tuna2134/renovate/npm-next-vulnerability
fix(deps): update dependency next to v16.2.6 [security]
2026-05-13 10:44:11 +09:00
renovate[bot]
3a7333bbbb fix(deps): update dependency next to v16.2.6 [security] 2026-05-12 05:52:05 +00:00
5 changed files with 254 additions and 249 deletions

View File

@@ -23,7 +23,9 @@ jobs:
cache: pnpm cache: pnpm
- name: Build checking - name: Build checking
run: | run: |
pnpm install --frozen-lockfile pnpm install --frozen-lockfile --ignore-scripts
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,7 +6,9 @@ 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 RUN pnpm install --frozen-lockfile --ignore-scripts
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.4", "next": "16.2.6",
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0" "react-dom": "^19.0.0"
}, },

491
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

2
pnpm-workspace.yaml Normal file
View File

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