Skip to content

Bump protobufjs, @firebase/rules-unit-testing, @google-cloud/firestore and firebase-admin in /initial-state/functions#54

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/initial-state/functions/multi-2bbc99c14d
Open

Bump protobufjs, @firebase/rules-unit-testing, @google-cloud/firestore and firebase-admin in /initial-state/functions#54
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/initial-state/functions/multi-2bbc99c14d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps protobufjs to 7.5.8 and updates ancestor dependencies protobufjs, @firebase/rules-unit-testing, @google-cloud/firestore and firebase-admin. These dependencies need to be updated together.

Updates protobufjs from 7.2.5 to 7.5.8

Release notes

Sourced from protobufjs's releases.

protobufjs: v7.5.8

7.5.8 (2026-05-12)

Bug Fixes

protobufjs: v7.5.7

7.5.7 (2026-05-09)

Bug Fixes

protobufjs: v7.5.6

7.5.6 (2026-04-27)

Bug Fixes

  • Backport input hardening and CLI fixes to 7.x (#2173) (75392ea)

v7.5.5

This release backports two reported security issues to 7.x branch.

  • fix: do not allow setting __proto__ in Message constructor (#2126)
  • fix: filter invalid characters from the type name (#2127)

Full Changelog: protobufjs/protobuf.js@protobufjs-v7.5.4...protobufjs-v7.5.5

protobufjs: v7.5.4

7.5.4 (2025-08-15)

Bug Fixes

protobufjs: v7.5.3

7.5.3 (2025-05-28)

Bug Fixes

  • descriptor extensions handling post-editions (#2075) (6e255d4)

protobufjs: v7.5.2

7.5.2 (2025-05-14)

... (truncated)

Changelog

Sourced from protobufjs's changelog.

7.5.8 (2026-05-12)

Bug Fixes

7.5.7 (2026-05-09)

Bug Fixes

7.5.6 (2026-04-27)

Bug Fixes

  • Backport input hardening and CLI fixes to 7.x (#2173) (75392ea)

7.5.4 (2025-08-15)

Bug Fixes

7.5.3 (2025-05-28)

Bug Fixes

  • descriptor extensions handling post-editions (#2075) (6e255d4)

7.5.2 (2025-05-14)

Bug Fixes

7.5.1 (2025-05-08)

Bug Fixes

  • optimize regressions from editions implementations (#2066) (6406d4c)
  • reserved field inside group blocks fail parsing (#2058) (56782bf)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for protobufjs since your current version.


Updates @firebase/rules-unit-testing from 1.1.3 to 5.0.1

Release notes

Sourced from @​firebase/rules-unit-testing's releases.

4.5.2

Fixes

  • Fixed a regression where the react-native property was missing from the firebase package.json
  • Fixed a regression where the value of firebase.SDK_VERSION wasn't properly being populated.

4.5.1

Features

Shipped individual modules for the following packages:

  • @firebase/app
  • @firebase/auth
  • @firebase/database
  • @firebase/firestore
  • @firebase/messaging
  • @firebase/polyfill
  • @firebase/storage
  • @firebase/util

4.5.0

Features

4.4.0

Features

  • Released multi-resource support for database #159

Fixes

  • Fixed issue with null initialization in externs #160

4.3.0

Features

  • Added client side localization for email actions (password reset, email verification, etc), phone authentication SMS messages, OAuth flows and reCAPTCHA verification.
  • Added the ability to pass a continue URL/state when triggering a password reset/email verification which gives a user the ability to go back to the app after completion. In addition, added support for the ability to open these links directly from a mobile app instead of a web flow using Firebase Dynamic Links.

Fixes

  • Fixed issue with IE10 auth state synchronization across tabs

4.2.0

Features

... (truncated)

Changelog

Sourced from @​firebase/rules-unit-testing's changelog.

5.0.1

Patch Changes

5.0.0

Minor Changes

  • 25b60fd #9128 - Update node "engines" version to a minimum of Node 20.

Patch Changes

4.0.1

Patch Changes

4.0.0

Patch Changes

  • 479226bf3 #8475 - Remove ES5 bundles. The minimum required ES version is now ES2017.

  • 479226bf3 #8475 - Removed dependency on undici and node-fetch in our node bundles, replacing them with the native fetch implementation.

  • Updated dependencies [479226bf3, 479226bf3, b942e9e6e]:

    • firebase@11.0.0

3.0.4

Patch Changes

3.0.3

Patch Changes

3.0.2

Patch Changes

... (truncated)

Commits

Updates @google-cloud/firestore from 4.7.1 to 8.6.0

Release notes

Sourced from @​google-cloud/firestore's releases.

firestore: v8.6.0

8.6.0 (2026-05-11)

Features

  • firestore: Added FieldValue.minimum() and FieldValue.maximum() (#8151) (41671b0)
  • firestore: Added search stage support for languageCode, offset, limit, and retrievalDepth (#8161) (4acb075)

Bug Fixes

  • Bump all node submodules (#8178) (9fd76ef)
  • firestore: Ensure limit(0) is properly serialized in query requests (#8076) (8631008), closes #7382
  • firestore: Respect ignoreUndefinedProperties in subpipelines (#8089) (a9f6c3f)

bigquery: v8.3.1

8.3.1 (2026-05-11)

Bug Fixes

  • bigquery: Run npm run types in correct directory in owlbot (#8061) (0948b35)
  • Bump all node submodules (#8178) (9fd76ef)
  • Pin @​sinonjs/fake-timers to unblock build in bigquery (#8121) (374167b)

gcp-metadata: v8.1.3

8.1.3 (2026-05-11)

Bug Fixes

retry-request: v8.0.3

8.0.3 (2026-05-11)

Bug Fixes

googleapis-common: v8.0.2

8.0.2 (2026-05-11)

Bug Fixes

... (truncated)

Changelog

Sourced from @​google-cloud/firestore's changelog.

8.6.0 (2026-05-11)

Features

  • firestore: Added FieldValue.minimum() and FieldValue.maximum() (#8151) (41671b0)
  • firestore: Added search stage support for languageCode, offset, limit, and retrievalDepth (#8161) (4acb075)

Bug Fixes

  • Bump all node submodules (#8178) (9fd76ef)
  • firestore: Ensure limit(0) is properly serialized in query requests (#8076) (8631008), closes #7382
  • firestore: Respect ignoreUndefinedProperties in subpipelines (#8089) (a9f6c3f)

8.5.0 (2026-04-13)

Features

  • [firestore] Add support for DML (09cd24f)
  • [firestore] Add support for DML (77ce319)
  • firestore: Add array expressions (55d6385)
  • firestore: Add array expressions (d72d1c0)
  • firestore: Add array expressions (0fa836d)
  • firestore: Add array expressions (d71b3d9)
  • firestore: Add array expressions (71933e5)
  • firestore: Add array expressions (da46223)
  • firestore: Add array expressions (81733e8)
  • firestore: Add array expressions (2513fd5)
  • firestore: Add array expressions (d8a8334)
  • firestore: Add support for subqueries (#7839) (fb317f8)
  • firestore: add the parent expression (f17a791)
  • firestore: Add timestamp expressions (deeb265)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (228fe85)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (32089a9)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (a95b65d)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (7feca57)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (20a55db)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (0ae2a4f)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (e18620e)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (cf4ea62)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (343c8ec)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (80c3170)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (606f97a)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (410e7fd)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (e6f646b)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (781b5c7)
  • firestore: Added public preview support for full-text search and geo search in Pipelines (0e925ba)

... (truncated)

Commits

Updates firebase-admin from 11.11.1 to 13.9.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v13.9.0

New Features

  • feat(remote-config): add optional exposurePercent field to ExperimentValue (#3096)

Miscellaneous

  • [chore] Release 13.9.0 (#3129)
  • chore: Deprecate support for Node.js 20 (#3128)
  • build(deps-dev): bump @​typescript-eslint/parser from 8.57.2 to 8.59.1 (#3114)
  • build(deps): bump follow-redirects in /.github/actions/send-email (#3113)
  • build(deps): bump protobufjs from 7.5.4 to 7.5.5 (#3119)
  • build(deps): bump uuid and @​actions/core in /.github/actions/send-email (#3120)
  • build(deps): bump axios in /.github/actions/send-email (#3123)
  • build(deps): bump fast-xml-parser from 5.5.9 to 5.7.1 (#3122)

Firebase Admin Node.js SDK v13.8.0

New Features

  • feat(pnv): Add support for Phone Number Verification (#3101)
  • feat(fcm): Add bandwidthConstrainedOk and restrictedSatelliteOk (#2994)

Miscellaneous

  • [chore] Release 13.8.0 (#3109)
  • chore(deps): bump node-forge to 1.4.0 (#3108)
  • build(deps-dev): bump @​types/node from 25.3.0 to 25.3.3 (#3090)
  • build(deps-dev): bump lodash and @​microsoft/api-extractor (#3106)
  • build(deps): bump fast-xml-parser from 5.5.6 to 5.5.7 (#3095)
  • build(deps): bump fast-xml-parser from 5.4.1 to 5.5.6 (#3093)
  • build(deps): bump fast-xml-parser from 5.3.7 to 5.4.1 (#3087)

Firebase Admin Node.js SDK v13.7.0

New Features

  • feat(rc): Support Rollout, Personalization, and Experiment values (#3046)

Bug Fixes

  • fix: upgrade @​google-cloud/storage@​7.19.0 (#3071)

Miscellaneous

  • [chore] Release 13.7.0 (#3081)
  • build(deps-dev): bump @​types/lodash from 4.17.18 to 4.17.24 (#3083)
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin (#3086)
  • build(deps): bump node-forge from 1.3.2 to 1.3.3 (#3085)

... (truncated)

Commits
  • 0efb21f [chore] Release 13.9.0 (#3129)
  • 363a302 chore: Deprecate support for Node.js 20 (#3128)
  • b28b921 build(deps-dev): bump @​typescript-eslint/parser from 8.57.2 to 8.59.1 (#3114)
  • 5933705 build(deps): bump follow-redirects in /.github/actions/send-email (#3113)
  • ce3b9e0 build(deps): bump protobufjs from 7.5.4 to 7.5.5 (#3119)
  • e891a3c build(deps): bump uuid and @​actions/core in /.github/actions/send-email (#3120)
  • 92003fc feat(remote-config): add optional exposurePercent field to ExperimentValue (#...
  • 8b9b7a7 build(deps): bump axios in /.github/actions/send-email (#3123)
  • e310a72 build(deps): bump fast-xml-parser from 5.5.9 to 5.7.1 (#3122)
  • ff4c94d [chore] Release 13.8.0 (#3109)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…e and firebase-admin

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) to 7.5.8 and updates ancestor dependencies [protobufjs](https://github.com/protobufjs/protobuf.js), [@firebase/rules-unit-testing](https://github.com/firebase/firebase-js-sdk/tree/HEAD/packages/rules-unit-testing), [@google-cloud/firestore](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/firestore) and [firebase-admin](https://github.com/firebase/firebase-admin-node). These dependencies need to be updated together.


Updates `protobufjs` from 7.2.5 to 7.5.8
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.5.8/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-v7.2.5...protobufjs-v7.5.8)

Updates `@firebase/rules-unit-testing` from 1.1.3 to 5.0.1
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/packages/rules-unit-testing/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/commits/@firebase/rules-unit-testing@5.0.1/packages/rules-unit-testing)

Updates `@google-cloud/firestore` from 4.7.1 to 8.6.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/firestore/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/spanner-v8.6.0/handwritten/firestore)

Updates `firebase-admin` from 11.11.1 to 13.9.0
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Changelog](https://github.com/firebase/firebase-admin-node/blob/main/CHANGELOG.md)
- [Commits](firebase/firebase-admin-node@v11.11.1...v13.9.0)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-version: 7.5.8
  dependency-type: indirect
- dependency-name: "@firebase/rules-unit-testing"
  dependency-version: 5.0.1
  dependency-type: direct:development
- dependency-name: "@google-cloud/firestore"
  dependency-version: 8.6.0
  dependency-type: direct:development
- dependency-name: firebase-admin
  dependency-version: 13.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 12, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants