Skip to content

Commit

Permalink
build(deps): bump lints from 3.0.0 to 4.0.0 in /logging (#2057)
Browse files Browse the repository at this point in the history
* build(deps): bump lints from 3.0.0 to 4.0.0 in /logging

Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](dart-lang/lints@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
  • Loading branch information
dependabot[bot] and buenaflor authored Jun 3, 2024
1 parent df03cd5 commit 85accd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion logging/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
sentry: 8.2.0

dev_dependencies:
lints: ^3.0.0
lints: ^4.0.0
test: ^1.21.1
yaml: ^3.1.0 # needed for version match (code and pubspec)
coverage: ^1.3.0
Expand Down
1 change: 1 addition & 0 deletions logging/test/version_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@TestOn('vm')
library dart_test;

import 'dart:io';

Expand Down

0 comments on commit 85accd7

Please sign in to comment.