hypertrace / hypertrace-ui

UI for Hypertrace
Other
25 stars 12 forks source link

[Snyk] Upgrade mixpanel-browser from 2.48.0 to 2.48.1 #2564

Closed saxenakshitiz closed 10 months ago

saxenakshitiz commented 10 months ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade mixpanel-browser from 2.48.0 to 2.48.1.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **1 version** ahead of your current version. - The recommended version was released **21 days ago**, on 2023-11-14.
Release notes
Package name: mixpanel-browser
  • 2.48.1 - 2023-11-14

    This update patches a discrepancy between the minified and unminified versions of the packaged SDK. Campaign parameters will now be stored as super properties persistently in all versions.

      </li>
      <li>
        <b>2.48.0</b> - <a href="https://snyk.io/redirect/github/mixpanel/mixpanel-js/releases/tag/v2.48.0">2023-11-13</a></br><p>API endpoint routes can now be configured individually, so you can rename /track, /engage, and /groups HTTP endpoints arbitrarily. Configure with the <code>api_routes</code> option:</p>

    mixpanel.init(my token, {
    api_host: https://my-proxy.example.com,
    api_routes: {
    track: foo/,
    engage: bar/,
    groups: baz/,
    },
    ));

    In the above example, event-tracking requests will go to https://my-proxy.example.com/foo/, user profile updates to https://my-proxy.example.com/bar/, etc.

    Other fixes:

    • Event properties object passed to mixpanel.track() will no longer be mutated
    • Super properties are now reloaded from persistence when making every tracking call (i.e., kept fresh when another tab/window in the same browser has updated them)
    • Extra failsafe behavior for trying to clear queued requests when localStorage doesn't work on startup, e.g., when localStorage is full so writes fail
    • Block Chrome-Lighthouse user agent
    • Fix for error in add_group() when adding a new group to an existing list
      </li>
    </ul>
    from <a href="https://snyk.io/redirect/github/mixpanel/mixpanel-js/releases">mixpanel-browser GitHub release notes</a>

Commit messages
Package name: mixpanel-browser Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

πŸ›  Adjust upgrade PR settings

πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

github-actions[bot] commented 10 months ago

Test Results

βŸβ€„β€ˆβŸβ€„βŸβ€„4 files  Β±0β€‚β€ƒβŸβ€„β€ˆ316 suites  Β±0   32m 7s :stopwatch: +11s 1β€ˆ135 tests Β±0  1β€ˆ135 :heavy_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0  1β€ˆ145 runs  Β±0  1β€ˆ145 :heavy_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0 

Results for commit 59bbc4b8. ± Comparison against base commit 9c083f9e.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9c083f9) 82.20% compared to head (59bbc4b) 82.20%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2564 +/- ## ======================================= Coverage 82.20% 82.20% ======================================= Files 927 927 Lines 20872 20872 Branches 3313 3313 ======================================= Hits 17158 17158 Misses 3577 3577 Partials 137 137 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.