Skip to content

Commit

Permalink
chore(deps): bump flutter_lints from 4.0.0 to 5.0.0, add /example to …
Browse files Browse the repository at this point in the history
…dependabot, fix lint (#1971)

* chore(deps): bump flutter_lints from 4.0.0 to 5.0.0

Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages)

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

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

* bump flutter_lints in /example, fix lint, add dependabot alerts for /example

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joscha <34318751+josxha@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and josxha authored Sep 27, 2024
1 parent 5f2d646 commit 4c3e3e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "pub"
directory: "/"
directories: [ "/", "/example/" ]
schedule:
interval: "daily"
ignore:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependency_overrides:
path: ../

dev_dependencies:
flutter_lints: ^4.0.0
flutter_lints: ">=4.0.0 <6.0.0"
flutter_test:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion lib/flutter_map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/// * github.com: <https://github.com/fleaflet/flutter_map>
/// * pub.dev: <https://pub.dev/packages/flutter_map>
/// * discord.gg: <https://discord.gg/BwpEsjqMAH>
library flutter_map;
library;

export 'package:flutter_map/src/geo/crs.dart' hide CrsWithStaticTransformation;
export 'package:flutter_map/src/geo/latlng_bounds.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
vector_math: ^2.1.4

dev_dependencies:
flutter_lints: ^4.0.0
flutter_lints: ">=4.0.0 <6.0.0"
flutter_test:
sdk: flutter
mocktail: ^1.0.3
Expand Down

0 comments on commit 4c3e3e2

Please sign in to comment.