-
Notifications
You must be signed in to change notification settings - Fork 717
Commit 32f9d38
authored
Bump firebase-tools from 13.23.0 to 13.23.1 (#6184)
Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from
13.23.0 to 13.23.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/firebase-tools/releases">firebase-tools's
releases</a>.</em></p>
<blockquote>
<h2>v13.23.1</h2>
<ul>
<li>Check that billing is enabled and move App Hosting next to Hosting
in init list (<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7871">#7871</a>).</li>
<li>Fix rollouts:create to handle backend regionality & other fixes.
(<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7862">#7862</a>)</li>
<li>Fixed Next.js issue with PPR routes not rendering correctly. (<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7625">#7625</a>)</li>
<li>Bump the Firebase Data Connect local toolkit version to v1.6.0,
which adds support for <code>upsertMany</code>, introduces
<code>vars</code> as a shorthand for <code>request.variables</code> in
<code>@auth</code> expressions, adds new methods to
<code>GeneratedConnector</code> and <code>GeneratedOperation</code>
implementations in Kotlin codegen (requires the v16.0.0-beta03 SDK), and
fixes the use of Timestamp with optional types in Dart codegen (<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7888">#7888</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/firebase/firebase-tools/commit/03be6d4bd87aa2eccbf26e729ee365a038b2980c"><code>03be6d4</code></a>
13.23.1</li>
<li><a
href="https://github.com/firebase/firebase-tools/commit/6cf8b0f1e8d43c1f85d40fe836e4dc26d36e2693"><code>6cf8b0f</code></a>
feat: track autocomplete events (<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7859">#7859</a>)</li>
<li><a
href="https://github.com/firebase/firebase-tools/commit/cb8936353e804a42119e1696f6e52e15f34faf74"><code>cb89363</code></a>
Bump FDC local toolkit to v1.6.0. (<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7888">#7888</a>)</li>
<li><a
href="https://github.com/firebase/firebase-tools/commit/20ddd15dc34e5dd86f6254745fbf14fc60d2de94"><code>20ddd15</code></a>
Check billing during App Hosting init and move App Hosting option next
to Hos...</li>
<li><a
href="https://github.com/firebase/firebase-tools/commit/df2f682086a25aaa7cb85380fe9ec78b68c285b6"><code>df2f682</code></a>
Improve detection for outdated standalone CLI versions. (<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7885">#7885</a>)</li>
<li><a
href="https://github.com/firebase/firebase-tools/commit/ec559476d92fb31f7891fdfa9bb4b5d98e076d24"><code>ec55947</code></a>
Fix rollouts:create to handle backend regionality & other fixes (<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7862">#7862</a>)</li>
<li><a
href="https://github.com/firebase/firebase-tools/commit/137434284553f7e85007acecc0fbba777866b9cf"><code>1374342</code></a>
New e2e tests (<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7738">#7738</a>)</li>
<li><a
href="https://github.com/firebase/firebase-tools/commit/ddfefd81733b19a2624609b4f6e375522ccda263"><code>ddfefd8</code></a>
Fix the extension overwriting the .firebase RC file when manually
changed (<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7">#7</a>...</li>
<li><a
href="https://github.com/firebase/firebase-tools/commit/e3b60df1eed0cfdec03839c0743f7413a74498ea"><code>e3b60df</code></a>
replace strip-ansi with stripVTControlCharacters from node:util (<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7860">#7860</a>)</li>
<li><a
href="https://github.com/firebase/firebase-tools/commit/71f2f2edd4a05bfe80cc5774b575964f3550bc23"><code>71f2f2e</code></a>
Clarify Java compatibility requirements (<a
href="https://redirect.github.com/firebase/firebase-tools/issues/7866">#7866</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/firebase-tools/compare/v13.23.0...v13.23.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent 7e0a18c commit 32f9d38Copy full SHA for 32f9d38
2 files changed
+6
-7
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
+5-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments