Browse Source
921: Bump framer-motion from 5.5.1 to 5.5.5 in /taker-frontend r=thomaseizinger a=dependabot[bot] Bumps [framer-motion](https://github.com/framer/motion) from 5.5.1 to 5.5.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/framer/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[5.5.5] 2021-12-17</h2> <h3>Fixed</h3> <ul> <li>Using <code>dpr</code> prop in layout animation calculations.</li> </ul> <h2>[5.5.4] 2021-12-16</h2> <h3>Fixed</h3> <ul> <li>Improving performance of <code>LayoutCamera</code>.</li> <li>Removing <code>data-projection-id</code> in static mode.</li> </ul> <h2>[5.5.3] 2021-12-15</h2> <h3>Fixed</h3> <ul> <li>Improving performance of <code>LayoutCamera</code> and fixing final flash.</li> </ul> <h2>[5.5.2] 2021-12-15</h2> <h3>Fixed</h3> <ul> <li>Reimplemented dynamic resolution scaling for <code>LayoutCamera</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="update-blockstream-electrum-server-url8ebef8c8df
"><code>8ebef8c</code></a> 5.5.5</li> <li><a href="5fbebe6b2c
"><code>5fbebe6</code></a> Updating changelog</li> <li><a href="792e1d9e11
"><code>792e1d9</code></a> Using dpr</li> <li><a href="d0e87c1d2b
"><code>d0e87c1</code></a> Updating changelog</li> <li><a href="97ef8016b8
"><code>97ef801</code></a> 5.5.4</li> <li><a href="636991c97e
"><code>636991c</code></a> Updating changelog</li> <li><a href="feca2c5a2e
"><code>feca2c5</code></a> Updating layout camera performance</li> <li><a href="a4e9e27da1
"><code>a4e9e27</code></a> 5.5.3</li> <li><a href="4785346c36
"><code>4785346</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/framer/motion/issues/1395">#1395</a> from framer/fix/exclude-projection-id-in-static-mode</li> <li><a href="44b43982b8
"><code>44b4398</code></a> Don't assign projection id to nodes in static mode</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v5.5.1...v5.5.5">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` 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> 922: Bump vite from 2.7.2 to 2.7.3 in /taker-frontend r=thomaseizinger a=dependabot[bot] Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.7.2 to 2.7.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vitejs/vite/compare/v2.7.2...v2.7.3">2.7.3</a> (2021-12-16)</h2> <h3>Bug Fixes</h3> <ul> <li>do not overwrite rollupOptions.input in dev (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/6025">#6025</a>) (<a href="6cdf13ae80
">6cdf13a</a>)</li> <li>Improve post-build asset update check (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/6113">#6113</a>) (<a href="611fa037a7
">611fa03</a>)</li> <li>improve warning message for malformed packages (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/6086">#6086</a>) (<a href="717cb08f86
">717cb08</a>)</li> <li>pending reload never timeout (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/6120">#6120</a>) (<a href="e002f4f4a5
">e002f4f</a>)</li> <li>respect new port when change the config file (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/6075">#6075</a>) (<a href="3ceffcca66
">3ceffcc</a>)</li> <li><strong>ssr:</strong> robust regexp to check cjs content (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/6053">#6053</a>) (<a href="03734417cd
">0373441</a>)</li> <li>terminate WebSocket connections before closing WebSocket server (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/6115">#6115</a>) (<a href="b9871bbed5
">b9871bb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a08b4c574b
"><code>a08b4c5</code></a> release: v2.7.3</li> <li><a href="e002f4f4a5
"><code>e002f4f</code></a> fix: pending reload never timeout (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/6120">#6120</a>)</li> <li><a href="b9871bbed5
"><code>b9871bb</code></a> fix: terminate WebSocket connections before closing WebSocket server (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/6115">#6115</a>)</li> <li><a href="717cb08f86
"><code>717cb08</code></a> fix: improve warning message for malformed packages (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/6086">#6086</a>)</li> <li><a href="dd79858ab7
"><code>dd79858</code></a> refactor: simplify filter callback (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/6119">#6119</a>)</li> <li><a href="611fa037a7
"><code>611fa03</code></a> fix: Improve post-build asset update check (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/6113">#6113</a>)</li> <li><a href="3ceffcca66
"><code>3ceffcc</code></a> fix: respect new port when change the config file (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/6075">#6075</a>)</li> <li><a href="6cdf13ae80
"><code>6cdf13a</code></a> fix: do not overwrite rollupOptions.input in dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/6025">#6025</a>)</li> <li><a href="03734417cd
"><code>0373441</code></a> fix(ssr): robust regexp to check cjs content (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/6053">#6053</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v2.7.3/packages/vite">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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
committed by
GitHub
2 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue