rx_redux icon indicating copy to clipboard operation
rx_redux copied to clipboard

chore(deps): update dependency lints to v4

Open renovate[bot] opened this issue 1 month ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
lints dev_dependencies major ^1.0.1 -> ^4.0.0

Release Notes

dart-lang/lints (lints)

v4.0.0

Compare Source

v3.0.0

Compare Source

  • core:
    • added collection_methods_unrelated_type
    • added dangling_library_doc_comments
    • added implicit_call_tearoffs
    • added secure_pubspec_urls
    • added type_literal_in_constant_pattern
    • added use_string_in_part_of_directives
    • removed iterable_contains_unrelated_type
    • removed list_remove_unrelated_type
  • recommended:
    • added unnecessary_to_list_in_spreads
    • added use_super_parameters
    • removed prefer_equal_for_default_values
    • removed prefer_void_to_null
  • Add info about which lints have quick fixes to the package's readme.
  • Move the list of lint rules from the readme to a separate rules.md file.

v2.1.1

  • Added the analysis and lints topics to the pubspec file.
  • Update the package's readme to include the list of lint rules that package:lints/core.yaml and package:lints/recommended.yaml include.

v2.1.0

  • Updated the SDK lower-bound to 3.0.
  • Removed always_require_non_null_named_parameters from recommended.yaml as it is only relevant in Dart pre 2.12 and with Dart 3.0, libraries can no longer be opted back that far.

v2.0.1

Compare Source

  • Updated documentation for the lib/core.yaml and lib/recommended.yaml analysis configurations.

v2.0.0

  • Added the following lints to core.yaml:
    • depend_on_referenced_packages
    • null_check_on_nullable_type_parameter
  • Added the following lints to recommended.yaml:
    • library_private_types_in_public_api
    • no_leading_underscores_for_library_prefixes
    • no_leading_underscores_for_local_identifiers
    • prefer_interpolation_to_compose_strings
    • unnecessary_constructor_name
    • unnecessary_late
    • unnecessary_null_aware_assignments
    • unnecessary_nullable_for_final_variable_declarations
  • Bumped the minimum required Dart SDK version to 2.17

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar May 09 '24 23:05 renovate[bot]