Skip to content

Bump @grpc/grpc-js, firebase-admin and firebase-tools in /unit-test-cloud-functions/functions#455

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/unit-test-cloud-functions/functions/multi-609297b743
Open

Bump @grpc/grpc-js, firebase-admin and firebase-tools in /unit-test-cloud-functions/functions#455
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/unit-test-cloud-functions/functions/multi-609297b743

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps @grpc/grpc-js to 1.14.4 and updates ancestor dependencies @grpc/grpc-js, firebase-admin and firebase-tools. These dependencies need to be updated together.

Updates @grpc/grpc-js from 1.3.7 to 1.14.4

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.14.4

@​grpc/grpc-js 1.14.3

  • Send halfClose immediately after messages to prevent late halfClose issues with Envoy (#3031 contributed by @​serkanerip)

@​grpc/grpc-js 1.14.2

@​grpc/grpc-js 1.14.1

  • Fix a regression of the settings used internally for HTTP/2 sessions (#3023)

@​grpc/grpc-js-xds 1.14.0

  • Implement RBAC support (gRFC A41) (#2939, #2945)
  • Add weighted_round_robin to LB policy registry (#3001) (currently experimental, enabled by the environment variable GRPC_EXPERIMENTAL_XDS_WRR_LB)
  • Add wrr_locality to LB policy registry (#3003)

@​grpc/grpc-js 1.14.0

Changelog

  • Add getAuthContext method to client and server call classes (more details can be found in gRFC L35) (#2920)
  • Implement custom backend metrics support (gRFC A51) (#2978, #2983, #2985, #2986, #2999)
  • Add getConnectionInfo method to the ServerInterceptingCall class (#2922)
  • Implement the weighted_round_robin load balancing policy (#2998)
  • Fix jitter behavior for client retries (#2960 contributed by @​ekscentrysytet)
  • Start connecting from a random index in the round_robin LB policy (#2979)
  • Send connection-level WINDOW_UPDATE at session start (#2971 contributed by @​KoenRijpstra)

Experimental API Changes

Added:

  • CHANNEL_ARGS_CONFIG_SELECTOR_KEY
  • StatusOr<T>
  • CallStream
  • statusOrFromValue
  • statusOrFromError

Modified:

  • ResolverListener#onSuccessfulResolution now has the signature (endpointList: StatusOr<Endpoint[]>, attributes: { [key: string]: unknown }, serviceConfig: StatusOr<ServiceConfig> | null, resolutionNote: string): boolean
  • LoadBalancer#updateAddressList now has the signature `updateAddressList(endpointList: StatusOr<Endpoint[]>,lbConfig: TypedLoadBalancingConfig, channelOptions: ChannelOptions, resolutionNote: string): boolean

@​grpc/grpc-js 1.13.5

@​grpc/grpc-js 1.13.4

  • Fix ability to set SNI with ssl_target_name_override option (#2956)

... (truncated)

Commits
  • a380735 Merge pull request #3052 from murgatroid99/grpc-js_1.14.4
  • 5b8d37b Merge commit from fork
  • 6a97456 Merge commit from fork
  • e5e0b1d grpc-js: Bump version to 1.14.4
  • 5029a26 Make compression error a static string
  • 2fe55fd Fix crashes when receiving malformed compressed data
  • 234f917 Fix server crash when handling invalid requests
  • acef8d4 Merge pull request #3043 from murgatroid99/rbac_types_change_fix_1.14
  • 4f3c58f grpc-js-xds: Update RBAC code to handle Node type change, pin @​types/node
  • ccd29b2 Merge pull request #3032 from murgatroid99/grpc-js_retry_half_close_1.14
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates firebase-admin from 9.12.0 to 14.0.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v14.0.0

Breaking Changes

  • change(instance-id): Remove deprecated Instance ID service (#3166)
  • change: Remove Deprecated Legacy Namespace Support (#3164)
  • change(fcm): Drop legacy messaging types (#3157)
  • change: Drop support for Node.js 18 and 20 (v14) (#3138)

New Features

  • feat(auth): Enhance emulator support across authentication classes (#3080)
  • feat(core): Error Handling Revamp (v14) (#3140)

Bug Fixes

  • fix(functions): store CLOUD_TASKS_EMULATOR_HOST at construction time (#3167)
  • fix(auth): Decouple CreateRequest interface from UpdateRequest (#3165)
  • fix(auth): skip project config name assertion when using the Auth emulator (#3142)
  • fix(api-request): replace deprecated url.parse() with WHATWG URL (#3124)
  • fix: resolve failing getApplicationDefault unit tests in gcloud SDK environment (#3163)
  • fix(fcm): Map topic subscription RESOURCE_EXHAUSTED server code to new TOPICS_SUBSCRIPTION_RATE_EXCEEDED SDK error code (#3148)

Miscellaneous

  • [chore] Release 14.0.0 (#3171)
  • build: upgrade compilation target and lib to ES2021 (#3172)
  • build(deps): bump @​tootallnate/once from 2.0.0 to 2.0.1 (#3160)
  • build(deps): bump fast-uri from 3.1.0 to 3.1.2 (#3168)
  • build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#3169)
  • chore: fixed api docs typos and omissions (#3170)
  • build(deps-dev): bump eslint from 10.3.0 to 10.4.1 (#3155)
  • Merge pull request #3162 from firebase/v14
  • chore(deps): bump jwks-rsa to 4.0.1 (#3125)
  • fix package.json
  • chore: Drop send-tweet and upgrade GitHub Actions (#3158)
  • chore: upgrade nock to v14 and fix api-request unit tests (#3153)
  • chore: bump eslint to 10.3.0 and migrate to flat config (#3150)
  • build(deps-dev): bump sinon from 18.0.1 to 22.0.0 (#3149)
  • chore(deps): bump jwks-rsa to 4.0.1 (#3125)
  • chore: Upgrade dependencies for v14 (#3137)

Firebase Admin Node.js SDK v13.10.0

New Features

  • feat(appcheck): Add support for minting limited-use tokens and custom JTI (#3027)

Bug Fixes

... (truncated)

Commits
  • 4754a2f [chore] Release 14.0.0 (#3171)
  • 25285ee build: upgrade compilation target and lib to ES2021 (#3172)
  • d96319e build(deps): bump @​tootallnate/once from 2.0.0 to 2.0.1 (#3160)
  • 0c34e89 build(deps): bump fast-uri from 3.1.0 to 3.1.2 (#3168)
  • 52d02f7 build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#3169)
  • dc788b2 chore: fixed api docs typos and omissions (#3170)
  • a39e897 build(deps-dev): bump eslint from 10.3.0 to 10.4.1 (#3155)
  • ce6c4dc Merge pull request #3162 from firebase/v14
  • fe71c55 fix(functions): store CLOUD_TASKS_EMULATOR_HOST at construction time (#3167)
  • 659c056 change(instance-id): Remove deprecated Instance ID service (#3166)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates firebase-tools from 9.19.0 to 15.20.0

Release notes

Sourced from firebase-tools's releases.

v15.20.0

  • Removed the prompt and backend deletion of Data Connect services during firebase deploy. (#10619)
  • Fixes firebase init dataconnect failing with ENOEXEC when creating a new template app on some operating systems. (#10616)
  • Support setting the Google Cloud Storage (GCS) test results bucket in apptesting:execute and appdistribution:distribute

v15.19.1

  • Updated Firebase SQL Connect genAI features to use new Agent Service API
  • Updated the Firebase Data Connect local toolkit to v3.4.10, which includes the following changes:
    • Extended client cache consistency validation to include conflicts with schema field names.

v15.19.0

  • Updated Pub/Sub emulator to version 0.8.32
  • Added support for 6 more iD providers in auth:import and auth:export commands
  • Fixed issue where auth:export didn't escape double quotes for CSV format. (#3484)
  • Fixes CloudSQLConnectorError: The connector was closed unhandled exception during Data Connect deployments. (#10555)
  • Updated the Firebase Data Connect local toolkit to v3.4.9, which includes the following changes: (#10567)
    • Added support for nested mutations for literals and also variables that define an incomplete set of fields.
    • Fixed an issue in the JS Generated SDK where QueryFetchPolicy wasn't being respected.

v15.18.0

  • Updated Pub/Sub emulator to version 0.8.31
  • Resolves undefined regions earlier, during the build to backend resolution phase (#10471)
  • Updated the Firebase Data Connect local toolkit to v3.4.8, which includes the following changes:
    • Fixed an issue in Dart code generation where nullable BigInt was not handled correctly.
    • Added support for nested 1:Many relational batch inserts.
    • Updated the Golang dependency version to 1.25.10.
  • Default timeout for Dart functions is now 60 seconds when not explicitly set (#10501)
  • Support secret environment variables for Cloud Run functions (#10489)
  • Set requiredProjectBindings in AI Logic services (#10503)

v15.17.0

  • Added support for creating search indexes for Firestore. (#10431)
  • Fixed an issue where some MCP tools would error with "Invalid input: expected record, received array". (#10437)
  • Fixed an issue causing errors when multiple Firestore databases were configured in firebase.json (#8114)
  • Updated the Firebase Data Connect local toolkit to v3.4.7, which includes the following changes: (#10461)
    • Fix emulator crash when using uuidv4() on operations.
    • Support for _Data input types as variables with @allow(fields, maxCount) to constraint the input JSON, enabling batch mutations in admin SDK. Client SDK support will come soon.
  • Increase supported range for Next.js to version 16.0 (#9463)
  • Updated Cloud Function default resource locations. This does not affect existing functions. (#10414)
  • Added warning for cross-region event triggers (#10408)

v15.16.0

  • Updated Firestore Emulator to v1.21.0, which adds support for subqueries and new stages like let(...), as well as allowing setting database-edition per-database.
  • Suppressed the 'punycode' deprecation warning during firebase deploy on Node 22. (#10385)
  • Fixed an issue where hosting deploy allowed publishing to a site in a different project. (#10376)
  • Added SSE mode support to firebase mcp. To use it, run firebase mcp --mode=sse --port=3000, and connect your client on http://localhost:3000.
  • Update the valid Python runtimes for functions. Default Python runtime is now Python 3.14.
  • Fix CLI non-interactive mode for dataconnect init (#10401)
  • Fixed issue where rules for non-default Firestore databases were not being deployed correctly.
  • Suppress SSR warning for non-SSR Angular projects on init hosting (#10364)

... (truncated)

Commits
  • 978a2ef 15.20.0
  • 74f62c6 Add changelog entry for PR #10619 (#10622)
  • 5aff739 fix: update dependencies in integration script packages to remediate vulnerab...
  • 6b9723e Remove Data Connect service deletion logic on deploy (#10619)
  • 07931cf fix: update dependencies in standalone bundler to remediate vulnerabilities (...
  • 073a953 fix: use cross-spawn to avoid exec format errors when creating dataconnect ap...
  • 7657d15 Update version of telemetry admin api (#10617)
  • 1657829 fix: update dependencies in firebase-vscode to remediate vulnerabilities (#10...
  • 7f54806 fix mistake in class initialization for ailogic (#10570)
  • b665c53 Add --results-bucket update to CHANGELOG.md (#10604)
  • 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.

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) to 1.14.4 and updates ancestor dependencies [@grpc/grpc-js](https://github.com/grpc/grpc-node), [firebase-admin](https://github.com/firebase/firebase-admin-node) and [firebase-tools](https://github.com/firebase/firebase-tools). These dependencies need to be updated together.


Updates `@grpc/grpc-js` from 1.3.7 to 1.14.4
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.3.7...@grpc/grpc-js@1.14.4)

Updates `firebase-admin` from 9.12.0 to 14.0.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@v9.12.0...v14.0.0)

Updates `firebase-tools` from 9.19.0 to 15.20.0
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Changelog](https://github.com/firebase/firebase-tools/blob/main/CHANGELOG.md)
- [Commits](firebase/firebase-tools@v9.19.0...v15.20.0)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.4
  dependency-type: indirect
- dependency-name: firebase-admin
  dependency-version: 14.0.0
  dependency-type: direct:production
- dependency-name: firebase-tools
  dependency-version: 15.20.0
  dependency-type: direct:development
...

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 Jun 11, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 11, 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