From 72af3f1d17bb5018fe1f572216c33c62cae15337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 07:26:02 +0000 Subject: [PATCH] chore(deps): bump analyzer, json_serializable, lints, build_runner, coverage and test Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg), [json_serializable](https://github.com/google/json_serializable.dart), [lints](https://github.com/dart-lang/core/tree/main/pkgs), [build_runner](https://github.com/dart-lang/build), [coverage](https://github.com/dart-lang/tools/tree/main/pkgs) and [test](https://github.com/dart-lang/test/tree/master/pkgs). These dependencies needed to be updated together. Updates `analyzer` from 6.11.0 to 7.2.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `json_serializable` from 6.9.0 to 6.9.3 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.9.0...json_serializable-v6.9.3) Updates `lints` from 4.0.0 to 5.1.1 - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/lints-v5.1.1/pkgs) Updates `build_runner` from 2.4.9 to 2.4.14 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.9...build_runner-v2.4.14) Updates `coverage` from 1.8.0 to 1.11.1 - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/coverage-v1.11.1/pkgs) Updates `test` from 1.25.5 to 1.25.14 - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.25.14/pkgs) --- updated-dependencies: - dependency-name: analyzer dependency-type: direct:production update-type: version-update:semver-major - dependency-name: json_serializable dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c4f3155b6..4d19cdf88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,12 +15,12 @@ dependencies: meta: ^1.8.0 dev_dependencies: - analyzer: 6.11.0 - build_runner: 2.4.9 - json_serializable: 6.9.0 - lints: ">=3.0.0 <5.0.0" - test: 1.25.5 - coverage: 1.8.0 + analyzer: 7.2.0 + build_runner: 2.4.14 + json_serializable: 6.9.3 + lints: ">=3.0.0 <6.0.0" + test: 1.25.14 + coverage: 1.11.1 funding: - "https://donate.openfoodfacts.org/"