Update dependency @getbrevo/brevo to v5#3414
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
07acd87 to
a043631
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:
4.0.1→5.0.1Release Notes
getbrevo/brevo-node (@getbrevo/brevo)
v5.0.1Compare Source
v5.0.1
Bug fixes & deprecations
Fixed:
GetCampaignStats— nullable fieldsappleMppOpensandopensRateare now typed asnumber | nullinstead ofnumber.The API can return
nullfor these fields when no data is available for the campaign period. Previously, this caused a type error at runtime.Fixed:
Order.products— missing product fieldsThe
productsarray onOrdernow exposes the full set of product fields:price,productId,variantId,quantity, andquantityFloat.Previously, only
quantitywas available, preventing correct order import with product details.Fixed:
GetAccountResponsePlanVerticalsItem.users— nullable fieldusersis now typed as optional/nullable. The API returnsnullfor this field on certain plan types.Fixed:
createContact— 204 empty body deserializationcreateContact()no longer throws a JSON parse error when a contact already exists and the API responds with204 No Content. The SDK now correctly handles the empty response body.Deprecated:
sendTransacSmstransactionalSms.sendTransacSms()is marked as@deprecated.Use
transactionalSms.sendTransacSmsAsync()instead. The synchronous variant adds latency by waiting for carrier acknowledgment. Remaining credits are not returned by the async variant by design; retrieve them via the account endpoints if needed.v5.0.0Compare Source
Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Sofia, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.