Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
e97130f to
fcc1531
Compare
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
fcc1531 to
058cdd7
Compare
058cdd7 to
1f7bce0
Compare
1f7bce0 to
08bda6d
Compare
08bda6d to
14b8d06
Compare
14b8d06 to
8269a71
Compare
8269a71 to
20a1564
Compare
20a1564 to
ce0eb35
Compare
ce0eb35 to
6040b32
Compare
6040b32 to
bc2120c
Compare
bc2120c to
4b22b11
Compare
4b22b11 to
3100d73
Compare
99f0b27 to
be489eb
Compare
be489eb to
1408cfc
Compare
1408cfc to
fbcfe21
Compare
fbcfe21 to
6457dfb
Compare
6457dfb to
fdeb784
Compare
fdeb784 to
fca698e
Compare
fca698e to
58c3d6a
Compare
58c3d6a to
c4ec487
Compare
c4ec487 to
09b68e0
Compare
09b68e0 to
83a0b2a
Compare
83a0b2a to
5a9d73f
Compare
5a9d73f to
ec78273
Compare
ec78273 to
c24c910
Compare
c24c910 to
5123c0f
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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:
^0.14.1->^0.14.6^12.1.0->^12.6.0^13.4.0->^13.6.0^6.4.0->^6.6.0^14.12.0->^14.25.0Release Notes
firebase/firebase-js-sdk (@firebase/app)
v0.14.6Compare Source
Patch Changes
v0.14.5Compare Source
Patch Changes
v0.14.4Compare Source
Patch Changes
v0.14.3Compare Source
Patch Changes
v0.14.2Compare Source
Patch Changes
firebase/firebase-js-sdk (firebase)
v12.6.0Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/ai@2.6.0
Minor Changes
f06cbf9#9351 - Add support for server prompt templates.firebase@12.6.0
Minor Changes
f06cbf9#9351 - Add support for server prompt templates.Patch Changes
f06cbf9,c47bd71]:@firebase/app@0.14.6
Patch Changes
@firebase/app-compat@0.5.6
Patch Changes
@firebase/data-connect@0.3.12
Patch Changes
c47bd71#9349 (fixes #9348) - Fixed issue where onComplete wasn't triggering when the user callsunsubscribeon a subscription.v12.5.0Compare Source
v12.4.0Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/ai@2.4.0
Minor Changes
0bb2fe6#9272 - Added asendFunctionResponsesmethod toLiveSession, allowing function responses to be sent during realtime sessions.Fixed an issue where function responses during audio conversations caused the WebSocket connection to close. See GitHub Issue #9264.
Breaking Change: Changed the
functionCallingHandlerproperty inStartAudioConversationOptionsso that it now must return aPromise<FunctionResponse>.This breaking change is allowed in a minor release since the Live API is in Public Preview.
0ffcb26#9254 - Added support for the URL context tool, which allows the model to access content from provided public web URLs to inform and enhance its responses.Patch Changes
2596dd1#9255 - Imagen Generation is now Generally Available (GA).2596dd1#9255 - The Gemini Developer API is now Generally Available (GA).ea85128#9262 - Updated SDK to handle empty parts when streaming.7a7634f#9274 - Tag code execution with beta tag (public preview).firebase@12.4.0
Minor Changes
0bb2fe6#9272 - Added asendFunctionResponsesmethod toLiveSession, allowing function responses to be sent during realtime sessions.Fixed an issue where function responses during audio conversations caused the WebSocket connection to close. See GitHub Issue #9264.
Breaking Change: Changed the
functionCallingHandlerproperty inStartAudioConversationOptionsso that it now must return aPromise<FunctionResponse>.This breaking change is allowed in a minor release since the Live API is in Public Preview.
0ffcb26#9254 - Added support for the URL context tool, which allows the model to access content from provided public web URLs to inform and enhance its responses.Patch Changes
2596dd1#9255 - Imagen Generation is now Generally Available (GA).2596dd1#9255 - The Gemini Developer API is now Generally Available (GA).Updated dependencies [
2596dd1,0bb2fe6,2596dd1,ea85128,0ffcb26,7a7634f,1bcf83d]:@firebase/app@0.14.4
@firebase/ai@2.4.0
@firebase/analytics@0.10.19
@firebase/app-compat@0.5.4
@firebase/analytics-compat@0.2.25
@firebase/analytics@0.10.19
Patch Changes
1bcf83d#9263 - ExposesetUserPropertieson internal Analytics instance.@firebase/analytics-compat@0.2.25
Patch Changes
1bcf83d]:@firebase/analytics-interop-types@0.3.4
Patch Changes
1bcf83d#9263 - ExposesetUserPropertieson internal Analytics instance.@firebase/app@0.14.4
Patch Changes
@firebase/app-compat@0.5.4
Patch Changes
v12.3.0Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/ai@2.3.0
Minor Changes
06ab5c4#9236 - Added a newInferenceModeoption for the hybrid on-device capability:prefer_in_cloud. When this mode is selected, the SDK will attempt to use a cloud-hosted model first. If the call to the cloud-hosted model fails with a network-related error, the SDK will fall back to the on-device model, if it's available.9b8ab02#9249 - Added Code Execution feature.Patch Changes
a4848b4#9235 - Refactor component registration.c123766#9253 - Change documentation tags for hybrid inference from "EXPERIMENTAL" to "public preview".firebase@12.3.0
Minor Changes
06ab5c4#9236 - Added a newInferenceModeoption for the hybrid on-device capability:prefer_in_cloud. When this mode is selected, the SDK will attempt to use a cloud-hosted model first. If the call to the cloud-hosted model fails with a network-related error, the SDK will fall back to the on-device model, if it's available.120a308#9221 - Added support for Realtime Remote Config for the web. This feature introduces a newonConfigUpdateAPI and allows web applications to receive near-instant configuration updates without requiring periodic polling.9b8ab02#9249 - Added Code Execution feature.Patch Changes
06ab5c4,a4848b4,120a308,9b8ab02,c123766,43276b0]:@firebase/remote-config@0.7.0
Minor Changes
120a308#9221 - Added support for Realtime Remote Config for the web. This feature introduces a newonConfigUpdateAPI and allows web applications to receive near-instant configuration updates without requiring periodic polling.@firebase/remote-config-types@0.5.0
Minor Changes
120a308#9221 - Added support for Realtime Remote Config for the web. This feature introduces a newonConfigUpdateAPI and allows web applications to receive near-instant configuration updates without requiring periodic polling.@firebase/app@0.14.3
Patch Changes
@firebase/app-compat@0.5.3
Patch Changes
@firebase/firestore@4.9.2
Patch Changes
43276b0#9242 - Increased the buffering-proxy detection timeout to minimize the false-positive rate. Updating WebChannel to ignore duplicate messages received from the server. Fix for #8250.Updated dependencies [
43276b0]:@firebase/webchannel-wrapper@1.0.5
@firebase/firestore-compat@0.4.2
Patch Changes
43276b0]:@firebase/remote-config-compat@0.2.20
Patch Changes
120a308]:@firebase/webchannel-wrapper@1.0.5
Patch Changes
43276b0#9242 - Increased the buffering-proxy detection timeout to minimize the false-positive rate. Updating WebChannel to ignore duplicate messages received from the server. Fix for #8250.v12.2.1Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/ai@2.2.1
Patch Changes
095c098#9232 (fixes #9231) - Remove accidentalfactoryexport.firebase@12.2.1
Patch Changes
095c098]:v12.2.0Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/ai@2.2.0
Minor Changes
984086b#9224 - Add support for the Gemini Live API.9b63cd6#9192 - AddthoughtSummary()convenience method toEnhancedGenerateContentResponse.02280d7#9201 - Add App Check limited use token option togetAI().Patch Changes
84b8bed#9222 - Fixed an issue whereAIErrormessages were too long after including an entire response body.c5f08a9#9216 - Add 'includeSafetyAttributes' field to Predict request payloads.cbef6c6#9225 - Exclude ChromeAdapterImpl code from Node entry point.firebase@12.2.0
Minor Changes
984086b#9224 - Add support for the Gemini Live API.9b63cd6#9192 - AddthoughtSummary()convenience method toEnhancedGenerateContentResponse.02280d7#9201 - Add App Check limited use token option togetAI().Patch Changes
984086b,9b63cd6,84b8bed,c5f08a9,02280d7,2058432,5501791,cbef6c6]:@firebase/app@0.14.2
Patch Changes
@firebase/app-compat@0.5.2
Patch Changes
@firebase/firestore@4.9.1
Patch Changes
2058432#9177 (fixes #9147) - Fixed a bug where a rejected promise with an empty message in a transaction would cause a timeout.@firebase/firestore-compat@0.4.1
Patch Changes
2058432]:@firebase/functions@0.13.1
Patch Changes
5501791#9204 - Fixed issue where Firebase Functions SDK caused CORS errors when connected to emulators in Firebase Studio@firebase/functions-compat@0.4.1
Patch Changes
5501791]:firebase/firebase-admin-node (firebase-admin)
v13.6.0: Firebase Admin Node.js SDK v13.6.0Compare Source
New Features
Miscellaneous
v13.5.0: Firebase Admin Node.js SDK v13.5.0Compare Source
New Features
apns.live_activity_tokenfield in FCMApnsConfig(#2891)Miscellaneous
firebase/firebase-functions (firebase-functions)
v6.6.0Compare Source
defineJsonSecretAPI for storing structured JSON objects in Cloud Secret Manager. (#1745)v6.5.0Compare Source
firebase/firebase-tools (firebase-tools)
v14.25.0Compare Source
init genkit(#8957)v14.24.2Compare Source
googleapisis not available. (#9443)v14.24.1Compare Source
v14.24.0Compare Source
@google-cloud/pubsubtov5(#9428).v14.23.0Compare Source
__name__normalization of vector indexes for Firestore standardedition databases.
firebase-functionsv7+ (#9401).functions.list_functionsas a MCP tool (#9369)firebase initCLI command andfirebase_initMCP tool. (#9185)appdistribution:testcases:exportandappdistribution:testcases:import(#9397)__typenamesupport in Data Connect._id, a global ID field in Data Connect.v14.22.0Compare Source
v14.21.0Compare Source
firebase firestore:databases:cloneto clone a Firestore database (#9262).--format jsonflag and auto-detection from file extensions (#1745)firebase dataconnect:sdk:generatewill runinit dataconnect:sdkautomatically if no SDKs are configured (#9325).FIREBASE_DATACONNECT_POSTGRESQL_STRINGis set (#9330)functions.disallowLegacyRuntimeConfigoption tofirebase.jsonto optionally skip fetching legacy Runtime Config during function deploys (#9354)import 'dataconnect_generated/generated.dart';(#9365)v14.20.0Compare Source
firebase init dataconnectbefore asking for app idea description. (#9282)firebase dataconnect:executeto run queries and mutations (#9274).v14.19.1Compare Source
v14.19.0Compare Source
firebase initwould require log in even when no project is selected. (#9251)remoteconfig:experiments:get,remoteconfig:experiments:list, andremoteconfig:experiments:deletecommands to manage Remote Config experiments.remoteconfig:rollouts:get,remoteconfig:rollouts:list, andremoteconfig:rollouts:deletecommands to manage Remote Config rollouts.v14.18.0Compare Source
__name__fields could be incorrectly handled.experimental:mcpcommand tomcp. The old name is now an alias.deployMCP prompt tofirebase_deployfor consistency.firebase_read_resourcesMCP tool which can be used by LLMs to fetch guides or docs viafirebase://links./firebase:initMCP prompt which can guide you through setting up backend services or Firebase AI logic for your app.firebase_update_environmentMCP tool supports accepting Gemini in Firebase Terms of Service.firebase init dataconnectfailed to create a React app when launched from VS Code extension (#9171).firebase dataconnect:sql:migratenow supports Cloud SQL instances with only private IPs. The command must be run in the same VPC of the instance to work. (##9200)firebase deploynow default to Postgres 17.firebase apptesting:executecommand when you have zero or multiple apps.firebase deploy --only firestorewould fail with 403 errors on projects that never had a database created.@default(value)and@default(expr)is not validated on enum fields.==to allow for equality between data classes.v14.17.0Compare Source
dataconnect's default region tous-east4(#9126)v14.16.0Compare Source
firestore:bulkdeletewhich initiates a Firestore managed bulk delete operation (#8974)firestore:operations:*commands to list, describe, and cancel long-running operations (#8982)firebase emulator:startuse a default projectdemo-no-projectif no project can be found. (#9072)firebase init dataconnectalso supports bootstrapping flutter template. (#9084)unziputil where files could be written outside of the expected output directory.firebase init dataconnectconfirms Cloud SQL provisioning. (#9095)firebase_inittool can download an existing FDC service returned fromdataconnect_list_services(#9091)_insertdata includes all non-null columns without defaults. (#9106)firebase_loginandfirebase_logoutMCP tools.v14.15.2Compare Source
dataconnect_executeMPC tool. (#9046)firebase-ios-sdkcould not finalize MFA with auth emulator. (#9062)firebase dataconnect:sdk:generate --watchswallowed all logs. (#9055)dataconnect_infotool to surface information of local workspace and backend resources. (#9056)v14.15.1Compare Source
listTools. (#9045)dataconnect_compileMCP tool.v14.15.0Compare Source
Configuration
📅 Schedule: Branch creation - "on tuesday and thursday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.