Update dependency flutter_lints to v4 - autoclosed #70

Closed
renovate wants to merge 1 commits from renovate_flutter_lints-4.x into master
Owner

This PR contains the following updates:

Package Type Update Change
flutter_lints (source) dev_dependencies major ^1.0.0 -> ^4.0.0

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

flutter/packages (flutter_lints)

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

v3.0.2

Compare Source

  • Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
  • Updates various links in comments and documentation.

v3.0.1

Compare Source

  • Replaces flutter pub add --dev with dev: in README.md.

v3.0.0

Compare Source

  • Updated package:lints dependency to version 3.0.0, with the following changes:
    • 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 unnecessary_to_list_in_spreads
    • added use_string_in_part_of_directives
    • added use_super_parameters
    • removed iterable_contains_unrelated_type
    • removed list_remove_unrelated_type
    • removed no_wildcard_variable_uses
    • removed prefer_equal_for_default_values
    • removed prefer_void_to_null
  • Updates minimum supported SDK version to Flutter 3.10 / Dart 3.0.

v2.0.3

Compare Source

  • Adds pub topics to package metadata.
  • Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

v2.0.2

Compare Source

  • Update links to the old linter site in the README and example to point to dart.dev.
  • Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.

v2.0.1

Compare Source

  • Updated readme to document suggestion process for new lints

v2.0.0

Compare Source

  • Added the following lints:
    • sort_child_properties_last
    • use_build_context_synchronously
  • Updated package:lints dependency to version 2.0.0, which added the following lints:
    • depend_on_referenced_packages
    • library_private_types_in_public_api
    • no_leading_underscores_for_library_prefixes
    • no_leading_underscores_for_local_identifiers
    • null_check_on_nullable_type_parameter
    • 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flutter_lints](https://github.com/flutter/packages) ([source](https://github.com/flutter/packages/tree/HEAD/packages/flutter_lints)) | dev_dependencies | major | `^1.0.0` -> `^4.0.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>flutter/packages (flutter_lints)</summary> ### [`v4.0.0`](https://github.com/flutter/packages/blob/HEAD/packages/flutter_lints/CHANGELOG.md#400) [Compare Source](https://github.com/flutter/packages/compare/flutter_lints-v3.0.2...flutter_lints-v4.0.0) - 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` ### [`v3.0.2`](https://github.com/flutter/packages/blob/HEAD/packages/flutter_lints/CHANGELOG.md#302) [Compare Source](https://github.com/flutter/packages/compare/flutter_lints-v3.0.1...flutter_lints-v3.0.2) - Updates minimum supported SDK version to Flutter 3.13/Dart 3.1. - Updates various links in comments and documentation. ### [`v3.0.1`](https://github.com/flutter/packages/blob/HEAD/packages/flutter_lints/CHANGELOG.md#301) [Compare Source](https://github.com/flutter/packages/compare/flutter_lints-v3.0.0...flutter_lints-v3.0.1) - Replaces `flutter pub add --dev` with `dev:` in README.md. ### [`v3.0.0`](https://github.com/flutter/packages/blob/HEAD/packages/flutter_lints/CHANGELOG.md#300) [Compare Source](https://github.com/flutter/packages/compare/flutter_lints-v2.0.3...flutter_lints-v3.0.0) - Updated `package:lints` dependency to version 3.0.0, with the following changes: - 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 `unnecessary_to_list_in_spreads` - added `use_string_in_part_of_directives` - added `use_super_parameters` - removed `iterable_contains_unrelated_type` - removed `list_remove_unrelated_type` - removed `no_wildcard_variable_uses` - removed `prefer_equal_for_default_values` - removed `prefer_void_to_null` - Updates minimum supported SDK version to Flutter 3.10 / Dart 3.0. ### [`v2.0.3`](https://github.com/flutter/packages/blob/HEAD/packages/flutter_lints/CHANGELOG.md#203) [Compare Source](https://github.com/flutter/packages/compare/flutter_lints-v2.0.2...flutter_lints-v2.0.3) - Adds pub topics to package metadata. - Updates minimum supported SDK version to Flutter 3.7/Dart 2.19. ### [`v2.0.2`](https://github.com/flutter/packages/blob/HEAD/packages/flutter_lints/CHANGELOG.md#202) [Compare Source](https://github.com/flutter/packages/compare/flutter_lints-v2.0.1...flutter_lints-v2.0.2) - Update links to the old linter site in the README and example to point to dart.dev. - Updates minimum supported SDK version to Flutter 3.3/Dart 2.18. ### [`v2.0.1`](https://github.com/flutter/packages/blob/HEAD/packages/flutter_lints/CHANGELOG.md#201) [Compare Source](https://github.com/flutter/packages/compare/flutter_lints-v2.0.0...flutter_lints-v2.0.1) - Updated readme to document suggestion process for new lints ### [`v2.0.0`](https://github.com/flutter/packages/blob/HEAD/packages/flutter_lints/CHANGELOG.md#200) [Compare Source](https://github.com/flutter/packages/compare/flutter_lints-v1.0.4...flutter_lints-v2.0.0) - Added the following lints: - `sort_child_properties_last` - `use_build_context_synchronously` - Updated `package:lints` dependency to version 2.0.0, which added the following lints: - `depend_on_referenced_packages` - `library_private_types_in_public_api` - `no_leading_underscores_for_library_prefixes` - `no_leading_underscores_for_local_identifiers` - `null_check_on_nullable_type_parameter` - `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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-05-10 01:12:54 +00:00
Update dependency flutter_lints to v4
Some checks failed
renovate/artifacts Artifact file update failure
valuya/embedded-webview/pipeline/pr-master There was a failure building this commit
2dffbd8205
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: docker pull ghcr.io/containerbase/sidecar:10.6.5
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: pubspec.lock ``` Command failed: docker pull ghcr.io/containerbase/sidecar:10.6.5 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? ```
renovate changed title from Update dependency flutter_lints to v4 to Update dependency flutter_lints to v4 - autoclosed 2024-09-26 01:09:46 +00:00
renovate closed this pull request 2024-09-26 01:09:46 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Valuya/embedded-webview#70
No description provided.