Skip to content

chore: pin internal deps, bump patches, publish#204

Merged
CharlVS merged 21 commits intodevfrom
fix/upgrade-deps
Aug 22, 2025
Merged

chore: pin internal deps, bump patches, publish#204
CharlVS merged 21 commits intodevfrom
fix/upgrade-deps

Conversation

@CharlVS
Copy link
Copy Markdown
Collaborator

@CharlVS CharlVS commented Aug 21, 2025

This PR pins internal mono-repo dependencies to caret ranges, bootstraps the workspace, bumps patch versions across packages via melos, and publishes updated packages to pub.dev.

See published packages here: https://pub.dev/publishers/komodoplatform.com/packages

Highlights:

  • Pin internal deps to ^ constraints
  • melos bootstrap, version (patch), changelog, and publish
  • Pushed release tags

After merge: create or update dev→main release PR.

CharlVS and others added 18 commits August 20, 2025 20:19
…fig\n\n- Add workspace members in root pubspec per Melos migration guide\n- Add resolution: workspace to all packages\n- Remove melos.yaml and move config under root pubspec\n\nRefs: https://melos.invertase.dev/guides/migrations
… SDK constraints to >=3.9.0 across all packages\n- Remove legacy pubspec_overrides.yaml files\n- Validate workspace integrity (no per-package overrides)\n\nRefs: https://melos.invertase.dev/guides/migrations
…aints across workspace

- Update playground and products pubspecs

- Normalize root workspace SDK format to caret

Refs: https://melos.invertase.dev/guides/migrations
…itories (#202)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
…sformer invoker, example firebase and kdf bootstrapper)
 - dragon_charts_flutter@0.1.1-dev.2
 - dragon_logs@1.2.1
 - komodo_cex_market_data@0.0.2+1
 - komodo_coin_updates@1.0.1
 - komodo_coins@0.3.0+1
 - komodo_defi_framework@0.3.0+1
 - komodo_defi_local_auth@0.3.0+1
 - komodo_defi_rpc_methods@0.3.0+1
 - komodo_defi_sdk@0.3.0+1
 - komodo_defi_types@0.3.0+2
 - komodo_symbol_converter@0.3.0+1
 - komodo_ui@0.3.0+1
 - komodo_wallet_build_transformer@0.3.0+1
 - komodo_wallet_cli@0.3.0+1
Copilot AI review requested due to automatic review settings August 21, 2025 21:25
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Aug 21, 2025

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

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.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/upgrade-deps

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.
    • 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.
  • 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 the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

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

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

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

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • 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 migrates the codebase to a Dart workspace configuration by pinning internal dependencies to caret ranges and updating package versions across the monorepo. The changes enable better dependency management while maintaining consistent versioning.

  • Pin internal monorepo dependencies to ^ constraint versions instead of path dependencies
  • Update Dart SDK constraint to ^3.9.0 and Flutter constraint to >=3.35.0 across all packages
  • Add workspace resolution configuration and remove pubspec override files

Reviewed Changes

Copilot reviewed 70 out of 80 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
pubspec.yaml Renamed workspace, added workspace configuration with package list, updated melos and added build scripts
products/*/pubspec.yaml Updated SDK constraints and added workspace resolution configuration
packages/*/pubspec.yaml Replaced path dependencies with caret version constraints for internal packages
packages/*/pubspec_overrides.yaml Removed dependency override files as they're handled by workspace resolution
packages/*/LICENSE Added MIT license files across packages
packages/*/CHANGELOG.md Updated changelogs with version bump and feature history
melos.yaml Removed old melos configuration (moved to root pubspec.yaml)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread pubspec.yaml Outdated
Comment thread playground/pubspec.yaml Outdated
cursor[bot]

This comment was marked as outdated.

cursoragent and others added 3 commits August 21, 2025 22:23
Co-authored-by: charl <charl@vanstaden.info>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
… bullets/spacing in dragon_charts_flutter CHANGELOG
@CharlVS CharlVS merged commit 79874e3 into dev Aug 22, 2025
4 of 7 checks passed
@CharlVS CharlVS deleted the fix/upgrade-deps branch August 22, 2025 15: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