build: update all non-major dependencies - #3903
Merged
alan-agius4 merged 1 commit intoAug 6, 2026
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates various third-party dependencies and lockfiles across multiple packages in the repository, including updates to Renovate, Firebase tools, Octokit packages, Google GenAI, and other development utilities. I have no feedback to provide as there are no review comments to assess.
angular-robot
force-pushed
the
ng-renovate/all-non-major-dependencies
branch
2 times, most recently
from
August 6, 2026 11:13
360fdb5 to
4048808
Compare
alan-agius4
approved these changes
Aug 6, 2026
alan-agius4
approved these changes
Aug 6, 2026
See associated pull request for more information.
angular-robot
force-pushed
the
ng-renovate/all-non-major-dependencies
branch
from
August 6, 2026 12:06
4048808 to
6838865
Compare
Contributor
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.13.0→2.15.08.2.0→8.3.07.0.6→7.0.79.0.3→9.0.47.1.0→7.1.13.0.6→3.1.07.7.1→7.8.07.1.1→7.1.212.16.0→12.17.115.24.0→15.25.14.14.0→4.14.114.0.16→14.0.1744.2.3→44.13.16.4.1→6.5.14.23.1→4.23.7Release Notes
googleapis/js-genai (@google/genai)
v2.15.0Compare Source
Features
v2.14.0Compare Source
Features
language_codesfield toAudioTranscriptionConfig. (cc808eb)Bug Fixes
octokit/auth-app.js (@octokit/auth-app)
v8.3.0Compare Source
Features
octokit/core.js (@octokit/core)
v7.0.7Compare Source
Bug Fixes
octokit/graphql.js (@octokit/graphql)
v9.0.4Compare Source
Bug Fixes
octokit/request-error.js (@octokit/request-error)
v7.1.1Compare Source
Bug Fixes
puppeteer/puppeteer (@puppeteer/browsers)
v3.1.0Compare Source
♻️ Chores
Dependencies
🎉 Features
🛠️ Fixes
📄 Documentation
🏗️ Refactor
conventional-changelog/conventional-changelog (conventional-commits-parser)
v7.1.2Compare Source
Bug Fixes
firebase/firebase-js-sdk (firebase)
v12.17.1Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/data-connect@0.7.3
Patch Changes
79d7011#10221 - Align SQL Connect Stream Transport exponential backoff parameters with other platform SDKs. No need for public release note.b0e23db#10217 - Add grpc request header for platform name and sdk version to enable metrics collection in cloud monitoring.@firebase/database-compat@2.1.6
Patch Changes
993e8a6#10243 (fixes #10242) - Fix regression causing peerDeps to be unbundled in standalone bundle.firebase@12.17.1
Patch Changes
993e8a6,79d7011,b0e23db]:v12.17.0Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/ai@2.14.0
Minor Changes
7c5e6e5#10145 - Added support for text-to-speech capabilities (both single- and multi-speaker configurations) for non-Live API models (for example, Gemini TTS models).178daf7#10184 - DeprecatedVertexAIBackendin favor ofAgentPlatformBackendto reflect the renaming of Vertex AI to Gemini Enterprise Agent Platform.The only difference for
AgentPlatformBackendis the default location for accessing the model. The default location forAgentPlatformBackendisglobal, whereas the default location forVertexAIBackendisus-central1. To useus-central1withAgentPlatformBackend, specifygetAI(app, { backend: new AgentPlatformBackend('us-central1') })when initializing the SDK. However, note that most new Gemini models do not supportus-central1.Patch Changes
736fa3f]:@firebase/app@0.16.0
Minor Changes
177f08d#10210 - Remove ability to callinitializeAppCheckwithout aprovider.Patch Changes
80a285d#10182 - Add more detailed error wheninitializeApp()is called a second time with different options or config, that prints the different options or config.Updated dependencies [
736fa3f]:@firebase/app-check@0.13.0
Minor Changes
177f08d#10210 - Remove ability to callinitializeAppCheckwithout aprovider.Patch Changes
736fa3f]:firebase@12.17.0
Minor Changes
7c5e6e5#10145 - Added support for text-to-speech capabilities (both single- and multi-speaker configurations) for non-Live API models (for example, Gemini TTS models).d2d89d2#10116 - Changed the HTTP/2 flow control window size from 64 KB to 256 KB, and added agrpcFlowControlWindowconfiguration option toFirestoreSettings. This change is only applicable to Node environments.177f08d#10210 - Remove ability to callinitializeAppCheckwithout aprovider.178daf7#10184 - DeprecatedVertexAIBackendin favor ofAgentPlatformBackendto reflect the renaming of Vertex AI to Gemini Enterprise Agent Platform.The only difference for
AgentPlatformBackendis the default location for accessing the model. The default location forAgentPlatformBackendisglobal, whereas the default location forVertexAIBackendisus-central1. To useus-central1withAgentPlatformBackend, specifygetAI(app, { backend: new AgentPlatformBackend('us-central1') })when initializing the SDK. However, note that most new Gemini models do not supportus-central1.Patch Changes
736fa3f,7c5e6e5,d2d89d2,80a285d,0fe3bbc,8a9ad3a,177f08d,2894e91,178daf7,1d24e5f]:@firebase/firestore@4.17.0
Minor Changes
d2d89d2#10116 - Changed the HTTP/2 flow control window size from 64 KB to 256 KB, and added agrpcFlowControlWindowconfiguration option toFirestoreSettings. This change is only applicable to Node environments.Patch Changes
736fa3f#10146 - Fix ReDoS vulnerability in FirebaseError template replacement2894e91#10104 - Update re2js versionUpdated dependencies [
736fa3f]:@firebase/analytics@0.10.23
Patch Changes
736fa3f]:@firebase/analytics-compat@0.2.29
Patch Changes
0fe3bbc#10097 - Added "@firebase/app" as a peerDependency of compat packages.Updated dependencies [
736fa3f]:@firebase/app-check-compat@0.4.6
Patch Changes
0fe3bbc#10097 - Added "@firebase/app" as a peerDependency of compat packages.Updated dependencies [
736fa3f,177f08d]:@firebase/app-compat@0.5.16
Patch Changes
736fa3f,80a285d,177f08d]:@firebase/auth@1.13.4
Patch Changes
8a9ad3a#10123 (fixes #10041) - Prevent null hydration / unexpected sign-out on pagehide or reload when using IndexedDB persistence.Updated dependencies [
736fa3f]:@firebase/auth-compat@0.6.9
Patch Changes
0fe3bbc#10097 - Added "@firebase/app" as a peerDependency of compat packages.Updated dependencies [
736fa3f,8a9ad3a]:@firebase/component@0.7.4
Patch Changes
736fa3f]:@firebase/data-connect@0.7.2
Patch Changes
1d24e5f#10133 - Refactor data connect streaming tests and revert to 15 second idle timeout for streaming connections (doesn't need a public release note)Updated dependencies [
736fa3f]:@firebase/database@1.1.4
Patch Changes
736fa3f]:@firebase/database-compat@2.1.5
Patch Changes
0fe3bbc#10097 - Added "@firebase/app" as a peerDependency of compat packages.Updated dependencies [
736fa3f]:@firebase/database-types@1.0.21
Patch Changes
736fa3f]:@firebase/firestore-compat@0.4.12
Patch Changes
0fe3bbc#10097 - Added "@firebase/app" as a peerDependency of compat packages.Updated dependencies [
736fa3f,d2d89d2,2894e91]:@firebase/functions@0.13.6
Patch Changes
736fa3f]:@firebase/functions-compat@0.4.6
Patch Changes
0fe3bbc#10097 - Added "@firebase/app" as a peerDependency of compat packages.Updated dependencies [
736fa3f]:@firebase/installations@0.6.23
Patch Changes
736fa3f]:@firebase/installations-compat@0.2.23
Patch Changes
0fe3bbc#10097 - Added "@firebase/app" as a peerDependency of compat packages.Updated dependencies [
736fa3f]:@firebase/messaging@0.13.1
Patch Changes
736fa3f]:@firebase/messaging-compat@0.2.28
Patch Changes
0fe3bbc#10097 - Added "@firebase/app" as a peerDependency of compat packages.Updated dependencies [
736fa3f]:@firebase/performance@0.7.13
Patch Changes
736fa3f]:@firebase/performance-compat@0.2.26
Patch Changes
0fe3bbc#10097 - Added "@firebase/app" as a peerDependency of compat packages.Updated dependencies [
736fa3f]:@firebase/remote-config@0.9.1
Patch Changes
736fa3f]:@firebase/remote-config-compat@0.2.28
Patch Changes
0fe3bbc#10097 - Added "@firebase/app" as a peerDependency of compat packages.Updated dependencies [
736fa3f]:@firebase/storage@0.14.4
Patch Changes
736fa3f]:@firebase/storage-compat@0.4.4
Patch Changes
0fe3bbc#10097 - Added "@firebase/app" as a peerDependency of compat packages.Updated dependencies [
736fa3f]:@firebase/util@1.15.2
Patch Changes
736fa3f#10146 - Fix ReDoS vulnerability in FirebaseError template replacementfirebase/firebase-tools (firebase-tools)
v15.25.1Compare Source
appcheck:debugtokens:listandappcheck:debugtokens:deleteprompting "Select the app to register a debug token for" when asking which app to operate on.v15.25.0Compare Source
appcheck:debugtokens:create,appcheck:debugtokens:list, andappcheck:debugtokens:deleteCLI commands for managing App Check debug tokens (#10801).MCP-Protocol-Version,Mcp-Method, andMcp-NameHTTP headers toOneMcpServerrequests per the MCP 0728 standard release candidate (https://blog.modelcontextprotocol.io/posts/2026-07-28-release-candidate/ and https://modelcontextprotocol.io/seps/2243-http-standardization).extdeprecationwarningsexperiment to display phased deprecation notices and guidance acrossext:*CLI commands.privatenumber/get-tsconfig (get-tsconfig)
v4.14.1Compare Source
Bug Fixes
nock/nock (nock)
v14.0.17Compare Source
Bug Fixes
renovatebot/renovate (renovate)
v44.13.1Compare Source
Build System
v44.13.0Compare Source
Features
Miscellaneous Chores
v44.12.0Compare Source
Features
repositoriesarray (#43033) (527c141), closes #43295v44.11.8Compare Source
Bug Fixes
v44.11.7Compare Source
Bug Fixes
v44.11.6Compare Source
Bug Fixes
v44.11.5Compare Source
Bug Fixes
Documentation
repositories(#45061) (190f8d5)Miscellaneous Chores
Tests
errorsandwarningsare always checked and that we don't length check (#45065) (23dd568)v44.11.4Compare Source
Bug Fixes
Miscellaneou