melos icon indicating copy to clipboard operation
melos copied to clipboard

🌋 A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.

Results 170 melos issues
Sort by recently updated
recently updated
newest added

## Description Support global dependency_overrides (#439) This allows to define dependency overrides for each workspace package in `melos.yaml` like: ```yaml name: foo packages: - packages/** globalDependencyOverrides: my_dependency: 1.2.3 ``` ##...

## Description Fix #232 ## Type of Change - [ ] ✨ `feat` -- New feature (non-breaking change which adds functionality) - [x] 🛠️ `fix` -- Bug fix (non-breaking change...

Hi Melos We are thinking about a new feature that should improve how pub handles mono-repositories. We hope that package:melos could be adapted to - at least optionally - work...

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command _No response_ ### Description It would be nice to add support...

Type: Accepted
feature request

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command melos version --all ### Description melos.yaml ``` name: melosExample #repository: https://gitlab.melos.pro/mobile/melos...

feature request

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 3.3.0 ### Description melos run args only work with single command in...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 3.0.1 ### Description Melos throws an error if not globally installed when...

bug
needs triage

If I reexport package A from package B, autoversioning considers breaking change in A to be just "version upgrade" for B. Is there a way to specify reexports in melos.yaml?

feature request

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 3.0.1 ### Description Some environment variables, such as MELOS_PACKAGE_PATH are empty in...

bug
Needs: Triage