chore: update dependency melos to v6
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| melos (source) | dev_dependencies | major | ^3.1.1 -> ^6.0.0 |
Release Notes
invertase/melos (melos)
v6.2.0
- FIX: Propagate error code when fail fast is enabled (#762). (ed6243bd)
- FIX: Don't deadlock on cycle exec with order dependents (#761). (cec45d7d)
- FIX: maintain working directory across script steps (#711). (a3784c16)
- FIX: Flaky tests when run in GitHub Actions Workflow (#733). (4a67d098)
-
FEAT: Allow overriding
enforceLockfilewith--no-enforce-lockfile(#758). (86647f1d) -
FEAT: Expose
pub get's--offlineflag on the bootstrap command (#756). (b432749c) - DOCS: Add signals to list of projects using Melos (#754). (dc05a52c)
- DOCS: Add PowerSync to list of projects using Melos (#746). (24fbcec1)
v6.1.0
-
FIX:
updateDependentsVersionsdisabled with packages still mentioned in changelogs (#719). (0ad8f585) - FIX: tryParse line-length to int when it's not already an integer (#708). (35ef462d)
- FEAT: Filter by category (#727). (71bc6104)
- FEAT: added Alice to readme (#725). (7b7a10e0)
-
FEAT:
changelogFormatconfiguration, addincludeDateboolean (#720). (fed343b2) - FEAT: add config for the format command (#709). (5a6ec6f7)
v6.0.0
Note: This release has breaking changes.
- FIX: Only enforce lockfile when it exists (#704). (be94adac)
- FEAT: option to provide dependencies related filters from yaml (#698). (92be9858)
-
FEAT: add
--line-lengthoption tomelos formatcommand (#689). (048ab301) - DOCS: fix misalignment in readme (#699). (5e588ef9)
-
BREAKING FIX: Make
melos analyzealways usedart analyze(#695). (2b16e360)
v5.3.0
- FIX: melos analyze concurrency flag log output (#678). (2ee575e4)
- FEAT: support for melos command within script steps (#683). (a1da197f)
-
FEAT: add support for
melos bs --skip-linking(#684). (699fedc0) - FEAT: add support for Azure DevOps repository (#681). (16fc890d)
- FEAT: Change concurrent log to sequential log (#679). (15b1518b)
v5.2.2
v5.2.1
- FIX: exec command with failFast should fail immediately (#665). (a5ff6da9)
- FIX: fix diff functionality (#669). (08d6ec2a)
v5.2.0
v5.1.0
v5.0.0
Note: This release has breaking changes.
-
REFACTOR: Move
CommandConfigsandLifecycleHooksto their own directories (#652). (95f23716) - REFACTOR: move environment variable related strings into one class (#648). (2db32ec5)
-
FIX: use
git pull --tagsinstead ofgit fetch --tags(#468). (109f5f98) - FIX: typo on help description of bootstrap --enforce-lockfile (#636). (a5247561)
-
FEAT: Add lifecycle hooks for
publish(#656). (ed826b39) - FEAT: built-in melos command for analyzing projects (#655). (93db45df)
- FEAT: Default to number of processors for exec concurrency (#654). (43c6ddb7)
- DOCS: add more projects using melos (#649). (30611f40)
- BREAKING FEAT: make run script use melos_packages env variable scope (#640). (e12ff57e)
v4.1.0
Note: This release has breaking changes.
- FIX: typo on help description of bootstrap --enforce-lockfile (#636). (a5247561)
- BREAKING FEAT: make run script use melos_packages env variable scope (#640). (e12ff57e)
v4.0.0
- FIX: Compare with correct version when publishing (#633). (9c4cd2eb)
- FIX: Expose script api (#573). (bb971018)
-
FEAT: Add
git-commit-versionflag to control commit creation (#628). (cca71872) - FEAT: support authenticating private pub repository (#627). (dddc7b31)
- FEAT: Add enforce lockfile bootstrap command config (#600). (b9c6d0cc)
- FEAT: add "--no-example" arg to "pub get " command for melos bootstrap (#604). (8b69f51f)
- DOCS: Add flutter_web_auth_2 to melos project list (#624). (bbede2d2)
-
BREAKING FIX: Create commit when
--no-git-tag-versionis used (#625). (b89133dc)
Migration instructions
If you were previously using --no-git-tag-version and were relying on that it
didn't create a commit you now have to also pass --no-git-commit-version to
prevent a commit from being automatically created after versioning.
Configuration
📅 Schedule: Branch creation - "before 10am on monday" 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.