Mike Diarmid

Results 130 comments of Mike Diarmid

Could you provide the contents of the `pubspec.lock` file after `melos bs` has been ran - thanks

I see, looks like `# Generated by pub` is still set, should say `# Generated by melos` - I think that change may only be in the v1.0.0-dev.X releases (or...

Looking at @rrousselGit I don't think it affects this issue at all since that PR was for the `.dart_tool/package_config.json` file specifically - are you able to confirm what the `generator`...

> I have created a [PR](https://github.com/dart-lang/pub/pull/3199) for `pub` to address this issue. Amazing, thank you 😊

> Is there any work-around for this, or do we simply have to wait until [dart-lang/pub#3215](https://github.com/dart-lang/pub/pull/3215) is in? I face the same problems with for example `dartdoc` and `fast_i18n` when...

I can see this being useful. We already have the internal utils in place to allow adding this as we have the --since flag etc so it should be relatively...

Based on the conventional commits spec chore commits alone don't trigger a version since it's usually used for non-production code changes, e.g. adding a build script. They do however appear...

Relevant TODO (since I don't think this should exist in the conventional commit package): https://github.com/invertase/melos/blob/master/packages/conventional_commit/lib/conventional_commit.dart#L214-L228 I also envisioned that you could configure the specific types supported in the conventional commits...

When I looked at implementing this a while back I was only going to support it in singular form e.g. it'd only be enabled if either of the following is...

This isn't supported at the moment and I'm not sure if adding it would even be possible without a lot of work since in this scenario there's multiple Melos processes...