Skip to content

fix(deps): update dependency firebase-tools to ^12.9.1 - #24

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

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/firebase-tools-12.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 ^12.5.3^12.9.1 age confidence

Release Notes

firebase/firebase-tools (firebase-tools)

v12.9.1

Compare Source

  • Fixes issue where initializing Hosting fails when selecting a project. (#​6527)

v12.9.0

Compare Source

  • Revert enabling preferRest by default to avoid performance degradations for some users (#​6520).
  • Fix blocking functions in the emulator when using multiple codebases (#​6504).
  • Add force flag call-out for bypassing prompts (#​6506).
  • Fixed an issue where the functions emulator did not respect the --log-verbosity flag (#​2859).
  • Add the ability to look for the default Hosting site via Hosting's API.
  • Add logic to create a Hosting site when one is not available in a project.
  • Add checks for the default Hosting site when one is assumed to exist.

v12.8.1

Compare Source

  • Fixed 2 bugs (unintended database mode changes and disabling of PITR or delete-protection) when updating Firestore databases (#​6478)

v12.8.0

Compare Source

  • Enable preferRest option by default for Firestore functions. (#​6147)
  • Fixed a bug where re-deploying 2nd Gen Firestore function failed after updating secrets. (#​6456)
  • Fixed a bug where similarly-named Hosting channels would cause issues when updating authorized domains. (#​6356)

v12.7.0

Compare Source

  • Fix type mismatch for parametrized function region. (#​6205)
  • Ignore FIRESTORE_EMULATOR_HOST environment variable on functions deploy. (#​6442)
  • Added support for enabling, disabling, and displaying Point In Time Recovery enablement state on Firestore databases (#​6388)
  • Added a --verbosity flag to emulators:* commands that limits what logs are printed (#​2859)
  • Fixed an issue where params would not be resolved when used to set VPC connector during functions deployment (#​6327)

v12.6.2

Compare Source

  • Fixed an issue with deploying multilevel grouped functions containing v2 functions. (#​6419)
  • Fixed an issue where functions deployment required a new permission.

v12.6.1

Compare Source

  • Fixed an issue where the functions service account option was not treated as a param (#​6389).
  • Fixed an issue with deploying function groups containing v2 functions. (#​6408)
  • Use GetDefaultBucket endpoint to fetch Storage Default Bucket.

v12.6.0

Compare Source

  • Improve performance and reliability when deploying multiple 2nd gen functions using single builds. (#​6376)
  • Fixed an issue where emulators:export did not check if the target folder is empty. (#​6313)
  • Fixed an issue where retry could not be set for event triggered functions. (#​6391)
  • Fixed "Could not find the next executable" on Next.js deployments (#​6372)
  • Fixed issues caused by breaking changes in Next >=v13.5.0. (#​6382)

v12.5.4

Compare Source

  • Released Firestore emulator v1.18.2.
    • Removed nano precision in timestamp used in Firestore emulator (#​5893)
    • Fixed a bug where query behaves differently from production.
  • Fixed an issue where very long command outputs would be cut off. (#​3286)

v12.5.3

Compare Source

  • Fixed an issue where builds from https://firebase.tools could not run commands that spawn npm. (#​6132)
  • Fixed an issue where --non-interactive and --force were not respected in some extension deploys. (#​6321)
  • Fixed the regex in extensions changelog parser to lazy match the version prefix to allow matching higher versions (#​6326)

v12.5.2

Compare Source

  • Fixed an issue causing unexpected behavior and errors on functions deploy. (#​6290)

v12.5.1

Compare Source

  • Fix issue with mixed v1 and v2 functions deployments. (#​6293)

v12.5.0

Compare Source

  • Fixed issue where the Extensions emulator would error when emualting local extensions with no params. (#​6271)
  • Improved performance and reliability when deploying multiple 2nd gen functions using single builds. (#​6275)
  • Fix bundle next.config.js (#​6287)

v12.4.8

Compare Source

  • Increased functions emulator HTTPS body size limit to 32mb to match production. (#​6201)
  • Fixed Astro web framework bug when loading configuration for version 2.9.7 and above. (#​6213)
  • Increase Next.js config bundle timeout to 60 seconds. (#​6214)

v12.4.7

Compare Source

  • Improve error message raised when firebase init hosting:github fails due to max number of keys limit for a service account. (#​6145)
  • Fixed bug where functions:secrets:\* family of commands did not work when Firebase CLI is authenticated via GOOGLE_APPLICATION_CREDENTIALS (#​6190)
  • Fixed bug where some extension instance updates would default to the wrong location.

v12.4.6

Compare Source

  • Fixed an issue where extension instances could not be deployed when authenticated as a service account (#​6060).
  • Fixed glob usage in Next.js utility function to detect images in app directory (#​6166)
  • Send experiments activated with firebase experiments:enable to the emulator suite UI (#​6169)

v12.4.5

Compare Source

  • Fixed bug where functions:secrets:set didn't remove stale versions of a secret. (#​6080)
  • Fixed bug where firebase deploy --only firestore:named-db didn't update rules. (#​6129)
  • Fixed issue where Flutter Web is not detected as a web framework. (#​6085)
  • Added better messages for API permissions failures that direct the user to the URL to enable the API. (#​6130)
  • Fixed issue caused by adding type checks in #​5906.
  • Fixed next/image component in app directory for Next.js > 13.4.9. (#​6143)
  • Fixed bug where Next.js Image Optimization in the app directory was not requiring a Cloud Function. (#​6143)
  • Fixed a transitive dependency on a vulnerable version of vm2. (#​6150)

v12.4.4

Compare Source

  • Disables KeepAlive timeout when debugger is attached to the functions emulator. (#​6069)
  • Fixed an issue where database:list would have inaccurate results. (#​6063)

v12.4.3

Compare Source

  • Fixed incorrect links in firebase open hosting and firebase open crash. (#​6073)
  • Released Firebase Emulator UI v1.11.7, which includes preview support for multiple Firestore databases. (#​6079)

v12.4.2

Compare Source

  • Run lifecycle hooks for specific functions. (#​6023)
  • Increased extension instance create poll timeout to 1h to match backend (#​5969).
  • Refactored ext:install to use the latest extension metadata. (#​5997)
  • Added descriptive error when repo is private or not found during ext:dev:upload. (#​6052)
  • Fixed issue where missing trigger warnings would be wrongly displayed when emulating extensions with HTTPS triggers. (#​6055)
  • Normalized extension root path before usage in ext:dev:upload. (#​6054)

v12.4.1

Compare Source

  • Release Firestore emulator 1.18.1 which addes a emulator configuration to start with experimental mode (#​5942).
  • Run lifecycle hooks for specific codebases. (#​6011)
  • Fixed issue causing firebase emulators:start to crash in Next.js apps (#​6005)

v12.4.0

Compare Source

  • Added appdistribution:group:create and appdistribution:group:delete. (#​5978)
  • Added --group-alias option to appdistribution:testers:add and appdistribution:testers:remove. (#​5978)
  • Fixed an issue where Storage rules could not be deployed to projects without a billing plan. (#​5955)

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-12.x branch from 6a8b763 to fbb59ba Compare September 25, 2025 21:08
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from fbb59ba to 2261fd1 Compare October 21, 2025 18:53
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from 2261fd1 to 3c0e9e3 Compare November 10, 2025 22:39
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from 3c0e9e3 to 5ef6f89 Compare November 18, 2025 23:28
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from 5ef6f89 to c967a11 Compare December 3, 2025 15:59
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from c967a11 to 70cec5e Compare December 31, 2025 21:05
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from 70cec5e to 35bac16 Compare January 8, 2026 23:40
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch 2 times, most recently from 86b37f7 to 0780cee Compare January 24, 2026 02:34
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from 0780cee to 0742ef1 Compare February 3, 2026 01:39
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch 2 times, most recently from effc458 to 5e567e3 Compare February 17, 2026 22:13
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from 5e567e3 to 8eb7bc4 Compare March 5, 2026 19:14
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from 8eb7bc4 to e0dc827 Compare March 13, 2026 19:40
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch 2 times, most recently from 179940d to d1b87e7 Compare April 2, 2026 00:04
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from d1b87e7 to 676022e Compare April 8, 2026 17:28
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from 676022e to 3bb5c27 Compare April 29, 2026 20:35
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch 2 times, most recently from 03bdf2b to 9d525db Compare May 18, 2026 19:32
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch 2 times, most recently from 4152b97 to 2810e34 Compare June 2, 2026 06:34
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from 2810e34 to 0e1c5b0 Compare June 11, 2026 11:57
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch 2 times, most recently from c81de6c to 77fda98 Compare July 17, 2026 15:48
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch 2 times, most recently from ee58136 to b4324a8 Compare July 25, 2026 03:50
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from b4324a8 to 9c40248 Compare July 30, 2026 23:44
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from 9c40248 to f9c69bb Compare August 12, 2026 09:39
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from f9c69bb to d4f202c Compare August 15, 2026 02:52
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from d4f202c to db3629b Compare August 26, 2026 13:40
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch 3 times, most recently from 0896e39 to 0fba2bc Compare September 7, 2026 20:37
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch 3 times, most recently from 680866f to e89448c Compare September 15, 2026 10:05
@renovate
renovate Bot force-pushed the renovate/firebase-tools-12.x branch from e89448c to adac46d Compare September 18, 2026 01:29
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