From a1ad2d0f0d531d064bb634bac313e6703f631625 Mon Sep 17 00:00:00 2001 From: Tsavo Knott Date: Thu, 26 Mar 2026 16:42:14 -0400 Subject: [PATCH] chore: remove runtime_ci_tooling dev_dependency (globally activated in CI) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit runtime_ci_tooling is globally activated via dart pub global activate in CI pipelines — it should not be a dev_dependency. Having it as a git dep causes workspace resolution conflicts when the package is also a workspace member in the monorepo. Made-with: Cursor --- pubspec.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index a2e023d..c16d2eb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,10 +22,8 @@ dependencies: version: ^1.0.0-beta.7 dev_dependencies: - runtime_ci_tooling: - git: - url: git@github.com:open-runtime/runtime_ci_tooling.git - tag_pattern: v{{version}} - version: ^0.23.0 + # runtime_ci_tooling — use global activation (do not add as a dev_dependency). Example: + # dart pub global activate --source git https://github.com/open-runtime/runtime_ci_tooling.git --git-ref vX.Y.Z + # dart pub global run runtime_ci_tooling:manage_cicd --help test: ^1.25.5 safe_int_id: ^1.1.1