From b604baa2a45f77fde31ec02ef5628e42419fae85 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Fri, 17 Oct 2025 17:24:45 +0000 Subject: [PATCH 1/2] dependency_validator_5.0.3 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index fa16bf0..07df4a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dependency_validator -version: 5.0.2 +version: 5.0.3 description: Checks for missing, under-promoted, over-promoted, and unused dependencies. homepage: https://github.com/Workiva/dependency_validator From f0a7e4ba6489d42f81a1352159c2f049c9741d4e Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Fri, 17 Oct 2025 11:58:53 -0600 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed194e..75af81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Unreleased + + + +# 5.0.3 + +- Widened dependency bounds to accept analyzer v8 + # 5.0.2 - Fixed changelog entries caused from mis-configured auto-release