dependabot[bot]
458b757b2d
Bump actions/upload-artifact from 4.3.2 to 4.3.3 ( #2248 )
7 months ago
dependabot[bot]
617529b848
Bump actions/checkout from 4.1.1 to 4.1.3 ( #2247 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.1 to 4.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases ">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> by <a href="https://github.com/jww3 "><code>@âjww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1650 ">actions/checkout#1650</a></li>
<li>Check git version before attempting to disable <code>sparse-checkout</code> by <a href="https://github.com/jww3 "><code>@âjww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1656 ">actions/checkout#1656</a></li>
<li>Add SSH user parameter by <a href="https://github.com/cory-miller "><code>@âcory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1685 ">actions/checkout#1685</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.2...v4.1.3 ">https://github.com/actions/checkout/compare/v4.1.2...v4.1.3 </a></p>
<h2>v4.1.2</h2>
<p>We are investigating the following issue with this release and have rolled-back the <code>v4</code> tag to point to <code>v4.1.1</code></p>
<ul>
<li><code>sparse-checkout</code> is not available on git versions prior to 2.27.0 (see <a href="https://redirect.github.com/actions/checkout/issues/1651 ">actions/checkout#1651</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code> option is not present <a href="https://github.com/dscho "><code>@âdscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1598 ">actions/checkout#1598</a></li>
<li>Bump tough-cookie from 4.0.0 to 4.1.3 by <a href="https://github.com/dependabot "><code>@âdependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1406 ">actions/checkout#1406</a></li>
<li>Bump <code>@âbabel/traverse</code> from 7.20.5 to 7.24.0 by <a href="https://github.com/dependabot "><code>@âdependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1642 ">actions/checkout#1642</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jww3 "><code>@âjww3</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1616 ">actions/checkout#1616</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.1...v4.1.2 ">https://github.com/actions/checkout/compare/v4.1.1...v4.1.2 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md ">actions/checkout's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v4.1.2</h2>
<ul>
<li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code> option is not present <a href="https://github.com/dscho "><code>@âdscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1598 ">actions/checkout#1598</a></li>
</ul>
<h2>v4.1.1</h2>
<ul>
<li>Correct link to GitHub Docs by <a href="https://github.com/peterbe "><code>@âpeterbe</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1511 ">actions/checkout#1511</a></li>
<li>Link to release page from what's new section by <a href="https://github.com/cory-miller "><code>@âcory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1514 ">actions/checkout#1514</a></li>
</ul>
<h2>v4.1.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1396 ">Add support for partial checkout filters</a></li>
</ul>
<h2>v4.0.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1067 ">Support fetching without the --progress option</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1436 ">Update to node20</a></li>
</ul>
<h2>v3.6.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1377 ">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/579 ">Add option to fetch tags even if fetch-depth > 0</a></li>
</ul>
<h2>v3.5.3</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1196 ">Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1287 ">Fix typos found by codespell</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1369 ">Add support for sparse checkouts</a></li>
</ul>
<h2>v3.5.2</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1289 ">Fix api endpoint for GHES</a></li>
</ul>
<h2>v3.5.1</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1246 ">Fix slow checkout on Windows</a></li>
</ul>
<h2>v3.5.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1237 ">Add new public key for known_hosts</a></li>
</ul>
<h2>v3.4.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1209 ">Upgrade codeql actions to v2</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1210 ">Upgrade dependencies</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1225 ">Upgrade <code>@âactions/io</code></a></li>
</ul>
<h2>v3.3.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1045 ">Implement branch list using callbacks from exec function</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1050 ">Add in explicit reference to private checkout options</a></li>
<li>[Fix comment typos (that got added in <a href="https://redirect.github.com/actions/checkout/issues/770 ">#770</a>)](<a href="https://redirect.github.com/actions/checkout/pull/1057 ">actions/checkout#1057</a>)</li>
</ul>
<h2>v3.2.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/942 ">Add GitHub Action to perform release</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/967 ">Fix status badge</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1002 ">Replace datadog/squid with ubuntu/squid Docker image</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/964 ">Wrap pipeline commands for submoduleForeach in quotes</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1029 ">Update <code>@âactions/io</code> to 1.1.2</a></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="1d96c772d1
"><code>1d96c77</code></a> Add SSH user parameter (<a href="https://redirect.github.com/actions/checkout/issues/1685 ">#1685</a>)</li>
<li><a href="cd7d8d697e
"><code>cd7d8d6</code></a> Check git version before attempting to disable <code>sparse-checkout</code> (<a href="https://redirect.github.com/actions/checkout/issues/1656 ">#1656</a>)</li>
<li><a href="8410ad0602
"><code>8410ad0</code></a> Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> (<a href="https://redirect.github.com/actions/checkout/issues/1650 ">#1650</a>)</li>
<li><a href="9bb56186c3
"><code>9bb5618</code></a> Prep for release of v4.1.2 (<a href="https://redirect.github.com/actions/checkout/issues/1649 ">#1649</a>)</li>
<li><a href="8eb1f6a495
"><code>8eb1f6a</code></a> Bump <code>@âbabel/traverse</code> from 7.20.5 to 7.24.0 (<a href="https://redirect.github.com/actions/checkout/issues/1642 ">#1642</a>)</li>
<li><a href="556e4c3cb0
"><code>556e4c3</code></a> Bump tough-cookie from 4.0.0 to 4.1.3 (<a href="https://redirect.github.com/actions/checkout/issues/1406 ">#1406</a>)</li>
<li><a href="b32f140b0c
"><code>b32f140</code></a> Warn on attempts to publish <code>test-ubuntu-git</code> from non-main branch. (<a href="https://redirect.github.com/actions/checkout/issues/1623 ">#1623</a>)</li>
<li><a href="2650dbd060
"><code>2650dbd</code></a> Give <code>test-ubuntu-git</code> its own <code>README</code> (<a href="https://redirect.github.com/actions/checkout/issues/1620 ">#1620</a>)</li>
<li><a href="aadec89964
"><code>aadec89</code></a> Explicitly disable sparse checkout unless asked for (<a href="https://redirect.github.com/actions/checkout/issues/1598 ">#1598</a>)</li>
<li><a href="df0bcddf6d
"><code>df0bcdd</code></a> Refine workflow for generating <code>test-ubuntu-git</code> (<a href="https://redirect.github.com/actions/checkout/issues/1617 ">#1617</a>)</li>
<li>Additional commits viewable in <a href="b4ffde65f4...1d96c772d1
">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.1&new-version=4.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>
7 months ago
dependabot[bot]
77c3d99a78
Bump actions/upload-artifact from 4.3.1 to 4.3.2 ( #2246 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.1 to 4.3.2.
<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>v4.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update release-new-action-version.yml by <a href="https://github.com/konradpabjan "><code>@âkonradpabjan</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/516 ">actions/upload-artifact#516</a></li>
<li>Minor fix to the migration readme by <a href="https://github.com/andrewakim "><code>@âandrewakim</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/523 ">actions/upload-artifact#523</a></li>
<li>Update readme with v3/v2/v1 deprecation notice by <a href="https://github.com/robherley "><code>@ârobherley</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/561 ">actions/upload-artifact#561</a></li>
<li>updating <code>@actions/artifact</code> dependency to v2.1.5 and <code>@actions/core</code> to v1.0.1 by <a href="https://github.com/eggyhead "><code>@âeggyhead</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/562 ">actions/upload-artifact#562</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/andrewakim "><code>@âandrewakim</code></a> made their first contribution in <a href="https://redirect.github.com/actions/upload-artifact/pull/523 ">actions/upload-artifact#523</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2 ">https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="1746f4ab65
"><code>1746f4a</code></a> Revert "updating to release 4.3.2"</li>
<li><a href="31685d04a0
"><code>31685d0</code></a> updating to release 4.3.2</li>
<li><a href="18bf333cd2
"><code>18bf333</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/562 ">#562</a> from actions/eggyhead/update-artifact-v215</li>
<li><a href="dac413befa
"><code>dac413b</code></a> update package lock version</li>
<li><a href="bb3b4a3cdb
"><code>bb3b4a3</code></a> updating package version</li>
<li><a href="3e3da837d2
"><code>3e3da83</code></a> updating artifact and core dependencies</li>
<li><a href="e35774f165
"><code>e35774f</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/561 ">#561</a> from actions/robherley/deprecation-notice</li>
<li><a href="e63ea677fb
"><code>e63ea67</code></a> Update readme with v3/v2/v1 deprecation notice</li>
<li><a href="ef09cdac3e
"><code>ef09cda</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/523 ">#523</a> from andrewakim/andrewakim/migration-readme-fix</li>
<li><a href="00e36f94d8
"><code>00e36f9</code></a> Minor fix to the migration readme</li>
<li>Additional commits viewable in <a href="5d5d22a312...1746f4ab65
">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=4.3.1&new-version=4.3.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)
</details>
7 months ago
dependabot[bot]
7c2de0769a
Bump flutter_markdown from 0.6.23 to 0.7.0 in /experimental/linting_tool ( #2245 )
...
Bumps [flutter_markdown](https://github.com/flutter/packages/tree/main/packages ) from 0.6.23 to 0.7.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="5d1543700d
"><code>5d15437</code></a> [flutter_markdown] Ensure customize nested bullet list style. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6384 ">#6384</a>)</li>
<li><a href="bb82cb79b9
"><code>bb82cb7</code></a> [ci] Add more dev dependency checks, and fix errors (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6563 ">#6563</a>)</li>
<li><a href="4b8580edd8
"><code>4b8580e</code></a> [two_dimensional_scrollables] Refactor Spans for common use (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6550 ">#6550</a>)</li>
<li><a href="3f4c0f5a1c
"><code>3f4c0f5</code></a> [in_app_purchase] Add api to expose country code (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6540 ">#6540</a>)</li>
<li><a href="ba1e24b4d6
"><code>ba1e24b</code></a> [camera] Initial iOS Pigeon conversion (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6553 ">#6553</a>)</li>
<li><a href="87ae14f508
"><code>87ae14f</code></a> [in_app_purchase] Add countryCode implementation to android and storekit (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6556 ">#6556</a>)</li>
<li><a href="663b4754e2
"><code>663b475</code></a> [google_sign_in_ios] Upgrade GoogleSignIn iOS SDK to 7.1 (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6404 ">#6404</a>)</li>
<li><a href="0dd8de289e
"><code>0dd8de2</code></a> [in_app_purchase_platform_interface] Adds countryCode API (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6548 ">#6548</a>)</li>
<li><a href="76c4a3d5fa
"><code>76c4a3d</code></a> [google_maps_flutter] Update app-facing package iOS requirements (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6552 ">#6552</a>)</li>
<li><a href="43f1979b5e
"><code>43f1979</code></a> [image_picker] Add limit parameter to pickMultiImage and pickMultipleMedia to...</li>
<li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/flutter_markdown-v0.7.0/packages ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flutter_markdown&package-manager=pub&previous-version=0.6.23&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>
7 months ago
Eric Windmill
64877f3b34
Fixes all add_to_app Android builds ( #2243 )
...
* Fixes issues #2240 and #2241
* Also fixes Android build issues for add_to_app/fullscreen
7 months ago
Parker Lougheed
f4083c19b2
Update pedometer sample for jni 0.8.0 ( #2237 )
...
Also clean up some nearby Dart code :)
7 months ago
Parker Lougheed
5149510f44
Reenable simplistic_editor on CI ( #2238 )
7 months ago
dependabot[bot]
ba03527598
Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 ( #2239 )
...
Bumps
[peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages )
from 3.9.3 to 4.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/peaceiris/actions-gh-pages/releases ">peaceiris/actions-gh-pages's
releases</a>.</em></p>
<blockquote>
<h2>actions-github-pages v4.0.0</h2>
<p>See <a
href="https://github.com/peaceiris/actions-gh-pages/blob/v4.0.0/CHANGELOG.md ">CHANGELOG.md</a>
for more details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md ">peaceiris/actions-gh-pages's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this file.
See <a
href="https://github.com/conventional-changelog/standard-version ">standard-version</a>
for commit guidelines.</p>
<h1><a
href="https://github.com/peaceiris/actions-gh-pages/compare/v3.9.3...v4.0.0 ">4.0.0</a>
(2024-04-08)</h1>
<h3>build</h3>
<ul>
<li>node 20.11.1 (<a
href="5049354438
">5049354</a>)</li>
</ul>
<h3>chore</h3>
<ul>
<li>bump node16 to node20 (<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/1067 ">#1067</a>)
(<a
href="4eb285e828
">4eb285e</a>),
closes <a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/1067 ">#1067</a></li>
<li>downgrade engines.npm to 8.0.0 (<a
href="87231bc03a
">87231bc</a>)</li>
</ul>
<h3>ci</h3>
<ul>
<li>pin node-version to 18 (<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/981 ">#981</a>)
(<a
href="65ebf11929
">65ebf11</a>),
closes <a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/981 ">#981</a></li>
</ul>
<h3>docs</h3>
<ul>
<li>add Release Strategy (<a
href="67f80d94a1
">67f80d9</a>)</li>
<li>fix link to Nuxt github-pages (<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/980 ">#980</a>)
(<a
href="88b4d2aa92
">88b4d2a</a>),
closes <a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/980 ">#980</a></li>
<li>remove braces in if conditions (<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/920 ">#920</a>)
(<a
href="0fbd122442
">0fbd122</a>),
closes <a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/920 ">#920</a></li>
</ul>
<h2><a
href="https://github.com/peaceiris/actions-gh-pages/compare/v3.9.2...v3.9.3 ">3.9.3</a>
(2023-03-30)</h2>
<h3>docs</h3>
<ul>
<li>fix typo, bump hugo version (<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/851 ">#851</a>)
(<a
href="884a0224fd
">884a022</a>),
closes <a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/851 ">#851</a></li>
</ul>
<h3>fix</h3>
<ul>
<li>fix error handling (<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/841 ">#841</a>)
(<a
href="32e33dcd3a
">32e33dc</a>),
closes <a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/841 ">#841</a></li>
<li>update known_hosts (<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/871 ">#871</a>)
(<a
href="31c15f0329
">31c15f0</a>),
closes <a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/871 ">#871</a></li>
</ul>
<h2><a
href="https://github.com/peaceiris/actions-gh-pages/compare/v3.9.1...v3.9.2 ">3.9.2</a>
(2023-01-17)</h2>
<h3>chore</h3>
<ul>
<li>rename cicd (<a
href="32c9288f55
">32c9288</a>)</li>
<li>replace npm ci with install (<a
href="983978086a
">9839780</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4f9cc6602d
"><code>4f9cc66</code></a>
chore(release): 4.0.0</li>
<li><a
href="9c75028a53
"><code>9c75028</code></a>
chore(release): Add build assets</li>
<li><a
href="5049354438
"><code>5049354</code></a>
build: node 20.11.1</li>
<li><a
href="4eb285e828
"><code>4eb285e</code></a>
chore: bump node16 to node20 (<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/1067 ">#1067</a>)</li>
<li><a
href="cdc09a3baa
"><code>cdc09a3</code></a>
chore(deps): update dependency <code>@types/node</code> to v16.18.77
(<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/1065 ">#1065</a>)</li>
<li><a
href="d830378ec6
"><code>d830378</code></a>
chore(deps): update dependency <code>@types/node</code> to v16.18.76
(<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/1063 ">#1063</a>)</li>
<li><a
href="80daa1d144
"><code>80daa1d</code></a>
chore(deps): update dependency <code>@types/node</code> to v16.18.75
(<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/1061 ">#1061</a>)</li>
<li><a
href="108285e909
"><code>108285e</code></a>
chore(deps): update dependency ts-jest to v29.1.2 (<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/1060 ">#1060</a>)</li>
<li><a
href="99c95ff54e
"><code>99c95ff</code></a>
chore(deps): update dependency <code>@types/node</code> to v16.18.74
(<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/1058 ">#1058</a>)</li>
<li><a
href="1f4653792d
"><code>1f46537</code></a>
chore(deps): update dependency <code>@types/node</code> to v16.18.73
(<a
href="https://redirect.github.com/peaceiris/actions-gh-pages/issues/1057 ">#1057</a>)</li>
<li>Additional commits viewable in <a
href="373f7f263a...4f9cc6602d
">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peaceiris/actions-gh-pages&package-manager=github_actions&previous-version=3.9.3&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>
7 months ago
Parker Lougheed
6b8f18392d
Clean up ng-flutter a bit ( #2236 )
...
No functional change, just while I was verifying it still works with the
latest Angular releases, completed some cleanup as well.
7 months ago
Kevin Moore
37e149d8a6
[element_embedding_demo] migrate to dart:js_interop ( #2231 )
7 months ago
dependabot[bot]
17eb46212a
Bump location from 5.0.3 to 6.0.1 in /flutter_maps_firestore ( #2229 )
7 months ago
dependabot[bot]
23ba767eff
Bump subosito/flutter-action from 2.15.0 to 2.16.0 ( #2228 )
7 months ago
dependabot[bot]
077eaaba06
Bump subosito/flutter-action from 2.14.0 to 2.15.0 ( #2227 )
...
Bumps
[subosito/flutter-action](https://github.com/subosito/flutter-action )
from 2.14.0 to 2.15.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.15.0</h2>
<p>Hi! I'm <a href="https://github.com/bartekpacia/ ">Bartek</a> and I'm
a new maintainer of this action. I promise to take good care of it.</p>
<p>This release introduces the <code>flutter-version-file</code> option,
which lets you easily centralize Flutter version in a single place –
your pubspec.yaml file:</p>
<p>You can use it like this:</p>
<pre lang="yaml"><code>steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: pubspec.yaml # path to pubspec.yaml
</code></pre>
<p>Please note that for this to work, you need to specify exact Flutter
version in pubspec.yaml:</p>
<pre lang="yaml"><code>environment:
dart: ">=3.3.0 <4.0.0"
flutter: 3.19.0 # This must be exact! No ranges allowed.
</code></pre>
<p>Apart from that, some minor README updates and code cleanup were
performed.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3d80492992
"><code>3d80492</code></a>
update README (<a
href="https://redirect.github.com/subosito/flutter-action/issues/291 ">#291</a>)</li>
<li><a
href="0ef13f12a5
"><code>0ef13f1</code></a>
Add <code>flutter-version-file</code> (<a
href="https://redirect.github.com/subosito/flutter-action/issues/290 ">#290</a>)</li>
<li><a
href="7564de34b3
"><code>7564de3</code></a>
Merge pull request <a
href="https://redirect.github.com/subosito/flutter-action/issues/288 ">#288</a>
from subosito/chore/action_yaml_refactor</li>
<li><a
href="2b3ab6c7da
"><code>2b3ab6c</code></a>
convert some if-statements to be POSIX-compatible</li>
<li><a
href="49cd17165c
"><code>49cd171</code></a>
split longer lines</li>
<li><a
href="cf12a39989
"><code>cf12a39</code></a>
Merge pull request <a
href="https://redirect.github.com/subosito/flutter-action/issues/287 ">#287</a>
from subosito/minor</li>
<li><a
href="cea4cf68a1
"><code>cea4cf6</code></a>
workflow.yaml: minor fix</li>
<li><a
href="043862d930
"><code>043862d</code></a>
Merge pull request <a
href="https://redirect.github.com/subosito/flutter-action/issues/286 ">#286</a>
from subosito/format</li>
<li><a
href="e70699e140
"><code>e70699e</code></a>
file renames</li>
<li><a
href="766e0c11bc
"><code>766e0c1</code></a>
minor readme format update</li>
<li>Additional commits viewable in <a
href="1c5eb12d81...3d80492992
">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.14.0&new-version=2.15.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>
7 months ago
dependabot[bot]
aab2b441a1
Bump fl_chart from 0.66.2 to 0.67.0 in /experimental/pedometer/example ( #2226 )
...
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart ) from 0.66.2 to
0.67.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.67.0</h2>
<ul>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/julien4215 "><code>@julien4215</code></a>) Add
direction property to the <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#horizontallinelabel ">HorizontalLineLabel</a>
and <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#verticallinelabel ">VerticalLineLabel</a>,
<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1574 ">#1574</a></li>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/apekshamehta "><code>@apekshamehta</code></a>)
Added new method called getTooltipColor for axis charts
(bar,line,scatter) to change background color of tooltip dynamically.<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1279 ">issue</a>.</li>
<li><strong>BREAKING</strong> (by <a
href="https://github.com/apekshamehta "><code>@apekshamehta</code></a>)
Removed tooltipBgColor property from Bar, Line and Scatter Charts (you
can now use <code>getTooltipColor</code> which provides more
customizability), checkout the <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.67.0/MIGRATION_00_67_00.md ">full
migration guide here</a>.</li>
</ul>
<pre lang="dart"><code>/// Migration guide:
/// This is the old way:
BarChartData(
barTouchData: BarTouchData(
touchTooltipData: BarTouchTooltipData(
tooltipBgColor: Colors.blueGrey,
)
)
)
<p>/// This is the new way:
BarChartData(
barTouchData: BarTouchData(
touchTooltipData: BarTouchTooltipData(
getTooltipColor: (BarChartGroupData group) => Colors.blueGrey,
)
)
)
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/imaNNeo/fl_chart/blob/main/CHANGELOG.md ">fl_chart's
changelog</a>.</em></p>
<blockquote>
<h2>0.67.0</h2>
<ul>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/julien4215 "><code>@julien4215</code></a>) Add
direction property to the <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#horizontallinelabel ">HorizontalLineLabel</a>
and <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#verticallinelabel ">VerticalLineLabel</a>,
<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1574 ">#1574</a></li>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/apekshamehta "><code>@apekshamehta</code></a>)
Added new method called getTooltipColor for axis charts
(bar,line,scatter) to change background color of tooltip dynamically, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1279 ">#1279</a>.</li>
<li><strong>BREAKING</strong> (by <a
href="https://github.com/apekshamehta "><code>@apekshamehta</code></a>)
Removed tooltipBgColor property from Bar, Line and Scatter Charts (you
can now use <code>getTooltipColor</code> which provides more
customizability), checkout the <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.67.0/MIGRATION_00_67_00.md ">full
migration guide here</a>.</li>
</ul>
<pre lang="dart"><code>/// Migration guide:
/// This is the old way:
BarChartData(
barTouchData: BarTouchData(
touchTooltipData: BarTouchTooltipData(
tooltipBgColor: Colors.blueGrey,
)
)
)
<p>/// This is the new way:
BarChartData(
barTouchData: BarTouchData(
touchTooltipData: BarTouchTooltipData(
getTooltipColor: (BarChartGroupData group) => Colors.blueGrey,
)
)
)
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bdc5001a15
"><code>bdc5001</code></a>
Bump version to 0.67.0</li>
<li><a
href="2d0ce646ea
"><code>2d0ce64</code></a>
Update CHANGELOG.md</li>
<li><a
href="e170af81cb
"><code>e170af8</code></a>
Fix scatter_chart_sample2 color contrast</li>
<li><a
href="bfdd91b8b2
"><code>bfdd91b</code></a>
Add migration guide</li>
<li><a
href="bba73947ad
"><code>bba7394</code></a>
Typo in changelog</li>
<li><a
href="0d486c8d0e
"><code>0d486c8</code></a>
Adrresses review comments</li>
<li><a
href="cdfdb66b14
"><code>cdfdb66</code></a>
Dynamically changing tooltipBgColor</li>
<li><a
href="34a6af0fef
"><code>34a6af0</code></a>
Update CHANGELOG.md</li>
<li><a
href="a540582cca
"><code>a540582</code></a>
add direction in lerp method</li>
<li><a
href="bf36544454
"><code>bf36544</code></a>
fix : label always inside chart</li>
<li>Additional commits viewable in <a
href="https://github.com/imaNNeo/fl_chart/compare/0.66.2...0.67.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.66.2&new-version=0.67.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>
7 months ago
Soroush Beigi
1f31580907
Updating samples Dart sdk to the last stable version ( #2209 )
8 months ago
Brett Morgan
9bf1ed6846
Deal with Master CI failures ( #2219 )
...
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
8 months ago
dependabot[bot]
ae664d228f
Bump google_mobile_ads from 4.0.0 to 5.0.0 in /game_template ( #2218 )
...
Bumps
[google_mobile_ads](https://github.com/googleads/googleads-mobile-flutter/tree/main/packages )
from 4.0.0 to 5.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/googleads/googleads-mobile-flutter/commits/HEAD/packages ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google_mobile_ads&package-manager=pub&previous-version=4.0.0&new-version=5.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>
8 months ago
Sasank Tumpati
0e1355841d
Fixed ThemeData in the Flutter Samples unnecessarily includes useMaterial3 = true (Issue #2214 ) ( #2217 )
8 months ago
dependabot[bot]
25686cf360
Bump subosito/flutter-action from 2.13.0 to 2.14.0 ( #2215 )
8 months ago
dependabot[bot]
56f1e4b694
Bump audioplayers from 5.2.1 to 6.0.0 in /game_template ( #2216 )
8 months ago
dependabot[bot]
4f568ebe64
Bump actions/setup-java from 4.2.0 to 4.2.1 ( #2206 )
8 months ago
dependabot[bot]
d3828231a4
Bump actions/setup-java from 4.1.0 to 4.2.0 ( #2205 )
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from
4.1.0 to 4.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-java/releases ">actions/setup-java's
releases</a>.</em></p>
<blockquote>
<h2>v4.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated actions/httpclient version to 2.2.1 and other dependencies
by <a
href="https://github.com/HarithaVattikuti "><code>@HarithaVattikuti</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/607 ">actions/setup-java#607</a></li>
<li>Added .tool-versions file support along with .java-version file by
<a
href="https://github.com/mahabaleshwars "><code>@mahabaleshwars</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/606 ">actions/setup-java#606</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/HarithaVattikuti "><code>@HarithaVattikuti</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/607 ">actions/setup-java#607</a>
<strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-java/compare/v4...v4.2.0 ">https://github.com/actions/setup-java/compare/v4...v4.2.0 </a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5896cecc08
"><code>5896cec</code></a>
Added .tool-versions file support (<a
href="https://redirect.github.com/actions/setup-java/issues/606 ">#606</a>)</li>
<li><a
href="80ae3c2885
"><code>80ae3c2</code></a>
Update httpclient version and other dependencies (<a
href="https://redirect.github.com/actions/setup-java/issues/607 ">#607</a>)</li>
<li>See full diff in <a
href="9704b39bf2...5896cecc08
">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-java&package-manager=github_actions&previous-version=4.1.0&new-version=4.2.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 <brett.morgan@gmail.com>
8 months ago
dependabot[bot]
8f5d8f4101
Bump cloud_firestore from 4.14.0 to 4.15.8 in /flutter_maps_firestore ( #2203 )
8 months ago
dependabot[bot]
35758dcf27
Bump firebase_core from 2.24.2 to 2.27.0 in /flutter_maps_firestore ( #2202 )
8 months ago
Robbie
f184dfb871
Add Tunnelmole as a FOSS tunneling tool for the form_app sample ( #2199 )
...
This is a simple PR which adds [tunnelmole](https://tunnelmole.com/docs )
as a free and open source tunneling option for the form_app sample.
8 months ago
dependabot[bot]
c7a69412f1
Bump firebase_core from 2.24.2 to 2.27.0 in /flutter_maps_firestore ( #2200 )
8 months ago
dependabot[bot]
fd3ccb4cdd
Bump cloud_firestore from 4.14.0 to 4.15.8 in /flutter_maps_firestore ( #2201 )
8 months ago
dependabot[bot]
4b5da24cbb
Bump cloud_firestore from 4.14.0 to 4.15.7 in /flutter_maps_firestore ( #2196 )
...
Bumps
[cloud_firestore](https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore )
from 4.14.0 to 4.15.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md ">cloud_firestore's
changelog</a>.</em></p>
<blockquote>
<h4><code>cloud_firestore</code> - <code>v4.15.7</code></h4>
<ul>
<li><strong>FIX</strong>(firestore): fix an issue that would cause
FieldValue.increment to not work for big int (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12426 ">#12426</a>).
(<a
href="a776dec5e1
">a776dec5</a>)</li>
</ul>
<h4><code>cloud_firestore_platform_interface</code> -
<code>v6.1.8</code></h4>
<ul>
<li><strong>FIX</strong>(firestore): fix an issue that would cause
FieldValue.increment to not work for big int (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12426 ">#12426</a>).
(<a
href="a776dec5e1
">a776dec5</a>)</li>
</ul>
<h4><code>firebase_core</code> - <code>v2.26.0</code></h4>
<ul>
<li><strong>FIX</strong>(core,android): fix a null issue when
initializing <code>fromResource()</code> (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12404 ">#12404</a>).
(<a
href="635cd78194
">635cd781</a>)</li>
<li><strong>FEAT</strong>: bump iOS SDK to version 10.22.0 (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12430 ">#12430</a>).
(<a
href="741c551966
">741c5519</a>)</li>
</ul>
<h2>2024-02-28</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<ul>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore---v4156 "><code>cloud_firestore</code>
- <code>v4.15.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore_web---v3106 "><code>cloud_firestore_web</code>
- <code>v3.10.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_functions_web---v470 "><code>cloud_functions_web</code>
- <code>v4.7.0</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_web---v596 "><code>firebase_auth_web</code>
- <code>v5.9.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_core---v2255 "><code>firebase_core</code>
- <code>v2.25.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_core_web---v2115 "><code>firebase_core_web</code>
- <code>v2.11.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging---v14717 "><code>firebase_messaging</code>
- <code>v14.7.17</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_storage---v1167 "><code>firebase_storage</code>
- <code>v11.6.7</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_storage_platform_interface---v5110 "><code>firebase_storage_platform_interface</code>
- <code>v5.1.10</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_functions---v466 "><code>cloud_functions</code>
- <code>v4.6.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth---v4176 "><code>firebase_auth</code>
- <code>v4.17.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#_flutterfire_internals---v1323 "><code>_flutterfire_internals</code>
- <code>v1.3.23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_in_app_messaging---v07415 "><code>firebase_in_app_messaging</code>
- <code>v0.7.4+15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_in_app_messaging_platform_interface---v02423 "><code>firebase_in_app_messaging_platform_interface</code>
- <code>v0.2.4+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database_web---v02323 "><code>firebase_database_web</code>
- <code>v0.2.3+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_crashlytics---v3416 "><code>firebase_crashlytics</code>
- <code>v3.4.16</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_crashlytics_platform_interface---v3623 "><code>firebase_crashlytics_platform_interface</code>
- <code>v3.6.23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database_platform_interface---v02523 "><code>firebase_database_platform_interface</code>
- <code>v0.2.5+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_platform_interface---v716 "><code>firebase_auth_platform_interface</code>
- <code>v7.1.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database---v1047 "><code>firebase_database</code>
- <code>v10.4.7</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_dynamic_links---v5415 "><code>firebase_dynamic_links</code>
- <code>v5.4.15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_remote_config---v4315 "><code>firebase_remote_config</code>
- <code>v4.3.15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_remote_config_web---v1423 "><code>firebase_remote_config_web</code>
- <code>v1.4.23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations_web---v01323 "><code>firebase_app_installations_web</code>
- <code>v0.1.3+23</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ee15c44db2
"><code>ee15c44</code></a>
chore(release): publish packages</li>
<li><a
href="a776dec5e1
"><code>a776dec</code></a>
fix(firestore): fix an issue that would cause FieldValue.increment to
not wor...</li>
<li><a
href="9df2cec472
"><code>9df2cec</code></a>
chore: migrate cloud_firestore android example app (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12412 ">#12412</a>)</li>
<li><a
href="15d8a1c59e
"><code>15d8a1c</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12406 ">#12406</a>)</li>
<li><a
href="557f2cd321
"><code>557f2cd</code></a>
ci(firestore, web): skip live 2nd database tests on CI runs (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12401 ">#12401</a>)</li>
<li><a
href="f24d0a76ff
"><code>f24d0a7</code></a>
fix(firestore, windows): fix compilation issue on Windows (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12375 ">#12375</a>)</li>
<li><a
href="a5dc05daab
"><code>a5dc05d</code></a>
fix(firestore, web): fix an issue where hot restart would throw an error
in c...</li>
<li><a
href="40433ee2bb
"><code>40433ee</code></a>
ci: fix firestore e2e tests (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12374 ">#12374</a>)</li>
<li><a
href="bd2a678488
"><code>bd2a678</code></a>
ci: updates to improve e2e tests (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12343 ">#12343</a>)</li>
<li><a
href="376310f343
"><code>376310f</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12351 ">#12351</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/cloud_firestore-v4.15.7/packages/cloud_firestore ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cloud_firestore&package-manager=pub&previous-version=4.14.0&new-version=4.15.7 )](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>
8 months ago
dependabot[bot]
ead3dce68f
Bump firebase_core from 2.24.2 to 2.26.0 in /flutter_maps_firestore ( #2198 )
8 months ago
dependabot[bot]
851d4b4702
Bump firebase_core from 2.24.2 to 2.26.0 in /flutter_maps_firestore ( #2197 )
...
Bumps
[firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core )
from 2.24.2 to 2.26.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md ">firebase_core's
changelog</a>.</em></p>
<blockquote>
<h4><code>firebase_core</code> - <code>v2.26.0</code></h4>
<ul>
<li><strong>FIX</strong>(core,android): fix a null issue when
initializing <code>fromResource()</code> (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12404 ">#12404</a>).
(<a
href="635cd78194
">635cd781</a>)</li>
<li><strong>FEAT</strong>: bump iOS SDK to version 10.22.0 (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12430 ">#12430</a>).
(<a
href="741c551966
">741c5519</a>)</li>
</ul>
<h2>2024-02-28</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<ul>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore---v4156 "><code>cloud_firestore</code>
- <code>v4.15.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore_web---v3106 "><code>cloud_firestore_web</code>
- <code>v3.10.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_functions_web---v470 "><code>cloud_functions_web</code>
- <code>v4.7.0</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_web---v596 "><code>firebase_auth_web</code>
- <code>v5.9.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_core---v2255 "><code>firebase_core</code>
- <code>v2.25.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_core_web---v2115 "><code>firebase_core_web</code>
- <code>v2.11.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging---v14717 "><code>firebase_messaging</code>
- <code>v14.7.17</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_storage---v1167 "><code>firebase_storage</code>
- <code>v11.6.7</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_storage_platform_interface---v5110 "><code>firebase_storage_platform_interface</code>
- <code>v5.1.10</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_functions---v466 "><code>cloud_functions</code>
- <code>v4.6.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth---v4176 "><code>firebase_auth</code>
- <code>v4.17.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#_flutterfire_internals---v1323 "><code>_flutterfire_internals</code>
- <code>v1.3.23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_in_app_messaging---v07415 "><code>firebase_in_app_messaging</code>
- <code>v0.7.4+15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_in_app_messaging_platform_interface---v02423 "><code>firebase_in_app_messaging_platform_interface</code>
- <code>v0.2.4+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database_web---v02323 "><code>firebase_database_web</code>
- <code>v0.2.3+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_crashlytics---v3416 "><code>firebase_crashlytics</code>
- <code>v3.4.16</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_crashlytics_platform_interface---v3623 "><code>firebase_crashlytics_platform_interface</code>
- <code>v3.6.23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database_platform_interface---v02523 "><code>firebase_database_platform_interface</code>
- <code>v0.2.5+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_platform_interface---v716 "><code>firebase_auth_platform_interface</code>
- <code>v7.1.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database---v1047 "><code>firebase_database</code>
- <code>v10.4.7</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_dynamic_links---v5415 "><code>firebase_dynamic_links</code>
- <code>v5.4.15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_remote_config---v4315 "><code>firebase_remote_config</code>
- <code>v4.3.15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_remote_config_web---v1423 "><code>firebase_remote_config_web</code>
- <code>v1.4.23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations_web---v01323 "><code>firebase_app_installations_web</code>
- <code>v0.1.3+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations_platform_interface---v01423 "><code>firebase_app_installations_platform_interface</code>
- <code>v0.1.4+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging_web---v366 "><code>firebase_messaging_web</code>
- <code>v3.6.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore_platform_interface---v617 "><code>cloud_firestore_platform_interface</code>
- <code>v6.1.7</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations---v02415 "><code>firebase_app_installations</code>
- <code>v0.2.4+15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_dynamic_links_platform_interface---v02623 "><code>firebase_dynamic_links_platform_interface</code>
- <code>v0.2.6+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_analytics---v1087 "><code>firebase_analytics</code>
- <code>v10.8.7</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging_platform_interface---v4525 "><code>firebase_messaging_platform_interface</code>
- <code>v4.5.25</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_ml_model_downloader---v02414 "><code>firebase_ml_model_downloader</code>
- <code>v0.2.4+14</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ee15c44db2
"><code>ee15c44</code></a>
chore(release): publish packages</li>
<li><a
href="741c551966
"><code>741c551</code></a>
feat: bump iOS SDK to version 10.22.0 (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12430 ">#12430</a>)</li>
<li><a
href="293d669eac
"><code>293d669</code></a>
chore: migrate firebase_core android example app (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12405 ">#12405</a>)</li>
<li><a
href="635cd78194
"><code>635cd78</code></a>
fix(core, android): fix a null issue when initializing
<code>fromResource()</code> (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12404 ">#12404</a>)</li>
<li><a
href="15d8a1c59e
"><code>15d8a1c</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12406 ">#12406</a>)</li>
<li><a
href="6c1f73d0c8
"><code>6c1f73d</code></a>
fix(core, web): fix compatibility with TrustedTypes (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12383 ">#12383</a>)</li>
<li><a
href="fa412b4482
"><code>fa412b4</code></a>
fix(auth, web): lower SDK minimum version constraint to
"3.2.0" (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12369 ">#12369</a>)</li>
<li><a
href="886c39a3e9
"><code>886c39a</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12294 ">#12294</a>)</li>
<li><a
href="0e67a1a466
"><code>0e67a1a</code></a>
fix(core, web): remove unused import that could lead to compilation
error (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/1 ">#1</a>...</li>
<li><a
href="e864acebf7
"><code>e864ace</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12276 ">#12276</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/firebase_core-v2.26.0/packages/firebase_core ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase_core&package-manager=pub&previous-version=2.24.2&new-version=2.26.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>
8 months ago
Parker Lougheed
c6cbc11e49
Fix tests after recent M3 demo changes ( #2194 )
...
It's not yet clear to me what in
e5f3bacaf8
is causing the failure, but this resolves it.
8 months ago
Kevin Moore
34207b69e2
[web_startup_analyzer] small fixes ( #2195 )
8 months ago
Kevin Moore
5b6d214d2a
[material_3_demo] Use switch expressions ( #2193 )
8 months ago
Kevin Moore
e5f3bacaf8
[material_3_demo] bump min SDK, move time and date components together ( #2192 )
...
Add some icons
Fix component names
8 months ago
dependabot[bot]
bcf840aa4e
Bump cloud_firestore from 4.14.0 to 4.15.7 in /flutter_maps_firestore ( #2190 )
8 months ago
dependabot[bot]
94e1faa82a
Bump firebase_core from 2.24.2 to 2.26.0 in /flutter_maps_firestore ( #2191 )
8 months ago
dependabot[bot]
4605fd0e34
Bump cloud_firestore from 4.14.0 to 4.15.6 in /flutter_maps_firestore ( #2189 )
8 months ago
dependabot[bot]
22e3150a1f
Bump firebase_core from 2.24.2 to 2.25.5 in /flutter_maps_firestore ( #2188 )
8 months ago
dependabot[bot]
302d3d8185
Bump subosito/flutter-action from 2.12.0 to 2.13.0 ( #2185 )
8 months ago
dependabot[bot]
e83569094d
Bump firebase_core from 2.24.2 to 2.25.5 in /flutter_maps_firestore ( #2187 )
8 months ago
dependabot[bot]
d9c1a0aa76
Bump cloud_firestore from 4.14.0 to 4.15.6 in /flutter_maps_firestore ( #2186 )
8 months ago
Pavel Mazhnik
4c93f8356f
[ng-flutter] migrate to pkg:web ( #2173 )
8 months ago
dependabot[bot]
b99602847a
Bump cloud_firestore from 4.14.0 to 4.15.6 in /flutter_maps_firestore ( #2183 )
8 months ago
dependabot[bot]
ca5978ae30
Bump firebase_core from 2.24.2 to 2.25.5 in /flutter_maps_firestore ( #2184 )
8 months ago
dependabot[bot]
4def035e4c
Bump firebase_crashlytics from 3.4.9 to 3.4.16 in /game_template ( #2182 )
...
Bumps
[firebase_crashlytics](https://github.com/firebase/flutterfire/tree/master/packages/firebase_crashlytics )
from 3.4.9 to 3.4.16.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md ">firebase_crashlytics's
changelog</a>.</em></p>
<blockquote>
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file.
See <a href="https://conventionalcommits.org ">Conventional Commits</a>
for commit guidelines.</p>
<h2>2024-02-28</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<ul>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore---v4156 "><code>cloud_firestore</code>
- <code>v4.15.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore_web---v3106 "><code>cloud_firestore_web</code>
- <code>v3.10.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_functions_web---v470 "><code>cloud_functions_web</code>
- <code>v4.7.0</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_web---v596 "><code>firebase_auth_web</code>
- <code>v5.9.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_core---v2255 "><code>firebase_core</code>
- <code>v2.25.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_core_web---v2115 "><code>firebase_core_web</code>
- <code>v2.11.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging---v14717 "><code>firebase_messaging</code>
- <code>v14.7.17</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_storage---v1167 "><code>firebase_storage</code>
- <code>v11.6.7</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_storage_platform_interface---v5110 "><code>firebase_storage_platform_interface</code>
- <code>v5.1.10</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_functions---v466 "><code>cloud_functions</code>
- <code>v4.6.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth---v4176 "><code>firebase_auth</code>
- <code>v4.17.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#_flutterfire_internals---v1323 "><code>_flutterfire_internals</code>
- <code>v1.3.23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_in_app_messaging---v07415 "><code>firebase_in_app_messaging</code>
- <code>v0.7.4+15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_in_app_messaging_platform_interface---v02423 "><code>firebase_in_app_messaging_platform_interface</code>
- <code>v0.2.4+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database_web---v02323 "><code>firebase_database_web</code>
- <code>v0.2.3+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_crashlytics---v3416 "><code>firebase_crashlytics</code>
- <code>v3.4.16</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_crashlytics_platform_interface---v3623 "><code>firebase_crashlytics_platform_interface</code>
- <code>v3.6.23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database_platform_interface---v02523 "><code>firebase_database_platform_interface</code>
- <code>v0.2.5+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_platform_interface---v716 "><code>firebase_auth_platform_interface</code>
- <code>v7.1.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database---v1047 "><code>firebase_database</code>
- <code>v10.4.7</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_dynamic_links---v5415 "><code>firebase_dynamic_links</code>
- <code>v5.4.15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_remote_config---v4315 "><code>firebase_remote_config</code>
- <code>v4.3.15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_remote_config_web---v1423 "><code>firebase_remote_config_web</code>
- <code>v1.4.23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations_web---v01323 "><code>firebase_app_installations_web</code>
- <code>v0.1.3+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations_platform_interface---v01423 "><code>firebase_app_installations_platform_interface</code>
- <code>v0.1.4+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging_web---v366 "><code>firebase_messaging_web</code>
- <code>v3.6.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore_platform_interface---v617 "><code>cloud_firestore_platform_interface</code>
- <code>v6.1.7</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations---v02415 "><code>firebase_app_installations</code>
- <code>v0.2.4+15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_dynamic_links_platform_interface---v02623 "><code>firebase_dynamic_links_platform_interface</code>
- <code>v0.2.6+23</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_analytics---v1087 "><code>firebase_analytics</code>
- <code>v10.8.7</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging_platform_interface---v4525 "><code>firebase_messaging_platform_interface</code>
- <code>v4.5.25</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_ml_model_downloader---v02414 "><code>firebase_ml_model_downloader</code>
- <code>v0.2.4+14</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_analytics_web---v05519 "><code>firebase_analytics_web</code>
- <code>v0.5.5+19</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="15d8a1c59e
"><code>15d8a1c</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_crashlytics/issues/12406 ">#12406</a>)</li>
<li><a
href="376310f343
"><code>376310f</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_crashlytics/issues/12351 ">#12351</a>)</li>
<li><a
href="886c39a3e9
"><code>886c39a</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_crashlytics/issues/12294 ">#12294</a>)</li>
<li><a
href="e864acebf7
"><code>e864ace</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_crashlytics/issues/12276 ">#12276</a>)</li>
<li><a
href="8f49afcb80
"><code>8f49afc</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_crashlytics/issues/12251 ">#12251</a>)</li>
<li><a
href="e655ff3563
"><code>e655ff3</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_crashlytics/issues/12246 ">#12246</a>)</li>
<li><a
href="110e5f6967
"><code>110e5f6</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_crashlytics/issues/12233 ">#12233</a>)</li>
<li>See full diff in <a
href="https://github.com/firebase/flutterfire/commits/firebase_crashlytics-v3.4.16/packages/firebase_crashlytics ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase_crashlytics&package-manager=pub&previous-version=3.4.9&new-version=3.4.16 )](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>
8 months ago
dependabot[bot]
66f8fc6011
Bump cloud_firestore from 4.14.0 to 4.15.6 in /experimental/web_dashboard ( #2179 )
...
Bumps
[cloud_firestore](https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore )
from 4.14.0 to 4.15.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md ">cloud_firestore's
changelog</a>.</em></p>
<blockquote>
<h4><code>cloud_firestore</code> - <code>v4.15.6</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,windows): fix compilation issue on
Windows (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12375 ">#12375</a>).
(<a
href="f24d0a76ff
">f24d0a76</a>)</li>
</ul>
<h4><code>cloud_firestore_web</code> - <code>v3.10.6</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,web): fix an issue where hot restart
would throw an error in console (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12382 ">#12382</a>).
(<a
href="a5dc05daab
">a5dc05da</a>)</li>
</ul>
<h4><code>cloud_functions_web</code> - <code>v4.7.0</code></h4>
<ul>
<li><strong>FEAT</strong>(functions,web): migrate web to js_interop to
be compatible with WASM (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12205 ">#12205</a>).
(<a
href="51f6563e1c
">51f6563e</a>)</li>
</ul>
<h4><code>firebase_auth_web</code> - <code>v5.9.6</code></h4>
<ul>
<li><strong>REFACTOR</strong>(auth,web): update error handling to ensure
stack traces are preserved. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12392 ">#12392</a>).
(<a
href="280dcb3d77
">280dcb3d</a>)</li>
<li><strong>FIX</strong>(auth,web): lower SDK minimum version constraint
to "3.2.0" (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12369 ">#12369</a>).
(<a
href="fa412b4482
">fa412b44</a>)</li>
</ul>
<h4><code>firebase_core</code> - <code>v2.25.5</code></h4>
<ul>
<li><strong>FIX</strong>(core,web): fix compatibility with TrustedTypes
(<a
href="https://redirect.github.com/firebase/flutterfire/issues/12383 ">#12383</a>).
(<a
href="6c1f73d0c8
">6c1f73d0</a>)</li>
</ul>
<h4><code>firebase_core_web</code> - <code>v2.11.5</code></h4>
<ul>
<li><strong>FIX</strong>(core,web): fix compatibility with TrustedTypes
(<a
href="https://redirect.github.com/firebase/flutterfire/issues/12383 ">#12383</a>).
(<a
href="6c1f73d0c8
">6c1f73d0</a>)</li>
<li><strong>FIX</strong>(auth,web): lower SDK minimum version constraint
to "3.2.0" (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12369 ">#12369</a>).
(<a
href="fa412b4482
">fa412b44</a>)</li>
</ul>
<h4><code>firebase_messaging</code> - <code>v14.7.17</code></h4>
<ul>
<li><strong>FIX</strong>(messaging,android): revert changes made to
potential fix as it was causing ANR reports for users (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12396 ">#12396</a>).
(<a
href="07ef487971
">07ef4879</a>)</li>
</ul>
<h4><code>firebase_storage</code> - <code>v11.6.7</code></h4>
<ul>
<li><strong>FIX</strong>(storage): <code>Task.cancel()</code> method
wasn't properly updating <code>task.snapshot</code> and
<code>cancel()</code> wasn't working in certain conditions. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12322 ">#12322</a>).
(<a
href="c3ca5d101b
">c3ca5d10</a>)</li>
</ul>
<h4><code>firebase_storage_platform_interface</code> -
<code>v5.1.10</code></h4>
<ul>
<li><strong>FIX</strong>(storage): <code>Task.cancel()</code> method
wasn't properly updating <code>task.snapshot</code> and
<code>cancel()</code> wasn't working in certain conditions. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12322 ">#12322</a>).
(<a
href="c3ca5d101b
">c3ca5d10</a>)</li>
</ul>
<h2>2024-02-19</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="15d8a1c59e
"><code>15d8a1c</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12406 ">#12406</a>)</li>
<li><a
href="557f2cd321
"><code>557f2cd</code></a>
ci(firestore, web): skip live 2nd database tests on CI runs (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12401 ">#12401</a>)</li>
<li><a
href="f24d0a76ff
"><code>f24d0a7</code></a>
fix(firestore, windows): fix compilation issue on Windows (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12375 ">#12375</a>)</li>
<li><a
href="a5dc05daab
"><code>a5dc05d</code></a>
fix(firestore, web): fix an issue where hot restart would throw an error
in c...</li>
<li><a
href="40433ee2bb
"><code>40433ee</code></a>
ci: fix firestore e2e tests (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12374 ">#12374</a>)</li>
<li><a
href="bd2a678488
"><code>bd2a678</code></a>
ci: updates to improve e2e tests (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12343 ">#12343</a>)</li>
<li><a
href="376310f343
"><code>376310f</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12351 ">#12351</a>)</li>
<li><a
href="fdde75b02f
"><code>fdde75b</code></a>
fix(firestore, web): Propagate <code>FirebaseException</code> properly,
fix `mergeFields...</li>
<li><a
href="051a6b5bac
"><code>051a6b5</code></a>
test(firestore): fix broken stream e2e tests that require tear down (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12330 ">#12330</a>)</li>
<li><a
href="2b83defa84
"><code>2b83def</code></a>
fix(firestore): expose <code>AggregateField</code> type to users (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12305 ">#12305</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/cloud_firestore-v4.15.6/packages/cloud_firestore ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cloud_firestore&package-manager=pub&previous-version=4.14.0&new-version=4.15.6 )](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>
8 months ago
dependabot[bot]
796978d526
Bump firebase_core from 2.24.2 to 2.25.5 in /experimental/web_dashboard ( #2178 )
...
Bumps
[firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core )
from 2.24.2 to 2.25.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md ">firebase_core's
changelog</a>.</em></p>
<blockquote>
<h4><code>firebase_core</code> - <code>v2.25.5</code></h4>
<ul>
<li><strong>FIX</strong>(core,web): fix compatibility with TrustedTypes
(<a
href="https://redirect.github.com/firebase/flutterfire/issues/12383 ">#12383</a>).
(<a
href="6c1f73d0c8
">6c1f73d0</a>)</li>
</ul>
<h4><code>firebase_core_web</code> - <code>v2.11.5</code></h4>
<ul>
<li><strong>FIX</strong>(core,web): fix compatibility with TrustedTypes
(<a
href="https://redirect.github.com/firebase/flutterfire/issues/12383 ">#12383</a>).
(<a
href="6c1f73d0c8
">6c1f73d0</a>)</li>
<li><strong>FIX</strong>(auth,web): lower SDK minimum version constraint
to "3.2.0" (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12369 ">#12369</a>).
(<a
href="fa412b4482
">fa412b44</a>)</li>
</ul>
<h4><code>firebase_messaging</code> - <code>v14.7.17</code></h4>
<ul>
<li><strong>FIX</strong>(messaging,android): revert changes made to
potential fix as it was causing ANR reports for users (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12396 ">#12396</a>).
(<a
href="07ef487971
">07ef4879</a>)</li>
</ul>
<h4><code>firebase_storage</code> - <code>v11.6.7</code></h4>
<ul>
<li><strong>FIX</strong>(storage): <code>Task.cancel()</code> method
wasn't properly updating <code>task.snapshot</code> and
<code>cancel()</code> wasn't working in certain conditions. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12322 ">#12322</a>).
(<a
href="c3ca5d101b
">c3ca5d10</a>)</li>
</ul>
<h4><code>firebase_storage_platform_interface</code> -
<code>v5.1.10</code></h4>
<ul>
<li><strong>FIX</strong>(storage): <code>Task.cancel()</code> method
wasn't properly updating <code>task.snapshot</code> and
<code>cancel()</code> wasn't working in certain conditions. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12322 ">#12322</a>).
(<a
href="c3ca5d101b
">c3ca5d10</a>)</li>
</ul>
<h2>2024-02-19</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<ul>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#_flutterfire_internals---v1322 "><code>_flutterfire_internals</code>
- <code>v1.3.22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore---v4155 "><code>cloud_firestore</code>
- <code>v4.15.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore_platform_interface---v616 "><code>cloud_firestore_platform_interface</code>
- <code>v6.1.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore_web---v3105 "><code>cloud_firestore_web</code>
- <code>v3.10.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_web---v595 "><code>firebase_auth_web</code>
- <code>v5.9.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_storage_web---v370 "><code>firebase_storage_web</code>
- <code>v3.7.0</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_crashlytics_platform_interface---v3622 "><code>firebase_crashlytics_platform_interface</code>
- <code>v3.6.22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_platform_interface---v715 "><code>firebase_auth_platform_interface</code>
- <code>v7.1.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_in_app_messaging_platform_interface---v02422 "><code>firebase_in_app_messaging_platform_interface</code>
- <code>v0.2.4+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database_platform_interface---v02522 "><code>firebase_database_platform_interface</code>
- <code>v0.2.5+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_dynamic_links_platform_interface---v02622 "><code>firebase_dynamic_links_platform_interface</code>
- <code>v0.2.6+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging_web---v365 "><code>firebase_messaging_web</code>
- <code>v3.6.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_remote_config_platform_interface---v1422 "><code>firebase_remote_config_platform_interface</code>
- <code>v1.4.22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging_platform_interface---v4524 "><code>firebase_messaging_platform_interface</code>
- <code>v4.5.24</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations_web---v01322 "><code>firebase_app_installations_web</code>
- <code>v0.1.3+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_analytics_platform_interface---v396 "><code>firebase_analytics_platform_interface</code>
- <code>v3.9.6</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="15d8a1c59e
"><code>15d8a1c</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12406 ">#12406</a>)</li>
<li><a
href="6c1f73d0c8
"><code>6c1f73d</code></a>
fix(core, web): fix compatibility with TrustedTypes (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12383 ">#12383</a>)</li>
<li><a
href="fa412b4482
"><code>fa412b4</code></a>
fix(auth, web): lower SDK minimum version constraint to
"3.2.0" (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12369 ">#12369</a>)</li>
<li><a
href="886c39a3e9
"><code>886c39a</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12294 ">#12294</a>)</li>
<li><a
href="0e67a1a466
"><code>0e67a1a</code></a>
fix(core, web): remove unused import that could lead to compilation
error (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/1 ">#1</a>...</li>
<li><a
href="e864acebf7
"><code>e864ace</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12276 ">#12276</a>)</li>
<li><a
href="c395da524d
"><code>c395da5</code></a>
fix(core, web): fix an incompatibility with Flutter Beta that would
occur whe...</li>
<li><a
href="8d944a25e4
"><code>8d944a2</code></a>
fix(core, web): fix null safety issue in typing JS Interop (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12266 ">#12266</a>)</li>
<li><a
href="8f49afcb80
"><code>8f49afc</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12251 ">#12251</a>)</li>
<li><a
href="d0d30405a8
"><code>d0d3040</code></a>
fix(auth, web): fix null safety issue in typing JS Interop (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12250 ">#12250</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/firebase_core-v2.25.5/packages/firebase_core ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase_core&package-manager=pub&previous-version=2.24.2&new-version=2.25.5 )](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>
8 months ago
dependabot[bot]
900780d622
Bump cloud_firestore from 4.14.0 to 4.15.6 in /flutter_maps_firestore ( #2177 )
...
Bumps
[cloud_firestore](https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore )
from 4.14.0 to 4.15.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md ">cloud_firestore's
changelog</a>.</em></p>
<blockquote>
<h4><code>cloud_firestore</code> - <code>v4.15.6</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,windows): fix compilation issue on
Windows (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12375 ">#12375</a>).
(<a
href="f24d0a76ff
">f24d0a76</a>)</li>
</ul>
<h4><code>cloud_firestore_web</code> - <code>v3.10.6</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,web): fix an issue where hot restart
would throw an error in console (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12382 ">#12382</a>).
(<a
href="a5dc05daab
">a5dc05da</a>)</li>
</ul>
<h4><code>cloud_functions_web</code> - <code>v4.7.0</code></h4>
<ul>
<li><strong>FEAT</strong>(functions,web): migrate web to js_interop to
be compatible with WASM (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12205 ">#12205</a>).
(<a
href="51f6563e1c
">51f6563e</a>)</li>
</ul>
<h4><code>firebase_auth_web</code> - <code>v5.9.6</code></h4>
<ul>
<li><strong>REFACTOR</strong>(auth,web): update error handling to ensure
stack traces are preserved. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12392 ">#12392</a>).
(<a
href="280dcb3d77
">280dcb3d</a>)</li>
<li><strong>FIX</strong>(auth,web): lower SDK minimum version constraint
to "3.2.0" (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12369 ">#12369</a>).
(<a
href="fa412b4482
">fa412b44</a>)</li>
</ul>
<h4><code>firebase_core</code> - <code>v2.25.5</code></h4>
<ul>
<li><strong>FIX</strong>(core,web): fix compatibility with TrustedTypes
(<a
href="https://redirect.github.com/firebase/flutterfire/issues/12383 ">#12383</a>).
(<a
href="6c1f73d0c8
">6c1f73d0</a>)</li>
</ul>
<h4><code>firebase_core_web</code> - <code>v2.11.5</code></h4>
<ul>
<li><strong>FIX</strong>(core,web): fix compatibility with TrustedTypes
(<a
href="https://redirect.github.com/firebase/flutterfire/issues/12383 ">#12383</a>).
(<a
href="6c1f73d0c8
">6c1f73d0</a>)</li>
<li><strong>FIX</strong>(auth,web): lower SDK minimum version constraint
to "3.2.0" (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12369 ">#12369</a>).
(<a
href="fa412b4482
">fa412b44</a>)</li>
</ul>
<h4><code>firebase_messaging</code> - <code>v14.7.17</code></h4>
<ul>
<li><strong>FIX</strong>(messaging,android): revert changes made to
potential fix as it was causing ANR reports for users (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12396 ">#12396</a>).
(<a
href="07ef487971
">07ef4879</a>)</li>
</ul>
<h4><code>firebase_storage</code> - <code>v11.6.7</code></h4>
<ul>
<li><strong>FIX</strong>(storage): <code>Task.cancel()</code> method
wasn't properly updating <code>task.snapshot</code> and
<code>cancel()</code> wasn't working in certain conditions. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12322 ">#12322</a>).
(<a
href="c3ca5d101b
">c3ca5d10</a>)</li>
</ul>
<h4><code>firebase_storage_platform_interface</code> -
<code>v5.1.10</code></h4>
<ul>
<li><strong>FIX</strong>(storage): <code>Task.cancel()</code> method
wasn't properly updating <code>task.snapshot</code> and
<code>cancel()</code> wasn't working in certain conditions. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12322 ">#12322</a>).
(<a
href="c3ca5d101b
">c3ca5d10</a>)</li>
</ul>
<h2>2024-02-19</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="15d8a1c59e
"><code>15d8a1c</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12406 ">#12406</a>)</li>
<li><a
href="557f2cd321
"><code>557f2cd</code></a>
ci(firestore, web): skip live 2nd database tests on CI runs (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12401 ">#12401</a>)</li>
<li><a
href="f24d0a76ff
"><code>f24d0a7</code></a>
fix(firestore, windows): fix compilation issue on Windows (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12375 ">#12375</a>)</li>
<li><a
href="a5dc05daab
"><code>a5dc05d</code></a>
fix(firestore, web): fix an issue where hot restart would throw an error
in c...</li>
<li><a
href="40433ee2bb
"><code>40433ee</code></a>
ci: fix firestore e2e tests (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12374 ">#12374</a>)</li>
<li><a
href="bd2a678488
"><code>bd2a678</code></a>
ci: updates to improve e2e tests (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12343 ">#12343</a>)</li>
<li><a
href="376310f343
"><code>376310f</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12351 ">#12351</a>)</li>
<li><a
href="fdde75b02f
"><code>fdde75b</code></a>
fix(firestore, web): Propagate <code>FirebaseException</code> properly,
fix `mergeFields...</li>
<li><a
href="051a6b5bac
"><code>051a6b5</code></a>
test(firestore): fix broken stream e2e tests that require tear down (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12330 ">#12330</a>)</li>
<li><a
href="2b83defa84
"><code>2b83def</code></a>
fix(firestore): expose <code>AggregateField</code> type to users (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12305 ">#12305</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/cloud_firestore-v4.15.6/packages/cloud_firestore ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cloud_firestore&package-manager=pub&previous-version=4.14.0&new-version=4.15.6 )](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>
8 months ago
dependabot[bot]
e8b5006e96
Bump firebase_core from 2.24.2 to 2.25.4 in /flutter_maps_firestore ( #2175 )
...
Bumps
[firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core )
from 2.24.2 to 2.25.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md ">firebase_core's
changelog</a>.</em></p>
<blockquote>
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file.
See <a href="https://conventionalcommits.org ">Conventional Commits</a>
for commit guidelines.</p>
<h2>2024-02-19</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<ul>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#_flutterfire_internals---v1322 "><code>_flutterfire_internals</code>
- <code>v1.3.22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore---v4155 "><code>cloud_firestore</code>
- <code>v4.15.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore_platform_interface---v616 "><code>cloud_firestore_platform_interface</code>
- <code>v6.1.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore_web---v3105 "><code>cloud_firestore_web</code>
- <code>v3.10.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_web---v595 "><code>firebase_auth_web</code>
- <code>v5.9.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_storage_web---v370 "><code>firebase_storage_web</code>
- <code>v3.7.0</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_crashlytics_platform_interface---v3622 "><code>firebase_crashlytics_platform_interface</code>
- <code>v3.6.22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_platform_interface---v715 "><code>firebase_auth_platform_interface</code>
- <code>v7.1.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_in_app_messaging_platform_interface---v02422 "><code>firebase_in_app_messaging_platform_interface</code>
- <code>v0.2.4+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database_platform_interface---v02522 "><code>firebase_database_platform_interface</code>
- <code>v0.2.5+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_dynamic_links_platform_interface---v02622 "><code>firebase_dynamic_links_platform_interface</code>
- <code>v0.2.6+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging_web---v365 "><code>firebase_messaging_web</code>
- <code>v3.6.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_remote_config_platform_interface---v1422 "><code>firebase_remote_config_platform_interface</code>
- <code>v1.4.22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging_platform_interface---v4524 "><code>firebase_messaging_platform_interface</code>
- <code>v4.5.24</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations_web---v01322 "><code>firebase_app_installations_web</code>
- <code>v0.1.3+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_analytics_platform_interface---v396 "><code>firebase_analytics_platform_interface</code>
- <code>v3.9.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_analytics_web---v05518 "><code>firebase_analytics_web</code>
- <code>v0.5.5+18</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_storage_platform_interface---v519 "><code>firebase_storage_platform_interface</code>
- <code>v5.1.9</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations_platform_interface---v01422 "><code>firebase_app_installations_platform_interface</code>
- <code>v0.1.4+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_performance_web---v01422 "><code>firebase_performance_web</code>
- <code>v0.1.4+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_performance_platform_interface---v01422 "><code>firebase_performance_platform_interface</code>
- <code>v0.1.4+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_check_platform_interface---v01016 "><code>firebase_app_check_platform_interface</code>
- <code>v0.1.0+16</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_check_web---v01016 "><code>firebase_app_check_web</code>
- <code>v0.1.0+16</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_crashlytics---v3415 "><code>firebase_crashlytics</code>
- <code>v3.4.15</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth---v4175 "><code>firebase_auth</code>
- <code>v4.17.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_in_app_messaging---v07414 "><code>firebase_in_app_messaging</code>
- <code>v0.7.4+14</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database_web---v02322 "><code>firebase_database_web</code>
- <code>v0.2.3+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database---v1046 "><code>firebase_database</code>
- <code>v10.4.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_dynamic_links---v5414 "><code>firebase_dynamic_links</code>
- <code>v5.4.14</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging---v14716 "><code>firebase_messaging</code>
- <code>v14.7.16</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_remote_config_web---v1422 "><code>firebase_remote_config_web</code>
- <code>v1.4.22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_remote_config---v4314 "><code>firebase_remote_config</code>
- <code>v4.3.14</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations---v02414 "><code>firebase_app_installations</code>
- <code>v0.2.4+14</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f6ead64ffd
"><code>f6ead64</code></a>
chore(release): publish packages</li>
<li><a
href="0e67a1a466
"><code>0e67a1a</code></a>
fix(core, web): remove unused import that could lead to compilation
error (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/1 ">#1</a>...</li>
<li><a
href="e864acebf7
"><code>e864ace</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12276 ">#12276</a>)</li>
<li><a
href="c395da524d
"><code>c395da5</code></a>
fix(core, web): fix an incompatibility with Flutter Beta that would
occur whe...</li>
<li><a
href="8d944a25e4
"><code>8d944a2</code></a>
fix(core, web): fix null safety issue in typing JS Interop (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12266 ">#12266</a>)</li>
<li><a
href="8f49afcb80
"><code>8f49afc</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12251 ">#12251</a>)</li>
<li><a
href="d0d30405a8
"><code>d0d3040</code></a>
fix(auth, web): fix null safety issue in typing JS Interop (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12250 ">#12250</a>)</li>
<li><a
href="e655ff3563
"><code>e655ff3</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12246 ">#12246</a>)</li>
<li><a
href="e38a510b77
"><code>e38a510</code></a>
fix(core, web): fix some JS interop that were incorrectly migrated (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12239 ">#12239</a>)</li>
<li><a
href="110e5f6967
"><code>110e5f6</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12233 ">#12233</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/firebase_core-v2.25.4/packages/firebase_core ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase_core&package-manager=pub&previous-version=2.24.2&new-version=2.25.4 )](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 <brett.morgan@gmail.com>
8 months ago
dependabot[bot]
5fb4798ae5
Bump actions/setup-java from 4.0.0 to 4.1.0 ( #2176 )
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from
4.0.0 to 4.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-java/releases ">actions/setup-java's
releases</a>.</em></p>
<blockquote>
<h2>V4.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Added Windows Arm64 Support for Windows Arm64 Runners by <a
href="https://github.com/mahabaleshwars "><code>@mahabaleshwars</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/595 ">actions/setup-java#595</a></li>
<li>feat: bump actions/checkout and actions/setup-java to v4 by <a
href="https://github.com/kbdharun "><code>@kbdharun</code></a> in <a
href="https://redirect.github.com/actions/setup-java/pull/533 ">actions/setup-java#533</a></li>
<li>Handle authorization when the token is undefined by <a
href="https://github.com/peter-murray "><code>@peter-murray</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/556 ">actions/setup-java#556</a></li>
<li>Documentation update of Java 21 by <a
href="https://github.com/Okeanos "><code>@Okeanos</code></a> in <a
href="https://redirect.github.com/actions/setup-java/pull/566 ">actions/setup-java#566</a></li>
<li>Documentation update about maven-gpg-plugin version note by <a
href="https://github.com/IvanZosimov "><code>@IvanZosimov</code></a> in
<a
href="https://redirect.github.com/actions/setup-java/pull/570 ">actions/setup-java#570</a></li>
<li>Oracle JDK 21 support by <a
href="https://github.com/jdubois "><code>@jdubois</code></a> in <a
href="https://redirect.github.com/actions/setup-java/pull/538 ">actions/setup-java#538</a></li>
<li>Fix typo in configuration example by <a
href="https://github.com/Bananeweizen "><code>@Bananeweizen</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/572 ">actions/setup-java#572</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kbdharun "><code>@kbdharun</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/533 ">actions/setup-java#533</a></li>
<li><a
href="https://github.com/peter-murray "><code>@peter-murray</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/556 ">actions/setup-java#556</a></li>
<li><a href="https://github.com/jdubois "><code>@jdubois</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/538 ">actions/setup-java#538</a></li>
<li><a
href="https://github.com/Bananeweizen "><code>@Bananeweizen</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/572 ">actions/setup-java#572</a></li>
<li><a
href="https://github.com/mahabaleshwars "><code>@mahabaleshwars</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/595 ">actions/setup-java#595</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-java/compare/v4...v4.1.0 ">https://github.com/actions/setup-java/compare/v4...v4.1.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9704b39bf2
"><code>9704b39</code></a>
Added Windows Arm64 Support for Windows Arm64 Runners (<a
href="https://redirect.github.com/actions/setup-java/issues/595 ">#595</a>)</li>
<li><a
href="7a445ee88d
"><code>7a445ee</code></a>
Fix typo in configuration example (<a
href="https://redirect.github.com/actions/setup-java/issues/572 ">#572</a>)</li>
<li><a
href="3232623d9c
"><code>3232623</code></a>
Oracle JDK 21 support (<a
href="https://redirect.github.com/actions/setup-java/issues/538 ">#538</a>)</li>
<li><a
href="c0660d8edc
"><code>c0660d8</code></a>
docs: add note about maven-gpg-plugin version (<a
href="https://redirect.github.com/actions/setup-java/issues/570 ">#570</a>)</li>
<li><a
href="2f7af1b9c5
"><code>2f7af1b</code></a>
make it clear that Java 21 is supported (<a
href="https://redirect.github.com/actions/setup-java/issues/566 ">#566</a>)</li>
<li><a
href="16ef37f8dd
"><code>16ef37f</code></a>
HTTP errors when the token is undefined (<a
href="https://redirect.github.com/actions/setup-java/issues/556 ">#556</a>)</li>
<li><a
href="a2374547df
"><code>a237454</code></a>
feat: bump actions/checkout and actions/setup-java to v4 (<a
href="https://redirect.github.com/actions/setup-java/issues/533 ">#533</a>)</li>
<li>See full diff in <a
href="387ac29b30...9704b39bf2
">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-java&package-manager=github_actions&previous-version=4.0.0&new-version=4.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`.
[//]: # (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>
8 months ago