Skip to content

🚀 Release v1.7.1

Choose a tag to compare

@github-actions github-actions released this 22 May 16:34
· 42 commits to main since this release
6f86cf0

📝 更新日志

👥 贡献者

🔄 更新指南

Docker

# 拉取最新代码
git pull

# 停止并删除容器
docker stop kuma-mieru
docker rm kuma-mieru

# 拉取 v1 主版本通道镜像
docker pull ghcr.io/alice39s/kuma-mieru:1

# 启动容器
docker run -d \
  --name kuma-mieru \
  -p 3883:3000 \
  -e UPTIME_KUMA_URLS=https://your_uptime_kuma_url/status/your_page_id \
  -e KUMA_MIERU_TITLE="My Status Page" \
  ghcr.io/alice39s/kuma-mieru:1

Docker Compose

# 拉取最新代码
git pull

# 更新镜像并启动容器
docker compose pull
docker compose up -d

What's Changed

  • chore(deps): bump @next/bundle-analyzer from 16.2.3 to 16.2.4 by @dependabot[bot] in #394
  • chore(deps): bump @typescript-eslint/parser from 8.58.2 to 8.59.0 by @dependabot[bot] in #397
  • chore(deps): bump oxfmt from 0.45.0 to 0.46.0 by @dependabot[bot] in #398
  • chore(deps): bump typescript from 6.0.2 to 6.0.3 by @dependabot[bot] in #399
  • chore(deps): bump @tailwindcss/postcss from 4.2.2 to 4.2.4 by @dependabot[bot] in #403
  • chore(deps): bump @opennextjs/cloudflare from 1.19.1 to 1.19.3 by @dependabot[bot] in #404
  • chore(deps): bump @typescript-eslint/eslint-plugin from 8.58.2 to 8.59.0 by @dependabot[bot] in #401
  • chore(deps): bump oxlint from 1.60.0 to 1.61.0 by @dependabot[bot] in #402
  • chore(deps): bump wrangler from 4.83.0 to 4.84.1 by @dependabot[bot] in #400
  • chore(deps): bump lucide-react from 1.8.0 to 1.14.0 by @dependabot[bot] in #405
  • chore(deps): bump wrangler from 4.84.1 to 4.86.0 by @dependabot[bot] in #406
  • chore(deps): bump @typescript-eslint/parser from 8.59.0 to 8.59.1 by @dependabot[bot] in #407
  • chore(deps): bump zod from 4.3.6 to 4.4.1 by @dependabot[bot] in #408
  • chore(deps): bump oxlint from 1.61.0 to 1.62.0 by @dependabot[bot] in #409
  • chore(deps): bump next-intl from 4.9.1 to 4.11.0 by @dependabot[bot] in #411
  • chore(deps): bump intl-messageformat from 11.2.1 to 11.2.3 by @dependabot[bot] in #412
  • chore(deps): bump @opennextjs/cloudflare from 1.19.3 to 1.19.4 by @dependabot[bot] in #415
  • chore(deps): bump postcss from 8.5.10 to 8.5.12 by @dependabot[bot] in #410
  • chore(deps): bump oxfmt from 0.46.0 to 0.47.0 by @dependabot[bot] in #413
  • chore(deps): bump @typescript-eslint/eslint-plugin from 8.59.0 to 8.59.1 by @dependabot[bot] in #414
  • chore(deps): bump node from 24-alpine to 26-alpine by @dependabot[bot] in #416
  • chore(deps): bump @next/bundle-analyzer from 16.2.4 to 16.2.5 by @dependabot[bot] in #417
  • chore(deps): bump rehype-expressive-code from 0.41.7 to 0.42.0 by @dependabot[bot] in #418
  • chore(deps): bump next from 16.2.4 to 16.2.5 by @dependabot[bot] in #419
  • chore(deps): bump zod from 4.4.1 to 4.4.3 by @dependabot[bot] in #420
  • chore(deps): bump @typescript-eslint/eslint-plugin from 8.59.1 to 8.59.2 by @dependabot[bot] in #421
  • chore(deps): bump wrangler from 4.86.0 to 4.88.0 by @dependabot[bot] in #422
  • chore(deps): bump oxfmt from 0.47.0 to 0.48.0 by @dependabot[bot] in #424
  • chore(deps): bump react-dom from 19.2.5 to 19.2.6 by @dependabot[bot] in #427
  • chore(deps): bump postcss from 8.5.12 to 8.5.14 by @dependabot[bot] in #425
  • chore(deps): bump @expressive-code/plugin-shiki from 0.41.7 to 0.42.0 by @dependabot[bot] in #423
  • chore(deps): bump @opennextjs/cloudflare from 1.19.4 to 1.19.7 by @dependabot[bot] in #426
  • chore(deps): bump intl-messageformat from 11.2.3 to 11.2.4 by @dependabot[bot] in #430
  • chore(deps): bump oxlint from 1.62.0 to 1.63.0 by @dependabot[bot] in #431
  • chore(deps): bump @typescript-eslint/parser from 8.59.1 to 8.59.2 by @dependabot[bot] in #428
  • chore(deps): bump expressive-code from 0.41.7 to 0.42.0 by @dependabot[bot] in #429
  • chore(deps): bump @next/eslint-plugin-next from 16.2.4 to 16.2.5 by @dependabot[bot] in #433
  • chore(deps): bump react from 19.2.5 to 19.2.6 by @dependabot[bot] in #432
  • chore(deps): bump @next/eslint-plugin-next from 16.2.5 to 16.2.6 by @dependabot[bot] in #434
  • chore(deps): bump @next/bundle-analyzer from 16.2.5 to 16.2.6 by @dependabot[bot] in #435
  • chore(deps): bump @types/node from 25.6.0 to 25.7.0 by @dependabot[bot] in #436
  • chore(deps): bump oxlint from 1.63.0 to 1.64.0 by @dependabot[bot] in #437
  • chore(deps): bump next-intl from 4.11.0 to 4.12.0 by @dependabot[bot] in #438
  • chore(deps): bump intl-messageformat from 11.2.4 to 11.2.5 by @dependabot[bot] in #439
  • chore(deps): bump wrangler from 4.88.0 to 4.90.1 by @dependabot[bot] in #440
  • chore(deps): bump @typescript-eslint/parser from 8.59.2 to 8.59.3 by @dependabot[bot] in #442
  • chore(deps): bump tailwind-merge from 3.5.0 to 3.6.0 by @dependabot[bot] in #444
  • chore(deps): bump @tailwindcss/postcss from 4.2.4 to 4.3.0 by @dependabot[bot] in #447
  • chore(deps): bump @opennextjs/cloudflare from 1.19.7 to 1.19.9 by @dependabot[bot] in #443
  • chore(deps): bump next from 16.2.5 to 16.2.6 by @dependabot[bot] in #441
  • chore(deps): bump oxfmt from 0.48.0 to 0.49.0 by @dependabot[bot] in #445
  • chore(deps): bump @typescript-eslint/eslint-plugin from 8.59.2 to 8.59.3 by @dependabot[bot] in #446
  • chore(deps): bump oxfmt from 0.49.0 to 0.51.0 by @dependabot[bot] in #448
  • chore(deps): bump @typescript-eslint/parser from 8.59.3 to 8.59.4 by @dependabot[bot] in #449
  • chore(deps): bump wrangler from 4.90.1 to 4.93.0 by @dependabot[bot] in #450
  • chore(deps): bump postcss from 8.5.14 to 8.5.15 by @dependabot[bot] in #451
  • chore(deps): bump framer-motion from 12.38.0 to 12.39.0 by @dependabot[bot] in #452
  • chore(deps): bump @opennextjs/cloudflare from 1.19.9 to 1.19.11 by @dependabot[bot] in #453
  • chore(deps): bump @types/node from 25.7.0 to 25.9.1 by @dependabot[bot] in #454
  • chore(deps): bump lucide-react from 1.14.0 to 1.16.0 by @dependabot[bot] in #456
  • chore(deps): bump @types/react from 19.2.14 to 19.2.15 by @dependabot[bot] in #458
  • chore(deps): bump @typescript-eslint/eslint-plugin from 8.59.3 to 8.59.4 by @dependabot[bot] in #455
  • chore(deps): bump intl-messageformat from 11.2.5 to 11.2.6 by @dependabot[bot] in #460
  • chore(deps): bump shiki from 4.0.2 to 4.1.0 by @dependabot[bot] in #459
  • chore(deps): bump oxlint from 1.64.0 to 1.66.0 by @dependabot[bot] in #457
  • feat(i18n): add French (fr-FR) localization support by @ExPl0siF in #461

New Contributors

Full Changelog: v1.7.0...v1.7.1