Skip to content

Commit 88ecd5f

Browse files
chore(deps): update dependency firebase-tools to ^13.35.1 (#256)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [firebase-tools](https://redirect.github.com/firebase/firebase-tools) | [`^13.34.0` -> `^13.35.1`](https://renovatebot.com/diffs/npm/firebase-tools/13.34.0/13.35.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/firebase-tools/13.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/firebase-tools/13.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/firebase-tools/13.34.0/13.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/firebase-tools/13.34.0/13.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>firebase/firebase-tools (firebase-tools)</summary> ### [`v13.35.1`](https://redirect.github.com/firebase/firebase-tools/releases/tag/v13.35.1) [Compare Source](https://redirect.github.com/firebase/firebase-tools/compare/v13.35.0...v13.35.1) - Fix bug where functions:artifacts:setpolicy command's --none option didn't work as expected ([#&#8203;8330](https://redirect.github.com/firebase/firebase-tools/issues/8330)) ### [`v13.35.0`](https://redirect.github.com/firebase/firebase-tools/releases/tag/v13.35.0) [Compare Source](https://redirect.github.com/firebase/firebase-tools/compare/v13.34.0...v13.35.0) - Added support for generated Angular SDKs for Data Connect - App Hosting emulator can now load secret env vars. ([#&#8203;8305](https://redirect.github.com/firebase/firebase-tools/issues/8305)) - Fixed webframeworks deployments when using multiple hosting sites in `firebase.json`. ([#&#8203;8314](https://redirect.github.com/firebase/firebase-tools/issues/8314)) - Added a new command to setup a cleanup policy for functions artifacts. ([#&#8203;8268](https://redirect.github.com/firebase/firebase-tools/issues/8268)) - Added support for 3rd party builders for Angular. ([#&#8203;7557](https://redirect.github.com/firebase/firebase-tools/issues/7557)) - Fixed GCF V2 artifact cleanup by correctly encoding artifact names to match GCF V2's format. ([#&#8203;8318](https://redirect.github.com/firebase/firebase-tools/issues/8318)) - Increase emulator UI body parser limit to match Storage emulator maximum. ([#&#8203;8329](https://redirect.github.com/firebase/firebase-tools/issues/8329)) - Fixed Data Connect setup issues for fresh databases due to IAM user not being created. ([#&#8203;8335](https://redirect.github.com/firebase/firebase-tools/issues/8335)) - Fixed an issue where `ext:install` used POSIX file seperators on Windows machines. ([#&#8203;8326](https://redirect.github.com/firebase/firebase-tools/issues/8326)) - Updated the Firebase Data Connect local toolkit to v1.9.2, which adds support for generated Angular SDKs and updates Dart SDK fields to follow best practices. ([#&#8203;8347](https://redirect.github.com/firebase/firebase-tools/issues/8347)) - Fixed an issue where credentials from `firebase login` would not be correctly provided to the Data Connect emulator. - Fixed misleading comments in `firebase init dataconnect` `connector.yaml` template. - Improved Data Connect SQL permissions to better handle tables owned by IAM roles. ([#&#8203;8339](https://redirect.github.com/firebase/firebase-tools/issues/8339)) - Fixed an issue where the Data Connect emulator would crash after some SQL errors. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7fba598 commit 88ecd5f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": "^13.34.0",
35+
"firebase-tools": "^13.35.1",
3636
"prettier": "^3.5.3",
3737
"typescript": "~5.8.2"
3838
},

yarn.lock

Lines changed: 4 additions & 4 deletions
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@^13.34.0:
5223-
version "13.34.0"
5224-
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.34.0.tgz#eea53c3d22c074e4da1382d9f282a942574a3c8b"
5225-
integrity sha512-1j3nJin7hgFu0mTWRejI1ZOS1JaXCe0TpgUNCyYrCX4yetdOCOxdFPbLJsgAc9TKaXkREYElj1X6G6UL+9Xfuw==
5222+
firebase-tools@^13.35.1:
5223+
version "13.35.1"
5224+
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.35.1.tgz#fb53464ba970e63ae2c7b63183784ea86e14b914"
5225+
integrity sha512-QmMy4hnd0Q+V+7GFhZUV80+kG0WC1+UOtuaaQWx+cstt+XepUcpju/KW4cBknnyql521BghfuAhveckQQ1g+HA==
52265226
dependencies:
52275227
"@electric-sql/pglite" "^0.2.16"
52285228
"@google-cloud/cloud-sql-connector" "^1.3.3"

0 commit comments

Comments
 (0)