Browse Source

Merge #921 #922

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="8ebef8c8df"><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 />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=framer-motion&package-manager=npm_and_yarn&previous-version=5.5.1&new-version=5.5.5)](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 />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=2.7.2&new-version=2.7.3)](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>
update-blockstream-electrum-server-url
bors[bot] 3 years ago
committed by GitHub
parent
commit
c6ec452a98
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      taker-frontend/package.json
  2. 14
      taker-frontend/yarn.lock

2
taker-frontend/package.json

@ -37,7 +37,7 @@
"react-sse-hooks": "^1.0.5",
"react-use-websocket": "^2.9.1",
"typescript": "^4.5.4",
"vite": "^2.7.2",
"vite": "^2.7.3",
"web-vitals": "^2.1.2"
},
"dependenciesComments": {

14
taker-frontend/yarn.lock

@ -3852,9 +3852,9 @@ foreach@^2.0.5:
integrity sha1-C+4AUBiusmDQo6865ljdATbsG5k=
framer-motion@^5:
version "5.5.1"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-5.5.1.tgz#2f6debbb20ca30c4ce8665b4a2653dc6bd9a6fe3"
integrity sha512-kPfQpMO4BH+ouIORDMGNt3o+vEgNnIKHyKIgFG4zalTFJaNx9YF2hM2cSdlNdZ6OpiBEkSyKg5DkpFkhmZpRDQ==
version "5.5.5"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-5.5.5.tgz#2cc9345e720ec1b93189ee76423799c72a3224b4"
integrity sha512-+LPAF5ddo02qKh+MK4h1ChwqUFvrLkK1NDWwrHy+MuCVmQDGgiFNHvwqOSklTDGkEtbio3dCOEDy23+ZyNAa9g==
dependencies:
framesync "6.0.1"
hey-listen "^1.0.8"
@ -6030,10 +6030,10 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"
vite@^2.7.2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.2.tgz#f9937114cf2e730a7e2e4c4f8c26ed0ed1c3bb6b"
integrity sha512-wMffVVdKZRZP/HwW3yttKL8X+IJePz7bUcnGm0vqljffpVwHpjWC3duZtJQHAGvy+wrTjmwU7vkULpZ1dVXY6w==
vite@^2.7.3:
version "2.7.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.3.tgz#e983cf4f71f42c192436bfcad1b75932642da293"
integrity sha512-GAY1P+9fLJOju1SRm8+hykVnEXog+E+KXuqqyMBQDriKCUIKzWnPn142yNNhSdf/ixYGYdUa5ce3A8WaEajzGw==
dependencies:
esbuild "^0.13.12"
postcss "^8.3.11"

Loading…
Cancel
Save