Tree:
5f5cdb56f6
bdk-0.11
bip39
burn-down-handle
chore/actor-names-in-logs
chore/bump-bdk-0.15
chore/bump-maia
chore/changelog-entries
chore/leaner-release-process
chore/remove-next-dependency
chore/sql-format
chore/use-esplora-backend
compile-for-aarch64
contact-taker-before-changing-cfd-state
debug-collab-settlement
debug-statements
dependabot/cargo/anyhow-1.0.52
dependabot/cargo/clap-3.0.0-rc.8
dependabot/cargo/reqwest-0.11.8
dependabot/github_actions/docker/login-action-1.12.0
dependabot/npm_and_yarn/taker-frontend/types/node-17.0.4
dependabot/npm_and_yarn/taker-frontend/types/react-17.0.38
dependabot/npm_and_yarn/taker-frontend/vite-2.7.6
failing-clippy
feature/actor-custom-derive
feature/concurrent-roll-over
feature/delete-wallet-cache-on-failure
feature/force-stop-button
feature/integration-tests
feature/reconnect-button
feature/rollover-event-sourcing
feature/supervised-connection
fix-bad-api-calls
fix-olivia-event-id
fix/incorrect-tracing-use
fix/sql-oddness
frontend-backend
heartbeat-event-source
hotfix/0.1.1
hotfix/0.3.1
initial-taker-ui
integrate-protocol-maker-side
maker-taker-cfd-setup-messaging
master
new-http-api
no-buy-button-while-setting-up-cfd
no-contract-setup-message
pAndLAndPayout
patch-1
patch-2
reconnect-to-maker
refactor/no-log-handler
release/0.3.1
release/0.3.2
remove-long-heartbeat-interval-in-debug-mode
resilient-broadcast
rollover-test
rollover-test-2
shutdown-taker-if-no-maker-present
staging
state-machine
temporary-fast-timelocks
test-force-close-without-fake-clock
testing
ui-rampup
update-blockstream-electrum-server-url
upload-correct-windows-binary
verify-transactions
0.1.0
0.1.1
0.1.2
0.2.0
0.3.0
0.3.1
0.3.2
preview
${ noResults }
1186 Commits (5f5cdb56f62bece5b42fe0695551a33ed58b3e72)
Author | SHA1 | Message | Date |
---|---|---|---|
bors[bot] |
1b6f1e7bc6
|
Merge #686
686: Only pass the necessary parameters to setup/rollover r=da-kami a=da-kami Defines the boundaries more clearly which makes it easier when transitioning to the new model. Co-authored-by: Daniel Karzel <daniel@comit.network> |
3 years ago |
bors[bot] |
a3e8427615
|
Merge #664
664: Withdraw through UI r=bonomat a=bonomat Enable withdraw through UI. If the withdraw fails the error messages are being swallowed somewhere and I don't know how to get it. Maybe `@da-kami` or `@thomaseizinger` has an idea? The HTTP post request fails and I get an `Internal Server Error` but the actual error message is not shown. I solved the _withdraw all_ feature by saying: if input == 0, withdraw all. resolves #608 <img width="882" alt="image" src="https://user-images.githubusercontent.com/224613/142815791-da5380d9-52aa-4fcd-9372-fcc5ccc9aefa.png"> URL: https://mempool.space/testnet/tx/c33de791867148c3fa7e67858b48521a72bd83edd4efe21d0666af26e5939d0d Co-authored-by: bonomat <philipp@hoenisch.at> |
3 years ago |
bonomat |
cebe3c0336
|
Use form and form submit for better handling
|
3 years ago |
bonomat |
c951fe6f57
|
Add new endpoint to allow withdrawing through UI
|
3 years ago |
Daniel Karzel |
500c6a5dfe
|
Only pass the necessary parameters to setup/rollover
Defines the boundaries more clearly which makes it easier when transitioning to the new model. |
3 years ago |
dependabot[bot] |
4999d3bfa8
|
Bump futures from 0.3.17 to 0.3.18
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.17 to 0.3.18. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.17...0.3.18) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
bors[bot] |
dcac61f71f
|
Merge #573
573: Should not be able to trigger close in `PendingOpen` r=scratchscratchscratchy a=scratchscratchscratchy fixes https://github.com/itchysats/itchysats/issues/517 Triggering a settlement proposal prior to being `Open` does not make sense. Co-authored-by: scratchy <scratchy@itchysats.network> |
3 years ago |
scratchy |
825b80d6df
|
Add guard for triggering settlement proposal
It only makes sense to allow proposing a settlement when in `Open` state. Theoretically we could argue that it should be allowed in `PendingRefund` and `PendingCommit`, but I don't see an advantage in that. Note: This only guards the taker side, no guards were added to the maker side because it remains unclear if the deamon should contain logic for this, or we always want to handle acceptance criteria for settlement from the outside. |
3 years ago |
scratchy |
d49e2efa83
|
Should not be able to trigger close in `PendingOpen`
Triggering a settlement proposal prior to being `Open` does not make sense. |
3 years ago |
bors[bot] |
1fc9ab742e
|
Merge #666
666: Fixed settlement interval r=da-kami a=da-kami This work was done as pre-work for #627 which is currently blocked by the model refactor. I think we should still get these changes in! Co-authored-by: Daniel Karzel <daniel@comit.network> |
3 years ago |
Daniel Karzel |
5850575327
|
Fixed settlement interval
A configurable settlement interval for the maker causes friction when implementing auto-rollover, because the settlement interval is not known to the taker. The settlement interval should not be configurable, thus the configurable settlement interval is removed on the maker side. The cfd actors and oracle actor use a global constant to decide the settlement interval and oracle even lookahead. Not pulling the constant into the actors is a conscious decision, it allows us to set this to a different value in the actor tests. The fact that we use the same constant for cfd actor and oracle actor is an implementation detail. |
3 years ago |
Daniel Karzel |
d853b8ec0b
|
Move tests to bottom of file
|
3 years ago |
Daniel Karzel |
6003ad0bc7
|
Cleanup impl blocks
|
3 years ago |
bors[bot] |
a9e4f42f6b
|
Merge #678
678: We can safely assume that creating a timestamp should not fail r=da-kami a=da-kami Expect instead of returning a `Result`. Co-authored-by: Daniel Karzel <daniel@comit.network> |
3 years ago |
Daniel Karzel |
566aca374b
|
We can safely assume that creating a timestamp should not fail
Expect instead of returning a `Result`. |
3 years ago |
bonomat |
55dd2fa7d9
|
Throw HTTP Error so that `userErrorToast` works
|
3 years ago |
bonomat |
d48a39a56f
|
Callee should take care of the logging
|
3 years ago |
bonomat |
7344a4ee89
|
The wallet should check if the passed-in address has correct network
|
3 years ago |
bors[bot] |
2de980b12c
|
Merge #660
660: Move wallet info out of navbar into main screen r=bonomat a=bonomat resolves #519 resolves #536 ![image](https://user-images.githubusercontent.com/224613/142798202-f661ab9d-7812-4fdb-854d-123df2222528.png) Co-authored-by: bonomat <philipp@hoenisch.at> |
3 years ago |
bonomat |
090214fd49
|
Move wallet info out of navbar into main screen
resolves #519 resolves #536 |
3 years ago |
bors[bot] |
4e39ce4199
|
Merge #676
676: Bump @vitejs/plugin-react from 1.0.9 to 1.1.0 in /taker-frontend r=thomaseizinger a=dependabot[bot] Bumps [`@vitejs/plugin-react](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-react)` from 1.0.9 to 1.1.0. <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> <h1><a href="https://github.com/vitejs/vite/compare/plugin-react@1.1.0-beta.1...plugin-react@1.1.0">1.1.0</a> (2021-11-22)</h1> <h1><a href="https://github.com/vitejs/vite/compare/plugin-react@1.1.0-beta.0...plugin-react@1.1.0-beta.1">1.1.0-beta.1</a> (2021-11-19)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>plugin-react:</strong> apply <code>babel.plugins</code> to project files only (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5255">#5255</a>) (<a href=" |
3 years ago |
bors[bot] |
ec23aadd49
|
Merge #645
645: Introduce projection actor r=bonomat a=bonomat Resolves #572 Co-authored-by: bonomat <philipp@hoenisch.at> |
3 years ago |
bonomat |
bf36f290dd
|
Introduce projection actor
The projection actor is responsible in preparing data for the HTTP API and consequently for the UI. While this is commit provides only the foundation, in the long run we can: - Reduce the logic happening in the rocket layer. `ToSseEvent` can likely go away. - Reduce the complexity for other actors in what needs to be updated when. All they should care about is sending updates to the projection actor. (mostly done) - Improve test coverage. With a dedicated actor that does the projection, we should be able to write assertions in our integration tests that are closer to the UI. |
3 years ago |
bonomat |
1d6b1a49e1
|
This test did not test much
|
3 years ago |
bonomat |
7d98e04686
|
Move invariant into function
This invariant holds for all CFDs which get inserted into the DB, hence, we can move it inside the insert function. |
3 years ago |
dependabot[bot] |
c2f61ef79b
|
Bump @vitejs/plugin-react from 1.0.9 to 1.1.0 in /taker-frontend
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-react) from 1.0.9 to 1.1.0. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-app@1.1.0/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
bors[bot] |
faad0cc816
|
Merge #628
628: Misc cleanup r=da-kami a=thomaseizinger Co-authored-by: Thomas Eizinger <thomas@eizinger.io> |
3 years ago |
bors[bot] |
2559ab867f
|
Merge #675
675: Bump anyhow from 1.0.47 to 1.0.48 r=thomaseizinger a=dependabot[bot] Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.47 to 1.0.48. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.48</h2> <ul> <li> <p>Include a <code>Debug</code> rendering of lhs and rhs in <code>ensure!</code> messages (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/193">#193</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/194">#194</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/195">#195</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/196">#196</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/197">#197</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/198">#198</a>)</p> <h3>Example:</h3> <pre lang="rust"><code>ensure!(flags.len() <= 40); </code></pre> <pre lang="rust"><code>ensure!(kind == Kind::File); </code></pre> <p>Before:</p> <pre lang="console"><code>Condition failed: `flags.len() <= 40` Condition failed: `kind == Kind::File` </code></pre> <p>After:</p> <pre lang="console"><code>Condition failed: `flags.len() <= 40` (99 vs 40) Condition failed: `kind == Kind::File` (Symlink vs File) </code></pre> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago |
bors[bot] |
121f270151
|
Merge #616
616: Bump react-router-dom from 5.3.0 to 6.0.2 in /taker-frontend r=thomaseizinger a=dependabot[bot] Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 5.3.0 to 6.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remix-run/react-router/releases">react-router-dom's releases</a>.</em></p> <blockquote> <h2>v6.0.2</h2> <h2>✨ Features</h2> <ul> <li>Added the <code>reloadDocument</code> prop to <code><Link></code>. This allows <code><Link></code> to function like a normal anchor tag by reloading the document after navigation while maintaining the relative <code>to</code> resolution.</li> </ul> <h2>🗒️ Docs</h2> <ul> <li>Fixed several issues in docblocks and the docs themselves. See the <a href="https://github.com/remix-run/react-router/compare/v6.0.1...v6.0.2">full changelog</a> for the deets!</li> </ul> <h2>🤝 New Contributors</h2> <ul> <li><a href="https://github.com/rwieruch"><code>`@rwieruch</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8244">remix-run/react-router#8244</a></li> <li><a href="https://github.com/ProProgrammer2504"><code>`@ProProgrammer2504</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8247">remix-run/react-router#8247</a></li> <li><a href="https://github.com/Sannnao"><code>`@Sannnao</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8263">remix-run/react-router#8263</a></li> <li><a href="https://github.com/mattmazzola"><code>`@mattmazzola</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8255">remix-run/react-router#8255</a></li> <li><a href="https://github.com/ngokevin"><code>`@ngokevin</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8267">remix-run/react-router#8267</a></li> <li><a href="https://github.com/TimisRobert"><code>`@TimisRobert</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8269">remix-run/react-router#8269</a></li> <li><a href="https://github.com/mikeldking"><code>`@mikeldking</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8279">remix-run/react-router#8279</a></li> <li><a href="https://github.com/fishmandev"><code>`@fishmandev</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8289">remix-run/react-router#8289</a></li> </ul> <h3>Full Changelog</h3> <p><a href="https://github.com/remix-run/react-router/compare/v6.0.1...v6.0.2">https://github.com/remix-run/react-router/compare/v6.0.1...v6.0.2</a></p> <h2>v6.0.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Add a default <code><StaticRouter location></code> value (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8243">#8243</a>)</li> <li>Add invariant for using <code><Route></code> inside <code><Routes></code> to help people make the change (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8238">#8238</a>)</li> </ul> <h2>v6.0.0</h2> <p>React Router v6 is here!</p> <p>Please go read <a href="https://remix.run/blog/react-router-v6">our blog post for more information on all the great stuff in v6</a> including <a href="https://remix.run/blog/react-router-v6#upgrading-to-react-router-v6">notes about how to upgrade from React Router v5</a> and Reach Router.</p> <h2>v6.0.0-beta.8</h2> <p>Remember last week when we said</p> <blockquote> <p>We anticipate this will be the last beta release before v6 stable next week.</p> </blockquote> <p>Yeah, about that … 😅</p> <p>We found and squashed a few high-priority bugs that needed to be addressed first. But it's coming very soon, we promise! In the mean time, here's what you'll get from our eight-est and greatest beta release:</p> <h2>🐛 Bug Fixes</h2> <ul> <li>We fixed a few bugs in <code>useHref</code> that resulted in the incorrect resolved value in cases where a <code>basename</code> is used on the <code><Router /></code> component (See <a href="https://github-redirect.dependabot.com/remix-run/react-router/issues/8133">#8133</a> and <a href="https://github-redirect.dependabot.com/remix-run/react-router/issues/8142">#8142</a> for details).</li> <li>We also fixed a bug in our path ranking algorithm so that splat routes (routes with a <code>*</code> path value) are now correctly ranked ahead of layout routes.</li> </ul> <h2>🗒️ Docs</h2> <p>We've added lots of goodies to our <code>docs</code> and <code>examples</code>, and there's a lot more yet to come. Take a look and see if you find something that makes your work a little easier! We think the <a href="https://github.com/remix-run/react-router/tree/dev/examples/lazy-loading">lazy loading</a> and <a href="https://github.com/remix-run/react-router/tree/dev/examples/custom-query-parsing">custom query parsing</a> examples are particularly cool! 🤓</p> <h2>v6.0.0-beta.7</h2> <p>In this release we made a small but significant change to how <code><Link to=".."></code> works. This is going to help out a lot if you were trying to use links in a <code>*</code> route.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago |
dependabot[bot] |
af529267e7
|
Bump react-router-dom from 5.3.0 to 6.0.2 in /taker-frontend
This patch also fixes a bug where we redirect to `/trade` instead of `/` which now renders an empty page with the new router. |
3 years ago |
bors[bot] |
0fc94e0be5
|
Merge #655
655: Bump framer-motion from 4.1.17 to 5.3.1 in /taker-frontend r=thomaseizinger a=dependabot[bot] Bumps [framer-motion](https://github.com/framer/motion) from 4.1.17 to 5.3.1. <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.3.1] Unreleased</h2> <h3>Added</h3> <ul> <li><code>useInstantTransition</code> hook for internal use.</li> </ul> <h3>Fixed</h3> <ul> <li>Removing <code>layoutDependency</code> from forwarded props. <a href="https://github-redirect.dependabot.com/framer/motion/issues/1350">Issue</a></li> <li><code>Reorder.Item</code> correctly fires <code>onDrag</code>. <a href="https://github-redirect.dependabot.com/framer/motion/issues/1348">Issue</a></li> <li>Fires <code>onPressStart</code> and <code>onHoverStart</code> <strong>after</strong> triggering animations.</li> <li>Replay keyframes when variant changes. <a href="https://github-redirect.dependabot.com/framer/motion/issues/1346">Issue</a></li> <li>Correctly SSR final keyframe when <code>initial</code> is <code>false</code>.</li> </ul> <h2>[5.3.0] 2021-11-11</h2> <h3>Added</h3> <ul> <li><code>whileInView</code>, <code>onViewportEnter</code> and <code>onViewportLeave</code> props.</li> </ul> <h2>[5.2.1] 2021-11-05</h2> <h3>Fixed</h3> <ul> <li>Fixing unit conversion for <code>x</code> and <code>y</code> styles. <a href="https://github-redirect.dependabot.com/framer/motion/issues/1336">Issue</a></li> </ul> <h2>[5.2.0] 2021-11-04</h2> <h3>Added</h3> <ul> <li>Enable animation between hsla and rgba/hex.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixing HSLA color interpolation. <a href="https://github-redirect.dependabot.com/framer/motion/issues/1324">Issue</a></li> </ul> <h2>[5.1.0] 2021-11-02</h2> <h3>Added</h3> <ul> <li>Adding path drawing support for <code>circle</code>, <code>ellipse</code>, <code>line</code>, <code>path</code>, <code>polygon</code>, <code>polyline</code> and <code>rect</code> components.</li> <li>Add SSR support for <code>pathLength</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed SSR for <code>pathLength</code>.</li> <li>Downgrading <code>whileFocus</code> to lowest gesture priority. <a href="https://github-redirect.dependabot.com/framer/motion/issues/1221">Issue</a></li> <li>Fixed path length for elements with <code>vectorEffect="non-scaling-stroke"</code> <a href="https://github-redirect.dependabot.com/framer/motion/issues/521">Issue</a></li> <li>Stripping <code>dragSnapToOrigin</code> from DOM output. <a href="https://github-redirect.dependabot.com/framer/motion/pull/1326"><code>PR by `@Evalon</code></a></li>` </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago |
dependabot[bot] |
76207a831f
|
Bump framer-motion from 4.1.17 to 5.3.1 in /taker-frontend
Bumps [framer-motion](https://github.com/framer/motion) from 4.1.17 to 5.3.1. - [Release notes](https://github.com/framer/motion/releases) - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v4.1.17...v5.3.1) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
bors[bot] |
67de6fcdf9
|
Merge #620
620: Bump @chakra-ui/react from 1.6.12 to 1.7.2 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.6.12 to 1.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chakra-ui/chakra-ui/releases"><code>`@chakra-ui/react</code>'s` releases</a>.</em></p> <blockquote> <h2><code>`@chakra-ui/react</code><a` href="https://github.com/1"><code>`@1</code></a>.7.1</h2>` <h3>Patch Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/chakra-ui/chakra-ui/pull/5075">#5075</a> <a href=" |
3 years ago |
dependabot[bot] |
7a5b03fbea
|
Bump anyhow from 1.0.47 to 1.0.48
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.47 to 1.0.48. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.47...1.0.48) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
bors[bot] |
3185e3c935
|
Merge #671
671: Re-configure dependabot r=thomaseizinger a=thomaseizinger Co-authored-by: Thomas Eizinger <thomas@eizinger.io> |
3 years ago |
dependabot[bot] |
2aa2cb0d36
|
Bump @chakra-ui/react from 1.6.12 to 1.7.2 in /taker-frontend
Unfortunately, we have to install `next` to make @chakra-ui/react 1.7.2 work. For more details, see the linked issue. https://github.com/chakra-ui/chakra-ui/issues/5082. |
3 years ago |
Thomas Eizinger |
495f846d5d
|
Allow more open pull requests
Sometimes, we don't straight away fix a broken build of a dependency. This can prevent other dependencies from being updated. |
3 years ago |
Thomas Eizinger |
024ce701dd
|
Remove maker frontend from dependabot
This is basically unmaintained and only used internally, no need to bother with dependency updates. |
3 years ago |
bors[bot] |
aac3e97480
|
Merge #667 #668 #669 #670
667: Bump @types/react from 17.0.35 to 17.0.36 in /taker-frontend r=bonomat a=dependabot[bot] Bumps [`@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)` from 17.0.35 to 17.0.36. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@types/react&package-manager=npm_and_yarn&previous-version=17.0.35&new-version=17.0.36)](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> 668: Bump eslint-plugin-jsx-a11y from 6.4.1 to 6.5.1 in /maker-frontend r=bonomat a=dependabot[bot] Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.4.1 to 6.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases">eslint-plugin-jsx-a11y's releases</a>.</em></p> <blockquote> <h2>v6.5.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.0...v6.5.1">https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.0...v6.5.1</a></p> <h2>v6.5.0</h2> <h2>What's Changed</h2> <ul> <li>Upgrade jsx-ast-utils dependency to v3.1.0 by <a href="https://github.com/jessebeach"><code>`@jessebeach</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/754">jsx-eslint/eslint-plugin-jsx-a11y#754</a></li> <li>Remove no-onchange from recommended and strict by <a href="https://github.com/karlhorky"><code>`@karlhorky</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/757">jsx-eslint/eslint-plugin-jsx-a11y#757</a></li> <li>Turn off label-has-for in strict rule set by <a href="https://github.com/janmonschke"><code>`@janmonschke</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/734">jsx-eslint/eslint-plugin-jsx-a11y#734</a></li> <li>Ran npm update; latest packages by <a href="https://github.com/jessebeach"><code>`@jessebeach</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/763">jsx-eslint/eslint-plugin-jsx-a11y#763</a></li> <li>[New] <code>label-has-associated-control</code>: Add glob support by <a href="https://github.com/hallzac2"><code>`@hallzac2</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/749">jsx-eslint/eslint-plugin-jsx-a11y#749</a></li> <li>[doc] Add link to MDN Aria documentation by <a href="https://github.com/arjansingh"><code>`@arjansingh</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/762">jsx-eslint/eslint-plugin-jsx-a11y#762</a></li> <li>[Tests] migrate tests to Github Actions by <a href="https://github.com/ljharb"><code>`@ljharb</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/764">jsx-eslint/eslint-plugin-jsx-a11y#764</a></li> <li>docs: Add example for tabIndex on seemingly non-interactive element by <a href="https://github.com/eps1lon"><code>`@eps1lon</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/760">jsx-eslint/eslint-plugin-jsx-a11y#760</a></li> <li>Add Next.js case to anchor-is-valid rule docs by <a href="https://github.com/zackdotcomputer"><code>`@zackdotcomputer</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/769">jsx-eslint/eslint-plugin-jsx-a11y#769</a></li> <li>[Docs] <code>no-redundant-roles</code>: Adds missing closing square bracket by <a href="https://github.com/mikeriley131"><code>`@mikeriley131</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/775">jsx-eslint/eslint-plugin-jsx-a11y#775</a></li> <li>[Docs] <code>anchor-is-valid</code>: general cleanup by <a href="https://github.com/Anima-t3d"><code>`@Anima-t3d</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/728">jsx-eslint/eslint-plugin-jsx-a11y#728</a></li> <li>Update flow-bin version to support aarch64 by <a href="https://github.com/odidev"><code>`@odidev</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/784">jsx-eslint/eslint-plugin-jsx-a11y#784</a></li> <li>Fully deprecate accessible-emoji rule by <a href="https://github.com/backwardok"><code>`@backwardok</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/782">jsx-eslint/eslint-plugin-jsx-a11y#782</a></li> <li>Fix Flow warnings by <a href="https://github.com/jessebeach"><code>`@jessebeach</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/785">jsx-eslint/eslint-plugin-jsx-a11y#785</a></li> <li>[Docs] Document the similarity between html-has-lang and lang by <a href="https://github.com/denis-sokolov"><code>`@denis-sokolov</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/778">jsx-eslint/eslint-plugin-jsx-a11y#778</a></li> <li>[Docs] Clarify the title of the strictness table in the main doc by <a href="https://github.com/denis-sokolov"><code>`@denis-sokolov</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/786">jsx-eslint/eslint-plugin-jsx-a11y#786</a></li> <li>Update recommended config to allow fieldset to have the radiogroup role by <a href="https://github.com/hallzac2"><code>`@hallzac2</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/746">jsx-eslint/eslint-plugin-jsx-a11y#746</a></li> <li>Update focus/hover style for link-button by <a href="https://github.com/mdvorscak"><code>`@mdvorscak</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/662">jsx-eslint/eslint-plugin-jsx-a11y#662</a></li> <li>Support img role for canvas. Fix for <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/648">#648</a>. by <a href="https://github.com/markwoon"><code>`@markwoon</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/796">jsx-eslint/eslint-plugin-jsx-a11y#796</a></li> <li>Fix no-access-key wording and grammar by <a href="https://github.com/breadadams"><code>`@breadadams</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/800">jsx-eslint/eslint-plugin-jsx-a11y#800</a></li> <li>[Docs] <code>scope</code>: replace duplicate scope word by <a href="https://github.com/rafaelss95"><code>`@rafaelss95</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/799">jsx-eslint/eslint-plugin-jsx-a11y#799</a></li> <li>[Tests] use <code>`@babel/eslint-parser</code>` instead of <code>babel-eslint</code> by <a href="https://github.com/MichaelDeBoey"><code>`@MichaelDeBoey</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/811">jsx-eslint/eslint-plugin-jsx-a11y#811</a></li> <li>Switch to <code>export default</code> syntax for exporting rules by <a href="https://github.com/bmish"><code>`@bmish</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/819">jsx-eslint/eslint-plugin-jsx-a11y#819</a></li> <li>Add <code>eslint-plugin-eslint-plugin</code> by <a href="https://github.com/bmish"><code>`@bmish</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/818">jsx-eslint/eslint-plugin-jsx-a11y#818</a></li> <li>add missing close / for jsx succeed example by <a href="https://github.com/adamrhunter"><code>`@adamrhunter</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/821">jsx-eslint/eslint-plugin-jsx-a11y#821</a></li> <li>[Docs] HTTP => HTTPS by <a href="https://github.com/Schweinepriester"><code>`@Schweinepriester</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/823">jsx-eslint/eslint-plugin-jsx-a11y#823</a></li> <li>[New] support ESLint 8.x by <a href="https://github.com/MichaelDeBoey"><code>`@MichaelDeBoey</code></a>` in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/810">jsx-eslint/eslint-plugin-jsx-a11y#810</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/karlhorky"><code>`@karlhorky</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/757">jsx-eslint/eslint-plugin-jsx-a11y#757</a></li> <li><a href="https://github.com/janmonschke"><code>`@janmonschke</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/734">jsx-eslint/eslint-plugin-jsx-a11y#734</a></li> <li><a href="https://github.com/hallzac2"><code>`@hallzac2</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/749">jsx-eslint/eslint-plugin-jsx-a11y#749</a></li> <li><a href="https://github.com/arjansingh"><code>`@arjansingh</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/762">jsx-eslint/eslint-plugin-jsx-a11y#762</a></li> <li><a href="https://github.com/zackdotcomputer"><code>`@zackdotcomputer</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/769">jsx-eslint/eslint-plugin-jsx-a11y#769</a></li> <li><a href="https://github.com/mikeriley131"><code>`@mikeriley131</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/775">jsx-eslint/eslint-plugin-jsx-a11y#775</a></li> <li><a href="https://github.com/Anima-t3d"><code>`@Anima-t3d</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/728">jsx-eslint/eslint-plugin-jsx-a11y#728</a></li> <li><a href="https://github.com/odidev"><code>`@odidev</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/784">jsx-eslint/eslint-plugin-jsx-a11y#784</a></li> <li><a href="https://github.com/denis-sokolov"><code>`@denis-sokolov</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/778">jsx-eslint/eslint-plugin-jsx-a11y#778</a></li> <li><a href="https://github.com/mdvorscak"><code>`@mdvorscak</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/662">jsx-eslint/eslint-plugin-jsx-a11y#662</a></li> <li><a href="https://github.com/markwoon"><code>`@markwoon</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/796">jsx-eslint/eslint-plugin-jsx-a11y#796</a></li> <li><a href="https://github.com/breadadams"><code>`@breadadams</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/800">jsx-eslint/eslint-plugin-jsx-a11y#800</a></li> <li><a href="https://github.com/rafaelss95"><code>`@rafaelss95</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/799">jsx-eslint/eslint-plugin-jsx-a11y#799</a></li> <li><a href="https://github.com/bmish"><code>`@bmish</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/819">jsx-eslint/eslint-plugin-jsx-a11y#819</a></li> <li><a href="https://github.com/adamrhunter"><code>`@adamrhunter</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/821">jsx-eslint/eslint-plugin-jsx-a11y#821</a></li> <li><a href="https://github.com/Schweinepriester"><code>`@Schweinepriester</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/823">jsx-eslint/eslint-plugin-jsx-a11y#823</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md">eslint-plugin-jsx-a11y's changelog</a>.</em></p> <blockquote> <h1>6.5.1 / 2021-11-10</h1> <ul> <li>8f7d0b0 [Fix] properly build <code>module.exports</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/824">#824</a>)</li> <li>2fd2087 [Dev Deps] update <code>eslint-plugin-import</code></li> </ul> <h1>6.5.0 / 2021-11-09</h1> <ul> <li>0f5f582 [New] support ESLint 8.x (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/810">#810</a>)</li> <li>1dbc416 [Deps] update <code>`@babel/runtime</code>,` <code>axe-core</code></li> <li>4043d31 [Dev Deps] update <code>`@babel/cli</code>,` <code>`@babel/core</code>,` <code>`@babel/eslint-parser</code>,` <code>`@babel/plugin-transform-flow-strip-types</code>,` <code>eslint-config-airbnb-base</code></li> <li>d143cba [Docs] HTTP => HTTPS (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/823">#823</a>)</li> <li>309b040 [Docs] <code>anchor-has-content</code>: add missing close / for jsx succeed example (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/821">#821</a>)</li> <li>ba1e312 [eslint] simplify eslint command</li> <li>0269025 [meta] change all <code>master</code> references in URLs to <code>HEAD</code></li> <li>f1414cf [Dev Deps] add <code>eslint-plugin-eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/818">#818</a>)</li> <li>f44fc05 [meta] update URLs</li> <li>df34872 [Refactor] switch to <code>export default</code> syntax for exporting rules (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/819">#819</a>)</li> <li>ff26b82 [meta] fix prepublish scripts</li> <li>d4a57d8 [Deps] update <code>`@babel/runtime</code>,` <code>array-includes</code>, <code>axe-core</code>, <code>jsx-ast-utils</code></li> <li>bd1dec6 [Dev Deps] update <code>`@babel/cli</code>,` <code>`@babel/core</code>,` <code>`@babel/eslint-parser</code>,` <code>eslint-plugin-import</code>, <code>estraverse</code>, <code>safe-publish-latest</code></li> <li>434c4cf [Tests] do not test eslint 7 on node 11</li> <li>aed7a20 [Tests] use <code>`@babel/eslint-parser</code>` instead of <code>babel-eslint</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/811">#811</a>)</li> <li>0021489 [actions] use codecov action</li> <li>1251088 [meta] delete FUNDING.yml in favor of <code>.github</code> repo</li> <li>ecf7a27 [Docs] <code>scope</code>: replace duplicate <code>scope</code> word (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/799">#799</a>)</li> <li>952af25 [Fix] <code>no-access-key</code>: Fix wording and grammar (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/800">#800</a>)</li> <li>6cf7ac0 [Dev Deps] update <code>`@babel/cli</code>,` <code>`@babel/core</code>,` <code>`@babel/plugin-transform-flow-strip-types</code>,` <code>aud</code>, <code>eslint-plugin-flowtype</code>, <code>eslint-plugin-import</code></li> <li>79a35d4 [Deps] update <code>`@babel/runtime</code>,` <code>axe-core</code>, <code>damerau-levenshtein</code></li> <li>2a9ab71 [Tests] delete <code>src/util/getComputedRole-test.js</code> test in node 6</li> <li>0c1c587 [Tests] <code>autocomplete-valid</code>: move some failed tests to passing</li> <li>8830902 [Tests] fix eslint < 7 not understanding <code>import type</code></li> <li>d57887c [Tests] ensure all tests run</li> <li>55e5c11 Support img role for canvas (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/796">#796</a>)</li> <li>36102cd [meta] use <code>prepublishOnly</code> script for npm 7+</li> <li>2501a7f Remove the link-button focus css from the anchor-is-valid doc (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/662">#662</a>)</li> <li>d927625 Update recommended config to allow fieldset to have the radiogroup role (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/746">#746</a>)</li> <li>5aa8db9 [Docs] Clarify the title of the strictness table in the main doc (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/786">#786</a>)</li> <li>df3c7ad [Docs] Document the similarity between html-has-lang and lang (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/778">#778</a>)</li> <li>426d4c2 Fix Flow warnings (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/785">#785</a>)</li> <li>ecec8e4 Fully deprecate accessible-emoji rule (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/782">#782</a>)</li> <li>8a0e43c [Tests] remove .travis.yml</li> <li>f88bf6b [Dev Deps] update <code>flow-bin</code> to support aarch64 (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/784">#784</a>)</li> <li>369f9db [Dev Deps] update <code>`@babel/cli</code>,` <code>`@babel/core</code>,` <code>`@babel/plugin-transform-flow-strip-types</code>,` <code>aud</code>, <code>eslint-plugin-flowtype</code>, <code>jscodeshift</code></li> <li>ce0785f [Deps] update <code>`@babel/runtime</code>,` <code>array-includes</code>, <code>axe-core</code>, <code>emoji-regex</code></li> <li>2c2a2ad [actions] update to use <code>node/install</code> action</li> <li>c275964 [Docs] <code>anchor-is-valid</code>: general cleanup (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/728">#728</a>)</li> <li>3df059e [Docs] <code>no-redundant-roles</code>: Adds missing closing square bracket (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/775">#775</a>)</li> <li>42ce5b7 [Docs] <code>anchor-is-valid</code>: Add Next.js case (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/769">#769</a>)</li> <li>2e5df91 [Tests] fix tests breaking on npm 7</li> <li>066ccff [Docs] <code>no-noninteractive-tabindex</code>: Add example for tabIndex on seemingly non-interactive element (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/760">#760</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago |
bors[bot] |
996b09187d
|
Merge #625
625: Disable go-long button if r=bonomat a=bonomat - balance < required margin - entered quantity > max_quantity or < min_quantity - entered quantity <= 0 resolves #525 resolves #522 Only a cosmetic change. Should we duplicate this logic into the controller? Let me know and I'll add it and convert this PR to `ready for review` Co-authored-by: bonomat <philipp@hoenisch.at> |
3 years ago |
bonomat |
e2d174f262
|
Add warnings if input quantity is not valid
|
3 years ago |
bonomat |
ed14856da3
|
Rename some vars
|
3 years ago |
bonomat |
1471d0fa21
|
Disable to go-long button if
- balance < required margin - entered quantity > max_quantity or < min_quantity - entered quantity <= 0 |
3 years ago |
dependabot[bot] |
7edcde5009
|
Bump web-vitals from 1.1.2 to 2.1.2 in /maker-frontend
Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 1.1.2 to 2.1.2. - [Release notes](https://github.com/GoogleChrome/web-vitals/releases) - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v1.1.2...v2.1.2) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
dependabot[bot] |
36e0ce3246
|
Bump @chakra-ui/icons from 1.0.15 to 1.1.1 in /maker-frontend
Bumps [@chakra-ui/icons](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/icons) from 1.0.15 to 1.1.1. - [Release notes](https://github.com/chakra-ui/chakra-ui/releases) - [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/icons/CHANGELOG.md) - [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/icons@1.1.1/packages/icons) --- updated-dependencies: - dependency-name: "@chakra-ui/icons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
dependabot[bot] |
ca143db699
|
Bump eslint-plugin-jsx-a11y from 6.4.1 to 6.5.1 in /maker-frontend
Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.4.1 to 6.5.1. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.4.1...v6.5.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsx-a11y dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
dependabot[bot] |
c1b5f8a663
|
Bump @types/react from 17.0.35 to 17.0.36 in /taker-frontend
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.35 to 17.0.36. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
bors[bot] |
c7a194935a
|
Merge #662
662: Hide closed positions r=bonomat a=bonomat Kinda resolves #556 (not really, but at least it helps a bit :) ) hidden ![image](https://user-images.githubusercontent.com/224613/142800557-3c2bfe1e-aca8-4bd8-8adb-47c9b95851d5.png) shown ![image](https://user-images.githubusercontent.com/224613/142800600-587b4b9a-f917-4814-a73f-d1ce17776a3d.png) Co-authored-by: bonomat <philipp@hoenisch.at> |
3 years ago |
bors[bot] |
9410afa54b
|
Merge #661
661: Remove deprecated takerUI r=bonomat a=itchymax Resolves #500 Co-authored-by: bonomat <philipp@hoenisch.at> |
3 years ago |
bonomat |
f9c6d8d1a2
|
Use according to show/hide closed positions
when having many, they clutter the screen |
3 years ago |