Bump pigeon from 12.0.1 to 13.0.0 in /add_to_app/books/flutter_module_books (#2073)

Bumps [pigeon](https://github.com/flutter/packages/tree/main/packages) from 12.0.1 to 13.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="7319d3a7b1"><code>7319d3a</code></a> [pigeon] Don't wrap non-nullable primitives in Obj-C (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5214">#5214</a>)</li>
<li><a href="35b15de176"><code>35b15de</code></a> [flutter_lints] Replace &quot;flutter pub add --dev&quot; with &quot;dev:&quot; (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5260">#5260</a>)</li>
<li><a href="6bcb747a41"><code>6bcb747</code></a> [go_router] Fixes deep-link with no path on cold start (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5113">#5113</a>)</li>
<li><a href="64ae77f7d1"><code>64ae77f</code></a> [two_dimensional_scrollables] Fix pinned row painting when one axis is revers...</li>
<li><a href="2af69541a2"><code>2af6954</code></a> [two_dimensional_scrollables] Add TableSpanPadding (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5039">#5039</a>)</li>
<li><a href="3aff029002"><code>3aff029</code></a> [url_launcher] migrating objc plugin to swift (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4753">#4753</a>)</li>
<li><a href="45ed8c9414"><code>45ed8c9</code></a> [go_router_builder]Avoid losing NullabilitySuffix for typeArguments (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5215">#5215</a>)</li>
<li><a href="fea24c5b93"><code>fea24c5</code></a> [url_launcher] Fix launch mode types in new APIs (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5232">#5232</a>)</li>
<li><a href="f2124f78ab"><code>f2124f7</code></a> [camerax] Implement <code>setZoomLevel</code> (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4950">#4950</a>)</li>
<li><a href="f22ff36405"><code>f22ff36</code></a> [webview_flutter_wkwebview] Only set <code>limitsNavigationsToAppBoundDomains</code> whe...</li>
<li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/pigeon-v13.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=12.0.1&new-version=13.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>
pull/2081/head
dependabot[bot] 8 months ago committed by GitHub
parent 1a26473a50
commit 3e4e3bc784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
analysis_defaults:
path: ../../../analysis_defaults
pigeon: ">=11.0.0 <13.0.0"
pigeon: ">=11.0.0 <14.0.0"
flutter_test:
sdk: flutter

Loading…
Cancel
Save