feat: update braze dependency to v6#62
Merged
nickolas-dimitrakas merged 7 commits intomaster-v6from Mar 25, 2026
Merged
Conversation
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.
5 tasks
jaissica12
requested changes
Mar 23, 2026
Contributor
jaissica12
left a comment
There was a problem hiding this comment.
The changes look good overall. Just two updates needed for v6:
- In src/BrazeKit-dev.js on line 18, the suffix should be changed from
v5tov6so the kit registers correctly. - In rollup.config.js, the bundle global name
mpBrazeKitV5should be updated tompBrazeKitV6on lines 11, 28, and 44 (one per output format: iife, cjs, and esm)
jaissica12
requested changes
Mar 24, 2026
- Added note about most significant breaking change (News Feed removal) to the introductory paragraph - Removed placeholder someV5Method/someV6Method compatibility shim section since News Feed APIs were completely removed with no v6 equivalent; replaced with concrete examples (destroyFeed, toggleFeed, showFeed) and guidance to remove or replace removed API calls - Re-numbered remaining steps accordingly Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
No one should be on V2 anymore as it has been deprecated and there is no option to select V2 in the Braze connection settings drop down. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rmi22186
reviewed
Mar 24, 2026
Remove "we tested all versions" language per reviewer feedback — keep the instruction direct and factual without implying version-testing claims. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rmi22186
approved these changes
Mar 25, 2026
nickolas-dimitrakas
added a commit
that referenced
this pull request
Mar 25, 2026
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.
Summary
@braze/web-sdkdependency from^5.5.0to^6.0.0to alignmaster-v6with Braze SDK v6package-lock.jsonaccordinglyTesting Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)