Skip to content

chore(deps)(deps): bump @getbrevo/brevo from 3.0.4 to 5.0.1 - #74

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/getbrevo/brevo-5.0.1
Closed

chore(deps)(deps): bump @getbrevo/brevo from 3.0.4 to 5.0.1#74
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/getbrevo/brevo-5.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Copy link
Copy Markdown
Contributor

Bumps @getbrevo/brevo from 3.0.4 to 5.0.1.

Release notes

Sourced from @​getbrevo/brevo's releases.

v5.0.1


Bug fixes & deprecations

Fixed: GetCampaignStats — nullable fields

appleMppOpens and opensRate are now typed as number | null instead of number.

The API can return null for these fields when no data is available for the campaign period. Previously, this caused a type error at runtime.


Fixed: Order.products — missing product fields

The products array on Order now exposes the full set of product fields: price, productId, variantId, quantity, and quantityFloat.

Previously, only quantity was available, preventing correct order import with product details.


Fixed: GetAccountResponsePlanVerticalsItem.users — nullable field

users is now typed as optional/nullable. The API returns null for this field on certain plan types.


Fixed: createContact — 204 empty body deserialization

createContact() no longer throws a JSON parse error when a contact already exists and the API responds with 204 No Content. The SDK now correctly handles the empty response body.


Deprecated: sendTransacSms

transactionalSms.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.

v4.0.1

📦 Brevo Node.js SDK v4.0

Modernized, TypeScript-first rewrite of the Brevo Node.js client with improved ergonomics, reliability, and runtime support.


🚀 Highlights

  • TypeScript-first SDK with full typings and autocomplete
  • Single unified client (BrevoClient) replaces multiple API classes
  • Built-in retries + timeouts

... (truncated)

Commits
  • aed1ee5 Merge pull request #81 from getbrevo/fern-bot/2026-03-12T13-35Z
  • 2074806 SDK regeneration
  • 034debc Change package imports to scoped version
  • e022b9a chore: update CLI version and enhance test coverage
  • 24e14fa test: update test fixtures and CLI version
  • 0aaaef0 SDK regeneration
  • 15f6916 SDK regeneration
  • 0344145 SDK regeneration
  • 97b88d4 Update installation command for Brevo package
  • 5335096 fix: update delete tier operations to return void instead of string
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@getbrevo/brevo](https://github.com/getbrevo/brevo-node) from 3.0.4 to 5.0.1.
- [Release notes](https://github.com/getbrevo/brevo-node/releases)
- [Commits](getbrevo/brevo-node@v3.0.4...v5.0.1)

---
updated-dependencies:
- dependency-name: "@getbrevo/brevo"
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Mar 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: backend. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 16, 2026
@dependabot
dependabot Bot requested a review from MarkAronov as a code owner March 16, 2026 03:10
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 16, 2026
@vercel

vercel Bot commented Mar 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
skillvector Ready Ready Preview, Comment Mar 16, 2026 3:13am

@dependabot @github

dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #85.

@dependabot dependabot Bot closed this Mar 30, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/getbrevo/brevo-5.0.1 branch March 30, 2026 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants