Skip to content
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

bump versions #294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

bump versions #294

wants to merge 1 commit into from

Conversation

jsbroks
Copy link
Member

@jsbroks jsbroks commented Jan 27, 2025

Summary by CodeRabbit

  • Dependency Updates
    • Updated multiple package dependencies across event-worker, webservice, API, and UI packages
    • Key updates include:
      • @octokit/auth-app upgraded to ^7.1.4
      • @ai-sdk/openai upgraded to ^1.1.4
      • @tanstack/react-query and @tanstack/react-table updated
      • Various other minor version increments for libraries like react-hook-form, recharts, and next-themes

Copy link
Contributor

coderabbitai bot commented Jan 27, 2025

Walkthrough

This pull request focuses on updating dependency versions across multiple packages in the project. The changes primarily involve incrementing versions of various libraries such as @octokit/auth-app, @hookform/resolvers, @tabler/icons-react, and others. These updates span four different package.json files: event-worker, webservice, api, and ui packages. The modifications appear to be routine dependency upgrades, likely to incorporate bug fixes, minor improvements, or compatibility updates.

Changes

File Changes
apps/event-worker/package.json - Updated @octokit/auth-app from ^7.1.0 to ^7.1.4
apps/webservice/package.json - Multiple dependency updates including:
- @ai-sdk/openai: ^0.0.72^1.1.4
- @octokit/auth-app: ^7.1.0^7.1.4
- @tanstack/react-query: ^5.35.5^5.64.2
- Several other minor version increments
packages/api/package.json - Updated @octokit/auth-app from ^7.1.0 to ^7.1.4
- Updated superjson from 2.2.1 to 2.2.2
packages/ui/package.json - Updated @hookform/resolvers: ^3.3.4^3.10.0
- Updated @tabler/icons-react: ^3.17.0^3.29.0
- Updated next-themes: ^0.3.0^0.4.4
- Updated react-hook-form: ^7.51.4^7.54.2
- Updated recharts: ^2.1.12^2.15.0

Possibly related PRs

Poem

🐰 Hop, hop, dependencies dance!
Versions bump with every glance
Libraries grow, code gets neat
Upgrades make our project sweet
Rabbit's code is always bright! 🚀


📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3dbdf4a and 64a96bd.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (4)
  • apps/event-worker/package.json (1 hunks)
  • apps/webservice/package.json (4 hunks)
  • packages/api/package.json (2 hunks)
  • packages/ui/package.json (2 hunks)
✅ Files skipped from review due to trivial changes (1)
  • apps/event-worker/package.json
🔇 Additional comments (5)
packages/api/package.json (1)

29-29: LGTM! Minor version bumps look safe.

Both updates are patch version increments:

  • @octokit/auth-app: ^7.1.0 → ^7.1.4
  • superjson: 2.2.1 → 2.2.2

These changes suggest bug fixes only, with no breaking changes.

Also applies to: 43-43

packages/ui/package.json (2)

46-46: LGTM! Other UI package updates look safe.

The following updates maintain the same major versions:

  • @tabler/icons-react: ^3.17.0 → ^3.29.0
  • next-themes: ^0.3.0 → ^0.4.4
  • recharts: ^2.1.12 → ^2.15.0

Also applies to: 57-57, 58-58


23-23: Verify compatibility between form packages.

The significant version jump in @hookform/resolvers (3.3 → 3.10) while react-hook-form moves from 7.51 to 7.54 requires verification of compatibility.

Also applies to: 54-54

✅ Verification successful

Packages are compatible

The version of react-hook-form (7.54.2) satisfies the peer dependency requirement of @hookform/resolvers (^7.0.0), confirming their compatibility.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check compatibility between react-hook-form and @hookform/resolvers

# Get the latest compatible versions
npm info [email protected] peerDependencies
npm info @hookform/[email protected] peerDependencies

# Check for any reported issues
npm view [email protected] bugs.url
npm view @hookform/[email protected] bugs.url

Length of output: 379

apps/webservice/package.json (2)

27-27: LGTM! Package versions are consistent across workspaces.

The updated versions align with those in the UI package:

  • @hookform/resolvers: ^3.10.0
  • @tabler/icons-react: ^3.29.0
  • next-themes: ^0.4.4
  • react-hook-form: ^7.54.2
  • recharts: ^2.15.0

Other updates maintain the same major versions and appear safe.

Also applies to: 31-31, 33-33, 39-39, 40-40, 41-41, 42-42, 67-67, 68-68, 69-69, 74-74, 75-75, 76-76, 77-77, 79-79, 83-83, 84-84


18-18: Review breaking changes in @ai-sdk/openai.

Major version bump from ^0.0.72 to ^1.1.4 indicates breaking changes. Please review the changelog and update the integration code accordingly.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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