Skip to content

chore(deps): update dependency flutter_lints to v5

Renovate requested to merge renovate/flutter_lints-5.x into v2

This MR contains the following updates:

Package Type Update Change
flutter_lints (source) dev_dependencies major ^3.0.1 -> ^5.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

flutter/packages (flutter_lints)

v5.0.0

Compare Source

  • Updates package:lints dependency to version 5.0.0, with the following changes:
    • adds invalid_runtime_check_with_js_interop_types
    • adds unnecessary_library_name
    • removes avoid_null_checks_in_equality_operators
  • Removes the following lints (see https://github.com/dart-lang/lints/issues/205):
    • prefer_const_constructors
    • prefer_const_declarations
    • prefer_const_literals_to_create_immutables
  • Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.

v4.0.0

Compare Source

  • Updates package:lints dependency to version 4.0.0, with the following changes:
    • adds library_annotations
    • adds no_wildcard_variable_uses
    • removes package_prefixed_library_names
    • removes library_names

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports