Skip to content

Commit 1e435d1

Browse files
Bump firebase-tools from 14.0.1 to 14.1.0 (#6515)
Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 14.0.1 to 14.1.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.1.0</h2> <ul> <li>Fixed an issue where the Extensions emulator did not provide fall back values for v2 Firestore event triggers. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8390">#8390</a>)</li> <li>Fixed issue with prompt when Data Connect prompts user for framework generation.</li> <li>Fixed a bug where the Admin SDK fails with ENOTFOUND when automatically connecting to the Data Connect emulator when run in the Functions emulator. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8379">#8379</a>)</li> <li>Updated the Firebase Data Connect local toolkit to v2.1.0 which includes the following changes: (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8400">#8400</a>) <ul> <li>Added support for update transforms.</li> <li>Added support for server value expressions for Int, Int64, Float, String, Date, Timestamp, and UUID data types.</li> <li>Fixed an issue where CommonJS modules don't reference ref functions properly.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-tools/commit/02b078f245b42d15ac114dcfc44d67afd1223033"><code>02b078f</code></a> 14.1.0</li> <li><a href="https://github.com/firebase/firebase-tools/commit/55d6f2d3c0f58757f631e715d32572169f2e4f8b"><code>55d6f2d</code></a> Silence warning message when ADC is detected by data connect emulator (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8401">#8401</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/49c25c8aba0cba9a7efcb3826921a3bd141dbf98"><code>49c25c8</code></a> set current user without waiting for webview load (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8399">#8399</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/2e1b45ac5c489a779af02a8889db1fbccbe24c84"><code>2e1b45a</code></a> Provide default values for namespace and database for v2 Firestore triggers i...</li> <li><a href="https://github.com/firebase/firebase-tools/commit/6c005672866bc8ed2e1a531c7c0ce8cddb784c34"><code>6c00567</code></a> Bump FDC local toolkit to v2.1.0. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8400">#8400</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/0f10ae3288cb08b1e6dfc80176c95cccc328a77a"><code>0f10ae3</code></a> Fix issue where prompt would print boolean if false (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8398">#8398</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/159d689def9ad42c97da0c9e61f26fce33704731"><code>159d689</code></a> Remove protocol from DATA_CONNECT_EMULATOR_HOST. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8396">#8396</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/14f50bbb1c7bd19d5d493c9f8a7565f836dd3e33"><code>14f50bb</code></a> Cleaning up logging in dataconnect:sql:setup (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8380">#8380</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/14b68b40897ef00c485afbbc4f437cfa72c55fff"><code>14b68b4</code></a> Fix apphosting dev server blocking emulator process (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8393">#8393</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/6c7245f6a6dbffdb2bc1d794234a3f0b1704c7b4"><code>6c7245f</code></a> [firebase-release] Removed change log and reset repo after 14.0.1 release</li> <li>See full diff in <a href="https://github.com/firebase/firebase-tools/compare/v14.0.1...v14.1.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=14.0.1&new-version=14.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>
1 parent c431998 commit 1e435d1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.16",
26-
"firebase-tools": "^14.0.1",
26+
"firebase-tools": "^14.1.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: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)