Skip to content

Commit

Permalink
chore(deps): bump analyzer, json_serializable, lints, build_runner, c…
Browse files Browse the repository at this point in the history
…overage 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](google/json_serializable.dart@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](dart-lang/build@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 4d63d4e commit 72af3f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 72af3f1

Please sign in to comment.