Update dependencies#313
Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ 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: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (8)
✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #313 +/- ##
=======================================
Coverage 82.77% 82.77%
=======================================
Files 93 93
Lines 3836 3836
Branches 976 976
=======================================
Hits 3175 3175
Misses 654 654
Partials 7 7
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates the Firebase Functions and shared models workspace to newer dependency versions and aligns TypeScript compiler settings with the upgraded toolchain.
Changes:
- Bumped runtime/dev dependencies (notably
firebase-functions,twilio,zod,jest,typescript) infunctionsandfunctions/models. - Updated TypeScript configuration to
moduleResolution: "bundler"and added explicittypes/ignoreDeprecations. - Removed a few now-unnecessary type assertions / ESLint suppression comments around Zod parsing and request handling.
Reviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| functions/tsconfig.json | Adjusts TS compiler options for the upgraded TS/tooling (bundler resolution, types, deprecation suppression). |
| functions/src/services/seeding/seedingService.ts | Simplifies Zod parse calls by removing redundant casts. |
| functions/src/services/database/databaseConverter.ts | Removes an ESLint suppression comment; keeps Zod-validated conversion flow. |
| functions/src/functions/helpers.ts | Minor typing cleanup in validatedOnCall handler invocation. |
| functions/package.json | Bumps Functions workspace dependencies/devDependencies (Firebase, Twilio, Zod, Jest, TS, lint/format tooling). |
| functions/models/tsconfig.json | Aligns Models TS config with bundler resolution and explicit Node types. |
| functions/models/src/helpers/optionalish.ts | Removes an ESLint suppression comment around a transform. |
| functions/models/package.json | Bumps Models workspace dependencies/devDependencies (Zod, Jest/TS, lint/format tooling). |
| functions/models/package-lock.json | Regenerates lockfile to reflect updated Models dependencies. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update dependencies
♻️ Current situation & Problem
Update dependencies
⚙️ Release Notes
Code of Conduct & Contributing Guidelines
By creating and submitting this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: