Skip to content

Commit

Permalink
Bump flutter_lints from 2.0.2 to 2.0.3 in /auto_submit (#3020)
Browse files Browse the repository at this point in the history
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 2.0.2 to 2.0.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/flutter/packages/commit/84a2e796d7e5bbe8684cfaf4df0b0aeefab18042"><code>84a2e79</code></a> [Pigeon] Make the generated Java Builder class final (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1247">#1247</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/a9d6bf14ba011c8389dc2e8db713ae245a7c7293"><code>a9d6bf1</code></a> [go_router] improve coverage (<a href="https://github.com/flutter/packages/tree/main/packages/issues/977">#977</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/202fb329c970baf647547594cb3d18fa85fcdc68"><code>202fb32</code></a> [flutter_lints] version 2.0 (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1165">#1165</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/b279959117743c38dfb5a80eddfaae608ed8658c"><code>b279959</code></a> [pigeon] Update auto-formatting (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1251">#1251</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/017d64da8ed3e977a79f8f82ef40280d7057ffc0"><code>017d64d</code></a> [ci] Run analysis with older versions of Flutter (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1152">#1152</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/dbecc2c6f01ef680f708d4c840924086f3ac6c2d"><code>dbecc2c</code></a> [pigeon] Fix java crash for nullable nested type (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1192">#1192</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/59caeaf5b93a340d5b63a276f7f7919ff4073e30"><code>59caeaf</code></a> [go_router] Fix API of test mock. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1177">#1177</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/bf29f5f18d1dcf45a6c098249c5fd40787945be0"><code>bf29f5f</code></a> [metrics_center] await future in metrics_center (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1202">#1202</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/6380b561130cb66bb144b57433dbbe56eaa65f75"><code>6380b56</code></a> [pigeon] implements background platform channels support (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1022">#1022</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/e2dd9502b2ccb3014ef985dcd656e3ada5b46563"><code>e2dd950</code></a> [pigeon] implements nullable arguments (<a href="https://github.com/flutter/packages/tree/main/packages/issues/895">#895</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/pigeon-v2.0.3/packages">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flutter_lints&package-manager=pub&previous-version=2.0.2&new-version=2.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent fd78563 commit af85274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_submit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
dev_dependencies:
build_runner: 2.4.6
json_serializable: 6.7.1
flutter_lints: 2.0.2
flutter_lints: 2.0.3
mockito: 5.4.2
test: 1.24.6

Expand Down

0 comments on commit af85274

Please sign in to comment.