Skip to content

Commit

Permalink
Bump custom_lint from 0.5.11 to 0.6.0 (#185)
Browse files Browse the repository at this point in the history
Bumps [custom_lint](https://github.com/invertase/dart_custom_lint) from
0.5.11 to 0.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/invertase/dart_custom_lint/commit/eb2ca978bd07651d0fa4e3718292d2b0cde16ba9"><code>eb2ca97</code></a>
The following packages have been updated:</li>
<li><a
href="https://github.com/invertase/dart_custom_lint/commit/f0834dbf21ed3a0d64cc081ce546a8726784f842"><code>f0834db</code></a>
Support --fix and fix-all assist (<a
href="https://redirect.github.com/invertase/dart_custom_lint/issues/223">#223</a>)</li>
<li><a
href="https://github.com/invertase/dart_custom_lint/commit/f6f020a322c7740e35407a2085686af3c91e3d87"><code>f6f020a</code></a>
custom_lint_core : 0.5.13 -&gt; 0.5.14</li>
<li><a
href="https://github.com/invertase/dart_custom_lint/commit/337977d3d6ec770dda69f6783561db5fd94fbf24"><code>337977d</code></a>
- Improved formatting when specifying <code>source</code> on
`encodePrioritizedSourceCha...</li>
<li><a
href="https://github.com/invertase/dart_custom_lint/commit/897d361ffb7f320ef8773030af245ee7bcc354a5"><code>897d361</code></a>
custom_lint_core : 0.5.12 -&gt; 0.5.13</li>
<li><a
href="https://github.com/invertase/dart_custom_lint/commit/2cdba087bf2049ba61f0d41a897848a8a9a9e76d"><code>2cdba08</code></a>
Improved formatting when specifying <code>source</code> on
`encodePrioritizedSourceChang...</li>
<li><a
href="https://github.com/invertase/dart_custom_lint/commit/b8d4a95af6c8c168d75cd1757d70af512dd6025d"><code>b8d4a95</code></a>
custom_lint_core : 0.5.11 -&gt; 0.5.12</li>
<li><a
href="https://github.com/invertase/dart_custom_lint/commit/6ebab579f3a80f88a64b5223e68dc2f474fa8f23"><code>6ebab57</code></a>
- Added <code>encodePrioritizedSourceChanges</code>, to enable writing a
`List&lt;Prioritiz...</li>
<li><a
href="https://github.com/invertase/dart_custom_lint/commit/f9d4f709b048ef16aab6547f68e156a874da0d35"><code>f9d4f70</code></a>
Add testing quick fixes and assists in README.md (<a
href="https://redirect.github.com/invertase/dart_custom_lint/issues/221">#221</a>)</li>
<li>See full diff in <a
href="https://github.com/invertase/dart_custom_lint/compare/custom_lint-v0.5.11...custom_lint-v0.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=custom_lint&package-manager=pub&previous-version=0.5.11&new-version=0.6.0)](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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nils Reichardt <[email protected]>
  • Loading branch information
dependabot[bot] and nilsreichardt authored Mar 1, 2024
1 parent a108769 commit 2c318d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions pubspec.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dev_dependencies:
url: https://github.com/nilsreichardt/adaptive_test
ref: 7768b756e1298e888d902c98742b2de02089a8df
build_runner: ^2.4.8
custom_lint: ^0.5.11
custom_lint: ^0.6.0
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 2c318d7

Please sign in to comment.