Skip to content

Commit a76452f

Browse files
Bump firebase-tools from 13.35.1 to 14.0.0 (#6506)
Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 13.35.1 to 14.0.0. <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>v14.0.0</h2> <ul> <li>BREAKING(general)! Removed support for node 18.</li> <li>BREAKING(apphosting)! <code>init emulators</code> App Hosting flow now creates <code>apphosting.emulator.yaml</code> with references to live secrets rather than <code>apphosting.local.yaml</code> with saved plaintext. <code>apphosting:config:export</code> command has been removed (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8361">#8361</a>)</li> <li>BREAKING(apphosting)! Removed <code>--location</code> flag from <code>apphosting</code> commands. Instead, commands now prompt for primary region as needed.</li> <li>BREAKING(dataconnect)! <code>deploy dataconnect</code> now warns about unsafe connector changes and insecure operations.</li> <li>BREAKING(cloud functions)! Removed the <code>experimental:functions:shell</code> command. Use <code>functions:shell</code> instead.</li> <li>Updated the Firebase Data Connect local toolkit to v2.0.0, which contains the following changes: (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8370">#8370</a>) <ul> <li>Added support for aggregate functions in queries.</li> <li>BREAKING: New types for Generated React SDKs.</li> <li>Improved description of various auto-generated mutation fields.</li> <li>Fixed an issue where pnpm users' SDKs aren't linked properly.</li> </ul> </li> <li><code>apphosting:secrets:grantAccess</code> can now grant access to emails and can grant multiple secrets at once (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8357">#8357</a>)</li> <li><code>apphosting:secrets:set</code> now has flows to help with test secrets (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8359">#8359</a>)</li> <li>Updated <code>init dataconnect</code> templates to <code>v1</code>.</li> <li>Fixed a bug where the emulator suite would set <code>FIREBASE_DATACONNECT_EMULATOR_HOST</code> instead of <code>FIREBASE_DATA_CONNECT_EMULATOR_HOST</code>.</li> <li>Fixed a bug in Auth emulator where accounts:lookup is case-sensitive for emails (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8344">#8344</a>)</li> <li>Fixed a bug where function deploys didn't support shorthand notation and parameterized service account (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8366">#8366</a>)</li> <li>Fixed an issue where <code>sql:setup</code> would incorrectly remove the <code>cloudsqlsuperuser</code> role from <code>firebasesuperuser</code> (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8363">#8363</a>)</li> <li>Fixed a bug where <code>appdistribution:testers:list</code> would error out if there were no testers.</li> <li>Fixed a bug where Vertex AI API would not be automatically enabled when emulating Data Connect services that use it.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-tools/commit/51c150c264e6ff886f7af4e0f7aeb06ed1f6ffac"><code>51c150c</code></a> 14.0.0</li> <li><a href="https://github.com/firebase/firebase-tools/commit/3445858f2d18a1a50d9875562efb67ad08efdd58"><code>3445858</code></a> Ensure Vertex AI is enabled when used by the emulator (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8373">#8373</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/8ece698b950aec6bb1ddbca21709657147b7243a"><code>8ece698</code></a> Set <code>FIREBASE_DATA_CONNECT_EMUALTOR_HOST</code>instead of `FIREBASE_DATACONNECT_EMU...</li> <li><a href="https://github.com/firebase/firebase-tools/commit/f8ee66e3084ccee20749d196d097302ebcc80224"><code>f8ee66e</code></a> Prompted users before overwriting connector when running SDK Init (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8368">#8368</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/787465107f7f0852713ae44eaa217754cf7cef85"><code>7874651</code></a> Cleaning up help texts (and remove experimental:functions:shell) (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8367">#8367</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/432357941247e9da5be414b5d3d17f23cc25e7b9"><code>4323579</code></a> Adding in CHANGELOG entries (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8369">#8369</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/f7be3870d6bcefa765234a55de220f9657af7257"><code>f7be387</code></a> Update FDC local toolkit to v2.0.0. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8370">#8370</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/8c6e64572653ba7f97d27be8b6e37aa9fc433d59"><code>8c6e645</code></a> Minor fixes from bugbash (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8365">#8365</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/96d00aa979f7393ce020520a132252ccbe6e3e69"><code>96d00aa</code></a> Fix bug where shorthand notation and parameterized service account didn't wor...</li> <li><a href="https://github.com/firebase/firebase-tools/commit/cd372a2a102d79856a44ce32469273ad116caf3e"><code>cd372a2</code></a> [BREAKING(apphosting)] Deprecate apphosting.local.yaml in favor of apphosting...</li> <li>Additional commits viewable in <a href="https://github.com/firebase/firebase-tools/compare/v13.35.1...v14.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase-tools&package-manager=npm_and_yarn&previous-version=13.35.1&new-version=14.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>
1 parent 46ba575 commit a76452f

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/hast": "^3.0.4",
2424
"@types/markdown-it": "^14.1.2",
2525
"@types/node": "^22.13.14",
26-
"firebase-tools": "^13.35.1",
26+
"firebase-tools": "^14.0.0",
2727
"hast-util-from-html": "^2.0.3",
2828
"hast-util-select": "^6.0.4",
2929
"hast-util-to-text": "^4.0.2",

pnpm-lock.yaml

Lines changed: 22 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)