-
Notifications
You must be signed in to change notification settings - Fork 582
chore: dogfooding our ratelimiter before I make a PR to cal #3730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: dogfooding our ratelimiter before I make a PR to cal #3730
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📝 WalkthroughWalkthroughThis change updates the versions of two dependencies: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (8)📓 Common learnings
📚 Learning: in the unkey codebase, openapi 3.1 is used, which allows sibling keys (such as `description`) alongs...
Applied to files:
📚 Learning: applies to **/*.test.{ts,tsx} : use vitest for unit and integration tests in typescript projects...
Applied to files:
📚 Learning: applies to **/vitest.{unit,integration}.ts : separate vitest configs: vitest.unit.ts and vitest.inte...
Applied to files:
📚 Learning: the `cloudflareratelimiter` type definition in `apps/api/src/pkg/env.ts` should not have its interfa...
Applied to files:
📚 Learning: the vault.ts file in apps/dashboard/lib/vault.ts is a duplicate of the vault package from the `api` ...
Applied to files:
📚 Learning: the vault implementation in `apps/dashboard/lib/vault.ts` is a duplicate of the vault package from `...
Applied to files:
📚 Learning: in the unkey dashboard, when making database queries involving workspaces, use `ctx.workspace.id` di...
Applied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
🔇 Additional comments (2)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Thank you for following the naming conventions for pull request titles! 🙏 |
What does this PR do?
Updates package dependencies to newer versions:
@unkey/api
from 2.0.0 to 2.0.3 in the API app@unkey/ratelimit
from 2.0.0 to 2.1.2 in the dashboard appFixes # (issue)
Type of change
How should this be tested?
@unkey/api
package@unkey/ratelimit
packageChecklist
Required
pnpm build
pnpm fmt
console.logs
git pull origin main
Summary by CodeRabbit