From 9c4ce7923b61da7b265dd626fe901602cd4fd765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 00:06:35 +0000 Subject: [PATCH 1/2] chore(deps): Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [analysis_server_plugin](https://github.com/dart-lang/sdk/tree/main/pkg) and [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg). Updates `analysis_server_plugin` from 0.3.14 to 0.3.15 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `analyzer` from 12.1.0 to 13.0.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `analyzer` from 12.1.0 to 13.0.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) --- updated-dependencies: - dependency-name: analysis_server_plugin dependency-version: 0.3.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: analyzer dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: analyzer dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 74e0c29..84caabf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: analysis_server_plugin: ^0.3.3 - analyzer: ">=9.0.0 <13.0.0" + analyzer: ">=9.0.0 <14.0.0" glob: ^2.1.3 path: ^1.9.1 yaml: ^3.1.3 From 8de374d825e9adf34831160f4ab3041880618d9f Mon Sep 17 00:00:00 2001 From: fujidaiti Date: Fri, 8 May 2026 05:36:38 +0900 Subject: [PATCH 2/2] bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c62fbd6..ad6aff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.8 + +- Support `analyzer` v13. + ## 0.0.7 - Add a global and per-rule `severity` field to change the severity level of diff --git a/pubspec.yaml b/pubspec.yaml index 84caabf..4ca65b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: import_rules description: | A lint plugin for the Dart analyzer that enforces custom import rules in your projects, enabling everything from simple allow/disallow lists to complex module dependency constraints. -version: 0.0.7 +version: 0.0.8 repository: https://github.com/fujidaiti/import_rules.git environment: