Skip to content

Commit 187cb49

Browse files
upgrade: update dependency melos to v6 (#512)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [melos](https://melos.invertase.dev/~melos-latest) ([source](https://togithub.com/invertase/melos/tree/HEAD/packages/melos)) | dev_dependencies | major | `^5.0.0` -> `^6.0.0` | --- ### Release Notes <details> <summary>invertase/melos (melos)</summary> ### [`v6.0.0`](https://togithub.com/invertase/melos/blob/HEAD/packages/melos/CHANGELOG.md#600) [Compare Source](https://togithub.com/invertase/melos/compare/melos-v5.3.0...melos-v6.0.0) > Note: This release has breaking changes. - **FIX**: Only enforce lockfile when it exists ([#&#8203;704](https://togithub.com/invertase/melos/issues/704)). ([be94adac](https://togithub.com/invertase/melos/commit/be94adacac71d8263079641229640932b387891a)) - **FEAT**: option to provide dependencies related filters from yaml ([#&#8203;698](https://togithub.com/invertase/melos/issues/698)). ([92be9858](https://togithub.com/invertase/melos/commit/92be9858cd64f35cce2d3a3ba2f4184cd32d0955)) - **FEAT**: add `--line-length` option to `melos format` command ([#&#8203;689](https://togithub.com/invertase/melos/issues/689)). ([048ab301](https://togithub.com/invertase/melos/commit/048ab301ca0f01f99d198c3ba6ca0f3c951078cf)) - **DOCS**: fix misalignment in readme ([#&#8203;699](https://togithub.com/invertase/melos/issues/699)). ([5e588ef9](https://togithub.com/invertase/melos/commit/5e588ef92d5e5ad25bb99be5a279305c4c07e9a9)) - **BREAKING** **FIX**: Make `melos analyze` always use `dart analyze` ([#&#8203;695](https://togithub.com/invertase/melos/issues/695)). ([2b16e360](https://togithub.com/invertase/melos/commit/2b16e3609bf3e00d15c42968dfbaeac2663a48c9)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/FlutterGen/flutter_gen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC4xMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84d8ca6 commit 187cb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ environment:
55

66
dev_dependencies:
77
lints: any # Ignoring the version to allow editing across SDK versions.
8-
melos: ^5.0.0
8+
melos: ^6.0.0

0 commit comments

Comments
 (0)