Skip to content

feat: update braze dependency to v6#62

Open
nickolas-dimitrakas wants to merge 2 commits intomaster-v6from
feat/update-braze-sdk-v6
Open

feat: update braze dependency to v6#62
nickolas-dimitrakas wants to merge 2 commits intomaster-v6from
feat/update-braze-sdk-v6

Conversation

@nickolas-dimitrakas
Copy link

@nickolas-dimitrakas nickolas-dimitrakas commented Mar 9, 2026

Summary

  • Updates @braze/web-sdk dependency from ^5.5.0 to ^6.0.0 to align master-v6 with Braze SDK v6
  • Regenerates package-lock.json accordingly

Testing Plan

  • Was this tested locally? If not, explain why.
  • E2E testing

Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)

  • NO JIRA

Update @braze/web-sdk from ^5.5.0 to ^6.0.0 to align the master-v6
branch with the Braze v6 SDK, consistent with the braze-6 kit track
in the mparticle-web-sdk monorepo.
@nickolas-dimitrakas nickolas-dimitrakas self-assigned this Mar 9, 2026
@nickolas-dimitrakas nickolas-dimitrakas changed the title feat: update @braze/web-sdk dependency to v6 feat: update braze dependency to v6 Mar 9, 2026
Copy link
Contributor

@jaissica12 jaissica12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look good overall. Just two updates needed for v6:

  1. In src/BrazeKit-dev.js on line 18, the suffix should be changed from v5 to v6 so the kit registers correctly.
  2. In rollup.config.js, the bundle global name mpBrazeKitV5 should be updated to mpBrazeKitV6 on lines 11, 28, and 44 (one per output format: iife, cjs, and esm)

Copy link
Contributor

@jaissica12 jaissica12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants