Skip to content

ACTVTNS-623 Update @segment/action-emitters to 1.3.8#3757

Open
kkolhe-twilio wants to merge 1 commit into
mainfrom
ACTVTNS-623/update-emitters
Open

ACTVTNS-623 Update @segment/action-emitters to 1.3.8#3757
kkolhe-twilio wants to merge 1 commit into
mainfrom
ACTVTNS-623/update-emitters

Conversation

@kkolhe-twilio
Copy link
Copy Markdown
Contributor

Summary

Updates @segment/action-emitters package from v1.3.6 to v1.3.8 to support Entity Data Freshness feature.

What's new in v1.3.8:

  • Adds warehouse_entity_values_changed_track trigger - fires when entity property values change
  • Adds warehouse_all_triggers_track trigger - combined trigger for entity add/remove/change events
  • Adds journeys_step_all_triggers_track trigger - journey step enter/exit combined trigger -- This is owned by journey's team was already in the packaged

Why needed:
Control Plane must recognize and validate these new trigger types when they're used in activations. Without this update, the new triggers would be rejected during activation creation.

Downstream impact:

  • Frontend (app repo) also needs to update to v1.3.8
  • Compute team implementing backend detection logic (separate effort)

🧪 Testing

  • 🚫 Testing not required because its a package update and merged in stage and it looks good in stage

🔧 Test Plan

  • Merged to stage and allowed to run for >= 4 hours.

Copilot AI review requested due to automatic review settings April 27, 2026 19:42
@kkolhe-twilio kkolhe-twilio requested a review from a team as a code owner April 27, 2026 19:42
@kkolhe-twilio kkolhe-twilio changed the title Update @segment/action-emitters to 1.3.8 ACTVTNS-623 Update @segment/action-emitters to 1.3.8 Apr 27, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the @segment/actions-core dependency on @segment/action-emitters to v1.3.8 so Control Plane can recognize/validate newly added trigger types used by the Entity Data Freshness feature.

Changes:

  • Bumps @segment/action-emitters from 1.3.6 to 1.3.8 in packages/core.
  • Regenerates yarn.lock to lock @segment/action-emitters@1.3.8.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
packages/core/package.json Pins @segment/action-emitters to 1.3.8.
yarn.lock Updates lock entry to @segment/action-emitters@1.3.8.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.08%. Comparing base (b93a98c) to head (74663c7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3757   +/-   ##
=======================================
  Coverage   81.08%   81.08%           
=======================================
  Files        1655     1655           
  Lines       32079    32079           
  Branches     7070     7048   -22     
=======================================
  Hits        26011    26011           
- Misses       5096     5113   +17     
+ Partials      972      955   -17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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