build: update all non-major dependencies#3711
Open
angular-robot wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
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.
8522e25 to
481ccf3
Compare
See associated pull request for more information.
481ccf3 to
4c6a635
Compare
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.6.0→2.7.08.4.3→8.5.04.0.5→4.0.63.0.3→3.0.412.13.0→12.14.015.18.0→15.19.043.150.0→43.202.07.8.0→7.8.1Release Notes
googleapis/js-genai (@google/genai)
v2.7.0Compare Source
Features
SBoudrias/Inquirer.js (@inquirer/prompts)
v8.5.0Compare Source
INQUIRER_KEYBINDINGSto enablevimoremacskeybindings; 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.puppeteer/puppeteer (@puppeteer/browsers)
v3.0.4Compare Source
🎉 Features
🛠️ Fixes
🏗️ Refactor
Dependencies
📄 Documentation
firebase/firebase-js-sdk (firebase)
v12.14.0Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/ai@2.13.0
Minor Changes
f0752a0#9800 - AddinitializeDeviceModel()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 causedChatSession.sendMessageStream()andTemplateChatSession.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 registrationf0752a0#9800 - AddinitializeDeviceModel()method to allow explicit initialization of on-device model in hybrid mode.d5b0f61#9913 - Added minimum and maximum FieldValue operationsbd08cae#9926 - Change "beta" (public preview) tags to "public" (generally available) for all hybrid inference features.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 [
3b337b9,bd2644b,2697919,f0752a0,d5b0f61,4d3f71a,85f6f4e,d675580,bd08cae,51e93fc,a1a2455]:@firebase/messaging@0.13.0
@firebase/app@0.14.13
@firebase/ai@2.13.0
@firebase/auth@1.13.2
@firebase/auth-compat@0.6.7
@firebase/firestore@4.15.0
@firebase/remote-config@0.8.4
@firebase/app-check@0.11.4
@firebase/data-connect@0.7.1
@firebase/messaging-compat@0.2.27
@firebase/functions@0.13.5
@firebase/app-compat@0.5.13
@firebase/firestore-compat@0.4.10
@firebase/remote-config-compat@0.2.25
@firebase/app-check-compat@0.4.4
@firebase/functions-compat@0.4.5
@firebase/firestore@4.15.0
Minor Changes
d5b0f61#9913 - Added minimum and maximum FieldValue operationsPatch 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 registrationPatch 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 fullLOG_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 laterstageLogflushes), 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
@firebase/app-check@0.11.4
Patch Changes
d675580#9987 - Fix a bug wheregetLimitedUseToken()did not correctly get a limited use token because it did not send thelimited_useparam.@firebase/app-check-compat@0.4.4
Patch Changes
d675580]:@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
d5b0f61,85f6f4e]:@firebase/functions@0.13.5
Patch Changes
3b337b9]:@firebase/functions-compat@0.4.5
Patch Changes
@firebase/messaging-compat@0.2.27
Patch Changes
3b337b9,a1a2455]:@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
4d3f71a]:firebase/firebase-tools (firebase-tools)
v15.19.0Compare Source
auth:importandauth:exportcommandsauth:exportdidn't escape double quotes for CSV format. (#3484)CloudSQLConnectorError: The connector was closedunhandled exception during Data Connect deployments. (#10555)QueryFetchPolicywasn't being respected.renovatebot/renovate (renovate)
v43.202.0Compare Source
Features
v43.201.3Compare Source
Bug Fixes
v43.201.2Compare Source
Bug Fixes
Miscellaneous Chores
v43.201.1Compare Source
Miscellaneous Chores
Build System
v43.200.1Compare Source
Bug Fixes
npm/node-semver (semver)
v7.8.1Compare Source
Bug Fixes
17aa702#869 strip build metadata before comparator trimming (#869) (@owlstronaut)5f3ca13#867 handle prerelease bounds in subset (#867) (@puneetdixit200, Puneet Dixit)