Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency mixpanel-browser to v2.48.1 #3932

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mixpanel-browser 2.47.0 -> 2.48.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mixpanel/mixpanel-js (mixpanel-browser)

v2.48.1: Minification fix for UTM campaign properties

Compare Source

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.

v2.48.0: Configurable API endpoints, miscellaneous updates and fixes

Compare Source

API endpoint routes can now be configured individually, so you can rename /track, /engage, and /groups HTTP endpoints arbitrarily. Configure with the api_routes option:

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

Configuration

📅 Schedule: Branch creation - "after 6am and before 3pm every weekday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 20, 2023 11:35
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 20, 2023
@renovate renovate bot enabled auto-merge (squash) November 20, 2023 11:35
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

Merging #3932 (3b8c583) into master (1ea75b9) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3932   +/-   ##
=======================================
  Coverage   71.42%   71.42%           
=======================================
  Files         351      351           
  Lines       35107    35107           
  Branches     2680     2678    -2     
=======================================
  Hits        25074    25074           
  Misses       9925     9925           
  Partials      108      108           

@renovate renovate bot force-pushed the renovate/mixpanel-browser-2.x branch 2 times, most recently from d9e2c34 to 84cc93d Compare November 20, 2023 14:31
@renovate renovate bot force-pushed the renovate/mixpanel-browser-2.x branch from 84cc93d to 3b8c583 Compare November 21, 2023 15:09
@renovate renovate bot merged commit ff180c6 into master Nov 21, 2023
16 checks passed
@renovate renovate bot deleted the renovate/mixpanel-browser-2.x branch November 21, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants