Skip to content

fix(deps): update dependency firebase-functions to v7 - #48

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

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/firebase-functions-7.x

Conversation

@renovate

@renovate renovate Bot commented Nov 24, 2025 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
firebase-functions ^5.1.1 → ^7.4.0 age confidence

Release Notes

firebase/firebase-functions (firebase-functions)

v7.4.0

Compare Source

  • Promoted 2nd gen Firebase Authentication triggers (onUserCreated and onUserDeleted) to general availability. (#​1959)
  • Restore backwards compatibility for declared parameters when mixing SDK versions in nested dependencies (#​1957)
  • Unify global manifest on globalThis for forward-compatible manifest extraction across duplicate module installations (#​1955)
  • Refactor WebhookOptions, Gemini, and Vertex AI provider types in v2/ai (#​1952)
  • remove unused fields from FAL functions (#​1952)
  • fix(v2): re-export the express Response type from firebase-functions/v2/https (#​1798)
  • Fix malformed annotations and add missing JSDoc comments for AI provider reference docs (#​1950)
  • Exported ai provider from firebase-functions/v2 and fixed reference doc generation. (#​1949)
  • Fixed an issue where firebase-functions/logger/compat added synthetic Error stack traces to string console.error calls and Node.js runtime warnings. (#​1948)
  • fix(firestore): fallback to valid resource path in createSnapshotFromJson (#​1922)

v7.3.2

Compare Source

  • chore: update dependencies to close CVEs (#​1936)
  • Fix an issue with npm labeling in the deployment pipeline. (#​1937)
  • chore: improve release script (#​1932)

v7.3.0

Compare Source

  • Bringing in lifecycle triggers into docgen. (#​1931)
  • fix: Remove false warning when using Expression in cors option (#​1802)
  • feat: Add requiresRole developer API for declarative security support and automatic Manifest extraction (#​1908)
  • Validate literal timeoutSeconds values per v2 trigger type (0-540s for events, 0-3600s for HTTPS/callable, 0-1800s for task queues, 0-7s for identity functions) so misconfigured values fail at function-definition or manifest-extraction time instead of at deploy time. (#​1877)
  • feat: Add requiresAPI function to allow declaring Google Cloud API dependencies in code. (#​1900)
  • fix(v1): Call onInit for schedule.onRun functions (#​1801)
  • feat: Add support to declare lifecycle hooks in functions. (#​1915)
  • fix(cors): Fix issue using Params to set CORS allowed hosts (#​1903)
  • fix(v2): Fix event data unpacking for auth event triggers (#​1923)
  • feat: Add "v2/lifecycle" and "lifecycle" import paths for lifecycle hooks (#​1926)
  • chore: revamp deploy pipeline to be stateless. Changes must now include relnotes (#​1929)
  • chore: move the last encrypted keys into Google Cloud Secrets Manager (#​1929)

v7.2.5

Compare Source

Internal fixes

v7.2.4

Compare Source

-Internal Improvements #​1864

v7.2.3

Compare Source

  • Accept BooleanParams in CallableOptions (#​1854)
  • rotate the npmrc key to robot account (#​1857)

v7.2.2

Compare Source

  • Allow v2 auth blocking functions to use run.app or cloudfunctions.net URLs (#​1831)

v7.2.1

Compare Source

  • Fix issue where v1 firestore paths would not handle literals with leading or trailing slashes (#​1829)
  • transformed string exprssions (currenlty an internal tool) now propagate across interpolated strings (#​1829)

v7.2.0

Compare Source

  • All V1 configuration (e.g. pubsub topics) can be set with params. (#​1820)
  • String expressions can now be used in string interpolation with the expr tag. (#​1820) E.g.
    const schedule = expr`every ${intervalParam} minutes`;
  • Secret params now support a label and/or description. (#​1820)
  • Add support for VPC direct connect (network interfaces) (#​1823)
  • Realtime database events in the v2 SDK now provide auth context (#​1770)

v7.1.1

Compare Source

-Internal Docgen improvements

v7.1.0

Compare Source

v7.0.6

Compare Source

Internal improvements (#​1814)

v7.0.5

Compare Source

  • Fixed issue with missing dependency on graphql. (#​1795)
  • Internal improvements (#​1800)

v7.0.4

Compare Source

v7.0.3

Compare Source

  • Internal improvements.

v7.0.2

Compare Source

  • Export param types (SecretParam, StringParam, etc.) from firebase-functions/params for type annotations. (#​1789)
  • Remove attemptDeadlineSeconds in v2 scheduled functions. (#​1776)
  • Allow JsonSecretParam in function secrets option arrays. (#​1788)

v7.0.1

Compare Source

  • Fix "Dual-Package Hazard" for parameterized configuration in ESM projects. (#​1780)

v7.0.0

Compare Source

  • BREAKING: Drop support for Node.js 16. Minimum supported version is now Node.js 18. (#​1747)
  • BREAKING: Remove deprecated functions.config() API. Use params module for environment variables instead. (#​1748)
  • BREAKING: Upgrade to TypeScript v5 and target ES2022. (#​1746)
  • BREAKING: Unhandled errors in async onRequest handlers in the Emulator now return a 500 error immediately. (#​1755)
  • Add support for ESM (ECMAScript Modules) alongside CommonJS. (#​1750)
  • Add onMutationExecuted() trigger for Firebase Data Connect. (#​1727)
  • BREAKING: Rename v1 Event to LegacyEvent to avoid api-extractor conflict. (#​1767)

v6.6.0

Compare Source

  • Add defineJsonSecret API for storing structured JSON objects in Cloud Secret Manager. (#​1745)
  • Enhance validation against incomplete/invalid app_remove events to avoid runtime crashes. (#​1738)

v6.5.0

Compare Source

  • Add LLM guidance (#​1736)
  • Fix issue calling DataSnapshot methods with null data (#​1661)
  • Adds auth.rawToken to context to allow access to the underlying token. (#​1678)
  • Fix logger runtime exceptions #(1704)

v6.4.0

Compare Source

v6.3.2

Compare Source

v6.3.1

Compare Source

  • Fix bug where sse response hangs if handler threw an error. (#​1668)

v6.3.0

Compare Source

v6.2.0

Compare Source

  • Add an authPolicy callback to CallableOptions for reusable auth middleware as well as helper auth policies (#​1650)
  • Handle ESM functions codebases containing top-level awaits, which would break in node 22.12+ (#​1651)
  • Multiple breaking changes to the not-yet-announced streaming feature for Callable Functions (#​1652)

v6.1.2

Compare Source

  • Update callable function to better support long running requests (#​1635)

v6.1.1

Compare Source

  • Fix bug where wrapInit wasn't called on v2 callable functions. (#​1634)
  • Add support for callable function to return streaming response (#​1629)
  • Add support for firebase-admin@​13 (#​1641)

v6.1.0

Compare Source

  • Bump express version to 4.19.2 (#​1624)
  • Add support for beforeSmsSent auth blocking triggers. (#​1589)

v6.0.1

Compare Source

  • Fix bug where v1 functions can't be emulated (#​1615)

v6.0.0

Compare Source

  • Breaking: Change default entrypoint of the firebase-functions package to v2 instead of v1 (#​1594)
  • Add @​deprecated annotation on functions.config() API (#​1604)

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 Nov 24, 2025
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch 2 times, most recently from dbaef9c to 10ed320 Compare December 4, 2025 19:12
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from 10ed320 to 77d07b5 Compare December 17, 2025 05:08
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from 77d07b5 to 1efd79e Compare December 31, 2025 18:32
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from 1efd79e to 16a7a48 Compare January 9, 2026 00:48
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch 2 times, most recently from 5011b1d to 66b6468 Compare January 28, 2026 23:37
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from 66b6468 to 7a7562f Compare February 12, 2026 17:10
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from 7a7562f to 98c6e85 Compare February 26, 2026 02:14
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch 2 times, most recently from 0a9608a to 987aa32 Compare March 9, 2026 20:11
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch 3 times, most recently from c5eddb3 to ef7ab94 Compare March 17, 2026 22:47
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch 3 times, most recently from 8169607 to 9417f87 Compare April 8, 2026 17:50
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from 9417f87 to 1862fb8 Compare April 9, 2026 04:11
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from 1862fb8 to 7211734 Compare April 30, 2026 00:04
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch 2 times, most recently from 3f28d0a to 59f5949 Compare May 18, 2026 19:10
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from 59f5949 to fdc15f4 Compare May 29, 2026 00:13
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from fdc15f4 to 072cff9 Compare June 11, 2026 17:20
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch 2 times, most recently from c4a6cd3 to ac48b62 Compare July 17, 2026 04:08
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from ac48b62 to dcdcb9d Compare July 29, 2026 00:11
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch 2 times, most recently from 8795b13 to 0897844 Compare August 14, 2026 21:28
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from 0897844 to 242e6c3 Compare August 27, 2026 09:33
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from 242e6c3 to 9afec57 Compare September 2, 2026 19:34
@renovate
renovate Bot force-pushed the renovate/firebase-functions-7.x branch from 9afec57 to b9da186 Compare September 16, 2026 00:48
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