Skip to content

fix(deps): update dependency firebase-tools to ^9.23.3 - #36

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/firebase-tools-9.x
Open

fix(deps): update dependency firebase-tools to ^9.23.3#36
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/firebase-tools-9.x

Conversation

@renovate

@renovate renovate Bot commented Sep 15, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
firebase-tools ^9.13.1^9.23.3 age confidence

Release Notes

firebase/firebase-tools (firebase-tools)

v9.23.3

Compare Source

  • Upgrades Database Emulator to v4.7.3, removing log4j dependency.

v9.23.2

Compare Source

  • Fixes issue when installing a Firebase Extension where secrets would be created before validation.
  • Fixes issue with filtering on a specific storage bucket using functions in the emulator. (#​3893)
  • Fixes check in Cloud Functions for Firebase initialization to check for API enablement before trying to enable them. (#​2574)
  • No longer tries to clean up function build images from Artifact Registry when Artifact Registry is not enabled. (#​3943)
  • Show error message when running firebase init hosting:github with no Hosting config in firebase.json. (#​3113)
  • Fixes issue where remoteconfig:get was not fetching the latest version by default. (#​3559)
  • Fixes issue where empty variables in .env files would instead read as multi-line values. (#​3934)

v9.23.1

Compare Source

  • Corrects a bug where containers in Artifact Registry would not be deleted if a function has an upper case character in its name (#​3918)
  • Fixes issue where providing the --project flag during init would not be recognized with a default project already set. (#​3870)
  • Fixes issue with setting memory limits for some functions (#​3924)
  • New HTTPS functions only allow secure traffic. (#​3923)
  • No longer default-enable AR and don't send builds to AR unless an experiment is enabled (#​3935)

v9.23.0

Compare Source

  • firebase deploy --only extensions now supports project specifc .env files. When deploying to multiple projects, param values that are different between projects can be put in extensions/${extensionInstanceId}.env.${projectIdOrAlias} and common param values can be put in extensions/${extensionInstanceId}.env.

v9.22.0

Compare Source

  • Adds firebase ext:export command, and adds extensions to firebase deploy. See https://firebase.google.com/docs/extensions/reuse-project-config for more infomation on how to manage your extensions with these commands.
  • Fixes issue where init would crash with multiple Hosting items selected (#​3742).
  • Adds a command (crashlytics:symbols:upload) to upload native symbol files, used in Android NDK crash symbolication.

v9.21.0

Compare Source

  • Fix Auth Emulator deleteTenant not working with Node Admin (#​3817).
  • Fix Crashlytics Android Native Symbols not working on Windows due to ":" in the path (#​3842)
  • Fixes Firestore emulator UI showing requests out of order

v9.20.0

Compare Source

  • ext:install, ext:update and ext:configure now support param type secret.

v9.19.0

Compare Source

  • ext:dev:publish and ext:update now support --force and --non-interactive flags.
  • Fixes issue where account specified by login:use was not being correctly loaded (#​3759).
  • Fixes minor layout issues in Auth Emulator IDP sign-in page (#​3774).

v9.18.0

Compare Source

  • ext:install now supports --force and --non-interactive flags.
  • Fixes a crash when customers deploy an empty Cloud Functions project (#​3705)
  • Fixes (and implements) --no-authorized-domains, skipping syncing with Firebase Auth, when deploying to a Firebase Hosting channel (#​3740).
  • Adds a command (functions:list) for listing all functions in the Firebase project.
  • Uses public v1 AppDistribution API.
  • Adds appdistribution:testers:add and appdistribution:testers:remove commands.

v9.17.0

Compare Source

  • Adds support for the nodejs16 runtime for Cloud Functions.
  • ext:update now displays release notes for the versions you are updating to.
  • ext:dev:publish now checks for a CHANGELOG.md file before publishing.
  • firebase ext:dev:init now creates a placeholder CHANGELOG.md file.
  • Fixes error when using a project number as the --project flag.
  • firebase init hosting now supports the version 9 compatibility SDK (#​3711).
  • Fixes layout issues when editing fields in Firestore Emulator UI.

v9.16.6

Compare Source

  • Fixes bug where functions packaged as ES module failed to load on Windows. (#​3692)
  • Fixes bug parsing dotenv files with multiple quoted values (#​3703)
  • Tracks use of runtime config and environment variables on function deploys. (#​3704)

v9.16.5

Compare Source

  • Fix Auth Emulator not updating lastLoginAt with signInWithPassword, causing some "token revoked" errors.
  • Fix firebase emulator:exec throwing errors when run without project ID. (#​3681)

v9.16.4

Compare Source

  • Fixes Auth Emulator tokens having invalid auth_time field. (#​3674)

v9.16.3

Compare Source

  • Fixes bug where function deploys failed due to bad FIREBASE_CONFIG value (#​3668).

v9.16.2

Compare Source

  • Fixes issue deploying Cloud Functions for Firebase. (#​3664)

v9.16.1

Compare Source

  • Makes auth_time emulator behavior match production (auth_time is now set to user's last sign in time). (#​3608)
  • Fixes Auth Emulator errors when importing many users. (#​3577)
  • Fixes support for --except flag when used for deploying Hosting. (#​3397)
  • Improves handling of project number identifiers.
  • Fixes Emulator UI editing timestamp values in Firestore tab. (#​3653)
  • Fixes page layout issues on Emulator UI Database tab. (#​3653)
  • Stops Emulator UI triggering functions on importing JSON to Database by default. (#​3653)

v9.16.0

Compare Source

  • Supports inspecting Firestore Emulator requests and rules in Emulator UI (#​3564).

v9.15.1

Compare Source

  • Fixes issue where firebase.json schema was not packaged in the module. (#​3561)

v9.15.0

Compare Source

  • Fixes a number of issues where ext:dev:emulator:* was not providing the correct parameter values to the emulated extension (#​2928)
  • Support loading Firebase Functions packaged as an ES module. (#​3485)
  • Fixes Cloud Storage emulator missing classes. (#​3541)
  • Add missing properties to Authentication functions context in the Functions emulator. (#​3536)
  • Firestore Emulator UI now supports deleting documents and collections recursively.
  • Fixes some Storage Emulator UI errors.
  • Fixes some issues when using Emulator UI on a different device.
  • Fixes issues where functions:log command did not showing some log entries. (#​3539)
  • Fixes Emulator issue when function definition changes (#​2533).

v9.14.0

Compare Source

  • Fix crash when deploying zero functions (#​3520)
  • Increase maximum function ID length to 63 (#​3521)
  • Delete Container Registry images left after Functions deployment (#​3439)
  • Avoid emulator data loss when there an error during export (#​3504)
  • Ask before overwriting storage.rules during firebase init (#​1833)
  • Release Cloud Firestore Emulator v1.13.0.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 6am and before 10am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 15, 2025
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from 98667ea to 56bc3f2 Compare September 25, 2025 23:45
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from 56bc3f2 to 6382eac Compare October 21, 2025 22:51
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from 6382eac to 9a9162a Compare November 10, 2025 21:52
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from 9a9162a to e7915c7 Compare November 18, 2025 13:42
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from e7915c7 to b265aaf Compare December 3, 2025 19:32
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from b265aaf to 5709e5f Compare December 31, 2025 20:29
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch 2 times, most recently from f37421e to a1466db Compare January 24, 2026 03:48
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from a1466db to b3e024d Compare February 2, 2026 17:40
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch 2 times, most recently from 633255d to 47048f3 Compare February 17, 2026 20:28
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from 47048f3 to a315464 Compare March 5, 2026 15:34
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from a315464 to 046510f Compare March 13, 2026 22:41
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch 2 times, most recently from 6453b2f to 4aec715 Compare April 8, 2026 20:31
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from 4aec715 to d7d4295 Compare April 29, 2026 18:10
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch 2 times, most recently from eaceb41 to 4044db0 Compare May 18, 2026 16:49
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch 2 times, most recently from d77c7f8 to a896196 Compare June 2, 2026 00:07
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from a896196 to 66cb3f9 Compare June 12, 2026 01:33
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from 66cb3f9 to 2415e24 Compare July 12, 2026 18:35
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch 2 times, most recently from 7a4226e to 6a904fe Compare July 25, 2026 02:50
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from 6a904fe to 527d840 Compare July 30, 2026 14:50
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch 2 times, most recently from 91b935f to bfec526 Compare August 14, 2026 20:56
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch 2 times, most recently from 51143f4 to d773487 Compare September 2, 2026 19:04
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch 3 times, most recently from c80d01d to 0f9a956 Compare September 7, 2026 20:29
@renovate
renovate Bot force-pushed the renovate/firebase-tools-9.x branch from 0f9a956 to ac4a438 Compare September 9, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants