Skip to content

Commit c52fd4d

Browse files
Bump firebase-tools from 14.1.0 to 14.2.0 (#6530)
Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 14.1.0 to 14.2.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.2.0</h2> <ul> <li>Fixed an issue in the extensions emulator where parameter default values would not be substitued into resource definitions.</li> <li>Keep artifact registry dry run off for policy changes (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8419">#8419</a>)</li> <li>Allowed users to create paid Cloud SQL instances for Data Connect when the free trial has already been used.</li> <li>Updated the Firebase Data Connect local toolkit to v2.2.0, which contains the following changes: (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8434">#8434</a>) <ul> <li>Added support for aggregate functions on singular fields.</li> <li>Added the ability to get an operation name without calling the <code>ref</code> function in generated web SDK.</li> <li>Properly enforced one-of validation on <code>inc</code>, <code>dec</code>, <code>append</code>, and <code>prepend</code> update transforms. Existing deployed connectors that violate this constraint will still work, but will need to be fixed to use list syntax before being re-deployed.</li> <li>Fixed an issue so that when using mutations with no variables, correct types are passed in.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-tools/commit/3094882653c2def0bf1343e235534ae6088bcb1b"><code>3094882</code></a> 14.2.0</li> <li><a href="https://github.com/firebase/firebase-tools/commit/6f4b0efe829d529c58dbe6e7bbfa4d533e80d03a"><code>6f4b0ef</code></a> Adding some clarifying language for free trial/paid instances (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8430">#8430</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/ff1636581dbb95556a248441839a4cb15154add8"><code>ff16365</code></a> Add in requireAuth to AppHosting CLI commands to reliably fetch and use ADC w...</li> <li><a href="https://github.com/firebase/firebase-tools/commit/a98f7bffbc16fcafcbda040eb9d3b08440f43b27"><code>a98f7bf</code></a> Update FDC local toolkit to v2.2.0. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8434">#8434</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/7aeab084a45751f4720999dc3f20c35988143a80"><code>7aeab08</code></a> Adding Docker image build to release script (<a href="https://redirect.github.com/firebase/firebase-tools/issues/6255">#6255</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/d42ec0c3748345a9252ab823d23754ba61f75b5c"><code>d42ec0c</code></a> Use entire connector as DocumentNode when executing operations (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8428">#8428</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/a347f1a932aba42a1fe9c622b0ef618d46c00369"><code>a347f1a</code></a> Let users create paid CSQl instances (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8429">#8429</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/c232bb94bfa4063e7fa8692572c7c3261f84797e"><code>c232bb9</code></a> refactor: add non-necessary files in <code>.gitignore</code> for python</li> <li><a href="https://github.com/firebase/firebase-tools/commit/6f083bc50b9c5eadf9507acce6ebd5bec84746cd"><code>6f083bc</code></a> Keep artifact registry dry run off for policy changes (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8419">#8419</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/e26c0d762496960479630ac18dad626590c0c6ef"><code>e26c0d7</code></a> Provide default param values to extensions emulator when reading resources (#...</li> <li>Additional commits viewable in <a href="https://github.com/firebase/firebase-tools/compare/v14.1.0...v14.2.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.1.0&new-version=14.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>
1 parent 077624c commit c52fd4d

File tree

2 files changed

+32
-32
lines changed

2 files changed

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

0 commit comments

Comments
 (0)