From 1cab71a6ab2bbeccec00200a97ad438424d63a51 Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Tue, 3 Jun 2025 11:36:45 -0600 Subject: [PATCH 1/2] resolved dependency issues --- .github/dependabot.yml | 8 +++++++- pubspec.yaml | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb3ac48e..d9a8ae16 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,15 @@ updates: directory: / schedule: interval: weekly + groups: + github-actions: + patterns: ["*"] - package-ecosystem: pub versioning-strategy: increase directory: / schedule: - interval: weekly \ No newline at end of file + interval: weekly + groups: + pub: + patterns: ["*"] \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 9540e018..f9cace42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,11 +10,11 @@ executables: scip_dart: dependencies: - analyzer: ^6.11.0 + analyzer: ^5.13.0 args: ^2.4.0 package_config: ^2.1.0 path: ^1.8.3 - protobuf: ^4.1.0 + protobuf: ^3.1.0 pubspec_parse: ^1.2.1 pubspec_lock_parse: ^2.2.0 collection: ^1.18.0 From 30d0fd01ed9354983365467313c1d0420016ac45 Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Tue, 3 Jun 2025 11:40:04 -0600 Subject: [PATCH 2/2] regen --- snapshots/output/basic-project/pubspec.yaml | 0 snapshots/output/dart3-features/pubspec.yaml | 0 snapshots/output/diagnostics/pubspec.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 snapshots/output/basic-project/pubspec.yaml mode change 100644 => 100755 snapshots/output/dart3-features/pubspec.yaml mode change 100644 => 100755 snapshots/output/diagnostics/pubspec.yaml diff --git a/snapshots/output/basic-project/pubspec.yaml b/snapshots/output/basic-project/pubspec.yaml old mode 100644 new mode 100755 diff --git a/snapshots/output/dart3-features/pubspec.yaml b/snapshots/output/dart3-features/pubspec.yaml old mode 100644 new mode 100755 diff --git a/snapshots/output/diagnostics/pubspec.yaml b/snapshots/output/diagnostics/pubspec.yaml old mode 100644 new mode 100755