Skip to content

chore: bump Waku to 1.0.0-beta.0 and audit dependencies#165

Merged
sasagar merged 1 commit into
devfrom
chore/issue-163-update-waku-beta-and-deps
May 13, 2026
Merged

chore: bump Waku to 1.0.0-beta.0 and audit dependencies#165
sasagar merged 1 commit into
devfrom
chore/issue-163-update-waku-beta-and-deps

Conversation

@sasagar
Copy link
Copy Markdown
Collaborator

@sasagar sasagar commented May 13, 2026

Closes #163

Summary

  • Waku を ^1.0.0-alpha.6^1.0.0-beta.0(明示的に semver range を変更)
  • 各 package で bun update を実行し、semver range 内 minor/patch を一括適用
  • axios は本リポジトリに存在しない(直接・間接いずれも未検出)ため除去対応は不要

Changes

Frontend

Package Before After
waku ^1.0.0-alpha.6 ^1.0.0-beta.0
jotai 2.19.1 2.20.0
lucide-react 1.7.0 1.14.0
react / react-dom / react-server-dom-webpack 19.2.4 19.2.6
react-aria-components 1.16.0 1.17.0
react-hook-form 7.72.1 7.75.0
vite 8.0.7 8.0.12
@rolldown/plugin-babel 0.2.2 0.2.3
@tailwindcss/vite / tailwindcss 4.2.2 4.3.0
@storybook/* 10.3.4 10.3.6

Backend

Package Before After
@aws-sdk/client-s3 3.1025.0 3.1045.0
better-sqlite3 12.8.0 12.10.0
bullmq 5.73.0 5.76.8
hono 4.12.12 4.12.18
mysql2 3.20.0 3.22.3
zod 4.3.6 4.4.3
bun-types / vitest patch bump patch bump

Root / Shared

  • @playwright/test / playwright: 1.59 → 1.60
  • typedoc 0.28.18 → 0.28.19
  • vite-plus 0.1.15 → 0.1.21
  • @types/bun, bun-types: patch

Skipped (require dedicated PRs due to breaking changes)

  • typescript 5.9 → 6.0
  • @lingui/* 5 → 6
  • @hono/zod-validator 0.7 → 0.8
  • mfm-js 0.25 → 0.26
  • rollup-plugin-visualizer 6 → 7

Test plan

  • bun run typecheck (backend + frontend) — pass
  • bun run lint — 0 warnings, 0 errors (577 files)
  • bun test src/tests/unit/1012 pass, 0 fail
  • bun run build (backend + frontend) — succeeds
  • dev server で手動疎通確認(reviewer 側で)

Note on axios

調査の結果、本リポジトリは axios に直接依存も間接依存もしていない(ソース・package.json・bun.lock すべてで未検出)。HTTP クライアントは Hono の fetch / Bun の fetch ベースで運用されている。

- waku: ^1.0.0-alpha.6 → ^1.0.0-beta.0 (semver range bump, registry latest)
- Apply all in-range minor/patch updates across root + 3 packages

Backend:
- @aws-sdk/client-s3 3.1025 → 3.1045 (patch)
- better-sqlite3 12.8 → 12.10 (minor)
- bullmq 5.73 → 5.76 (minor)
- hono 4.12.12 → 4.12.18 (patch)
- mysql2 3.20 → 3.22 (minor)
- zod 4.3.6 → 4.4.3 (minor)
- bun-types 1.3.11 → 1.3.14, vitest 4.1.3 → 4.1.6

Frontend:
- jotai 2.19 → 2.20 (minor)
- lucide-react 1.7 → 1.14 (minor)
- react/react-dom/react-server-dom-webpack 19.2.4 → 19.2.6 (patch)
- react-aria-components 1.16 → 1.17 (minor)
- react-hook-form 7.72 → 7.75 (minor)
- vite 8.0.7 → 8.0.12 (patch)
- @rolldown/plugin-babel 0.2.2 → 0.2.3
- @tailwindcss/vite, tailwindcss 4.2.2 → 4.3.0 (minor)
- @storybook/* 10.3.4 → 10.3.6 (patch)

Root: @playwright/test, playwright 1.59 → 1.60 (minor), typedoc patch,
vite-plus 0.1.15 → 0.1.21, bun-types/types/bun patch.

Shared: vite-plus and bun-types patches.

Verification:
- bun run typecheck (backend + frontend) — pass
- bun run lint — 0 warnings, 0 errors (577 files)
- bun test src/tests/unit/ — 1012 pass, 0 fail
- bun run build (backend + frontend) — succeeds

Note on axios: this repo has no direct nor transitive axios dependency
(verified in source, package.json, and bun.lock).

Skipped (require dedicated PRs due to breaking changes):
- typescript 5.9 → 6.0
- @lingui/* 5 → 6
- @hono/zod-validator 0.7 → 0.8
- mfm-js 0.25 → 0.26
- rollup-plugin-visualizer 6 → 7
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 13, 2026

Warning

Rate limit exceeded

@sasagar has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 37 minutes and 34 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4c985778-32ef-4c36-b3b8-eea8e7809798

📥 Commits

Reviewing files that changed from the base of the PR and between cab99a4 and 9d227c7.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (4)
  • package.json
  • packages/backend/package.json
  • packages/frontend/package.json
  • packages/shared/package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/issue-163-update-waku-beta-and-deps

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sasagar
Copy link
Copy Markdown
Collaborator Author

sasagar commented May 13, 2026

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 13, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@sasagar sasagar merged commit 3c76a5c into dev May 13, 2026
5 checks passed
@sasagar sasagar deleted the chore/issue-163-update-waku-beta-and-deps branch May 13, 2026 17:09
This was referenced May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant