mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): bump mixpanel-browser from 2.58.0 to 2.59.0 in /website (#7939)
Bumps [mixpanel-browser](https://github.com/mixpanel/mixpanel-js) from 2.58.0 to 2.59.0. <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.59.0</strong> (21 Jan 2025)</p> <ul> <li>Initial Autocapture support</li> <li>Block more crawlers (AmazonBot, more Yandex bots)</li> </ul> <p><strong>2.58.0</strong> (16 Dec 2024)</p> <ul> <li>Added canvas recording option</li> <li>Session Replay checkpoint events now include a starting URL</li> </ul> <p><strong>2.57.1</strong> (12 Dec 2024)</p> <ul> <li>Asynchronous abstractions (primarily Promise support) introduced in internal refactor of batch/queue/retry system.</li> </ul> <p><strong>2.57.0</strong> (Dec 2024) REDACTED</p> <p><strong>2.56.0</strong> (4 Nov 2024)</p> <ul> <li>Recording payloads now include additional metadata: the current URL, library type, and library version.</li> <li>Sourcemaps are now generated for the recorder module.</li> <li>Added debugging method <code>mixpanel.get_session_replay_url()</code> which will return a Mixpanel UI link to the session replay if there is an active recording taking place.</li> <li>Refactored session recording module to encapsulate each active recording and its metadata. Added a unit test suite for the new <code>session-recording.js</code>.</li> <li>Added some additional error handling for when <code>stopRecording</code> fails or rrweb silently fails to start recording.</li> <li>Removed <code>record_inline_images</code> option due to buggy behavior in rrweb.</li> </ul> <p><strong>2.55.1</strong> (27 Aug 2024)</p> <ul> <li>Adds a minimum recording length option for session recording</li> <li>Fixes and improvements for session recording batcher to support offline queueing and retry</li> <li>Fix for query param parsing/escaping</li> <li>Support for more UTM tags / click IDs (thanks <a href="https://github.com/aliyalcinkaya"><code>@aliyalcinkaya</code></a>)</li> </ul> <p><strong>2.55.0</strong> (2 Aug 2024)</p> <ul> <li>Added new build to support native JavaScript modules</li> </ul> <p><strong>2.54.1</strong> (30 Jul 2024)</p> <ul> <li>Fixes and improvements for user-idleness detection in session recording</li> </ul> <p><strong>2.54.0</strong> (23 Jul 2024)</p> <ul> <li>Provides optional builds without session recording module and without asynchronous script loading.</li> <li>Integrates request batcher with session recording module for increased reliability.</li> <li>Improved user inactivity heuristic for session recording timeout.</li> <li>Adds config options to inline images and collect fonts during session recording.</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="0174e23561"><code>0174e23</code></a> 2.59.0</li> <li><a href="e8335791da"><code>e833579</code></a> changelog for 2.59</li> <li><a href="d75cd1f4f8"><code>d75cd1f</code></a> rebuild 2.59.0</li> <li><a href="2eb79b4052"><code>2eb79b4</code></a> rebuild</li> <li><a href="c68c5fe704"><code>c68c5fe</code></a> fix test</li> <li><a href="1f7f38774a"><code>1f7f387</code></a> block other Yandex bots</li> <li><a href="4cc035675c"><code>4cc0356</code></a> replace innerHeight/Width with Viewport calculation</li> <li><a href="d24651eb54"><code>d24651e</code></a> rebuild</li> <li><a href="f5a684b323"><code>f5a684b</code></a> test stability hack</li> <li><a href="aed5f81638"><code>aed5f81</code></a> TODO about error_reporter</li> <li>Additional commits viewable in <a href="https://github.com/mixpanel/mixpanel-js/compare/v2.58.0...v2.59.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 @@
|
||||
"framer-motion": "^11.15.0",
|
||||
"highlight.js": "^11.11.1",
|
||||
"md5": "^2.3.0",
|
||||
"mixpanel-browser": "^2.58.0",
|
||||
"mixpanel-browser": "^2.59.0",
|
||||
"next": "^14.2.21",
|
||||
"next-hubspot": "^1.3.0",
|
||||
"next-sitemap": "^4.2.3",
|
||||
|
||||
38
website/pnpm-lock.yaml
generated
38
website/pnpm-lock.yaml
generated
@@ -66,8 +66,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0
|
||||
mixpanel-browser:
|
||||
specifier: ^2.58.0
|
||||
version: 2.58.0
|
||||
specifier: ^2.59.0
|
||||
version: 2.59.0
|
||||
next:
|
||||
specifier: ^14.2.21
|
||||
version: 14.2.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
@@ -412,8 +412,8 @@ packages:
|
||||
rollup:
|
||||
optional: true
|
||||
|
||||
'@rrweb/types@2.0.0-alpha.17':
|
||||
resolution: {integrity: sha512-AfDTVUuCyCaIG0lTSqYtrZqJX39ZEYzs4fYKnexhQ+id+kbZIpIJtaut5cto6dWZbB3SEe4fW0o90Po3LvTmfg==}
|
||||
'@rrweb/types@2.0.0-alpha.18':
|
||||
resolution: {integrity: sha512-iMH3amHthJZ9x3gGmBPmdfim7wLGygC2GciIkw2A6SO8giSn8PHYtRT8OKNH4V+k3SZ6RSnYHcTQxBA7pSWZ3Q==}
|
||||
|
||||
'@swc/counter@0.1.3':
|
||||
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
|
||||
@@ -1372,8 +1372,8 @@ packages:
|
||||
mitt@3.0.1:
|
||||
resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
|
||||
|
||||
mixpanel-browser@2.58.0:
|
||||
resolution: {integrity: sha512-ZayNE4augjSJh5RxYKRPhFe1jzS9HZnoowvZaN4DaUeCezbLGVck46L+N9X8VLtK74UgLUYfehPgCr41rtgpRA==}
|
||||
mixpanel-browser@2.59.0:
|
||||
resolution: {integrity: sha512-YYCVLBII2eqC71QoZAZxLMVC0kVJpvOnZ9PBU8X4Ts0MDEZfjE/jzArfg2BTizuJAc+3G5ZzOX3U2Cwbr4jchw==}
|
||||
|
||||
motion-dom@11.14.3:
|
||||
resolution: {integrity: sha512-lW+D2wBy5vxLJi6aCP0xyxTxlTfiu+b+zcpVbGVFUxotwThqhdpPRSmX8xztAgtZMPMeU0WGVn/k1w4I+TbPqA==}
|
||||
@@ -1664,11 +1664,11 @@ packages:
|
||||
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
|
||||
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
||||
|
||||
rrdom@2.0.0-alpha.17:
|
||||
resolution: {integrity: sha512-b6caDiNcFO96Opp7TGdcVd4OLGSXu5dJe+A0IDiAu8mk7OmhqZCSDlgQdTKmdO5wMf4zPsUTgb8H/aNvR3kDHA==}
|
||||
rrdom@2.0.0-alpha.18:
|
||||
resolution: {integrity: sha512-fSFzFFxbqAViITyYVA4Z0o5G6p1nEqEr/N8vdgSKie9Rn0FJxDSNJgjV0yiCIzcDs0QR+hpvgFhpbdZ6JIr5Nw==}
|
||||
|
||||
rrweb-snapshot@2.0.0-alpha.17:
|
||||
resolution: {integrity: sha512-GBg5pV8LHOTbeVmH2VHLEFR0mc2QpQMzAvcoxEGfPNWgWHc8UvKCyq7pqN1vA+fDZ+yXXbixeO0kB2pzVvFCBw==}
|
||||
rrweb-snapshot@2.0.0-alpha.18:
|
||||
resolution: {integrity: sha512-hBHZL/NfgQX6wO1D9mpwqFu1NJPpim+moIcKhFEjVTZVRUfCln+LOugRc4teVTCISYHN8Cw5e2iNTWCSm+SkoA==}
|
||||
|
||||
rrweb@2.0.0-alpha.13:
|
||||
resolution: {integrity: sha512-a8GXOCnzWHNaVZPa7hsrLZtNZ3CGjiL+YrkpLo0TfmxGLhjNZbWY2r7pE06p+FcjFNlgUVTmFrSJbK3kO7yxvw==}
|
||||
@@ -2270,9 +2270,7 @@ snapshots:
|
||||
estree-walker: 2.0.2
|
||||
picomatch: 4.0.2
|
||||
|
||||
'@rrweb/types@2.0.0-alpha.17':
|
||||
dependencies:
|
||||
rrweb-snapshot: 2.0.0-alpha.17
|
||||
'@rrweb/types@2.0.0-alpha.18': {}
|
||||
|
||||
'@swc/counter@0.1.3': {}
|
||||
|
||||
@@ -3601,7 +3599,7 @@ snapshots:
|
||||
|
||||
mitt@3.0.1: {}
|
||||
|
||||
mixpanel-browser@2.58.0:
|
||||
mixpanel-browser@2.59.0:
|
||||
dependencies:
|
||||
rrweb: 2.0.0-alpha.13
|
||||
|
||||
@@ -3966,24 +3964,24 @@ snapshots:
|
||||
|
||||
reusify@1.0.4: {}
|
||||
|
||||
rrdom@2.0.0-alpha.17:
|
||||
rrdom@2.0.0-alpha.18:
|
||||
dependencies:
|
||||
rrweb-snapshot: 2.0.0-alpha.17
|
||||
rrweb-snapshot: 2.0.0-alpha.18
|
||||
|
||||
rrweb-snapshot@2.0.0-alpha.17:
|
||||
rrweb-snapshot@2.0.0-alpha.18:
|
||||
dependencies:
|
||||
postcss: 8.5.1
|
||||
|
||||
rrweb@2.0.0-alpha.13:
|
||||
dependencies:
|
||||
'@rrweb/types': 2.0.0-alpha.17
|
||||
'@rrweb/types': 2.0.0-alpha.18
|
||||
'@types/css-font-loading-module': 0.0.7
|
||||
'@xstate/fsm': 1.6.5
|
||||
base64-arraybuffer: 1.0.2
|
||||
fflate: 0.4.8
|
||||
mitt: 3.0.1
|
||||
rrdom: 2.0.0-alpha.17
|
||||
rrweb-snapshot: 2.0.0-alpha.17
|
||||
rrdom: 2.0.0-alpha.18
|
||||
rrweb-snapshot: 2.0.0-alpha.18
|
||||
|
||||
run-parallel@1.2.0:
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user