Skip to content

Update dependencies#313

Merged
pauljohanneskraft merged 1 commit into
mainfrom
dependencies
Apr 28, 2026
Merged

Update dependencies#313
pauljohanneskraft merged 1 commit into
mainfrom
dependencies

Conversation

@pauljohanneskraft

Copy link
Copy Markdown
Collaborator

Update dependencies

♻️ Current situation & Problem

Update dependencies

⚙️ Release Notes

  • Update dependencies

Code of Conduct & Contributing Guidelines

By creating and submitting this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Copilot AI review requested due to automatic review settings April 28, 2026 19:42
@coderabbitai

coderabbitai Bot commented Apr 28, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

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

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 @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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 656286d5-2ad1-48d0-9f85-09f5a13d0ab3

📥 Commits

Reviewing files that changed from the base of the PR and between 7d348d2 and 2fff800.

⛔ Files ignored due to path filters (2)
  • functions/models/package-lock.json is excluded by !**/package-lock.json
  • functions/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (8)
  • functions/models/package.json
  • functions/models/src/helpers/optionalish.ts
  • functions/models/tsconfig.json
  • functions/package.json
  • functions/src/functions/helpers.ts
  • functions/src/services/database/databaseConverter.ts
  • functions/src/services/seeding/seedingService.ts
  • functions/tsconfig.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependencies

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.

@codecov

codecov Bot commented Apr 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.77%. Comparing base (7d348d2) to head (2fff800).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           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           
Files with missing lines Coverage Δ
functions/src/functions/helpers.ts 46.16% <100.00%> (ø)
...nctions/src/services/database/databaseConverter.ts 69.24% <ø> (ø)
functions/src/services/seeding/seedingService.ts 75.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7d348d2...2fff800. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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) in functions and functions/models.
  • Updated TypeScript configuration to moduleResolution: "bundler" and added explicit types/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.

@pauljohanneskraft
pauljohanneskraft merged commit fcb6956 into main Apr 28, 2026
13 checks passed
@pauljohanneskraft
pauljohanneskraft deleted the dependencies branch April 28, 2026 19:47
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.

3 participants