mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump mixpanel-browser from 2.52.0 to 2.53.0 in /website (#5661)
Bumps [mixpanel-browser](https://github.com/mixpanel/mixpanel-js) from 2.52.0 to 2.53.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mixpanel/mixpanel-js/releases">mixpanel-browser's releases</a>.</em></p> <blockquote> <h2>Session recording updates</h2> <ul> <li>Network payload format for session recording batches has changed, including client-side compression on browsers which support it</li> <li>Google Tag Manager wrapper now includes session-recording start/stop methods</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mixpanel/mixpanel-js/blob/master/CHANGELOG.md">mixpanel-browser's changelog</a>.</em></p> <blockquote> <p><strong>2.53.0</strong> (21 Jun 2024)</p> <ul> <li>Switch to new session-recording network payload format, utilizing client-side compression when available</li> <li>Session-recording methods are now available through Google Tag Manager wrapper</li> </ul> <p><strong>2.52.0</strong> (7 Jun 2024)</p> <ul> <li>Reverted UTM param persistence change from 2.51.0: UTM parameters are again persisted by default</li> </ul> <p><strong>2.51.0</strong> (30 May 2024)</p> <ul> <li>UTM parameter properties are no longer persisted by default</li> <li>Existing superproperties persisted in localStorage are now copied back to cookie storage if the library is initialized with cookie persistence (support migrations from localStorage->cookie)</li> <li>Added session-recording options <code>record_block_class</code>, <code>record_block_selector</code>, and <code>record_mask_text_class</code></li> <li>Added method <code>mixpanel.get_session_recording_properties()</code> for interop with other client-side SDKs</li> </ul> <p><strong>2.50.0</strong> (26 Apr 2024)</p> <ul> <li>Initial support for session recording</li> </ul> <p><strong>2.49.0</strong> (5 Feb 2024)</p> <ul> <li>SPA support in pageview-tracking</li> <li>Support for configurable UTM parameter persistence</li> <li>Initial-referrer profile properties are now stored with <code>set_once</code> instead of <code>set</code></li> <li>Ignore AhrefsSiteAudit crawler</li> </ul> <p><strong>2.48.1</strong> (14 Nov 2023)</p> <ul> <li>UTM campaign properties will always be persisted super properties (fixes discrepancy between minified and unminified package)</li> </ul> <p><strong>2.48.0</strong> (7 Nov 2023)</p> <ul> <li>API endpoint routes can now be configured individually (i.e. rename /track, /engage, /groups)</li> <li>Event properties object passed to mixpanel.track() will no longer be mutated</li> <li>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)</li> <li>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</li> <li>Block Chrome-Lighthouse user agent</li> <li>Fix for error in add_group() when adding a new group to an existing list</li> </ul> <p><strong>2.47.0</strong> (27 Apr 2023)</p> <ul> <li>Collect richer marketing attribution properties for multi-touch attribution</li> <li>New implementation of previously-deprecated track_pageview() method and init option to send automatically</li> <li>Use performance.now when available for time-based entropy component of UUID-generation (thanks <a href="https://github.com/adrianherd"><code>@adrianherd</code></a>)</li> <li>Looser API Host check for default JSON-payload sending to mipxanel.com hosts</li> </ul> <p><strong>2.46.0</strong> (20 Mar 2023)</p> <ul> <li>Updates for new identity management system</li> <li>More aggressive deduplication within batch sender</li> </ul> <p><strong>2.45.0</strong> (17 Feb 2022)</p> <ul> <li>Remove all code related to in-app messaging feature</li> <li>Add <code>error_reporter</code> config option for user-configurable handling of errors</li> <li>Fix missing <code>var</code> declarations in HTML script snippet</li> <li>Fixes for some batch/retry edge cases where localStorage write failures resulted in duplicate sends</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="5701b2b7eb"><code>5701b2b</code></a> 2.53.0</li> <li><a href="3d1865f7e0"><code>3d1865f</code></a> changelog updates</li> <li><a href="a72ed592ac"><code>a72ed59</code></a> build 2.53.0</li> <li><a href="fbf9a7e343"><code>fbf9a7e</code></a> rebuild</li> <li><a href="59b5be2295"><code>59b5be2</code></a> Merge remote-tracking branch 'chi.feature.update-wrapper' into 2.52.0-rc</li> <li><a href="566d1387ae"><code>566d138</code></a> update remaining recorder tests with pyramid of doom</li> <li><a href="ef9dff3bbc"><code>ef9dff3</code></a> update recorder payload test for new format</li> <li><a href="2b35c6cd17"><code>2b35c6c</code></a> Add session recording methods to JS wrapper for GTM</li> <li><a href="a68002cfcc"><code>a68002c</code></a> let browsers with CompressionStream API gzip session recording payloads</li> <li>See full diff in <a href="https://github.com/mixpanel/mixpanel-js/compare/v2.52.0...v2.53.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"google": "link:@next/third-parties/google",
|
||||
"highlight.js": "^11.9.0",
|
||||
"md5": "^2.3.0",
|
||||
"mixpanel-browser": "^2.50.0",
|
||||
"mixpanel-browser": "^2.53.0",
|
||||
"next": "^14.1.3",
|
||||
"next-hubspot": "^1.3.0",
|
||||
"next-sitemap": "^4.2.3",
|
||||
|
||||
12
website/pnpm-lock.yaml
generated
12
website/pnpm-lock.yaml
generated
@@ -69,8 +69,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0
|
||||
mixpanel-browser:
|
||||
specifier: ^2.50.0
|
||||
version: 2.52.0
|
||||
specifier: ^2.53.0
|
||||
version: 2.53.0
|
||||
next:
|
||||
specifier: ^14.1.3
|
||||
version: 14.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
@@ -1302,8 +1302,8 @@ packages:
|
||||
mitt@3.0.1:
|
||||
resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
|
||||
|
||||
mixpanel-browser@2.52.0:
|
||||
resolution: {integrity: sha512-aWrL477cOqcmgEakZUsw9ZEyrsdekGVbvHQZGFycgBtueG40DzenMD9Drhx7T/PR4agFkU/TEBPmRKoSKqkyEw==}
|
||||
mixpanel-browser@2.53.0:
|
||||
resolution: {integrity: sha512-8U7zCTT82yCIH2vfdCvs0ZRWlCgyHMuU4jtC6yOAiNUR4HhnQYk7re/o2GnhfdvYtkPxdda60/3eH1igUlIXuw==}
|
||||
|
||||
ms@2.1.2:
|
||||
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
|
||||
@@ -3415,7 +3415,7 @@ snapshots:
|
||||
|
||||
mitt@3.0.1: {}
|
||||
|
||||
mixpanel-browser@2.52.0:
|
||||
mixpanel-browser@2.53.0:
|
||||
dependencies:
|
||||
rrweb: 2.0.0-alpha.13
|
||||
|
||||
@@ -3633,7 +3633,7 @@ snapshots:
|
||||
|
||||
react-mixpanel-browser@4.1.0(react@18.3.1):
|
||||
dependencies:
|
||||
mixpanel-browser: 2.52.0
|
||||
mixpanel-browser: 2.53.0
|
||||
react: 18.3.1
|
||||
|
||||
react-syntax-highlighter@15.5.0(react@18.3.1):
|
||||
|
||||
Reference in New Issue
Block a user