chore: update bodl-events to 1.20.0#238
Merged
bc-yevhenii-buliuk merged 1 commit intomasterfrom Apr 1, 2026
Merged
Conversation
dba974f to
32160d9
Compare
32160d9 to
88eddfb
Compare
jairo-bc
approved these changes
Apr 1, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
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.

What/Why?
This PR bumps
@bigcommerce-labs/bodl-eventsfrom1.9.0to1.20.0and updates
package-lock.jsonaccordingly.Rollout/Rollback
revert the PR
Testing
N/A
Note
Medium Risk
Dependency-only change, but
@bigcommerce-labs/bodl-eventsnow enforces Node >=20, which can break installs/CI for older runtimes and slightly changes test setup behavior.Overview
Bumps
@bigcommerce-labs/bodl-eventsfrom1.9.0to1.20.0and updatespackage-lock.jsonaccordingly, including the package metadata for@bigcommerce/stencil-utils(6.20.0->6.21.0).Updates Jest setup (
spec/setup.js) to import the new versioned CJS entrypoint (dist/1.20.0/index.cjs), and the lockfile reflects the newbodl-eventsengine requirement (Node >=20).Written by Cursor Bugbot for commit 32160d9. This will update automatically on new commits. Configure here.