chore: bump Waku to 1.0.0-beta.0 and audit dependencies#165
Conversation
- 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
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Closes #163
Summary
^1.0.0-alpha.6→^1.0.0-beta.0(明示的に semver range を変更)bun updateを実行し、semver range 内 minor/patch を一括適用Changes
Frontend
^1.0.0-alpha.6^1.0.0-beta.0Backend
Root / Shared
Skipped (require dedicated PRs due to breaking changes)
Test plan
bun run typecheck(backend + frontend) — passbun run lint— 0 warnings, 0 errors (577 files)bun test src/tests/unit/— 1012 pass, 0 failbun run build(backend + frontend) — succeedsNote on axios
調査の結果、本リポジトリは axios に直接依存も間接依存もしていない(ソース・package.json・bun.lock すべてで未検出)。HTTP クライアントは Hono の
fetch/ Bun のfetchベースで運用されている。