From bcfd16cf9263be08693391dfdbf0c7e58208d6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:15:46 +0000 Subject: [PATCH] chore(deps): bump melos from 7.8.2 to 8.0.0 Bumps [melos](https://github.com/invertase/melos/tree/main/packages) from 7.8.2 to 8.0.0. - [Changelog](https://github.com/invertase/melos/blob/main/CHANGELOG.md) - [Commits](https://github.com/invertase/melos/commits/melos-v8.0.0/packages) --- updated-dependencies: - dependency-name: melos dependency-version: 8.0.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..ab847a6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -291,10 +291,10 @@ packages: dependency: "direct dev" description: name: melos - sha256: "5fc1a858e3d90fdc42f2f423b95f901214bbc3d9e80c99125d9352f12453721d" + sha256: ae825f102e9437a7c507731d083e3651ff5bdfabd77ffdfefbb1a004cec8518a url: "https://pub.dev" source: hosted - version: "7.8.2" + version: "8.0.0" meta: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a295528..57612c1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ workspace: - apps/playground dev_dependencies: - melos: ^7.8.2 + melos: ^8.0.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