mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): bump framer-motion from 11.15.0 to 12.7.4 in /website (#8834)
Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.15.0 to 12.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.7.4] 2025-04-17</h2> <h3>Fixed</h3> <ul> <li>Removed non-deterministic behaviour from <code>AnimatePresence</code>.</li> </ul> <h2>[12.7.3] 2025-04-15</h2> <h3>Fixed</h3> <ul> <li>Fixing <code>duration</code> for <code>animateView</code> transitions.</li> <li>Prevent <code>.commitStyles()</code> on <code>pseudoElement</code> animations.</li> </ul> <h2>[12.7.2] 2025-04-14</h2> <h3>Fixed</h3> <ul> <li>Adding <code>"sideEffects": false</code> to <code>motion-dom</code> and <code>motion-utils</code> packages.</li> </ul> <h2>[12.7.1] 2025-04-14</h2> <h3>Fixed</h3> <ul> <li>Skip <code>.commitStyles</code> on <code>psuedoElement</code> animations.</li> </ul> <h2>[12.7.0] 2025-04-14</h2> <h3>Added</h3> <ul> <li>Private <code>layoutCrossfade</code> allows disabling crossfade of shared layout elements.</li> </ul> <h2>[12.6.5] 2025-04-11</h2> <h3>Fixed</h3> <ul> <li>Polyfilled <code>sync</code> and <code>cancelSync</code> exports.</li> </ul> <h2>[12.6.4] 2025-04-11</h2> <h3>Added</h3> <ul> <li>Global injection of <code>WillChangeMotionValue</code> for internal Framer use.</li> </ul> <h2>[12.6.3] 2025-04-01</h2> <h3>Changed</h3> <ul> <li>Refactored mini <code>animate</code> and <code>animateView</code> to share the same <code>NativeAnimation</code>. Mini <code>animate</code> down to <code>2.3kb</code>.</li> </ul> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="2e0e241222"><code>2e0e241</code></a> v12.7.4</li> <li><a href="2adb8a327b"><code>2adb8a3</code></a> Updating changelog</li> <li><a href="672bb0a7ff"><code>672bb0a</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3149">#3149</a> from gnoff/remove-random</li> <li><a href="6ab8045676"><code>6ab8045</code></a> Merge branch 'main' into remove-random</li> <li><a href="7446d2c33c"><code>7446d2c</code></a> Adding force measure</li> <li><a href="b9f31f1429"><code>b9f31f1</code></a> Latest</li> <li><a href="c226d1a775"><code>c226d1a</code></a> v12.7.3</li> <li><a href="7b7a2b8441"><code>7b7a2b8</code></a> Fixing animateView durations</li> <li><a href="522ba09f3b"><code>522ba09</code></a> v12.7.2</li> <li><a href="2697f145d8"><code>2697f14</code></a> Latest</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v11.15.0...v12.7.4">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:
@@ -28,7 +28,7 @@
|
||||
"autoprefixer": "10.4.21",
|
||||
"fast-xml-parser": "^5.2.0",
|
||||
"flowbite-react": "^0.10.2",
|
||||
"framer-motion": "^11.15.0",
|
||||
"framer-motion": "^12.7.4",
|
||||
"highlight.js": "^11.11.1",
|
||||
"md5": "^2.3.0",
|
||||
"mixpanel-browser": "^2.64.0",
|
||||
|
||||
28
website/pnpm-lock.yaml
generated
28
website/pnpm-lock.yaml
generated
@@ -57,8 +57,8 @@ importers:
|
||||
specifier: ^0.10.2
|
||||
version: 0.10.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.17)
|
||||
framer-motion:
|
||||
specifier: ^11.15.0
|
||||
version: 11.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
specifier: ^12.7.4
|
||||
version: 12.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
highlight.js:
|
||||
specifier: ^11.11.1
|
||||
version: 11.11.1
|
||||
@@ -946,8 +946,8 @@ packages:
|
||||
fraction.js@4.3.7:
|
||||
resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
|
||||
|
||||
framer-motion@11.15.0:
|
||||
resolution: {integrity: sha512-MLk8IvZntxOMg7lDBLw2qgTHHv664bYoYmnFTmE0Gm/FW67aOJk0WM3ctMcG+Xhcv+vh5uyyXwxvxhSeJzSe+w==}
|
||||
framer-motion@12.7.4:
|
||||
resolution: {integrity: sha512-jX0bPsTmU0oPZTYz/dVyD0dmOyEOEJvdn0TaZBE5I8g2GvVnnQnW9f65cJnoVfUkY3WZWNXGXnPbVA9YnaIfVA==}
|
||||
peerDependencies:
|
||||
'@emotion/is-prop-valid': '*'
|
||||
react: ^18.0.0 || ^19.0.0
|
||||
@@ -1391,11 +1391,11 @@ packages:
|
||||
mixpanel-browser@2.64.0:
|
||||
resolution: {integrity: sha512-qX9F990INiO6QzdHlcPzt82PMgqjBBmkM8SdZOEbQ55aEtw7/2UOhG74VH8z7VokG1VpkpQQFtTPv+b5v1At/g==}
|
||||
|
||||
motion-dom@11.14.3:
|
||||
resolution: {integrity: sha512-lW+D2wBy5vxLJi6aCP0xyxTxlTfiu+b+zcpVbGVFUxotwThqhdpPRSmX8xztAgtZMPMeU0WGVn/k1w4I+TbPqA==}
|
||||
motion-dom@12.7.4:
|
||||
resolution: {integrity: sha512-1ZUHAoSUMMxP6jPqyxlk9XUfb6NxMsnWPnH2YGhrOhTURLcXWbETi6eemoKb60Pe32NVJYduL4B62VQSO5Jq8Q==}
|
||||
|
||||
motion-utils@11.14.3:
|
||||
resolution: {integrity: sha512-Xg+8xnqIJTpr0L/cidfTTBFkvRw26ZtGGuIhA94J9PQ2p4mEa06Xx7QVYZH0BP+EpMSaDlu+q0I0mmvwADPsaQ==}
|
||||
motion-utils@12.7.2:
|
||||
resolution: {integrity: sha512-XhZwqctxyJs89oX00zn3OGCuIIpVevbTa+u82usWBC6pSHUd2AoNWiYa7Du8tJxJy9TFbZ82pcn5t7NOm1PHAw==}
|
||||
|
||||
ms@2.1.3:
|
||||
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
||||
@@ -2877,10 +2877,10 @@ snapshots:
|
||||
|
||||
fraction.js@4.3.7: {}
|
||||
|
||||
framer-motion@11.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||
framer-motion@12.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||
dependencies:
|
||||
motion-dom: 11.14.3
|
||||
motion-utils: 11.14.3
|
||||
motion-dom: 12.7.4
|
||||
motion-utils: 12.7.2
|
||||
tslib: 2.8.1
|
||||
optionalDependencies:
|
||||
react: 18.3.1
|
||||
@@ -3645,9 +3645,11 @@ snapshots:
|
||||
dependencies:
|
||||
rrweb: 2.0.0-alpha.18
|
||||
|
||||
motion-dom@11.14.3: {}
|
||||
motion-dom@12.7.4:
|
||||
dependencies:
|
||||
motion-utils: 12.7.2
|
||||
|
||||
motion-utils@11.14.3: {}
|
||||
motion-utils@12.7.2: {}
|
||||
|
||||
ms@2.1.3: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user