Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Bump flutter_lints from 3.0.0 to 3.0.1 #1054

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps flutter_lints from 3.0.0 to 3.0.1.

Commits
  • 35b15de [flutter_lints] Replace "flutter pub add --dev" with "dev:" (#5260)
  • 6bcb747 [go_router] Fixes deep-link with no path on cold start (#5113)
  • 64ae77f [two_dimensional_scrollables] Fix pinned row painting when one axis is revers...
  • 2af6954 [two_dimensional_scrollables] Add TableSpanPadding (#5039)
  • 3aff029 [url_launcher] migrating objc plugin to swift (#4753)
  • 45ed8c9 [go_router_builder]Avoid losing NullabilitySuffix for typeArguments (#5215)
  • fea24c5 [url_launcher] Fix launch mode types in new APIs (#5232)
  • f2124f7 [camerax] Implement setZoomLevel (#4950)
  • f22ff36 [webview_flutter_wkwebview] Only set limitsNavigationsToAppBoundDomains whe...
  • c6821f9 [url_launcher] Add an inAppBrowserView mode (#5155)
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Dependabot commands and options

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)

Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v3.0.1/packages)

---
updated-dependencies:
- dependency-name: flutter_lints
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the autosubmit Merge PR when tree becomes green via auto submit App. label Dec 1, 2023
@auto-submit auto-submit bot merged commit a3dcbeb into main Dec 1, 2023
12 checks passed
@auto-submit auto-submit bot deleted the dependabot/pub/flutter_lints-3.0.1 branch December 1, 2023 17:29
genx7up pushed a commit to aweps/gallery that referenced this pull request Dec 13, 2023
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 3.0.0 to 3.0.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/flutter/packages/commit/35b15de176a94e59d1a14d83cb0a5d4d495d478d"><code>35b15de</code></a> [flutter_lints] Replace &quot;flutter pub add --dev&quot; with &quot;dev:&quot; (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5260">#5260</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/6bcb747a41c5de6a12705827ebdd9503e258342e"><code>6bcb747</code></a> [go_router] Fixes deep-link with no path on cold start (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5113">#5113</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/64ae77f7d16ad8dd0cde104c4f9b5884b270bd0d"><code>64ae77f</code></a> [two_dimensional_scrollables] Fix pinned row painting when one axis is revers...</li>
<li><a href="https://github.com/flutter/packages/commit/2af69541a214ad723fe44dfa0e3f9b1e2723943c"><code>2af6954</code></a> [two_dimensional_scrollables] Add TableSpanPadding (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5039">#5039</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/3aff0290024d4c457f29935f2ff7510a52340fba"><code>3aff029</code></a> [url_launcher] migrating objc plugin to swift (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4753">#4753</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/45ed8c9414f590d19f56e42f708ae81b5892c978"><code>45ed8c9</code></a> [go_router_builder]Avoid losing NullabilitySuffix for typeArguments (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5215">#5215</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/fea24c5b93b46400aab4b4113caa646f6e3566fc"><code>fea24c5</code></a> [url_launcher] Fix launch mode types in new APIs (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5232">#5232</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/f2124f78ab6e2ec89416ccfd8a1a93ea0ccc2853"><code>f2124f7</code></a> [camerax] Implement <code>setZoomLevel</code> (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4950">#4950</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/f22ff3640547b3524fc6d2e6eb1f83b6cd24c6e3"><code>f22ff36</code></a> [webview_flutter_wkwebview] Only set <code>limitsNavigationsToAppBoundDomains</code> whe...</li>
<li><a href="https://github.com/flutter/packages/commit/c6821f970244ddf82d78b492bb61f668297d4a59"><code>c6821f9</code></a> [url_launcher] Add an <code>inAppBrowserView</code> mode (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5155">#5155</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/flutter_lints-v3.0.1/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=3.0.0&new-version=3.0.1)](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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant