Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dart-lang/lints/releases">lints's
releases</a>.</em></p>
<blockquote>
<h2>package:lints v3.0.0</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>dangling_library_doc_comments</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
<li>removed <code>no_wildcard_variable_uses</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
<li>removed <code>prefer_void_to_null</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's
readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a
href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a>
file.</li>
</ul>
<h2>package:lints v3.0.0-beta.2</h2>
<ul>
<li>Add <code>dangling_library_doc_comments</code> to core.</li>
<li>Remove <code>no_wildcard_variable_uses</code> from core.</li>
<li>Remove <code>prefer_void_to_null</code> from recommended.</li>
</ul>
<h2>package:lints v3.0.0-beta</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>no_wildcard_variable_uses</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's
readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a
href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a>
file.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/dart-lang/lints/blob/main/CHANGELOG.md">lints's
changelog</a>.</em></p>
<blockquote>
<h2>3.0.0</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>dangling_library_doc_comments</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
<li>removed <code>no_wildcard_variable_uses</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
<li>removed <code>prefer_void_to_null</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's
readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a
href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a>
file.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="975c687068"><code>975c687</code></a>
rev to 3.0.0; prep to publish (<a
href="https://redirect.github.com/dart-lang/lints/issues/160">#160</a>)</li>
<li><a
href="90d350eb89"><code>90d350e</code></a>
Bump actions/checkout from 3.6.0 to 4.1.0 (<a
href="https://redirect.github.com/dart-lang/lints/issues/159">#159</a>)</li>
<li><a
href="140c8025fe"><code>140c802</code></a>
Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (<a
href="https://redirect.github.com/dart-lang/lints/issues/158">#158</a>)</li>
<li><a
href="624a09da9c"><code>624a09d</code></a>
add dangling_library_doc_comments, remove prefer_void_to_null (<a
href="https://redirect.github.com/dart-lang/lints/issues/157">#157</a>)</li>
<li><a
href="296efaf291"><code>296efaf</code></a>
remove no_wildcard_variable_uses; improve testing (<a
href="https://redirect.github.com/dart-lang/lints/issues/156">#156</a>)</li>
<li><a
href="c266a04d9b"><code>c266a04</code></a>
rev to 3.0.0-beta in preparation for publishing (<a
href="https://redirect.github.com/dart-lang/lints/issues/153">#153</a>)</li>
<li><a
href="b044acab9f"><code>b044aca</code></a>
add several rules to core and recommended (<a
href="https://redirect.github.com/dart-lang/lints/issues/150">#150</a>)</li>
<li><a
href="81100a2eba"><code>81100a2</code></a>
fix a dangling table link (<a
href="https://redirect.github.com/dart-lang/lints/issues/146">#146</a>)</li>
<li><a
href="8d5f750002"><code>8d5f750</code></a>
move the list of lint rules from the readme to a separate rules.md file
(<a
href="https://redirect.github.com/dart-lang/lints/issues/145">#145</a>)</li>
<li><a
href="da44af3d26"><code>da44af3</code></a>
Bump actions/checkout from 3.5.3 to 3.6.0 (<a
href="https://redirect.github.com/dart-lang/lints/issues/144">#144</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dart-lang/lints/compare/v2.1.1...v3.0.0">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lints&package-manager=pub&previous-version=2.1.1&new-version=3.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brett Morgan <brettmorgan@google.com>
â ï¸ **Dependabot is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 11.1.4 to 12.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1a24dadf92"><code>1a24dad</code></a> [go_router] adds ability to dynamically update routing table. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5079">#5079</a>)</li>
<li><a href="47a14fd229"><code>47a14fd</code></a> [flutter_lints] rev flutter_lints to 3.0; increase dep on package:lints (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5177">#5177</a>)</li>
<li><a href="d4390624a6"><code>d439062</code></a> [gis_web] Adds FedCM toggle. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5123">#5123</a>)</li>
<li><a href="e8127e76d5"><code>e8127e7</code></a> [quick_actions] Convert android to pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5099">#5099</a>)</li>
<li><a href="b96a6dae0c"><code>b96a6da</code></a> [flutter_image] added example app (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4353">#4353</a>)</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v12.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=11.1.4&new-version=12.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`.
---
<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>
â ï¸ **Dependabot is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 11.1.4 to 12.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1a24dadf92"><code>1a24dad</code></a> [go_router] adds ability to dynamically update routing table. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5079">#5079</a>)</li>
<li><a href="47a14fd229"><code>47a14fd</code></a> [flutter_lints] rev flutter_lints to 3.0; increase dep on package:lints (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5177">#5177</a>)</li>
<li><a href="d4390624a6"><code>d439062</code></a> [gis_web] Adds FedCM toggle. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5123">#5123</a>)</li>
<li><a href="e8127e76d5"><code>e8127e7</code></a> [quick_actions] Convert android to pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5099">#5099</a>)</li>
<li><a href="b96a6dae0c"><code>b96a6da</code></a> [flutter_image] added example app (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4353">#4353</a>)</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v12.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=11.1.4&new-version=12.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`.
---
<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>
â ï¸ **Dependabot is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 11.1.4 to 12.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1a24dadf92"><code>1a24dad</code></a> [go_router] adds ability to dynamically update routing table. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5079">#5079</a>)</li>
<li><a href="47a14fd229"><code>47a14fd</code></a> [flutter_lints] rev flutter_lints to 3.0; increase dep on package:lints (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5177">#5177</a>)</li>
<li><a href="d4390624a6"><code>d439062</code></a> [gis_web] Adds FedCM toggle. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5123">#5123</a>)</li>
<li><a href="e8127e76d5"><code>e8127e7</code></a> [quick_actions] Convert android to pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5099">#5099</a>)</li>
<li><a href="b96a6dae0c"><code>b96a6da</code></a> [flutter_image] added example app (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4353">#4353</a>)</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v12.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=11.1.4&new-version=12.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`.
---
<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>
Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/lints/releases">lints's releases</a>.</em></p>
<blockquote>
<h2>package:lints v3.0.0</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>dangling_library_doc_comments</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
<li>removed <code>no_wildcard_variable_uses</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
<li>removed <code>prefer_void_to_null</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a> file.</li>
</ul>
<h2>package:lints v3.0.0-beta.2</h2>
<ul>
<li>Add <code>dangling_library_doc_comments</code> to core.</li>
<li>Remove <code>no_wildcard_variable_uses</code> from core.</li>
<li>Remove <code>prefer_void_to_null</code> from recommended.</li>
</ul>
<h2>package:lints v3.0.0-beta</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>no_wildcard_variable_uses</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a> file.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/lints/blob/main/CHANGELOG.md">lints's changelog</a>.</em></p>
<blockquote>
<h2>3.0.0</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>dangling_library_doc_comments</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
<li>removed <code>no_wildcard_variable_uses</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
<li>removed <code>prefer_void_to_null</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a> file.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="975c687068"><code>975c687</code></a> rev to 3.0.0; prep to publish (<a href="https://redirect.github.com/dart-lang/lints/issues/160">#160</a>)</li>
<li><a href="90d350eb89"><code>90d350e</code></a> Bump actions/checkout from 3.6.0 to 4.1.0 (<a href="https://redirect.github.com/dart-lang/lints/issues/159">#159</a>)</li>
<li><a href="140c8025fe"><code>140c802</code></a> Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (<a href="https://redirect.github.com/dart-lang/lints/issues/158">#158</a>)</li>
<li><a href="624a09da9c"><code>624a09d</code></a> add dangling_library_doc_comments, remove prefer_void_to_null (<a href="https://redirect.github.com/dart-lang/lints/issues/157">#157</a>)</li>
<li><a href="296efaf291"><code>296efaf</code></a> remove no_wildcard_variable_uses; improve testing (<a href="https://redirect.github.com/dart-lang/lints/issues/156">#156</a>)</li>
<li><a href="c266a04d9b"><code>c266a04</code></a> rev to 3.0.0-beta in preparation for publishing (<a href="https://redirect.github.com/dart-lang/lints/issues/153">#153</a>)</li>
<li><a href="b044acab9f"><code>b044aca</code></a> add several rules to core and recommended (<a href="https://redirect.github.com/dart-lang/lints/issues/150">#150</a>)</li>
<li><a href="81100a2eba"><code>81100a2</code></a> fix a dangling table link (<a href="https://redirect.github.com/dart-lang/lints/issues/146">#146</a>)</li>
<li><a href="8d5f750002"><code>8d5f750</code></a> move the list of lint rules from the readme to a separate rules.md file (<a href="https://redirect.github.com/dart-lang/lints/issues/145">#145</a>)</li>
<li><a href="da44af3d26"><code>da44af3</code></a> Bump actions/checkout from 3.5.3 to 3.6.0 (<a href="https://redirect.github.com/dart-lang/lints/issues/144">#144</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/lints/compare/v2.1.1...v3.0.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lints&package-manager=pub&previous-version=2.1.1&new-version=3.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`.
---
<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>
â ï¸ **Dependabot is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/lints/releases">lints's releases</a>.</em></p>
<blockquote>
<h2>package:lints v3.0.0</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>dangling_library_doc_comments</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
<li>removed <code>no_wildcard_variable_uses</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
<li>removed <code>prefer_void_to_null</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a> file.</li>
</ul>
<h2>package:lints v3.0.0-beta.2</h2>
<ul>
<li>Add <code>dangling_library_doc_comments</code> to core.</li>
<li>Remove <code>no_wildcard_variable_uses</code> from core.</li>
<li>Remove <code>prefer_void_to_null</code> from recommended.</li>
</ul>
<h2>package:lints v3.0.0-beta</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>no_wildcard_variable_uses</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a> file.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/lints/blob/main/CHANGELOG.md">lints's changelog</a>.</em></p>
<blockquote>
<h2>3.0.0</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>dangling_library_doc_comments</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
<li>removed <code>no_wildcard_variable_uses</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
<li>removed <code>prefer_void_to_null</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a> file.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="975c687068"><code>975c687</code></a> rev to 3.0.0; prep to publish (<a href="https://redirect.github.com/dart-lang/lints/issues/160">#160</a>)</li>
<li><a href="90d350eb89"><code>90d350e</code></a> Bump actions/checkout from 3.6.0 to 4.1.0 (<a href="https://redirect.github.com/dart-lang/lints/issues/159">#159</a>)</li>
<li><a href="140c8025fe"><code>140c802</code></a> Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (<a href="https://redirect.github.com/dart-lang/lints/issues/158">#158</a>)</li>
<li><a href="624a09da9c"><code>624a09d</code></a> add dangling_library_doc_comments, remove prefer_void_to_null (<a href="https://redirect.github.com/dart-lang/lints/issues/157">#157</a>)</li>
<li><a href="296efaf291"><code>296efaf</code></a> remove no_wildcard_variable_uses; improve testing (<a href="https://redirect.github.com/dart-lang/lints/issues/156">#156</a>)</li>
<li><a href="c266a04d9b"><code>c266a04</code></a> rev to 3.0.0-beta in preparation for publishing (<a href="https://redirect.github.com/dart-lang/lints/issues/153">#153</a>)</li>
<li><a href="b044acab9f"><code>b044aca</code></a> add several rules to core and recommended (<a href="https://redirect.github.com/dart-lang/lints/issues/150">#150</a>)</li>
<li><a href="81100a2eba"><code>81100a2</code></a> fix a dangling table link (<a href="https://redirect.github.com/dart-lang/lints/issues/146">#146</a>)</li>
<li><a href="8d5f750002"><code>8d5f750</code></a> move the list of lint rules from the readme to a separate rules.md file (<a href="https://redirect.github.com/dart-lang/lints/issues/145">#145</a>)</li>
<li><a href="da44af3d26"><code>da44af3</code></a> Bump actions/checkout from 3.5.3 to 3.6.0 (<a href="https://redirect.github.com/dart-lang/lints/issues/144">#144</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/lints/compare/v2.1.1...v3.0.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lints&package-manager=pub&previous-version=2.1.1&new-version=3.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`.
---
<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>
â ï¸ **Dependabot is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 11.1.4 to 12.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1a24dadf92"><code>1a24dad</code></a> [go_router] adds ability to dynamically update routing table. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5079">#5079</a>)</li>
<li><a href="47a14fd229"><code>47a14fd</code></a> [flutter_lints] rev flutter_lints to 3.0; increase dep on package:lints (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5177">#5177</a>)</li>
<li><a href="d4390624a6"><code>d439062</code></a> [gis_web] Adds FedCM toggle. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5123">#5123</a>)</li>
<li><a href="e8127e76d5"><code>e8127e7</code></a> [quick_actions] Convert android to pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5099">#5099</a>)</li>
<li><a href="b96a6dae0c"><code>b96a6da</code></a> [flutter_image] added example app (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4353">#4353</a>)</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v12.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=11.1.4&new-version=12.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`.
---
<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>
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@âbabel/traverse</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.23.2 (2023-10-11)</h2>
<p><strong>NOTE</strong>: This release also re-publishes <code>@babel/core</code>, even if it does not appear in the linked release commit.</p>
<p>Thanks <a href="https://github.com/jimmydief"><code>@âjimmydief</code></a> for your first PR!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/16033">#16033</a> Only evaluate own String/Number/Math methods (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-preset-typescript</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/16022">#16022</a> Rewrite <code>.tsx</code> extension when using <code>rewriteImportExtensions</code> (<a href="https://github.com/jimmydief"><code>@âjimmydief</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/16017">#16017</a> Fix: fallback to typeof when toString is applied to incompatible object (<a href="https://github.com/JLHwung"><code>@âJLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/16025">#16025</a> Avoid override mistake in namespace imports (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Babel Bot (<a href="https://github.com/babel-bot"><code>@âbabel-bot</code></a>)</li>
<li>Huáng Jùnlià ng (<a href="https://github.com/JLHwung"><code>@âJLHwung</code></a>)</li>
<li>James Diefenderfer (<a href="https://github.com/jimmydief"><code>@âjimmydief</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
<li><a href="https://github.com/liuxingbaoyu"><code>@âliuxingbaoyu</code></a></li>
</ul>
<h2>v7.23.1 (2023-09-25)</h2>
<p>Re-publishing <code>@babel/helpers</code> due to a publishing error in 7.23.0.</p>
<h2>v7.23.0 (2023-09-25)</h2>
<p>Thanks <a href="https://github.com/lorenzoferre"><code>@âlorenzoferre</code></a> and <a href="https://github.com/RajShukla1"><code>@âRajShukla1</code></a> for your first PRs!</p>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-plugin-proposal-import-wasm-source</code>, <code>babel-plugin-syntax-import-source</code>, <code>babel-plugin-transform-dynamic-import</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15870">#15870</a> Support transforming <code>import source</code> for wasm (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-module-transforms</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-import-defer</code>, <code>babel-plugin-syntax-import-defer</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15878">#15878</a> Implement <code>import defer</code> proposal transform support (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15845">#15845</a> Implement <code>import defer</code> parsing support (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
<li><a href="https://redirect.github.com/babel/babel/pull/15829">#15829</a> Add parsing support for the "source phase imports" proposal (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-helper-module-transforms</code>, <code>babel-parser</code>, <code>babel-plugin-transform-dynamic-import</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code>, <code>babel-traverse</code>, <code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15682">#15682</a> Add <code>createImportExpressions</code> parser option (<a href="https://github.com/JLHwung"><code>@âJLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-standalone</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15671">#15671</a> Pass through nonce to the transformed script element (<a href="https://github.com/JLHwung"><code>@âJLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-function-name</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-helpers</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-optional-chaining-assign</code>, <code>babel-plugin-syntax-optional-chaining-assign</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>, <code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15751">#15751</a> Add support for optional chain in assignments (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15895">#15895</a> Implement the "decorator metadata" proposal (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>, <code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15893">#15893</a> Add <code>t.buildUndefinedNode</code> (<a href="https://github.com/liuxingbaoyu"><code>@âliuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-preset-typescript</code></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@âbabel/traverse</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.23.2 (2023-10-11)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/16033">#16033</a> Only evaluate own String/Number/Math methods (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-preset-typescript</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/16022">#16022</a> Rewrite <code>.tsx</code> extension when using <code>rewriteImportExtensions</code> (<a href="https://github.com/jimmydief"><code>@âjimmydief</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/16017">#16017</a> Fix: fallback to typeof when toString is applied to incompatible object (<a href="https://github.com/JLHwung"><code>@âJLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/16025">#16025</a> Avoid override mistake in namespace imports (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.23.0 (2023-09-25)</h2>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-plugin-proposal-import-wasm-source</code>, <code>babel-plugin-syntax-import-source</code>, <code>babel-plugin-transform-dynamic-import</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15870">#15870</a> Support transforming <code>import source</code> for wasm (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-module-transforms</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-import-defer</code>, <code>babel-plugin-syntax-import-defer</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15878">#15878</a> Implement <code>import defer</code> proposal transform support (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15845">#15845</a> Implement <code>import defer</code> parsing support (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
<li><a href="https://redirect.github.com/babel/babel/pull/15829">#15829</a> Add parsing support for the "source phase imports" proposal (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-helper-module-transforms</code>, <code>babel-parser</code>, <code>babel-plugin-transform-dynamic-import</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code>, <code>babel-traverse</code>, <code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15682">#15682</a> Add <code>createImportExpressions</code> parser option (<a href="https://github.com/JLHwung"><code>@âJLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-standalone</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15671">#15671</a> Pass through nonce to the transformed script element (<a href="https://github.com/JLHwung"><code>@âJLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-function-name</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-helpers</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-optional-chaining-assign</code>, <code>babel-plugin-syntax-optional-chaining-assign</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>, <code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15751">#15751</a> Add support for optional chain in assignments (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15895">#15895</a> Implement the "decorator metadata" proposal (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>, <code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15893">#15893</a> Add <code>t.buildUndefinedNode</code> (<a href="https://github.com/liuxingbaoyu"><code>@âliuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-preset-typescript</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15913">#15913</a> Add <code>rewriteImportExtensions</code> option to TS preset (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15896">#15896</a> Allow TS tuples to have both labeled and unlabeled elements (<a href="https://github.com/yukukotani"><code>@âyukukotani</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-block-scoping</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15962">#15962</a> fix: <code>transform-block-scoping</code> captures the variables of the method in the loop (<a href="https://github.com/liuxingbaoyu"><code>@âliuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15797">#15797</a> Expand evaluation of global built-ins in <code>@babel/traverse</code> (<a href="https://github.com/lorenzoferre"><code>@âlorenzoferre</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-proposal-explicit-resource-management</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15985">#15985</a> Improve source maps for blocks with <code>using</code> declarations (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-core</code>, <code>babel-helper-module-transforms</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-dynamic-import</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-umd</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-plugin-transform-react-inline-elements</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15984">#15984</a> Inline <code>exports.XXX =</code> update in simple variable declarations (<a href="https://github.com/nicolo-ribaudo"><code>@ânicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.22.20 (2023-09-16)</h2>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b4b9942a6c"><code>b4b9942</code></a> v7.23.2</li>
<li><a href="b13376b346"><code>b13376b</code></a> Only evaluate own String/Number/Math methods (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/16033">#16033</a>)</li>
<li><a href="ca58ec15cb"><code>ca58ec1</code></a> v7.23.0</li>
<li><a href="0f333dafcf"><code>0f333da</code></a> Add <code>createImportExpressions</code> parser option (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/15682">#15682</a>)</li>
<li><a href="3744545649"><code>3744545</code></a> Fix linting</li>
<li><a href="c7e6806e21"><code>c7e6806</code></a> Add <code>t.buildUndefinedNode</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/15893">#15893</a>)</li>
<li><a href="38ee8b4dd6"><code>38ee8b4</code></a> Expand evaluation of global built-ins in <code>@babel/traverse</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/15797">#15797</a>)</li>
<li><a href="9f3dfd9021"><code>9f3dfd9</code></a> v7.22.20</li>
<li><a href="3ed28b29c1"><code>3ed28b2</code></a> Fully support <code>||</code> and <code>&&</code> in <code>pluginToggleBooleanFlag</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/15961">#15961</a>)</li>
<li><a href="77b0d73599"><code>77b0d73</code></a> v7.22.19</li>
<li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/traverse&package-manager=npm_and_yarn&previous-version=7.22.10&new-version=7.23.2)](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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/flutter/samples/network/alerts).
</details>
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.10.0 to 2.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/subosito/flutter-action/releases">subosito/flutter-action's releases</a>.</em></p>
<blockquote>
<h2>v2.11.0</h2>
<p>Allow git ref as version for master channel:</p>
<pre lang="yaml"><code>steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '5b12b74' # tag, commit or branch
channel: 'master'
- run: flutter --version
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="cc97e1648f"><code>cc97e16</code></a> feat: Allow git ref as version in <code>master</code> channel (<a href="https://redirect.github.com/subosito/flutter-action/issues/237">#237</a>)</li>
<li><a href="ed388baf1d"><code>ed388ba</code></a> fixes <a href="https://redirect.github.com/subosito/flutter-action/issues/224">#224</a>; update readme</li>
<li>See full diff in <a href="48cafc2471...cc97e1648f">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=subosito/flutter-action&package-manager=github_actions&previous-version=2.10.0&new-version=2.11.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`.
---
<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>
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.63.0 to 0.64.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/releases">fl_chart's releases</a>.</em></p>
<blockquote>
<h2>0.64.0</h2>
<ul>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/Anas35"><code>@âAnas35</code></a>) Fix Tooltip not displaying when value from BackgroundBarChartRodData is less than zero. <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1345">#1345</a>.</li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@âimaNNeo</code></a>) Fix Negative BarChartRodStackItem are not drawn correctly bug, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1347">#1347</a></li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@âimaNNeo</code></a>) Fix bar_chart_helper minY calculation bug, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1388">#1388</a></li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/imaNNeo"><code>@âimaNNeo</code></a>) Consider fraction digits when formatting chart side titles, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1267">#1267</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/blob/master/CHANGELOG.md">fl_chart's changelog</a>.</em></p>
<blockquote>
<h2>0.64.0</h2>
<ul>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/Anas35"><code>@âAnas35</code></a>) Fix Tooltip not displaying when value from BackgroundBarChartRodData is less than zero. <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1345">#1345</a>.</li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@âimaNNeo</code></a>) Fix Negative BarChartRodStackItem are not drawn correctly bug, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1347">#1347</a></li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@âimaNNeo</code></a>) Fix bar_chart_helper minY calculation bug, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1388">#1388</a></li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/imaNNeo"><code>@âimaNNeo</code></a>) Consider fraction digits when formatting chart side titles, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1267">#1267</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="633c40d692"><code>633c40d</code></a> Bump version to 0.64.0</li>
<li><a href="621b79e82d"><code>621b79e</code></a> Update CHANGELOG.md</li>
<li><a href="cb51189fc2"><code>cb51189</code></a> Consider fraction digits when formatting chart side titles, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1267">#1267</a></li>
<li><a href="ce49b92e1a"><code>ce49b92</code></a> Fix donation link in README.md file</li>
<li><a href="4c6d2b34c3"><code>4c6d2b3</code></a> chore: bump actions/checkout from 2 to 4</li>
<li><a href="04b18d2242"><code>04b18d2</code></a> Update CHANGELOG.md</li>
<li><a href="eeb1ba4204"><code>eeb1ba4</code></a> Fix bar_chart_helper minY calculation bug, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1388">#1388</a></li>
<li><a href="5d81d616c9"><code>5d81d61</code></a> Use <code>dart format</code> instead of <code>flutter format</code> (deprecated).</li>
<li><a href="dd479e0e31"><code>dd479e0</code></a> Decrease menu items sizes</li>
<li><a href="306989dc60"><code>306989d</code></a> Simplify ChartType enum</li>
<li>Additional commits viewable in <a href="https://github.com/imaNNeo/fl_chart/compare/0.63.0...0.64.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fl_chart&package-manager=pub&previous-version=0.63.0&new-version=0.64.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`.
---
<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>
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 4.3.1 to 5.1.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jasmine&package-manager=npm_and_yarn&previous-version=4.3.1&new-version=5.1.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`.
---
<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>
Bumps [pigeon](https://github.com/flutter/packages/tree/main/packages) from 11.0.1 to 12.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="d654f7597f"><code>d654f75</code></a> [pigeon] FlutterApi error handling (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5008">#5008</a>)</li>
<li><a href="a66be0e170"><code>a66be0e</code></a> [webview_flutter] [webview_flutter_wkwebview]Fix race condition in flaky test...</li>
<li><a href="c7008cf088"><code>c7008cf</code></a> [webview_flutter_wkwebview] Fixes bug where `WebkitWebViewController.getUserA...</li>
<li><a href="cfe0c21270"><code>cfe0c21</code></a> [flutter_markdown] Code decoration (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5060">#5060</a>)</li>
<li><a href="35732b672d"><code>35732b6</code></a> [webview_flutter] Exposes missing <code>JavaScriptLogLevel</code> from platform interfac...</li>
<li><a href="c9333980f2"><code>c933398</code></a> [webview_flutter] Adds app facing implementation to override console log (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4705">#4705</a>)</li>
<li><a href="f68661d325"><code>f68661d</code></a> [webview_flutter] Add a method for getting the user agent (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4472">#4472</a>)</li>
<li><a href="41a3ec2b8a"><code>41a3ec2</code></a> [webview_flutter_android] Fix race condition in flaky test (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5037">#5037</a>)</li>
<li><a href="b3138a69a8"><code>b3138a6</code></a> [webview_flutter_android][webview_flutter_wkwebview] Adds support for `getUse...</li>
<li><a href="8483ac23a3"><code>8483ac2</code></a> [camera] Dispose resources correctly on setDescription (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4003">#4003</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/pigeon-v12.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pigeon&package-manager=pub&previous-version=11.0.1&new-version=12.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`.
---
<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>
Bumps
[go_router](https://github.com/flutter/packages/tree/main/packages) from
10.2.0 to 11.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="55b7293656"><code>55b7293</code></a>
[go_router] Fixes the GoRouter.goBranch so that it doesn't reset extr…
(<a
href="https://github.com/flutter/packages/tree/main/packages/issues/4723">#4723</a>)</li>
<li><a
href="7eee49a471"><code>7eee49a</code></a>
[webview_flutter_wkwebview] Adds WKWebView implementation to override
console...</li>
<li><a
href="d0411e450a"><code>d0411e4</code></a>
[various] Update invalid NSURL tests (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/4959">#4959</a>)</li>
<li><a
href="51e74b9750"><code>51e74b9</code></a>
[ios_platform_images] Convert to Pigeon (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/4945">#4945</a>)</li>
<li><a
href="d08ebfd2b7"><code>d08ebfd</code></a>
[go_router_builder] Generate initialLocation with
StatefulShellBranchConfig (...</li>
<li>See full diff in <a
href="https://github.com/flutter/packages/commits/go_router-v11.0.0/packages">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=10.2.0&new-version=11.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
â ï¸ **Dependabot is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 10.2.0 to 11.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="55b7293656"><code>55b7293</code></a> [go_router] Fixes the GoRouter.goBranch so that it doesn't reset extr⦠(<a href="https://github.com/flutter/packages/tree/main/packages/issues/4723">#4723</a>)</li>
<li><a href="7eee49a471"><code>7eee49a</code></a> [webview_flutter_wkwebview] Adds WKWebView implementation to override console...</li>
<li><a href="d0411e450a"><code>d0411e4</code></a> [various] Update invalid NSURL tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4959">#4959</a>)</li>
<li><a href="51e74b9750"><code>51e74b9</code></a> [ios_platform_images] Convert to Pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4945">#4945</a>)</li>
<li><a href="d08ebfd2b7"><code>d08ebfd</code></a> [go_router_builder] Generate initialLocation with StatefulShellBranchConfig (...</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v11.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=10.2.0&new-version=11.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`.
---
<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>
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 10.2.0 to 11.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="55b7293656"><code>55b7293</code></a> [go_router] Fixes the GoRouter.goBranch so that it doesn't reset extr⦠(<a href="https://github.com/flutter/packages/tree/main/packages/issues/4723">#4723</a>)</li>
<li><a href="7eee49a471"><code>7eee49a</code></a> [webview_flutter_wkwebview] Adds WKWebView implementation to override console...</li>
<li><a href="d0411e450a"><code>d0411e4</code></a> [various] Update invalid NSURL tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4959">#4959</a>)</li>
<li><a href="51e74b9750"><code>51e74b9</code></a> [ios_platform_images] Convert to Pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4945">#4945</a>)</li>
<li><a href="d08ebfd2b7"><code>d08ebfd</code></a> [go_router_builder] Generate initialLocation with StatefulShellBranchConfig (...</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v11.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=10.2.0&new-version=11.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`.
---
<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>
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 10.2.0 to 11.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="55b7293656"><code>55b7293</code></a> [go_router] Fixes the GoRouter.goBranch so that it doesn't reset extr⦠(<a href="https://github.com/flutter/packages/tree/main/packages/issues/4723">#4723</a>)</li>
<li><a href="7eee49a471"><code>7eee49a</code></a> [webview_flutter_wkwebview] Adds WKWebView implementation to override console...</li>
<li><a href="d0411e450a"><code>d0411e4</code></a> [various] Update invalid NSURL tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4959">#4959</a>)</li>
<li><a href="51e74b9750"><code>51e74b9</code></a> [ios_platform_images] Convert to Pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4945">#4945</a>)</li>
<li><a href="d08ebfd2b7"><code>d08ebfd</code></a> [go_router_builder] Generate initialLocation with StatefulShellBranchConfig (...</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v11.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=10.2.0&new-version=11.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`.
---
<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>
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 10.2.0 to 11.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="55b7293656"><code>55b7293</code></a> [go_router] Fixes the GoRouter.goBranch so that it doesn't reset extr⦠(<a href="https://github.com/flutter/packages/tree/main/packages/issues/4723">#4723</a>)</li>
<li><a href="7eee49a471"><code>7eee49a</code></a> [webview_flutter_wkwebview] Adds WKWebView implementation to override console...</li>
<li><a href="d0411e450a"><code>d0411e4</code></a> [various] Update invalid NSURL tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4959">#4959</a>)</li>
<li><a href="51e74b9750"><code>51e74b9</code></a> [ios_platform_images] Convert to Pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4945">#4945</a>)</li>
<li><a href="d08ebfd2b7"><code>d08ebfd</code></a> [go_router_builder] Generate initialLocation with StatefulShellBranchConfig (...</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v11.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=10.2.0&new-version=11.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`.
---
<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>
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 10.2.0 to 11.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="55b7293656"><code>55b7293</code></a> [go_router] Fixes the GoRouter.goBranch so that it doesn't reset extr⦠(<a href="https://github.com/flutter/packages/tree/main/packages/issues/4723">#4723</a>)</li>
<li><a href="7eee49a471"><code>7eee49a</code></a> [webview_flutter_wkwebview] Adds WKWebView implementation to override console...</li>
<li><a href="d0411e450a"><code>d0411e4</code></a> [various] Update invalid NSURL tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4959">#4959</a>)</li>
<li><a href="51e74b9750"><code>51e74b9</code></a> [ios_platform_images] Convert to Pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4945">#4945</a>)</li>
<li><a href="d08ebfd2b7"><code>d08ebfd</code></a> [go_router_builder] Generate initialLocation with StatefulShellBranchConfig (...</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v11.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=10.2.0&new-version=11.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`.
---
<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>
â ï¸ **Dependabot is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 10.2.0 to 11.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="55b7293656"><code>55b7293</code></a> [go_router] Fixes the GoRouter.goBranch so that it doesn't reset extr⦠(<a href="https://github.com/flutter/packages/tree/main/packages/issues/4723">#4723</a>)</li>
<li><a href="7eee49a471"><code>7eee49a</code></a> [webview_flutter_wkwebview] Adds WKWebView implementation to override console...</li>
<li><a href="d0411e450a"><code>d0411e4</code></a> [various] Update invalid NSURL tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4959">#4959</a>)</li>
<li><a href="51e74b9750"><code>51e74b9</code></a> [ios_platform_images] Convert to Pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4945">#4945</a>)</li>
<li><a href="d08ebfd2b7"><code>d08ebfd</code></a> [go_router_builder] Generate initialLocation with StatefulShellBranchConfig (...</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v11.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=10.2.0&new-version=11.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`.
---
<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>
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 10.2.0 to 11.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="55b7293656"><code>55b7293</code></a> [go_router] Fixes the GoRouter.goBranch so that it doesn't reset extr⦠(<a href="https://github.com/flutter/packages/tree/main/packages/issues/4723">#4723</a>)</li>
<li><a href="7eee49a471"><code>7eee49a</code></a> [webview_flutter_wkwebview] Adds WKWebView implementation to override console...</li>
<li><a href="d0411e450a"><code>d0411e4</code></a> [various] Update invalid NSURL tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4959">#4959</a>)</li>
<li><a href="51e74b9750"><code>51e74b9</code></a> [ios_platform_images] Convert to Pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4945">#4945</a>)</li>
<li><a href="d08ebfd2b7"><code>d08ebfd</code></a> [go_router_builder] Generate initialLocation with StatefulShellBranchConfig (...</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v11.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=10.2.0&new-version=11.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`.
---
<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>
Bumps [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages) from 5.1.0 to 6.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/material-foundation/flutter-packages/commits/HEAD/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google_fonts&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`.
---
<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>
Bumps [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages) from 5.1.0 to 6.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/material-foundation/flutter-packages/commits/HEAD/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google_fonts&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`.
---
<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>
Bumps [jni](https://github.com/dart-lang/jnigen) from 0.6.1 to 0.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/jnigen/releases">jni's releases</a>.</em></p>
<blockquote>
<h2>package:jni v0.7.0</h2>
<ul>
<li><strong>Breaking Change</strong> (<a href="https://redirect.github.com/dart-lang/jnigen/issues/387">#387</a>): Added <code>JBuffer</code> and <code>JByteBuffer</code> classes as default classes for <code>java.nio.Buffer</code> and <code>java.nio.ByteBuffer</code> respectively.</li>
<li><strong>Breaking Change</strong>: Made the type classes <code>final</code>.</li>
<li>Fixed a bug where <code>addAll</code>, <code>removeAll</code> and <code>retainAll</code> in <code>JSet</code> would run their respective operation twice.</li>
<li>Fixed a bug where <code>JList.insertAll</code> would not throw the potentially thrown Java exception.</li>
</ul>
<h2>package:jnigen v0.7.0</h2>
<ul>
<li><strong>Breaking Change</strong> (<a href="https://redirect.github.com/dart-lang/jnigen/issues/387">#387</a>): Added <code>JBuffer</code> and <code>JByteBuffer</code> classes as default classes for <code>java.nio.Buffer</code> and <code>java.nio.ByteBuffer</code> respectively.</li>
<li><strong>Breaking Change</strong>: Made the type classes <code>final</code>.</li>
<li>Added <code>ignore_for_file: lines_longer_than_80_chars</code> to the generated file preamble.</li>
<li>Added an explicit cast in generated <code><Interface>.implement</code> code to allow <code>dart analyze</code> to pass when <code>strict-casts</code> is set.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dart-lang/jnigen/commits/jni-v0.7.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jni&package-manager=pub&previous-version=0.6.1&new-version=0.7.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`.
---
<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>
Bumps [jnigen](https://github.com/dart-lang/jnigen) from 0.6.0 to 0.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/jnigen/releases">jnigen's releases</a>.</em></p>
<blockquote>
<h2>package:jnigen v0.7.0</h2>
<ul>
<li><strong>Breaking Change</strong> (<a href="https://redirect.github.com/dart-lang/jnigen/issues/387">#387</a>): Added <code>JBuffer</code> and <code>JByteBuffer</code> classes as default classes for <code>java.nio.Buffer</code> and <code>java.nio.ByteBuffer</code> respectively.</li>
<li><strong>Breaking Change</strong>: Made the type classes <code>final</code>.</li>
<li>Added <code>ignore_for_file: lines_longer_than_80_chars</code> to the generated file preamble.</li>
<li>Added an explicit cast in generated <code><Interface>.implement</code> code to allow <code>dart analyze</code> to pass when <code>strict-casts</code> is set.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4443cebdd3"><code>4443ceb</code></a> Add <code>JBuffer</code>, <code>JByteBuffer</code> to enable fast copying to and from <code>Uint8List</code> (...</li>
<li><a href="7c837763be"><code>7c83776</code></a> Add <code>ignore_for_file: lines_longer_than_80_chars</code> to generated files (<a href="https://redirect.github.com/dart-lang/jnigen/issues/386">#386</a>)</li>
<li><a href="49d4ac04a5"><code>49d4ac0</code></a> Add correct cast to interface method invocation (<a href="https://redirect.github.com/dart-lang/jnigen/issues/385">#385</a>)</li>
<li><a href="b845ff1610"><code>b845ff1</code></a> Specify JDK min and max version in README (<a href="https://redirect.github.com/dart-lang/jnigen/issues/384">#384</a>)</li>
<li><a href="ef458e3b01"><code>ef458e3</code></a> jni-0.6.1 fix number of topics (<a href="https://redirect.github.com/dart-lang/jnigen/issues/382">#382</a>)</li>
<li><a href="eba06738a4"><code>eba0673</code></a> Bump actions/checkout from 3.5.3 to 3.6.0 (<a href="https://redirect.github.com/dart-lang/jnigen/issues/381">#381</a>)</li>
<li>See full diff in <a href="https://github.com/dart-lang/jnigen/compare/jnigen-v0.6.0...jnigen-v0.7.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jnigen&package-manager=pub&previous-version=0.6.0&new-version=0.7.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`.
---
<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>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p>
<blockquote>
<h2>v3.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(github): remove trailing whitespaces by <a href="https://github.com/ljmf00"><code>@âljmf00</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/313">actions/upload-artifact#313</a></li>
<li>Bump <code>@âactions/artifact</code> version to v1.1.2 by <a href="https://github.com/bethanyj28"><code>@âbethanyj28</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/436">actions/upload-artifact#436</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v3...v3.1.3">https://github.com/actions/upload-artifact/compare/v3...v3.1.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a8a3f3ad30"><code>a8a3f3a</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/436">#436</a> from bethanyj28/main</li>
<li><a href="7b48769c03"><code>7b48769</code></a> update dependency cache</li>
<li><a href="66630398df"><code>6663039</code></a> update dist/index.js</li>
<li><a href="55e76b779d"><code>55e76b7</code></a> bump <code>@âactions/artifact</code> version</li>
<li><a href="65d862660a"><code>65d8626</code></a> chore(github): remove trailing whitespaces (<a href="https://redirect.github.com/actions/upload-artifact/issues/313">#313</a>)</li>
<li>See full diff in <a href="0b7f8abb15...a8a3f3ad30">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=3.1.2&new-version=3.1.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>
Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 3.0.7 to 4.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Daegalus/dart-uuid/releases">uuid's
releases</a>.</em></p>
<blockquote>
<h2>4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Provide constants for RFC4122 namespaces in UuidValue by <a
href="https://github.com/SpencerC"><code>@SpencerC</code></a> in <a
href="https://redirect.github.com/daegalus/dart-uuid/pull/85">daegalus/dart-uuid#85</a></li>
<li>Fix classes to be properly const by <a
href="https://github.com/daegalus"><code>@daegalus</code></a> in <a
href="https://redirect.github.com/daegalus/dart-uuid/pull/88">daegalus/dart-uuid#88</a></li>
<li>Fix <a
href="https://redirect.github.com/Daegalus/dart-uuid/issues/89">#89</a>
v7: Uint64List not supported by dart2js. and v6: Uint64 accessor not
supported by dart2js. by <a
href="https://github.com/hambergerpls"><code>@hambergerpls</code></a>
in <a
href="https://redirect.github.com/daegalus/dart-uuid/pull/90">daegalus/dart-uuid#90</a></li>
<li>check the length of the Uint8list returned by the custom RNG by <a
href="https://github.com/wph144"><code>@wph144</code></a> in <a
href="https://redirect.github.com/daegalus/dart-uuid/pull/91">daegalus/dart-uuid#91</a></li>
<li>toBytes no longer validates by <a
href="https://github.com/Erhannis"><code>@Erhannis</code></a> in <a
href="https://redirect.github.com/daegalus/dart-uuid/pull/92">daegalus/dart-uuid#92</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/SpencerC"><code>@SpencerC</code></a>
made their first contribution in <a
href="https://redirect.github.com/daegalus/dart-uuid/pull/85">daegalus/dart-uuid#85</a></li>
<li><a
href="https://github.com/hambergerpls"><code>@hambergerpls</code></a>
made their first contribution in <a
href="https://redirect.github.com/daegalus/dart-uuid/pull/90">daegalus/dart-uuid#90</a></li>
<li><a href="https://github.com/wph144"><code>@wph144</code></a> made
their first contribution in <a
href="https://redirect.github.com/daegalus/dart-uuid/pull/91">daegalus/dart-uuid#91</a></li>
<li><a href="https://github.com/Erhannis"><code>@Erhannis</code></a>
made their first contribution in <a
href="https://redirect.github.com/daegalus/dart-uuid/pull/92">daegalus/dart-uuid#92</a></li>
</ul>
<h2>All changes since v3.0.7</h2>
<h3>v4.0.0</h3>
<ul>
<li>toBytes on UuidValue now does not validate by default, but has the
option <code>validate</code> that can be set to true if you need
validation when calling it. (Thanks <a
href="https://github.com/Erhannis"><code>@Erhannis</code></a>)</li>
</ul>
<h3>v4.0.0-beta3-1</h3>
<ul>
<li>Ensure that any custom RNG implementation produces Uint8Lists of
length 16. (Thanks <a
href="https://github.com/wph144"><code>@wph144</code></a>)</li>
</ul>
<h3>v4.0.0-beta3</h3>
<ul>
<li><strong>[BREAKING CHANGE]</strong> Replacing UuidUtil rng functions
with RNG classes.
<ul>
<li>UuidUtil.mathRNG() is replaced with MathRNG().generate().</li>
<li>UuidUtil.cryptoRNG() is replaced with CryptoRNG().generate().</li>
<li>Custom crypto implementations just need to implement the
<code>RNG</code> abstract class.</li>
<li>namedArgs and positionalArgs have been removed from
GlobalOptions</li>
<li>You may use LegacyRNG() if you need to use the old function style
RNG.</li>
</ul>
</li>
<li>Fix a bug with the usage of Uint64List in Dart2js by not using it.
(Thanks <a
href="https://github.com/hambergerpls"><code>@hambergerpls</code></a>)</li>
</ul>
<h3>v4.0.0-beta2</h3>
<ul>
<li><strong>[BREAKING CHANGE]</strong> The <code>Uuid</code> class now
takes a <code>GlobalOptions</code> class instead of a
<code>Map<String, dynamic></code>.</li>
<li>Added options classes to eventually replace the Map parameter.</li>
<li><strong>[BREAKING CHANGE]</strong> Since v6,v7,v8 are new for 4.0, I
have made it so they only take the new options class.</li>
<li>Reworked the constructors, and moved state out of the classes. Const
is now supported properly again</li>
<li>Switched tests to use const Uuid to catch regressions.</li>
<li>Set the <code>options</code> parameter in v1, v4, and v5 to
deprecated.</li>
<li><strong>[BREAKING CHANGE]</strong> Make UuidValue properly const
also
<ul>
<li>Can no longer run validation on the const variant.</li>
<li>Added UuidValue.withValidation() to handle this usecase, it can't be
const.</li>
<li>If you need const and validation. Create the UuidValue with the
UUID, then call the <code>validate()</code> function on it.</li>
</ul>
</li>
</ul>
<h3>v4.0.0-beta1-1</h3>
<ul>
<li>Mostly cleanup, linting, updating depedencies, etc.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md">uuid's
changelog</a>.</em></p>
<blockquote>
<p>v4.0.0</p>
<ul>
<li>toBytes on UuidValue now does not validate by default, but has the
option <code>validate</code> that can be set to true if you need
validation when calling it. (Thanks <a
href="https://github.com/Erhannis"><code>@Erhannis</code></a>)</li>
</ul>
<p>v4.0.0-beta3-1</p>
<ul>
<li>Ensure that any custom RNG implementation produces Uint8Lists of
length 16. (Thanks <a
href="https://github.com/wph44"><code>@wph44</code></a>)</li>
</ul>
<p>v4.0.0-beta3</p>
<ul>
<li><strong>[BREAKING CHANGE]</strong> Replacing UuidUtil rng functions
with RNG classes.
<ul>
<li>UuidUtil.mathRNG() is replaced with MathRNG().generate().</li>
<li>UuidUtil.cryptoRNG() is replaced with CryptoRNG().generate().</li>
<li>Custom crypto implementations just need to implement the
<code>RNG</code> abstract class.</li>
<li>namedArgs and positionalArgs have been removed from
GlobalOptions</li>
<li>You may use LegacyRNG() if you need to use the old function style
RNG.</li>
</ul>
</li>
<li>Fix a bug with the usage of Uint64List in Dart2js by not using it.
(Thanks <a
href="https://github.com/hambergerpls"><code>@hambergerpls</code></a>)</li>
</ul>
<p>v4.0.0-beta2</p>
<ul>
<li><strong>[BREAKING CHANGE]</strong> The <code>Uuid</code> class now
takes a <code>GlobalOptions</code> class instead of a
<code>Map<String, dynamic></code>.</li>
<li>Added options classes to eventually replace the Map parameter.</li>
<li><strong>[BREAKING CHANGE]</strong> Since v6,v7,v8 are new for 4.0, I
have made it so they only take the new options class.</li>
<li>Reworked the constructors, and moved state out of the classes. Const
is now supported properly again</li>
<li>Switched tests to use const Uuid to catch regressions.</li>
<li>Set the <code>options</code> parameter in v1, v4, and v5 to
deprecated.</li>
<li><strong>[BREAKING CHANGE]</strong> Make UuidValue properly const
also
<ul>
<li>Can no longer run validation on the const variant.</li>
<li>Added UuidValue.withValidation() to handle this usecase, it can't be
const.</li>
<li>If you need const and validation. Create the UuidValue with the
UUID, then call the <code>validate()</code> function on it.</li>
</ul>
</li>
</ul>
<p>v4.0.0-beta1-1</p>
<ul>
<li>Mostly cleanup, linting, updating depedencies, etc.</li>
</ul>
<p>v4.0.0-beta1</p>
<ul>
<li>Break up versions into individual objects that can be used
standalone.</li>
<li>No more colliding global states between versions</li>
<li>Added UUID v6, v7, v8 from the new RFC.</li>
<li>Add <code>time</code>, <code>version</code>, and
<code>variant</code> functions to UuidValue</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e67b968010"><code>e67b968</code></a>
Fix SDK constraints</li>
<li><a
href="13da889a55"><code>13da889</code></a>
Update docs</li>
<li><a
href="8b0ada22b8"><code>8b0ada2</code></a>
Prep for 4.0.0 release</li>
<li><a
href="3416381ba2"><code>3416381</code></a>
Added validate option to toBytes. Also ran dart format, because of git
CI fail.</li>
<li><a
href="8a49c14951"><code>8a49c14</code></a>
Revert "Made fromByteList and fromList match" - turns out it
wasn't</li>
<li><a
href="c2dd584014"><code>c2dd584</code></a>
Made fromByteList and fromList match</li>
<li><a
href="14cb91c44d"><code>14cb91c</code></a>
toBytes no longer validates</li>
<li><a
href="54ccdce893"><code>54ccdce</code></a>
Cleanup and regenerate docs</li>
<li><a
href="06e425a21d"><code>06e425a</code></a>
Cleanup and version bump</li>
<li><a
href="ca2bf53b32"><code>ca2bf53</code></a>
check the length of the Uint8list returned by the custom RNG</li>
<li>Additional commits viewable in <a
href="https://github.com/Daegalus/dart-uuid/compare/3.0.7...4.0.0">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=pub&previous-version=3.0.7&new-version=4.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>