From 04bea292b7cfce5dfb19628fcf9251e20f97b108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 14:15:32 +0000 Subject: [PATCH] chore(deps): bump melos from 7.8.2 to 8.1.0 Bumps [melos](https://github.com/invertase/melos/tree/main/packages) from 7.8.2 to 8.1.0. - [Changelog](https://github.com/invertase/melos/blob/main/CHANGELOG.md) - [Commits](https://github.com/invertase/melos/commits/melos-v8.1.0/packages) --- updated-dependencies: - dependency-name: melos dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 083efad..6ab26da 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -291,10 +291,10 @@ packages: dependency: "direct dev" description: name: melos - sha256: "5fc1a858e3d90fdc42f2f423b95f901214bbc3d9e80c99125d9352f12453721d" + sha256: "96f91b87dee9f9e5ad2bb6545cb0d7fb75fd43315fba0b9a0e8f37b2238f3078" url: "https://pub.dev" source: hosted - version: "7.8.2" + version: "8.1.0" meta: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a295528..f68709f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ workspace: - apps/playground dev_dependencies: - melos: ^7.8.2 + melos: ^8.1.0 # Melos 7 builds on Dart's native pub workspaces (the `workspace:` key above). # It adds cross-package scripting: run analyze / test / format across every