Skip to content

Commit 1d84531

Browse files
chore(deps): update dependency firebase-tools to ^14.2.0 (#307)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [firebase-tools](https://redirect.github.com/firebase/firebase-tools) | [`^14.1.0` -> `^14.2.0`](https://renovatebot.com/diffs/npm/firebase-tools/14.1.0/14.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/firebase-tools/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/firebase-tools/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/firebase-tools/14.1.0/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/firebase-tools/14.1.0/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>firebase/firebase-tools (firebase-tools)</summary> ### [`v14.2.0`](https://redirect.github.com/firebase/firebase-tools/releases/tag/v14.2.0) [Compare Source](https://redirect.github.com/firebase/firebase-tools/compare/v14.1.0...v14.2.0) - Fixed an issue in the extensions emulator where parameter default values would not be substitued into resource definitions. - Keep artifact registry dry run off for policy changes ([#&#8203;8419](https://redirect.github.com/firebase/firebase-tools/issues/8419)) - Allowed users to create paid Cloud SQL instances for Data Connect when the free trial has already been used. - Updated the Firebase Data Connect local toolkit to v2.2.0, which contains the following changes: ([#&#8203;8434](https://redirect.github.com/firebase/firebase-tools/issues/8434)) - Added support for aggregate functions on singular fields. - Added the ability to get an operation name without calling the `ref` function in generated web SDK. - Properly enforced one-of validation on `inc`, `dec`, `append`, and `prepend` 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. - Fixed an issue so that when using mutations with no variables, correct types are passed in. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/divvi-xyz/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab85e43 commit 1d84531

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@docusaurus/tsconfig": "3.7.0",
3333
"@docusaurus/types": "3.7.0",
3434
"@valora/prettier-config": "^0.0.1",
35-
"firebase-tools": "^14.1.0",
35+
"firebase-tools": "^14.2.0",
3636
"prettier": "^3.5.3",
3737
"typescript": "~5.8.3"
3838
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5219,10 +5219,10 @@ find-up@^6.3.0:
52195219
locate-path "^7.1.0"
52205220
path-exists "^5.0.0"
52215221

5222-
firebase-tools@^14.1.0:
5223-
version "14.1.0"
5224-
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.1.0.tgz#b3bcde37dcb35a8ec1a34737ecee8f011761c6fc"
5225-
integrity sha512-tPSjoZBZNPfcHQwHLo5rjvlB2oniTDjKhqBb+BWs87O4NgqZRL92I2aFLycZoCOVgXLyLjDg+QoK6p9iasYIdQ==
5222+
firebase-tools@^14.2.0:
5223+
version "14.2.0"
5224+
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-14.2.0.tgz#8d1a47744f6451739b468a1285972bbceffcd105"
5225+
integrity sha512-dMYtB+1Tc4rAcmuZ9krfhrywYQAEWQk7CV6BTTllObhTTIhuFB256eLuiGmOP3RrmopZ6MDRGFIQ7I3drNF3Yw==
52265226
dependencies:
52275227
"@electric-sql/pglite" "^0.2.16"
52285228
"@google-cloud/cloud-sql-connector" "^1.3.3"

0 commit comments

Comments
 (0)