From 3835af0c187b1363341dcea745e88d1bc575720c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 09:15:24 +0000 Subject: [PATCH] Bump the all-pub-dependencies group with 2 updates Bumps the all-pub-dependencies group with 2 updates: [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) and [dart_style](https://github.com/dart-lang/dart_style). 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 `dart_style` from 3.1.8 to 3.1.9 - [Release notes](https://github.com/dart-lang/dart_style/releases) - [Changelog](https://github.com/dart-lang/dart_style/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/dart_style/compare/v3.1.8...v3.1.9) --- updated-dependencies: - dependency-name: analyzer dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-pub-dependencies - dependency-name: dart_style dependency-version: 3.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pub-dependencies ... Signed-off-by: dependabot[bot] --- sqlite3/pubspec.yaml | 2 +- sqlite3_web/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sqlite3/pubspec.yaml b/sqlite3/pubspec.yaml index cbe5e8b1..dab25c83 100644 --- a/sqlite3/pubspec.yaml +++ b/sqlite3/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: crypto: ^3.0.6 dev_dependencies: - analyzer: ^12.0.0 + analyzer: ^13.0.0 build_daemon: ^4.0.0 build_runner: ^2.1.7 build_web_compilers: ^4.0.3 diff --git a/sqlite3_web/pubspec.yaml b/sqlite3_web/pubspec.yaml index 43f7ccd1..4141924b 100644 --- a/sqlite3_web/pubspec.yaml +++ b/sqlite3_web/pubspec.yaml @@ -35,6 +35,6 @@ dev_dependencies: http: ^1.6.0 # For the protocol generator - analyzer: ^12.0.0 + analyzer: ^13.0.0 dart_style: ^3.1.5 pub_semver: ^2.2.0