-
-
Couldn't load subscription status.
- Fork 24
feat: migrate from Melos to Dart pub workspaces #2109
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
Open
myConsciousness
wants to merge
6
commits into
main
Choose a base branch
from
pub-workspaces
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Remove melos.yaml configuration file - Add workspace configuration to root pubspec.yaml - Add 'resolution: workspace' to all package pubspec.yaml files - Remove all pubspec_overrides.yaml files from packages - Update build scripts to work with pub workspaces - Remove codecov.yaml (no longer needed) - Update coverage script to remove melos-specific commands This migration simplifies dependency management by using Dart's native pub workspaces feature instead of the external Melos tool.
✅ Deploy Preview for jade-haupia-45bdc2 canceled.
|
|
Needs to be fixed fluttercommunity/import_sorter#86 at first. |
- Remove melos.yaml configuration file - Add workspace configuration to root pubspec.yaml - Add 'resolution: workspace' to all package pubspec.yaml files - Remove all pubspec_overrides.yaml files - Remove integrated packages (at_identifier, at_uri, nsid) as they are now part of at_primitives - Fix merge conflict in lex_gen/pubspec.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
at_identifier
A label indicating the package `at_identifier`.
at_primitives
at_uri
A label indicating the package `at_uri`.
atproto_core
A label indicating the package `atproto_core`.
atproto_oauth
A label indicating the package `atproto_oauth`.
atproto_test
A label indicating the package `atproto_test`.
atproto
A label indicating the package `atproto`.
bluesky_cli
A label indicating the package `bluesky_cli`.
bluesky_text
A label indicating the package `bluesky_text`.
bluesky
A label indicating the package `bluesky`.
build
ci
did_plc
A label indicating the package `did_plc`.
lex_gen
lexicon
A label indicating the package `lexicon`.
multiformats
A label indicating the package `multiformats`.
nsid
A label indicating the package `nsid`.
xrpc
A label indicating the package `xrpc`.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This migration simplifies dependency management by using Dart's native pub workspaces feature instead of the external Melos tool.