871: Bump framer-motion from 5.4.4 to 5.4.5 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [framer-motion](https://github.com/framer/motion) from 5.4.4 to 5.4.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.4.5] 2021-12-09</h2>
<h3>Fixed</h3>
<ul>
<li>Passing <code>MotionConfigContext</code> through from DOM into 3D.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="196772ddd1"><code>196772d</code></a> 5.4.5</li>
<li><a href="3c5143bcca"><code>3c5143b</code></a> Passing MotionConfigContext across MotionCanvas</li>
<li>See full diff in <a href="https://github.com/framer/motion/compare/v5.4.4...v5.4.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.4.4&new-version=5.4.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
836: Introduce a supervisor actor that can restart another actor. r=thomaseizinger a=thomaseizinger
866: Bump vergen from 5.2.0 to 6.0.0 r=thomaseizinger a=dependabot[bot]
Bumps [vergen](https://github.com/rustyhorde/vergen) from 5.2.0 to 6.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rustyhorde/vergen/releases">vergen's releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<ul>
<li>The <code>Copy</code> impl was dropped from the <code>Config</code> struct to facilitate specifying a non-standard git base path.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="21d6cdce0c"><code>21d6cdc</code></a> prepare 6.0 release</li>
<li>See full diff in <a href="https://github.com/rustyhorde/vergen/compare/5.2.0...6.0.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vergen&package-manager=cargo&previous-version=5.2.0&new-version=6.0.0)](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>
867: Bump clap from 3.0.0-rc.1 to 3.0.0-rc.3 r=thomaseizinger a=dependabot[bot]
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-rc.1 to 3.0.0-rc.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="ada95d6f3d"><code>ada95d6</code></a> chore: Release</li>
<li><a href="4ab51976a3"><code>4ab5197</code></a> chore: Release</li>
<li><a href="ca48e22827"><code>ca48e22</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3140">#3140</a> from epage/panic</li>
<li><a href="a4d2920cfa"><code>a4d2920</code></a> docs(readme): Raise visibility of wild</li>
<li><a href="756f825521"><code>756f825</code></a> fix: Point to public method on ArgMatches panic</li>
<li><a href="264dc37e50"><code>264dc37</code></a> fix: Report if mixing subcommands and args</li>
<li><a href="313b5e3c80"><code>313b5e3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3138">#3138</a> from epage/disp</li>
<li><a href="d38452c953"><code>d38452c</code></a> refactor: Clarify explicit display order wins</li>
<li><a href="ae2b315f6a"><code>ae2b315</code></a> docs: Fix changelog link</li>
<li><a href="cf93d7c75a"><code>cf93d7c</code></a> docs: Fix example output</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_generate-v3.0.0-rc.1...clap_generate-v3.0.0-rc.3">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=3.0.0-rc.1&new-version=3.0.0-rc.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>
868: Bump async-trait from 0.1.51 to 0.1.52 r=thomaseizinger a=dependabot[bot]
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.51 to 0.1.52.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p>
<blockquote>
<h2>0.1.52</h2>
<ul>
<li>Eliminate <code>clippy::shadow_some</code> restriction lint from generated code (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/184">#184</a>, thanks <a href="https://github.com/c410-f3r"><code>`@c410-f3r</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="20bd296e0d"><code>20bd296</code></a> Release 0.1.52</li>
<li><a href="076b7303ab"><code>076b730</code></a> Touch up PR 184</li>
<li><a href="9c42e3d90d"><code>9c42e3d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/184">#184</a> from c410-f3r/clippy</li>
<li><a href="7f0d4b6488"><code>7f0d4b6</code></a> Format PR 184 with rustfmt</li>
<li><a href="572f7e95f4"><code>572f7e9</code></a> Sort lint_suppress_with_body</li>
<li><a href="5629db9678"><code>5629db9</code></a> Fix <code>clippy::shadow_same</code> warning</li>
<li><a href="c5de48ef87"><code>c5de48e</code></a> Update ui test suite to nightly-2021-11-26</li>
<li><a href="7080dc8c99"><code>7080dc8</code></a> Raise minimum tested version to rustc 1.45</li>
<li><a href="278abc7ab4"><code>278abc7</code></a> Install newest build of cargo-outdated</li>
<li><a href="1ab566d3e7"><code>1ab566d</code></a> Remove noisy warnings from unreachable ui test</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/async-trait/compare/0.1.51...0.1.52">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.51&new-version=0.1.52)](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>
869: Bump typescript from 4.5.2 to 4.5.3 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 4.5.3.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/Microsoft/TypeScript/commits">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=4.5.2&new-version=4.5.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>
870: Bump @chakra-ui/react from 1.7.2 to 1.7.3 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react)` from 1.7.2 to 1.7.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md"><code>`@chakra-ui/react</code>'s` changelog</a>.</em></p>
<blockquote>
<h2>1.7.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/chakra-ui/chakra-ui/pull/5133">#5133</a>
<a href="6efe10f210"><code>6efe10f21</code></a>
Thanks <a href="https://github.com/yoannfleurydev"><code>`@yoannfleurydev</code></a>!` - Update
storybook url configuration for <code>`@chakra-ui/react</code>` to
<a href="https://storybook.chakra-ui.com">https://storybook.chakra-ui.com</a></li>
<li>Updated dependencies
[<a href="26d2a547bc"><code>26d2a547b</code></a>,
<a href="cd0b7996b3"><code>cd0b7996b</code></a>,
<a href="ba76b8125a"><code>ba76b8125</code></a>,
<a href="d139cc1515"><code>d139cc151</code></a>,
<a href="586eb6090f"><code>586eb6090</code></a>,
<a href="f565841c62"><code>f565841c6</code></a>,
<a href="f15099adc6"><code>f15099adc</code></a>,
<a href="98b9fbecb2"><code>98b9fbecb</code></a>,
<a href="c20aa919e4"><code>c20aa919e</code></a>,
<a href="53e2df4f9c"><code>53e2df4f9</code></a>,
<a href="b4decca9af"><code>b4decca9a</code></a>,
<a href="39846457e2"><code>39846457e</code></a>,
<a href="f4fd9441ea"><code>f4fd9441e</code></a>,
<a href="17400aff62"><code>17400aff6</code></a>]:
<ul>
<li><code>`@chakra-ui/layout</code><a` href="https://github.com/1"><code>`@1</code></a>.6.0</li>`
<li><code>`@chakra-ui/menu</code><a` href="https://github.com/1"><code>`@1</code></a>.8.2</li>`
<li><code>`@chakra-ui/popover</code><a` href="https://github.com/1"><code>`@1</code></a>.11.0</li>`
<li><code>`@chakra-ui/input</code><a` href="https://github.com/1"><code>`@1</code></a>.3.2</li>`
<li><code>`@chakra-ui/system</code><a` href="https://github.com/1"><code>`@1</code></a>.8.3</li>`
<li><code>`@chakra-ui/theme</code><a` href="https://github.com/1"><code>`@1</code></a>.12.2</li>`
<li><code>`@chakra-ui/toast</code><a` href="https://github.com/1"><code>`@1</code></a>.5.0</li>`
<li><code>`@chakra-ui/tooltip</code><a` href="https://github.com/1"><code>`@1</code></a>.4.2</li>`
<li><code>`@chakra-ui/media-query</code><a` href="https://github.com/1"><code>`@1</code></a>.2.2</li>`
<li><code>`@chakra-ui/transition</code><a` href="https://github.com/1"><code>`@1</code></a>.4.2</li>`
<li><code>`@chakra-ui/icon</code><a` href="https://github.com/2"><code>`@2</code></a>.0.0</li>`
<li><code>`@chakra-ui/accordion</code><a` href="https://github.com/1"><code>`@1</code></a>.4.2</li>`
<li><code>`@chakra-ui/alert</code><a` href="https://github.com/1"><code>`@1</code></a>.3.2</li>`
<li><code>`@chakra-ui/close-button</code><a` href="https://github.com/1"><code>`@1</code></a>.2.2</li>`
<li><code>`@chakra-ui/form-control</code><a` href="https://github.com/1"><code>`@1</code></a>.5.2</li>`
<li><code>`@chakra-ui/modal</code><a` href="https://github.com/1"><code>`@1</code></a>.10.2</li>`
<li><code>`@chakra-ui/number-input</code><a` href="https://github.com/1"><code>`@1</code></a>.3.2</li>`
<li><code>`@chakra-ui/provider</code><a` href="https://github.com/1"><code>`@1</code></a>.7.3</li>`
<li><code>`@chakra-ui/radio</code><a` href="https://github.com/1"><code>`@1</code></a>.4.3</li>`
<li><code>`@chakra-ui/select</code><a` href="https://github.com/1"><code>`@1</code></a>.2.2</li>`
<li><code>`@chakra-ui/skeleton</code><a` href="https://github.com/1"><code>`@1</code></a>.2.3</li>`
<li><code>`@chakra-ui/stat</code><a` href="https://github.com/1"><code>`@1</code></a>.2.2</li>`
<li><code>`@chakra-ui/tag</code><a` href="https://github.com/1"><code>`@1</code></a>.2.2</li>`
<li><code>`@chakra-ui/textarea</code><a` href="https://github.com/1"><code>`@1</code></a>.2.2</li>`
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="211c64187d"><code>211c641</code></a> chore(release): version packages</li>
<li><a href="5c865602bf"><code>5c86560</code></a> Merge pull request <a href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/4594">#4594</a> from feychenie/refactor/move-provider-to-separate-pa...</li>
<li><a href="74c850b551"><code>74c850b</code></a> chore: updates</li>
<li><a href="e7a732755e"><code>e7a7327</code></a> chore: general cleanups and updates to theme</li>
<li><a href="5b3373daef"><code>5b3373d</code></a> chore: update themes and fix type issues</li>
<li><a href="209c6d3f45"><code>209c6d3</code></a> chore: update extend theme to support new anatomy</li>
<li><a href="26f875c62a"><code>26f875c</code></a> refactor: move ChakraProvider to its own package</li>
<li>See full diff in <a href="https://github.com/chakra-ui/chakra-ui/commits/`@chakra-ui/menu@1.7.3/packages/react">compare` view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@chakra-ui/react&package-manager=npm_and_yarn&previous-version=1.7.2&new-version=1.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: Thomas Eizinger <thomas@eizinger.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
862: Cleanup ephemeral r=luckysori a=luckysori
Trying to align setup actors with the rest of the ephemeral actors. Let me know if there's anything else.
Co-authored-by: Lucas Soriano del Pino <lucas_soriano@fastmail.com>
859: Introduce a changelog r=thomaseizinger a=thomaseizinger
Now that we have a mainnet release, best to start tracking changes!
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
831: Keep BitMex API connection API open r=thomaseizinger a=thomaseizinger
To keep the BitMex API connection open, we need to send `Ping` messages to it.
To send `Ping` messages, we need access to the `Sink` API of the websocket connection.
By get access to the `Sink` API, we must not use any of the `Stream` combinators on the connection.
Not using any of the stream combinators makes it clunky to retrieve an initial quote before we start the loop.
Relying on an initial quote being available has been annoying in the past, and also doesn't help with ideas like https://github.com/itchysats/itchysats/discussions/753.
We also already had some hacky solution in place that defaulted to 0 for errors in calculating the profit.
Fix both problems by rendering only a part of the CFD blank:
![Screenshot from 2021-12-08 11-47-35](https://user-images.githubusercontent.com/5486389/145134380-c85e3cb7-31d6-482f-9ad0-2cdc8745d986.png)
Fixes#736.
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
858: Bump clap from 3.0.0-beta.5 to 3.0.0-rc.1 r=thomaseizinger a=dependabot[bot]
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.5 to 3.0.0-rc.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="3dec7df14f"><code>3dec7df</code></a> chore: Release</li>
<li><a href="5a3ace8de4"><code>5a3ace8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3109">#3109</a> from epage/deprecate</li>
<li><a href="9d7becca68"><code>9d7becc</code></a> docs: Update deprecation messages</li>
<li><a href="4c807a0632"><code>4c807a0</code></a> docs(faq): Update structopt status</li>
<li><a href="91b5b395f5"><code>91b5b39</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3105">#3105</a> from colinwahl/pack-exclusive-setting</li>
<li><a href="0b2a04c572"><code>0b2a04c</code></a> fix: Fix typo</li>
<li><a href="f396b28419"><code>f396b28</code></a> chore: Pack exclusive setting into ArgSettings</li>
<li><a href="1f465b57e3"><code>1f465b5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3104">#3104</a> from epage/unstable</li>
<li><a href="3b5c5c7879"><code>3b5c5c7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3101">#3101</a> from epage/features</li>
<li><a href="130a1dc0e2"><code>130a1dc</code></a> test: Actually allow unstable examples to be tested</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.0.0-beta.5...clap_generate-v3.0.0-rc.1">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=3.0.0-beta.5&new-version=3.0.0-rc.1)](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>
854: Bump serde from 1.0.130 to 1.0.131 r=thomaseizinger a=dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.130 to 1.0.131.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p>
<blockquote>
<h2>v1.0.131</h2>
<ul>
<li>Avoid <code>unused_results</code> being triggered in generated code for adjacently tagged enum (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2116">#2116</a>, thanks <a href="https://github.com/tyranron"><code>`@tyranron</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ab1ca04b2e"><code>ab1ca04</code></a> Release 1.0.131</li>
<li><a href="fb2fe409c8"><code>fb2fe40</code></a> Touch up PR 2116</li>
<li><a href="549fac7235"><code>549fac7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2116">#2116</a> from tyranron/fix-unused-results</li>
<li><a href="c375d8b19b"><code>c375d8b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2124">#2124</a> from dtolnay/cbor</li>
<li><a href="6cf507f808"><code>6cf507f</code></a> Change cbor link to new repo</li>
<li><a href="c3c1641c06"><code>c3c1641</code></a> Remove workaround for redundant_field_names Clippy bug</li>
<li><a href="1fcda0ebdb"><code>1fcda0e</code></a> Enable pedantic lints on test suite in CI</li>
<li><a href="8f16ac0a94"><code>8f16ac0</code></a> Move deny(clippy) to command line arguments in the CI job</li>
<li><a href="737f78c315"><code>737f78c</code></a> Ignore enum_variant_names Clippy lint in test suite</li>
<li><a href="4a97386cb9"><code>4a97386</code></a> Clippy if_then_panic lint has been renamed to manual_assert</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.130...v1.0.131">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.130&new-version=1.0.131)](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>
855: Bump serde_test from 1.0.130 to 1.0.131 r=thomaseizinger a=dependabot[bot]
Bumps [serde_test](https://github.com/serde-rs/serde) from 1.0.130 to 1.0.131.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde_test's releases</a>.</em></p>
<blockquote>
<h2>v1.0.131</h2>
<ul>
<li>Avoid <code>unused_results</code> being triggered in generated code for adjacently tagged enum (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2116">#2116</a>, thanks <a href="https://github.com/tyranron"><code>`@tyranron</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ab1ca04b2e"><code>ab1ca04</code></a> Release 1.0.131</li>
<li><a href="fb2fe409c8"><code>fb2fe40</code></a> Touch up PR 2116</li>
<li><a href="549fac7235"><code>549fac7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2116">#2116</a> from tyranron/fix-unused-results</li>
<li><a href="c375d8b19b"><code>c375d8b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2124">#2124</a> from dtolnay/cbor</li>
<li><a href="6cf507f808"><code>6cf507f</code></a> Change cbor link to new repo</li>
<li><a href="c3c1641c06"><code>c3c1641</code></a> Remove workaround for redundant_field_names Clippy bug</li>
<li><a href="1fcda0ebdb"><code>1fcda0e</code></a> Enable pedantic lints on test suite in CI</li>
<li><a href="8f16ac0a94"><code>8f16ac0</code></a> Move deny(clippy) to command line arguments in the CI job</li>
<li><a href="737f78c315"><code>737f78c</code></a> Ignore enum_variant_names Clippy lint in test suite</li>
<li><a href="4a97386cb9"><code>4a97386</code></a> Clippy if_then_panic lint has been renamed to manual_assert</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.130...v1.0.131">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_test&package-manager=cargo&previous-version=1.0.130&new-version=1.0.131)](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>
857: Bump framer-motion from 5.4.3 to 5.4.4 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [framer-motion](https://github.com/framer/motion) from 5.4.3 to 5.4.4.
<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.4.4] 2021-12-08</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing variant animations across DOM and 3D boundaries via <code>MotionCanvas</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b88c2663a7"><code>b88c266</code></a> 5.4.4</li>
<li><a href="53b9c798bc"><code>53b9c79</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/framer/motion/issues/1387">#1387</a> from framer/fix/cross-reconciler-animations</li>
<li><a href="1f1aa620e7"><code>1f1aa62</code></a> Adding deps</li>
<li><a href="7ceae8f21e"><code>7ceae8f</code></a> Updating changelog</li>
<li><a href="e86a2f0baa"><code>e86a2f0</code></a> Adding MotionCanvas</li>
<li><a href="b667bba1b9"><code>b667bba</code></a> Fixing export path</li>
<li>See full diff in <a href="https://github.com/framer/motion/compare/v5.4.3...v5.4.4">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.4.3&new-version=5.4.4)](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>
807: Bump vergen from 5.1.18 to 5.2.0 r=thomaseizinger a=dependabot[bot]
Bumps [vergen](https://github.com/rustyhorde/vergen) from 5.1.18 to 5.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rustyhorde/vergen/releases">vergen's releases</a>.</em></p>
<blockquote>
<h2>v5.2.0</h2>
<ul>
<li>Bumped minor release due to breaking change in git config (removed copy to support new base path configuration)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="24ed6bc226"><code>24ed6bc</code></a> version bump for next release</li>
<li><a href="6078ba94e6"><code>6078ba9</code></a> updated to only run if msrv is valid</li>
<li><a href="012cfa91c8"><code>012cfa9</code></a> updated for clippy lints</li>
<li>See full diff in <a href="https://github.com/rustyhorde/vergen/compare/5.1.18...5.2.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vergen&package-manager=cargo&previous-version=5.1.18&new-version=5.2.0)](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>
810: Bump @types/eslint from 8.2.0 to 8.2.1 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint)` from 8.2.0 to 8.2.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@types/eslint&package-manager=npm_and_yarn&previous-version=8.2.0&new-version=8.2.1)](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>
820: Bump itertools from 0.10.1 to 0.10.3 r=thomaseizinger a=dependabot[bot]
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.1 to 0.10.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md">itertools's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>0.10.2</h2>
<ul>
<li>Add <code>Itertools::multiunzip</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/362">#362</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/565">#565</a>)</li>
<li>Add <code>intersperse</code> and <code>intersperse_with</code> free functions (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/555">#555</a>)</li>
<li>Add <code>Itertools::sorted_by_cached_key</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/424">#424</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/575">#575</a>)</li>
<li>Specialize <code>ProcessResults::fold</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/563">#563</a>)</li>
<li>Fix subtraction overflow in <code>DuplicatesBy::size_hint</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/552">#552</a>)</li>
<li>Fix specialization tests (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/574">#574</a>)</li>
<li>More <code>Debug</code> impls (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/573">#573</a>)</li>
<li>Deprecate <code>fold1</code> (use <code>reduce</code> instead) (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/580">#580</a>)</li>
<li>Documentation fixes (<code>HomogenousTuple</code>, <code>into_group_map</code>, <code>into_group_map_by</code>, <code>MultiPeek::peek</code>) (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/543">#543</a> et al.)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3003c2a968"><code>3003c2a</code></a> (cargo-release) version 0.10.3</li>
<li><a href="e9c9f2f56c"><code>e9c9f2f</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/585">#585</a></li>
<li><a href="defab962d5"><code>defab96</code></a> Prepare 0.10.2 (3) README</li>
<li><a href="2234b7f12b"><code>2234b7f</code></a> Prepare 0.10.2 (2) Cargo.toml</li>
<li><a href="72f300dc95"><code>72f300d</code></a> Prepare 0.10.2 (1) changelog</li>
<li><a href="3307e4da2e"><code>3307e4d</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/575">#575</a></li>
<li><a href="ed55a5f109"><code>ed55a5f</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/580">#580</a></li>
<li><a href="42033adcbb"><code>42033ad</code></a> Deprecate <code>fold1</code> in faviour of <code>reduce</code></li>
<li><a href="a1510e7405"><code>a1510e7</code></a> remove extra space</li>
<li><a href="d856ee74b1"><code>d856ee7</code></a> Add <code>sorted_by_cached_key</code> to <code>Itertools</code> trait</li>
<li>Additional commits viewable in <a href="https://github.com/rust-itertools/itertools/compare/v0.10.1...v0.10.3">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=itertools&package-manager=cargo&previous-version=0.10.1&new-version=0.10.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>
821: Bump @testing-library/jest-dom from 5.15.1 to 5.16.1 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@testing-library/jest-dom](https://github.com/testing-library/jest-dom)` from 5.15.1 to 5.16.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases"><code>`@testing-library/jest-dom</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v5.16.1</h2>
<h2><a href="https://github.com/testing-library/jest-dom/compare/v5.16.0...v5.16.1">5.16.1</a> (2021-12-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Improve <code>toHaveClass</code> error message format (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/405">#405</a>) (<a href="a9beb47455">a9beb47</a>)</li>
</ul>
<h2>v5.16.0</h2>
<h1><a href="https://github.com/testing-library/jest-dom/compare/v5.15.1...v5.16.0">5.16.0</a> (2021-12-03)</h1>
<h3>Features</h3>
<ul>
<li>Update aria-query to 5.0.0 (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/414">#414</a>) (<a href="de26c7ae2f">de26c7a</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a9beb47455"><code>a9beb47</code></a> fix: Improve <code>toHaveClass</code> error message format (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/405">#405</a>)</li>
<li><a href="6f69437085"><code>6f69437</code></a> docs: add IanVS as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/423">#423</a>)</li>
<li><a href="de26c7ae2f"><code>de26c7a</code></a> feat: Update aria-query to 5.0.0 (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/414">#414</a>)</li>
<li>See full diff in <a href="https://github.com/testing-library/jest-dom/compare/v5.15.1...v5.16.1">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=5.15.1&new-version=5.16.1)](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>
822: Bump @types/node from 16.11.11 to 16.11.12 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)` from 16.11.11 to 16.11.12.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@types/node&package-manager=npm_and_yarn&previous-version=16.11.11&new-version=16.11.12)](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>
823: Bump @vitejs/plugin-react from 1.1.0 to 1.1.1 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@vitejs/plugin-react](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-react)` from 1.1.0 to 1.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vitejs/vite/releases"><code>`@vitejs/plugin-react</code>'s` releases</a>.</em></p>
<blockquote>
<h2>plugin-react@1.1.1</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/plugin-react@1.1.1/packages/plugin-react/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/plugin-react/CHANGELOG.md"><code>`@vitejs/plugin-react</code>'s` changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/vitejs/vite/compare/plugin-react@1.1.0...plugin-react@1.1.1">1.1.1</a> (2021-12-07)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/vitejs/vite/commits/plugin-vue@1.1.1/packages/plugin-react">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@vitejs/plugin-react&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.1.1)](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>
832: Delete roadmap.md r=thomaseizinger a=thomaseizinger
I think we can delete this? Looks quite outdated to me :)
842: Bump framer-motion from 5.3.3 to 5.4.3 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [framer-motion](https://github.com/framer/motion) from 5.3.3 to 5.4.3.
<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>
<h1>Changelog</h1>
<p>Framer Motion adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p>
<h2>[5.4.2] 2021-12-07</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing export paths. <a href="https://github-redirect.dependabot.com/framer/motion/pull/1385"><code>PR by `@edoardolincetto</code></a>.</li>`
</ul>
<h2>[5.4.2] 2021-12-07</h2>
<h3>Fixed</h3>
<ul>
<li>Sharing <code>MotionContext</code> across Framer Motion and Framer Motion 3D environments in CommonJS environments.</li>
</ul>
<h2>[5.4.1] 2021-12-06</h2>
<h3>Fixed</h3>
<ul>
<li>3D entry point overwriting ES modules with dropped exports.</li>
</ul>
<h2>[5.4.0] 2021-12-06</h2>
<h3>Added</h3>
<ul>
<li><code>useAnimationFrame</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="066a64f03d"><code>066a64f</code></a> 5.4.3</li>
<li><a href="308323d9c4"><code>308323d</code></a> 5.4.2</li>
<li><a href="a92659a0a5"><code>a92659a</code></a> fix: package.json exports paths (<a href="https://github-redirect.dependabot.com/framer/motion/issues/1385">#1385</a>)</li>
<li><a href="51138052ca"><code>5113805</code></a> Updating changelog</li>
<li><a href="c070e224a0"><code>c070e22</code></a> 5.4.2-beta.1</li>
<li><a href="57afa24761"><code>57afa24</code></a> Testing new build process</li>
<li><a href="d95f4a885a"><code>d95f4a8</code></a> 5.4.1</li>
<li><a href="f440bebf9d"><code>f440beb</code></a> Fixing es build</li>
<li><a href="501fb25f06"><code>501fb25</code></a> 5.4.0</li>
<li><a href="4c1f073b98"><code>4c1f073</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/framer/motion/issues/1377">#1377</a> from framer/feature/three</li>
<li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v5.3.3...v5.4.3">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.3.3&new-version=5.4.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>
843: Bump vite from 2.6.14 to 2.7.1 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.6.14 to 2.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p>
<blockquote>
<h2>create-vite@2.7.0</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@2.7.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
</blockquote>
</details>
<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.0...v2.7.1">2.7.1</a> (2021-12-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ssr:</strong> <code>ssrTransform</code> handling for empty ArrayPattern (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5988">#5988</a>) (<a href="79aa68744c">79aa687</a>)</li>
</ul>
<h1><a href="https://github.com/vitejs/vite/compare/v2.7.0-beta.11...v2.7.0">2.7.0</a> (2021-12-07)</h1>
<ul>
<li>🎉 Revamped SSR dependency handling</li>
<li>🧩 API consolidation</li>
<li>🛑 server.fs.strict by default</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li><code>server.fs.strict</code> is <code>true</code> by default (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5341">#5341</a>)
See <a href="https://vitejs.dev/config/#server-fs-strict">server filesystem restriction docs</a> for more details.</li>
<li>Plugin hooks <code>ssr</code> param to object in <code>resolveId</code>, <code>load</code>, and <code>transform</code> (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5253">#5253</a>)
Previous to this release, the <code>ssr</code> param was passed as a <code>boolean</code> in the last parameter of each hook. The new interface for these hooks is now:
<pre lang="ts"><code>export interface Plugin extends RollupPlugin {
// ... other hooks
resolveId?(this: PluginContext, source: string, importer: string | undefined, options: {
custom?: CustomPluginOptions;
ssr?: boolean;
}): Promise<ResolveIdResult> | ResolveIdResult;
load?(this: PluginContext, id: string, options?: {
ssr?: boolean;
}): Promise<LoadResult> | LoadResult;
transform?(this: TransformPluginContext, code: string, id: string, options?: {
ssr?: boolean;
}): Promise<TransformResult> | TransformResult;
}
</code></pre>
In your plugins, you can check if the last param is a boolean or an object to be backward compatible with 2.6 and give some time to users to migrate to Vite 2.7.</li>
<li><code>server.pluginContainer</code> options object for <code>resolveId</code>, <code>load</code>, and <code>transform</code> (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5294">#5294</a>)</li>
<li>Normalize scripts and commands naming (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5207">#5207</a>)
Adds a new <code>vite dev</code> command alias for <code>vite serve</code>, preparing for the new release of create-vite where package scripts are renamed to <code>dev</code>, <code>build</code>, and <code>preview</code>.</li>
<li>Align experimental <code>preview</code> api (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5407">#5407</a>)
This API was first introduced in 2.6 and it is still in flux.</li>
<li>resolve <code>rollupOptions.input</code> paths (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5601">#5601</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>expose <code>ssrTransform</code> to server (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5983">#5983</a>) (<a href="8184feba29">8184feb</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b625a2cf37"><code>b625a2c</code></a> release: v2.7.1</li>
<li><a href="79aa68744c"><code>79aa687</code></a> fix(ssr): <code>ssrTransform</code> handling for empty ArrayPattern (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5988">#5988</a>)</li>
<li><a href="11027892aa"><code>1102789</code></a> chore: update changelog for 2.7 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5985">#5985</a>)</li>
<li><a href="075128a8dd"><code>075128a</code></a> release: v2.7.0</li>
<li><a href="8184feba29"><code>8184feb</code></a> feat: expose <code>ssrTransform</code> to server (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5983">#5983</a>)</li>
<li><a href="49f28e23ca"><code>49f28e2</code></a> release: v2.7.0-beta.11</li>
<li><a href="a47b663ad0"><code>a47b663</code></a> fix(ssr): allow primitive default exports and forwarded exports (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5973">#5973</a>)</li>
<li><a href="aaa26a3250"><code>aaa26a3</code></a> release: v2.7.0-beta.10</li>
<li><a href="21d79d753a"><code>21d79d7</code></a> fix: SSR import in dev can't resolve default import (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5706">#5706</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5923">#5923</a>)</li>
<li><a href="7edabb46de"><code>7edabb4</code></a> fix: read the correct package.json in ssrExternal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5927">#5927</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v2.7.1/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.6.14&new-version=2.7.1)](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>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
849: Revert "Re-use order fee rate for close transaction" r=luckysori a=luckysori
Reverts itchysats/itchysats#846
Co-authored-by: Lucas Soriano <lucas@comit.network>
847: Release version 0.3.1 r=da-kami a=itchymax
Hi `@da-kami!`
This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/itchysats/actions/runs/1556897206.
I've bumped the versions in the manifest files in this commit: 2bf6d867c6.
Merging this PR will create a GitHub release and publish the library to crates.io!
Co-authored-by: itchymax <itchymax@protonmail.com>
839: Release version 0.3.0 r=da-kami a=itchymax
Hi `@da-kami!`
This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/itchysats/actions/runs/1553006574.
I've bumped the versions in the manifest files in this commit: 205a61ab9e.
Merging this PR will create a GitHub release and publish the library to crates.io!
Co-authored-by: itchymax <itchymax@protonmail.com>
803: Settle CFDs after 7 days r=da-kami a=bonomat
Only merge before the final release for umbrel. We want to have long running CFDs until we have auto rollover.
Co-authored-by: bonomat <philipp@hoenisch.at>
837: Counterparty identity r=da-kami a=da-kami
Disclaimer: This resets the database! - i.e. it drops `cfd_states` and `cfds` and re-creates them.
Since there are no users this does not matter, but for those how were testing on mainnet ( `@klochowicz` ): Remaining open will be committed + cet from the maker side.
Co-authored-by: Daniel Karzel <daniel@comit.network>
We need this on the maker side to be able to get stats on what takers do.
For the taker it will also become relevant in the future so it is not wrong to add it.
835: Add vision document r=thomaseizinger a=thomaseizinger
This document is an attempt to outline the technical vision for the codebase. I hope this increases transparency and helps documenting what problems we need to work on.
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>