Tree:
47ac726729
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 }
1164 Commits (47ac72672970e7389f204c242eddf821b08de88a)
Author | SHA1 | Message | Date |
---|---|---|---|
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 |
bonomat |
69590b2fc4
|
Remove deprecated taker-ui
resolves #500 |
3 years ago |
bors[bot] |
a2e432c706
|
Merge #626
626: Ban use of `MessageChannel#do_send` r=thomaseizinger a=thomaseizinger Co-authored-by: Thomas Eizinger <thomas@eizinger.io> |
3 years ago |
bors[bot] |
1e632bb120
|
Merge #653
653: Bump vite-jest from 0.0.3 to 0.0.4 in /maker-frontend r=bonomat a=dependabot[bot] Bumps [vite-jest](https://github.com/sodatea/vite-jest/tree/HEAD/packages/vite-jest) from 0.0.3 to 0.0.4. <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago |
bors[bot] |
9ec092bcee
|
Merge #654 #656
654: Bump history from 5.0.1 to 5.1.0 in /maker-frontend r=bonomat a=dependabot[bot] Bumps [history](https://github.com/ReactTraining/history) from 5.0.1 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ReactTraining/history/releases">history's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <p>Because the prior 5.0.2 release removed the <code>State</code> type parameter from <code>Location</code>, this was technically a breaking change. To correct for this, I'm bumping this as a minor release. It won't affect runtime code, but it may affect your development experience and tests if you were using that parameter.</p> <p>The <code>State</code> type export is also restored, so you shouldn't have issues with installing React Router v6.</p> <p>Oh, by the way, did you hear we <a href="https://github.com/remix-run/react-router/releases/tag/v6.0.0">released React Router v6</a>?</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/remix-run/history/compare/v5.0.3...v5.1.0">https://github.com/remix-run/history/compare/v5.0.3...v5.1.0</a></p> <h2>v5.0.3</h2> <p>Fixed <code>parsePath</code> adding incorrectly adding <code>search</code></p> <h2>v5.0.2</h2> <p>Just a couple fixes:</p> <ul> <li>Fixed search params persisting on redirects</li> <li>Changed the <code>location.state</code> type to <code>any</code> and removed the generic on <code>Location</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remix-run/history/compare/v5.0.1...v5.0.2">https://github.com/remix-run/history/compare/v5.0.1...v5.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago |
dependabot[bot] |
b6e2f4d11c
|
Bump @types/eslint from 7.29.0 to 8.2.0 in /taker-frontend
Bumps [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) from 7.29.0 to 8.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint) --- updated-dependencies: - dependency-name: "@types/eslint" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
dependabot[bot] |
2c21e554c2
|
Bump history from 5.0.1 to 5.1.0 in /maker-frontend
Bumps [history](https://github.com/ReactTraining/history) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/ReactTraining/history/releases) - [Commits](https://github.com/ReactTraining/history/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: history dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
dependabot[bot] |
a32febf79b
|
Bump vite-jest from 0.0.3 to 0.0.4 in /maker-frontend
Bumps [vite-jest](https://github.com/sodatea/vite-jest/tree/HEAD/packages/vite-jest) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/sodatea/vite-jest/releases) - [Commits](https://github.com/sodatea/vite-jest/commits/0.0.4/packages/vite-jest) --- updated-dependencies: - dependency-name: vite-jest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
bors[bot] |
0334b66786
|
Merge #647 #648 #649 #650 #651 #652
647: Bump anyhow from 1.0.45 to 1.0.47 r=bonomat a=dependabot[bot] Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.45 to 1.0.47. <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.46</h2> <ul> <li> <p>Support for implicit format args to match println and other std macros (<a href="https://rust-lang.github.io/rfcs/2795-format-args-implicit-identifiers.html">https://rust-lang.github.io/rfcs/2795-format-args-implicit-identifiers.html</a>)</p> <pre lang="rust"><code>let var = ...; let error = anyhow!("interpolate {var}"); // equivalent to anyhow!("interpolate {var}", var=var) </code></pre> </li> <li> <p>Detect missing fmt arguments at compile time: <code>anyhow!("{} not found")</code> (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/55">#55</a>)</p> </li> <li> <p>Reduce occurrence of "future cannot be shared between threads safely" in async code using anyhow macros (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/186">#186</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago |
dependabot[bot] |
f8d90181de
|
Bump react-refresh from 0.10.0 to 0.11.0 in /taker-frontend
Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v0.11.0/packages/react) --- updated-dependencies: - dependency-name: react-refresh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
dependabot[bot] |
3d53921445
|
Bump @types/node from 16.11.7 to 16.11.9 in /taker-frontend
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.7 to 16.11.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
dependabot[bot] |
5d91ae3e31
|
Bump @typescript-eslint/eslint-plugin in /maker-frontend
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.31.0 to 4.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
dependabot[bot] |
f4be282704
|
Bump @types/jest from 27.0.2 to 27.0.3 in /maker-frontend
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.2 to 27.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
dependabot[bot] |
7078392bfc
|
Bump @types/eslint from 7.28.0 to 8.2.0 in /maker-frontend
Bumps [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) from 7.28.0 to 8.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint) --- updated-dependencies: - dependency-name: "@types/eslint" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |
dependabot[bot] |
532c1093bb
|
Bump anyhow from 1.0.45 to 1.0.47
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.45 to 1.0.47. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.45...1.0.47) --- 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 |
Thomas Eizinger |
f43e8a5e25
|
Ban use of `do_send` function via clippy
|
3 years ago |
Thomas Eizinger |
07ebb08606
|
Transition uses of `do_send` to `send`
`do_send` on `MessageChannel` suffers from the same problems as `Address#do_send` and `Address#do_send_async`. Our uses only send messages that never fail so we don't need to adjust anything. |
3 years ago |
Thomas Eizinger |
9811136b05
|
Remove duplicate message
This is already logged in the connection actor. |
3 years ago |
bors[bot] |
06ade65712
|
Merge #641
641: Bump @types/jest from 27.0.2 to 27.0.3 in /taker-frontend r=bonomat a=dependabot[bot] Bumps [`@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)` from 27.0.2 to 27.0.3. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@types/jest&package-manager=npm_and_yarn&previous-version=27.0.2&new-version=27.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
3 years ago |
bors[bot] |
3dc623bcaf
|
Merge #639
639: Bump eslint-plugin-react from 7.25.1 to 7.27.0 in /maker-frontend r=bonomat a=dependabot[bot] Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.25.1 to 7.27.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/releases">eslint-plugin-react's releases</a>.</em></p> <blockquote> <h2>v7.26.1</h2> <h2>What's Changed</h2> <ul> <li>Pin link to code in react-in-jsx-scope docs by <a href="https://github.com/lencioni"><code>`@lencioni</code></a>` in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3081">yannickcr/eslint-plugin-react#3081</a></li> <li>[Docs] <code>jsx-max-props-per-line</code>: fix options example by <a href="https://github.com/MrRaiter"><code>`@MrRaiter</code></a>` in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3083">yannickcr/eslint-plugin-react#3083</a></li> <li>[Fix] <code>jsx-no-target-blank</code>: improve error messages by <a href="https://github.com/cutiful"><code>`@cutiful</code></a>` in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3088">yannickcr/eslint-plugin-react#3088</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MrRaiter"><code>`@MrRaiter</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3083">yannickcr/eslint-plugin-react#3083</a></li> <li><a href="https://github.com/cutiful"><code>`@cutiful</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3088">yannickcr/eslint-plugin-react#3088</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1">https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1</a></p> <h2>v7.26.0</h2> <h3>Added</h3> <ul> <li>add [<code>no-namespace</code>] rule (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2640">#2640</a> <a href="https://github.com/yacinehmito"><code>`@yacinehmito</code></a>` <a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[<code>jsx-max-props-per-line</code>]: add <code>single</code> and <code>multi</code> options (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3078">#3078</a> <a href="https://github.com/SIL0RAK"><code>`@SIL0RAK</code></a>)</li>` </ul> <h3>Fixed</h3> <ul> <li><a href="docs/rules/display-name.md"><code>display-name</code></a>: Get rid of false position on component detection (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2759">#2759</a> <a href="https://github.com/iiison"><code>`@iiison</code></a>)</li>` </ul> <h3>Changed</h3> <ul> <li>[<code>no-access-state-in-setstate</code>]: passing test for “don't error if it's not a React Component” (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1873">#1873</a> <a href="https://github.com/kentcdodds"><code>`@kentcdodds</code></a>)</li>` </ul> <p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3078">#3078</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3078">yannickcr/eslint-plugin-react#3078</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2640">#2640</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2640">yannickcr/eslint-plugin-react#2640</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2759">#2759</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2759">yannickcr/eslint-plugin-react#2759</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1873">#1873</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1873">yannickcr/eslint-plugin-react#1873</a> [<code>react/jsx-runtime</code>]: <a href="https://github.com/yannickcr/eslint-plugin-react/blob/HEAD/index.js#L163-L176">https://github.com/yannickcr/eslint-plugin-react/blob/HEAD/index.js#L163-L176</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.1...v7.27.0">7.27.0</a> - 2021.11.09</h2> <h3>Added</h3> <ul> <li>support eslint 8.x (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3059">#3059</a>[] <a href="https://github.com/MichaelDeBoey"><code>`@MichaelDeBoey</code></a>` <a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[<code>no-unused-class-component-methods</code>]: Handle unused class component methods (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2166">#2166</a>[] <a href="https://github.com/jakeleventhal"><code>`@jakeleventhal</code></a>` <a href="https://github.com/pawelnvk"><code>`@pawelnvk</code></a>)</li>` <li>add [<code>no-arrow-function-lifecycle</code>] (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1980">#1980</a>[] <a href="https://github.com/ngtan"><code>`@ngtan</code></a>)</li>` <li>add support for <code>`@typescript-eslint/parser</code>` v5 (<a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[<code>no-invalid-html-attribute</code>]: add rule (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2863">#2863</a>[] <a href="https://github.com/Nokel81"><code>`@Nokel81</code></a>)</li>` </ul> <h3>Fixed</h3> <ul> <li><code>propTypes</code>: add <code>VoidFunctionComponent</code> to react generic list (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3092">#3092</a>[] <a href="https://github.com/vedadeepta"><code>`@vedadeepta</code></a>)</li>` <li>[<code>jsx-fragments</code>], [<code>jsx-no-useless-fragment</code>]: avoid a crash on fragment syntax in <code>typescript-eslint</code> parser (<a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[<code>jsx-props-no-multi-spaces</code>]: avoid a crash on long member chains in tag names in <code>typescript-eslint</code> parser (<a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[<code>no-unused-prop-types</code>], <code>usedPropTypes</code>: avoid crash with typescript-eslint parser (<a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[<code>display-name</code>]: unwrap TS <code>as</code> expressions (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3110">#3110</a>[] <a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[<code>destructuring-assignment</code>]: detect refs nested in functions (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3102">#3102</a> <a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[<code>no-unstable-components</code>]: improve handling of objects containing render function properties (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3111">#3111</a> <a href="https://github.com/fizwidget"><code>`@fizwidget</code></a>)</li>` <li>[<code>prop-types</code>], <code>propTypes</code>: add forwardRef<!-- raw HTML omitted --> prop-types (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3112">#3112</a> <a href="https://github.com/vedadeepta"><code>`@vedadeepta</code></a>)</li>` <li>[<code>no-typos</code>]: prevent a crash when using private methods (<a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[<code>destructuring-assignment</code>], component detection: improve component detection (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3122">#3122</a> <a href="https://github.com/vedadeepta"><code>`@vedadeepta</code></a>)</li>` <li>[<code>no-invalid-html-attribute</code>]: avoid crash on spread props (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3126">#3126</a> <a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` </ul> <h3>Changed</h3> <ul> <li>[Tests] test on the new babel eslint parser (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3113">#3113</a> <a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[Docs] [<code>jsx-no-target-blank</code>]: adjust options description (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3124">#3124</a> <a href="https://github.com/gebsh"><code>`@gebsh</code></a>)</li>` </ul> <p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3126">#3126</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issue/3126">yannickcr/eslint-plugin-react#3126</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3124">#3124</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3124">yannickcr/eslint-plugin-react#3124</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3122">#3122</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3122">yannickcr/eslint-plugin-react#3122</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3113">#3113</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3113">yannickcr/eslint-plugin-react#3113</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3112">#3112</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3112">yannickcr/eslint-plugin-react#3112</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3111">#3111</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3111">yannickcr/eslint-plugin-react#3111</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3110">#3110</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3110">yannickcr/eslint-plugin-react#3110</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3102">#3102</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issue/3102">yannickcr/eslint-plugin-react#3102</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3092">#3092</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3092">yannickcr/eslint-plugin-react#3092</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3059">#3059</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3059">yannickcr/eslint-plugin-react#3059</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2863">#2863</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2863">yannickcr/eslint-plugin-react#2863</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2166">#2166</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2166">yannickcr/eslint-plugin-react#2166</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1980">#1980</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1980">yannickcr/eslint-plugin-react#1980</a></p> <h2>[7.26.1] - 2021.09.29</h2> <h3>Fixed</h3> <ul> <li>[<code>no-namespace</code>]: fix crash on non-string React.createElement name (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3082">#3082</a> <a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[<code>no-namespace</code>]: avoid crash on non-string createElement values (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3085">#3085</a> <a href="https://github.com/ljharb"><code>`@ljharb</code></a>)</li>` <li>[<code>jsx-no-target-blank</code>]: improve error messages (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3088">#3088</a> <a href="https://github.com/cutiful"><code>`@cutiful</code></a>)</li>` </ul> <h3>Changed</h3> <ul> <li>[Docs] [<code>jsx-max-props-per-line</code>]: fix options example (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3083">#3083</a> <a href="https://github.com/MrRaiter"><code>`@MrRaiter</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] |
558fbfc803
|
Bump eslint-plugin-react from 7.25.1 to 7.27.0 in /maker-frontend
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.25.1 to 7.27.0. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.1...v7.27.0) --- updated-dependencies: - dependency-name: eslint-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] |
887efc57eb
|
Merge #638
638: Bump eslint-plugin-import from 2.24.2 to 2.25.3 in /maker-frontend r=thomaseizinger a=dependabot[bot] Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.2 to 2.25.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/releases">eslint-plugin-import's releases</a>.</em></p> <blockquote> <h2>v2.25.2</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2">https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2</a></p> <h2>v2.25.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1">https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1</a></p> <h2>v2.25.0</h2> <h2>What's Changed</h2> <ul> <li>[Tests] use ESLint class in <code>cli</code> test by <a href="https://github.com/ota-meshi"><code>`@ota-meshi</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2208">import-js/eslint-plugin-import#2208</a></li> <li>[New] <code>no-unused-modules</code>: add eslint v8 support by <a href="https://github.com/coderaiser"><code>`@coderaiser</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2194">import-js/eslint-plugin-import#2194</a></li> <li><code>no-restricted-paths</code> support glob patterns by <a href="https://github.com/stropho"><code>`@stropho</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2219">import-js/eslint-plugin-import#2219</a></li> <li>[New] <code>no-unresolved</code>: add <code>caseSensitiveStrict</code> option by <a href="https://github.com/sergei-startsev"><code>`@sergei-startsev</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/1262">import-js/eslint-plugin-import#1262</a></li> <li>[New] no-unused-modules: support dynamic imports [2] by <a href="https://github.com/Hypnosphi"><code>`@Hypnosphi</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2212">import-js/eslint-plugin-import#2212</a></li> <li>[New] <code>no-unused-modules</code>: support dynamic imports by <a href="https://github.com/maxkomarychev"><code>`@maxkomarychev</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/1660">import-js/eslint-plugin-import#1660</a></li> <li>[Refactor] switch to an internal replacement for <code>pkg-up</code> and <code>read-pkg-up</code> by <a href="https://github.com/mgwalker"><code>`@mgwalker</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2047">import-js/eslint-plugin-import#2047</a></li> <li>[Fix] no-unresolved: ignore type-only imports by <a href="https://github.com/jablko"><code>`@jablko</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2220">import-js/eslint-plugin-import#2220</a></li> <li>[Fix] <code>order</code>: Fix import ordering in TypeScript module declarations by <a href="https://github.com/remcohaszing"><code>`@remcohaszing</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2226">import-js/eslint-plugin-import#2226</a></li> <li>[Tests] fix skip usage by <a href="https://github.com/jablko"><code>`@jablko</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2232">import-js/eslint-plugin-import#2232</a></li> <li>[Refactor] <code>no-unresolved</code>, <code>no-extraneous-dependencies</code>: moduleVisitor usage by <a href="https://github.com/jablko"><code>`@jablko</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2233">import-js/eslint-plugin-import#2233</a></li> <li>Resolve extended TypeScript configuration files by <a href="https://github.com/mrmckeb"><code>`@mrmckeb</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2240">import-js/eslint-plugin-import#2240</a></li> <li>[New] Support for ESLint v8 by <a href="https://github.com/ota-meshi"><code>`@ota-meshi</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2191">import-js/eslint-plugin-import#2191</a></li> <li>Release 2.25.0 by <a href="https://github.com/ljharb"><code>`@ljharb</code></a>` in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2253">import-js/eslint-plugin-import#2253</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/coderaiser"><code>`@coderaiser</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2194">import-js/eslint-plugin-import#2194</a></li> <li><a href="https://github.com/sergei-startsev"><code>`@sergei-startsev</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/1262">import-js/eslint-plugin-import#1262</a></li> <li><a href="https://github.com/maxkomarychev"><code>`@maxkomarychev</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/1660">import-js/eslint-plugin-import#1660</a></li> <li><a href="https://github.com/mgwalker"><code>`@mgwalker</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2047">import-js/eslint-plugin-import#2047</a></li> <li><a href="https://github.com/jablko"><code>`@jablko</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2220">import-js/eslint-plugin-import#2220</a></li> <li><a href="https://github.com/remcohaszing"><code>`@remcohaszing</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2226">import-js/eslint-plugin-import#2226</a></li> <li><a href="https://github.com/mrmckeb"><code>`@mrmckeb</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/pull/2240">import-js/eslint-plugin-import#2240</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0">https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md">eslint-plugin-import's changelog</a>.</em></p> <blockquote> <h2>[2.25.3] - 2021-11-09</h2> <h3>Fixed</h3> <ul> <li>[<code>extensions</code>]: ignore unresolveable type-only imports (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2270">#2270</a>, <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2271">#2271</a>, thanks [<a href="https://github.com/jablko"><code>`@jablko</code></a>])</li>` <li><code>importType</code>: fix <code>isExternalModule</code> calculation (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2282">#2282</a>, thanks [<a href="https://github.com/mx-bernhard"><code>`@mx-bernhard</code></a>])</li>` <li>[<code>no-import-module-exports</code>]: avoid false positives with a shadowed <code>module</code> or <code>exports</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2297">#2297</a>, thanks [<a href="https://github.com/ljharb"><code>`@ljharb</code></a>])</li>` </ul> <h3>Changed</h3> <ul> <li>[Docs] [<code>order</code>]: add type to the default groups (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2272">#2272</a>, thanks [<a href="https://github.com/charpeni"><code>`@charpeni</code></a>])</li>` <li>[readme] Add note to TypeScript docs to install appropriate resolver (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2279">#2279</a>, thanks [<a href="https://github.com/johnthagen"><code>`@johnthagen</code></a>])</li>` <li>[Refactor] <code>importType</code>: combine redundant <code>isScoped</code> and <code>isScopedModule</code> (thanks [<a href="https://github.com/ljharb"><code>`@ljharb</code></a>])</li>` <li>[Docs] HTTP => HTTPS (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2287">#2287</a>, thanks [<a href="https://github.com/Schweinepriester"><code>`@Schweinepriester</code></a>])</li>` </ul> <h2>[2.25.2] - 2021-10-12</h2> <h3>Fixed</h3> <ul> <li>[Deps] update <code>eslint-module-utils</code> for real this time (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2255">#2255</a>, thanks [<a href="https://github.com/ljharb"><code>`@ljharb</code></a>])</li>` </ul> <h2>[2.25.1] - 2021-10-11</h2> <h3>Fixed</h3> <ul> <li>[Deps] update <code>eslint-module-utils</code></li> </ul> <h2>[2.25.0] - 2021-10-11</h2> <h3>Added</h3> <ul> <li>Support <code>eslint</code> v8 (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2191">#2191</a>, thanks [<a href="https://github.com/ota-meshi"><code>`@ota-meshi</code></a>])</li>` <li>[<code>no-unresolved</code>]: add <code>caseSensitiveStrict</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1262">#1262</a>, thanks [<a href="https://github.com/sergei-startsev"><code>`@sergei-startsev</code></a>])</li>` <li>[<code>no-unused-modules</code>]: add eslint v8 support (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2194">#2194</a>, thanks [<a href="https://github.com/coderaiser"><code>`@coderaiser</code></a>])</li>` <li>[<code>no-restricted-paths</code>]: add/restore glob pattern support (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2219">#2219</a>, thanks [<a href="https://github.com/stropho"><code>`@stropho</code></a>])</li>` <li>[<code>no-unused-modules</code>]: support dynamic imports (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1660">#1660</a>, <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2212">#2212</a>, thanks [<a href="https://github.com/maxkomarychev"><code>`@maxkomarychev</code></a>],` [<a href="https://github.com/aladdin-add"><code>`@aladdin-add</code></a>],` [<a href="https://github.com/Hypnosphi"><code>`@Hypnosphi</code></a>])</li>` </ul> <h3>Fixed</h3> <ul> <li>[<code>no-unresolved</code>]: ignore type-only imports (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2220">#2220</a>, thanks [<a href="https://github.com/jablko"><code>`@jablko</code></a>])</li>` <li>[<code>order</code>]: fix sorting imports inside TypeScript module declarations (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2226">#2226</a>, thanks [<a href="https://github.com/remcohaszing"><code>`@remcohaszing</code></a>])</li>` <li>[<code>default</code>], <code>ExportMap</code>: Resolve extended TypeScript configuration files (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2240">#2240</a>, thanks [<a href="https://github.com/mrmckeb"><code>`@mrmckeb</code></a>])</li>` </ul> <h3>Changed</h3> <ul> <li>[Refactor] switch to an internal replacement for <code>pkg-up</code> and <code>read-pkg-up</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2047">#2047</a>, thanks [<a href="https://github.com/mgwalker"><code>`@mgwalker</code></a>])</li>` <li>[patch] TypeScript config: remove <code>.d.ts</code> from [<code>import/parsers</code> setting] and [<code>import/extensions</code> setting] (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2220">#2220</a>, thanks [<a href="https://github.com/jablko"><code>`@jablko</code></a>])</li>` <li>[Refactor] [<code>no-unresolved</code>], [<code>no-extraneous-dependencies</code>]: moduleVisitor usage (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2233">#2233</a>, thanks [<a href="https://github.com/jablko"><code>`@jablko</code></a>])</li>` </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago |
dependabot[bot] |
435e20fed3
|
Bump @types/jest from 27.0.2 to 27.0.3 in /taker-frontend
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.2 to 27.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
3 years ago |