Skip to content

Bump @getbrevo/brevo from 5.0.4 to 6.0.2 in /backend - #9

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

Bump @getbrevo/brevo from 5.0.4 to 6.0.2 in /backend#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/getbrevo/brevo-6.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown

Bumps @getbrevo/brevo from 5.0.4 to 6.0.2.

Release notes

Sourced from @​getbrevo/brevo's releases.

v6.0.2 - Empty Object Serialization Fix

Node.js SDK v6.0.2

What's New

🔧 Bug Fix: Empty Object Serialization

  • Fix: Empty JSON object serialization — objects with no properties now correctly serialize to {} instead of []
  • Resolves backend validation errors when sending empty optional/nested objects

✨ New Features: Consent Groups Management

  • List consent groups — GET /contacts/consent-groups
  • Create a consent group — POST /contacts/consent-groups
  • Get consent group details — GET /contacts/consent-groups/{id}
  • Update consent group — PUT /contacts/consent-groups/{id} (name, description, signup mode)
  • Delete consent group — DELETE /contacts/consent-groups/{id}

📲 Extended Operations

  • Import contacts — POST /contacts/import now accepts optional consentGroupIds field to add imported contacts to specified consent groups
  • Get contact details — GET /contacts/{identifier} now returns consentGroups array showing subscription status (when feature enabled)

💳 New Wallet Feature

  • Get pass installation URL — GET /wallet/passes/{passId}/installUrl/{contactId}
    • Generates per-contact wallet installation URLs
    • Enables sharing via email, SMS, or QR code for Apple Wallet/Google Wallet integration

Bug Fixes

  • Fixed serialization of empty optional/nullable objects to produce valid JSON objects instead of arrays
  • Resolves issues where backends strict on type validation would reject payloads containing empty nested objects

Compatibility

  • ✅ Backward compatible — no breaking changes
  • ✅ No API surface changes
  • ✅ No method signature changes

Installation

npm install @getbrevo/brevo@6.0.2

v6.0.1

First stable release of the v6 line. This is a major release with breaking changes — see the migration notes below before upgrading. v5.x remains supported and continues to receive wire-compatibility fixes.

npm install @getbrevo/brevo@^6.0.1

Why this release

Most of the breaking changes in v6 come from an internal effort at Brevo to make our API endpoints, parameters and models more self-descriptive. The goal is to make the public surface easier to read at a glance — both for developers and for AI agents working against the Brevo API — so that names, shapes and required fields convey intent without needing to cross-reference external docs. Concretely, this means consistent camelCase parameters, payload wrappers that reflect what the endpoint actually does (e.g. { events: [...] }), filter keys that match the wire format, and model fields renamed or removed where the previous names were ambiguous or misleading.

... (truncated)

Commits

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 5.0.4 to 6.0.2.
- [Release notes](https://github.com/getbrevo/brevo-node/releases)
- [Changelog](https://github.com/getbrevo/brevo-node/blob/main/changelog.md)
- [Commits](https://github.com/getbrevo/brevo-node/commits/v6.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 6, 2026
@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
dev-portfolio Ready Ready Preview Aug 6, 2026 3:58pm

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 6, 2026
@ggauravky ggauravky closed this Aug 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/backend/getbrevo/brevo-6.0.2 branch August 6, 2026 16:02
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant