Skip to content

chore: align dependency versions#74

Merged
CharlVS merged 2 commits intodevfrom
codex/standardise-package-versions
Jun 4, 2025
Merged

chore: align dependency versions#74
CharlVS merged 2 commits intodevfrom
codex/standardise-package-versions

Conversation

@CharlVS
Copy link
Copy Markdown
Collaborator

@CharlVS CharlVS commented Jun 3, 2025

Summary

  • standardize package versions across the workspace

Testing

  • flutter pub get --offline
  • flutter analyze
  • dart format -o none .

https://chatgpt.com/codex/tasks/task_e_683f2677fc148326bf4ef07d6b72b66d

Copilot AI review requested due to automatic review settings June 3, 2025 16:58
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jun 3, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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
🪧 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @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.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

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.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR standardizes dependency versions across the workspace by aligning minor and patch versions for core packages and dev tools.

  • Bumped key dependencies (flutter_bloc, equatable, http, intl, decimal, args, path) to uniform versions
  • Updated test and build_runner versions in dev_dependencies to ^1.25.7 and ^2.4.14 respectively
  • Fixed missing caret on version constraints (e.g., equatable in komodo_cex_market_data)

Reviewed Changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.

Show a summary per file
File Description
products/komodo_compliance_console/pubspec.yaml flutter_bloc 9.1.0 → 9.1.1
products/dex_dungeon/pubspec.yaml equatable 2.0.5 → 2.0.7, intl 0.20.0 → 0.20.2
packages/komodo_wallet_cli/pubspec.yaml test 1.25.2 → 1.25.7
packages/komodo_wallet_build_transformer/pubspec.yaml args 2.5.0 → 2.6.0, http 1.2.2 → 1.4.0, path 1.9.0 → 1.9.1, test 1.25.2 → 1.25.7
packages/komodo_ui/pubspec.yaml decimal 3.0.2 → 3.2.1, index_generator 4.0.0 → 4.0.1
packages/komodo_defi_types/pubspec.yaml equatable 2.0.5 → 2.0.7, meta 1.9.1 → 1.15.0, test 1.25.2 → 1.25.7
packages/komodo_defi_sdk/pubspec.yaml http 1.3.0 → 1.4.0, test 1.25.2 → 1.25.7
packages/komodo_defi_sdk/example/pubspec.yaml flutter_bloc 9.0.0 → 9.1.1
packages/komodo_defi_rpc_methods/pubspec.yaml decimal 3.0.2 → 3.2.1, equatable 2.0.5 → 2.0.7, test 1.24.0 → 1.25.7
packages/komodo_defi_local_auth/pubspec.yaml flutter_bloc 9.0.0 → 9.1.1
packages/komodo_defi_framework/pubspec.yaml http 1.2.2 → 1.4.0, build_runner 2.4.11 → 2.4.14
packages/komodo_coins/pubspec.yaml equatable 2.0.5 → 2.0.7, http 1.2.2 → 1.4.0
packages/komodo_coin_updates/pubspec.yaml flutter_bloc 9.1.0 → 9.1.1, http 1.3.0 → 1.4.0, test 1.24.0 → 1.25.7
packages/komodo_cex_market_data/pubspec.yaml equatable 2.0.7 → ^2.0.7, test 1.24.0 → 1.25.7
Comments suppressed due to low confidence (1)

packages/komodo_defi_sdk/pubspec.yaml:48

  • [nitpick] The commented-out test dependency duplicates the newly added test entry. Consider removing this commented line to avoid confusion.
# test: ^1.25.7

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jun 3, 2025

Visit the preview URL for this PR (updated for commit 8f08882):

https://komodo-defi-sdk--pr74-codex-standardise-pa-khasoj4k.web.app

(expires Wed, 11 Jun 2025 14:04:16 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 7f9f5ac39928f333b6e8fcefb7138575e24ed347

@CharlVS CharlVS requested a review from DeckerSU June 4, 2025 13:48
@CharlVS CharlVS self-assigned this Jun 4, 2025
As per Flutter guidelines, `pubspec.lock` shouldn’t be committed for packages, but this does not apply to the example apps within the SDK project. This is useful for keeping track of which version the direct/transistive dependencies are resolving to.
@CharlVS CharlVS removed the request for review from DeckerSU June 4, 2025 13:58
@CharlVS
Copy link
Copy Markdown
Collaborator Author

CharlVS commented Jun 4, 2025

Addresses @DeckerSU's feedback on the latest SDK release, indicating inconsistent usage of package version constraints. For all dependencies used in multiple projects, the version constraints have been unified and set to the highest value shared by them.

It is worth looking into if our version constraints are overly restrictive to the point where we are losing out on developers adding the package to their existing projects.

@CharlVS CharlVS merged commit e2561b3 into dev Jun 4, 2025
5 of 6 checks passed
@CharlVS CharlVS deleted the codex/standardise-package-versions branch July 1, 2025 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants