Skip to content

build: update all non-major dependencies#3711

Open
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/all-non-major-dependencies
Open

build: update all non-major dependencies#3711
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/all-non-major-dependencies

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

@angular-robot angular-robot commented May 28, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@google/genai 2.6.02.7.0 age adoption passing confidence
@inquirer/prompts (source) 8.4.38.5.0 age adoption passing confidence
@inquirer/type 4.0.54.0.6 age adoption passing confidence
@puppeteer/browsers (source) 3.0.33.0.4 age adoption passing confidence
firebase (source, changelog) 12.13.012.14.0 age adoption passing confidence
firebase-tools 15.18.015.19.0 age adoption passing confidence
renovate (source) 43.150.043.202.0 age adoption passing confidence
semver 7.8.07.8.1 age adoption passing confidence

  • If you want to rebase/retry this PR, check this box

Release Notes

googleapis/js-genai (@​google/genai)

v2.7.0

Compare Source

Features
  • Add Skill Registry ListSkills and DeleteSkill to SDK (d75582a)
  • additional computer_use field support for vertex. (54a692b)
  • interaction-api: Allow "text/csv" as a supported document mime type for Interaction API. (3cc830e)
  • interaction-api: Enable BigQuery tool in Deep Research config. (58c8c7e)
  • Support Reinforcement Tuning in GenAI SDK (418cc35)
SBoudrias/Inquirer.js (@​inquirer/prompts)

v8.5.0

Compare Source

  • Feat: Read env variable INQUIRER_KEYBINDINGS to enable vim or emacs keybindings; making this a user preference instead of a library author preference. One caveat is doing so disable the search feature in the select prompt. Syntax: INQUIRER_KEYBINDINGS=vim,emacs.
  • Fix: Line wraps would sometime cause the cursor to be mispositioned relative to the input.
  • Chore: Bump dependencies.
puppeteer/puppeteer (@​puppeteer/browsers)

v3.0.4

Compare Source

🎉 Features
🛠️ Fixes
🏗️ Refactor
Dependencies
  • The following workspace dependencies were updated
📄 Documentation
firebase/firebase-js-sdk (firebase)

v12.14.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.13.0

Minor Changes
  • f0752a0 #​9800 - Add initializeDeviceModel() method to allow explicit initialization of on-device model in hybrid mode.

  • bd08cae #​9926 - Change "beta" (public preview) tags to "public" (generally available) for all hybrid inference features.

Patch Changes
  • bd2644b #​9956 (fixes #​9938) - Fix a bug that caused ChatSession.sendMessageStream() and TemplateChatSession.sendMessageStream() to send duplicate user turns in the request.

firebase@​12.14.0

Minor Changes
  • 3b337b9 #​9917 - Add new API and deprecate old API for creating and deleting fcm registration

  • f0752a0 #​9800 - Add initializeDeviceModel() method to allow explicit initialization of on-device model in hybrid mode.

  • d5b0f61 #​9913 - Added minimum and maximum FieldValue operations

  • bd08cae #​9926 - Change "beta" (public preview) tags to "public" (generally available) for all hybrid inference features.

Patch Changes

@​firebase/firestore@​4.15.0

Minor Changes
Patch Changes
  • 85f6f4e #​9985 - Improved robustness and logging in query listen stream creation and re-creation

@​firebase/messaging@​0.13.0

Minor Changes
  • 3b337b9 #​9917 - Add new API and deprecate old API for creating and deleting fcm registration
Patch Changes
  • a1a2455 #​9916 - Fix delivery metrics Firelog flushing when BigQuery export is enabled: schedule the first flush immediately (next timer tick) instead of waiting a full LOG_INTERVAL_IN_MS, start processing only when there are queued events (so enabling export with an empty queue does not arm a day-long idle timer that blocks later stageLog flushes), and ensure staging a log starts the service when needed. When export is disabled, clear any queued events and cancel pending flush timers immediately (rather than waiting for the background loop).

  • Updated dependencies [3b337b9]:

  • @​firebase/messaging-interop-types@​0.2.5

@​firebase/app@​0.14.13

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-check@​0.11.4

Patch Changes
  • d675580 #​9987 - Fix a bug where getLimitedUseToken() did not correctly get a limited use token because it did not send the limited_use param.

@​firebase/app-check-compat@​0.4.4

Patch Changes

@​firebase/app-compat@​0.5.13

Patch Changes

@​firebase/auth@​1.13.2

Patch Changes
  • 2697919 #​9845 (fixes #​9732) - Updated _isAvailable() to use retry logic for the initial IndexedDB availability check, preventing incorrect fallbacks to in-memory persistence in environments where transactions may occasionally drop on startup.

@​firebase/auth-compat@​0.6.7

Patch Changes
  • 2697919 #​9845 (fixes #​9732) - Updated _isAvailable() to use retry logic for the initial IndexedDB availability check, preventing incorrect fallbacks to in-memory persistence in environments where transactions may occasionally drop on startup.

  • Updated dependencies [2697919]:

  • @​firebase/auth@​1.13.2

@​firebase/data-connect@​0.7.1

Patch Changes
  • 51e93fc #​9936 - Eliminated the 1-minute delay before closing idle backend connections to save resources.

@​firebase/firestore-compat@​0.4.10

Patch Changes

@​firebase/functions@​0.13.5

Patch Changes

@​firebase/functions-compat@​0.4.5

Patch Changes

@​firebase/messaging-compat@​0.2.27

Patch Changes

@​firebase/messaging-interop-types@​0.2.5

Patch Changes
  • 3b337b9 #​9917 - Add new API and deprecate old API for creating and deleting fcm registration

@​firebase/remote-config@​0.8.4

Patch Changes
  • 4d3f71a #​9981 - Call update experiment when the last running experiment is stopped

@​firebase/remote-config-compat@​0.2.25

Patch Changes
firebase/firebase-tools (firebase-tools)

v15.19.0

Compare Source

  • 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.
renovatebot/renovate (renovate)

v43.202.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.55.0 (main) (#​43669) (f3ed6fb)

v43.201.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.54.2 (main) (#​43668) (05bd161)

v43.201.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.54.1 (main) (#​43667) (7b74cba)
Miscellaneous Chores
  • deps: update dependency protobufjs@​8.0.1 to v8.4.1 (main) (#​43666) (0b6059d)

v43.201.1

Compare Source

Miscellaneous Chores
Build System

v43.200.1

Compare Source

Bug Fixes
npm/node-semver (semver)

v7.8.1

Compare Source

Bug Fixes

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels May 28, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several dependencies across the repository, including upgrading semver to 7.8.1, @puppeteer/browsers to 3.0.4 (which replaces tar-fs with modern-tar), @inquirer/prompts to 8.5.0, and @inquirer/type to 4.0.6. The lockfiles have been updated accordingly to reflect these changes. I have no feedback to provide as there are no review comments and the dependency updates are straightforward.

@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 7 times, most recently from 8522e25 to 481ccf3 Compare May 29, 2026 23:52
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from 481ccf3 to 4c6a635 Compare May 30, 2026 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant