Skip to content

Commit

Permalink
chore(deps): update dependency flutter_lints to v4 (#194)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [flutter_lints](https://togithub.com/flutter/packages)
([source](https://togithub.com/flutter/packages/tree/HEAD/packages/flutter_lints))
| dev_dependencies | major | `^3.0.0` -> `^4.0.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>flutter/packages (flutter_lints)</summary>

###
[`v4.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/flutter_lints/CHANGELOG.md#400)

[Compare
Source](https://togithub.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`

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/canonical/ubuntu-frame).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
Saviq authored Jul 26, 2024
2 parents 8fb0621 + cb90519 commit b3dbc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dev_dependencies:
mockito: ^5.4.3
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_lints: ^4.0.0
test: ^1.24.9

flutter:
Expand Down

0 comments on commit b3dbc1b

Please sign in to comment.