Skip to content

Commit

Permalink
Bump very_good_analysis to allow v5 and v6 (#470)
Browse files Browse the repository at this point in the history
Bumps
[very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis)
from 5.1.0 to 6.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/releases">very_good_analysis's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<ul>
<li>chore: release <a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/releases/edit/v6.0.0-dev.1">6.0.0-dev.1</a></li>
</ul>
<h2>v6.0.0-dev.1</h2>
<ul>
<li>feat!: upgrade to support Dart <code>^3.4.0</code></li>
<li>feat: additional lint rules:
<ul>
<li><a
href="https://dart.dev/tools/linter-rules/missing_code_block_language_in_doc_comment">missing_code_block_language_in_doc_comment</a></li>
<li><a
href="https://dart.dev/tools/linter-rules/no_self_assignments">no_self_assignments</a></li>
<li><a
href="https://dart.dev/tools/linter-rules/no_wildcard_variable_uses">no_wildcard_variable_uses</a></li>
</ul>
</li>
<li>docs: include exclusion reason table (<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/pull/100">100</a>,
<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/pull/102">102</a>)</li>
</ul>
<hr />
<h3>Trying the pre-release</h3>
<p>To try these changes out you will have to update the Very Good
Analysis dependency:</p>
<pre lang="sh"><code>dart pub add dev:very_good_analysis:^6.0.0-dev.1
</code></pre>
<p>If you have a specific version on your
<code>analysis_options.yaml</code>, update it to point to the 6.0.0
version:</p>
<pre lang="yaml"><code>include:
package:very_good_analysis/analysis_options.6.0.0.yaml
</code></pre>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/blob/main/CHANGELOG.md">very_good_analysis's
changelog</a>.</em></p>
<blockquote>
<h1>6.0.0</h1>
<ul>
<li>chore: release 6.0.0-dev.1</li>
</ul>
<h1>6.0.0-dev.1</h1>
<ul>
<li>feat!: upgrade to support Dart <code>^3.4.0</code></li>
<li>feat: additional lint rules:
<ul>
<li><a
href="https://dart.dev/tools/linter-rules/missing_code_block_language_in_doc_comment">missing_code_block_language_in_doc_comment</a></li>
<li><a
href="https://dart.dev/tools/linter-rules/no_self_assignments">no_self_assignments</a></li>
<li><a
href="https://dart.dev/tools/linter-rules/no_wildcard_variable_uses">no_wildcard_variable_uses</a></li>
</ul>
</li>
<li>docs: include exclusion reason table (<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/pull/100">100</a>,
<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/pull/102">102</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/commit/1cef36be340981d09dc67f3b7b8f0eb868977079"><code>1cef36b</code></a>
chore: v6.0.0 (<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/issues/105">#105</a>)</li>
<li><a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/commit/f60c94838b93928f5de3a8c199005a0182ae6936"><code>f60c948</code></a>
chore: ignore tool directory in pubignore (<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/issues/104">#104</a>)</li>
<li><a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/commit/9f5a2dff190a1303d8b8e607aed8b0948c761685"><code>9f5a2df</code></a>
chore: v6.0.0-dev.1 (<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/issues/103">#103</a>)</li>
<li><a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/commit/b0d0f91bfa3e4cced084269b05ebaa671146b203"><code>b0d0f91</code></a>
docs: update exclusion reasons (<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/issues/102">#102</a>)</li>
<li><a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/commit/f687fc79684a6ca86223ad04dce597639e094530"><code>f687fc7</code></a>
feat!: update VGA to Dart 3.4 (<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/issues/101">#101</a>)</li>
<li><a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/commit/aea906cf1c790e624c771e6eda6406c36e924523"><code>aea906c</code></a>
feat(tool): include tooling to track excluded lint rules and their
reasons (#...</li>
<li><a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/commit/64b39995687d28718eb2b18845897395d77b497d"><code>64b3999</code></a>
chore: add labels sync action (<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/issues/97">#97</a>)</li>
<li><a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/commit/7fe41f3239c120b5b1fa64163fa1aedfb55d89fe"><code>7fe41f3</code></a>
chore: update codeowners (<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/issues/96">#96</a>)</li>
<li><a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/commit/34517be5e3fe50a8313dd6fe1dc9008e8f92bcdd"><code>34517be</code></a>
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/issues/95">#95</a>)</li>
<li><a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/commit/ab5738d423b54af468c0e854c5e103d0de4e3d49"><code>ab5738d</code></a>
docs: add release docs (<a
href="https://redirect.github.com/VeryGoodOpenSource/very_good_analysis/issues/92">#92</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v5.1.0...v6.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=very_good_analysis&package-manager=pub&previous-version=5.1.0&new-version=6.0.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: Joscha <[email protected]>
  • Loading branch information
dependabot[bot] and josxha committed Jun 26, 2024
1 parent 5839501 commit 80c6f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ environment:

dev_dependencies:
melos: ^6.0.0
very_good_analysis: ^5.0.0
very_good_analysis: ">=5.0.0 <7.0.0"

0 comments on commit 80c6f87

Please sign in to comment.