dependabot[bot]
1e02cb0adc
Bump @testing-library/dom from 8.2.0 to 8.11.1 in /maker-frontend
Bumps [@testing-library/dom ](https://github.com/testing-library/dom-testing-library ) from 8.2.0 to 8.11.1.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases )
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v8.2.0...v8.11.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/dom"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
329d9cfadc
Bump @types/react-dom from 17.0.9 to 17.0.11 in /maker-frontend
Bumps [@types/react-dom ](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 17.0.9 to 17.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
cd5cbd5a39
Bump serde_json from 1.0.70 to 1.0.71
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.70 to 1.0.71.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.70...v1.0.71 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
ab67207551
Bump actions/setup-python from 2.2.2 to 2.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v2.3.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Thomas Eizinger
a1dd85f481
Split `Cfd#handle` function into multiple
We always constructed the specific enum variant at the call site.
Might as well call a particular function which is simpler.
3 years ago
Thomas Eizinger
e297a4468a
Simplify invoking `oracle::GetAnnouncement`
Moving the error message into the handler reduces complexity in the
cfd actor.
3 years ago
Thomas Eizinger
211072b9ed
Remove unnecessary indirection of `TakerCommand`
3 years ago
bors[bot]
753fa92005
Merge #607
607: Don't use tokio::spawn r=klochowicz a=klochowicz
see commit descriptions for more info
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
3 years ago
Mariusz Klochowicz
beb10e84fd
Don't use tokio feature from xtra
Prefer using our FutureExt to enforce keeping RemoteHandles to prevent zombie
tasks.
3 years ago
Mariusz Klochowicz
855181f06c
Expand Tasks API for ergonomics
The fact that we're storing a Vec<RemoteHandle<()>) internally is an
implementation detail.
Calling `spawn_with_handle` is done internally now, guarded by a `debug_assert!`
macro discouraging from doing it twice.
3 years ago
Mariusz Klochowicz
6afe3f8e6c
Disallow calls to tokio::spawn outside dedicated extension trait
Prevent accidentally spawning a task that could outlive the actor system
and become a zombie.
Any long-lived task should be tied to its owner by keeping RemoteHandle around.
3 years ago
Mariusz Klochowicz
bea968d27b
Tie lifetimes of spawned tasks to actors
3 years ago
bors[bot]
ab23d26dbb
Merge #621
621: Bump typescript from 4.4.4 to 4.5.2 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.4.4 to 4.5.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases ">typescript's releases</a>.</em></p>
<blockquote>
<h2>TypeScript 4.5</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/ ">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+ ">fixed issues query for Typescript 4.5.0 (Beta)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+ ">fixed issues query for Typescript 4.5.1 (RC)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+ ">fixed issues query for Typescript 4.5.1 (Stable)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript ">npm</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-45 ">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ">Select new version in project options</a>)</li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild ">NuGet package</a></li>
</ul>
<h2>TypeScript 4.5 RC</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-5-rc/ ">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+ ">fixed issues query for Typescript 4.5.0 (Beta)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+ ">fixed issues query for Typescript 4.5.1 (RC)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript ">npm</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-45rc ">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ">Select new version in project options</a>)</li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild ">NuGet package</a></li>
</ul>
<h2>TypeScript 4.5 Beta</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-5-beta/ ">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0+%28Beta%29%22+ ">fixed issues query for Typescript 4.5.0 (Beta)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript ">npm</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-45beta ">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ">Select new version in project options</a>)</li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild ">NuGet package</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7893f689fe
"><code>7893f68</code></a> Bump version to 4.5.2 and LKG</li>
<li><a href="460515fb4b
"><code>460515f</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46787 ">#46787</a> into release-4.5 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46789 ">#46789</a>)</li>
<li><a href="ec158f913c
"><code>ec158f9</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46767 ">#46767</a> into release-4.5 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46769 ">#46769</a>)</li>
<li><a href="32786412de
"><code>3278641</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46737 ">#46737</a> into release-4.5 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46742 ">#46742</a>)</li>
<li><a href="2857273281
"><code>2857273</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46670 ">#46670</a> into release-4.5 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46671 ">#46671</a>)</li>
<li><a href="b8ee3307b2
"><code>b8ee330</code></a> [release-4.5] Exclude identity relation from mapped type relation check (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46 ">#46</a>...</li>
<li><a href="df53f4def2
"><code>df53f4d</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46628 ">#46628</a> into release-4.5 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46676 ">#46676</a>)</li>
<li><a href="0651bd3ada
"><code>0651bd3</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46614 ">#46614</a> into release-4.5 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46675 ">#46675</a>)</li>
<li><a href="e4a2494065
"><code>e4a2494</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46594 ">#46594</a> into release-4.5 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46667 ">#46667</a>)</li>
<li><a href="9b802322da
"><code>9b80232</code></a> Properly check whether union type contains only primitive types (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46645 ">#46645</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/46 ">#46</a>...</li>
<li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=4.4.4&new-version=4.5.2 )](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]
df8aa6241a
Merge #570
570: Ban use of xtra functions that lead to hard-to-spot bugs r=thomaseizinger a=thomaseizinger
Read commit messages for details.
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
3 years ago
bors[bot]
9a90e16387
Merge #622
622: Add a footer with social media links r=klochowicz a=klochowicz
Add Telegram, Twitter and GitHub links to ItchySats.
The footer is styled in the similar way to the header and follows the theme changes.
Fixes #518
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
3 years ago
Thomas Eizinger
30dc9481e4
Ban do_send_async and do_send functions
Both of these discard the return value which can lead to hard to find
bugs if the return value is an `Err`.
3 years ago
Thomas Eizinger
dd69419c4e
Migrate `do_send_async` to `send`
These handlers never fail. Nothing left to do.
3 years ago
Thomas Eizinger
56170250b8
Migrate `do_send_async` to `send`
Broadcasting an order never fails.
3 years ago
Thomas Eizinger
0eaa1ff82e
Migrate `do_send_async` to `send`
These handlers never fail and we are always connected.
3 years ago
Thomas Eizinger
ca36e0b8f4
Migrate `do_send_async` to `send`
We cleaned up our internal state already, hence we can bubble up
the error here.
3 years ago
Thomas Eizinger
e448f37442
Migrate `do_send_async` to `send`
This cannot fail, nothing left to do.
3 years ago
Thomas Eizinger
4e34bbade4
Migrate `do_send_async` to `send`
First log the warning, then attempt to send. This makes sure we always
log the warning, even if we fail to send the message.
3 years ago
Thomas Eizinger
a253a62582
Migrate `do_send_async` to `send`
First clean up state, then attempt to send the message. If it fails,
we bubble up but leave things in a consistent state.
3 years ago
Thomas Eizinger
7f0a218502
Migrate `do_send_async` to `send`
If we fail to deliver `NotifySettlementAccepted`, we just clean-up
our internal state.
3 years ago
Thomas Eizinger
ec8e4d6c6a
Migrate `do_send_async` to `send`
Handling the `Sync` message is quick because we internally use
concurrency to fetch attestations and announcement. This will not
actually block startup.
3 years ago
Thomas Eizinger
8c025d4ed2
Mock handlers for contract setup
Running this test with `--nocapture` reveals that we have unmocked
handlers. Adding these mocks fixes those panics (which are being
captured by tokio and hence did not abort the test).
Additionally we specialize the `mock_common_handlers` function to just
deal with the two `Sync` messages to make it clear that no more mocks
should be added to this function.
3 years ago
Mariusz Klochowicz
c01dfdd47f
Add a footer with social media links
Add Telegram, Twitter and GitHub links to ItchySats.
The footer is styled in the similar way to the header and follows the theme changes.
3 years ago
bors[bot]
5fbc226e96
Merge #618
618: Bump react-refresh from 0.10.0 to 0.11.0 in /maker-frontend r=bonomat a=dependabot[bot]
Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react ) from 0.10.0 to 0.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/releases ">react-refresh's releases</a>.</em></p>
<blockquote>
<h2>v0.11.0</h2>
<h3>React Core</h3>
<h4>Breaking Changes</h4>
<ul>
<li><code>getDefaultProps()</code> is now called once per class and shared across all instances</li>
<li><code>MyComponent()</code> now returns a descriptor, not an instance</li>
<li><code>React.isValidComponent</code> and <code>React.PropTypes.component</code> validate <em>descriptors</em>, not component instances</li>
<li>Custom <code>propType</code> validators should return an <code>Error</code> instead of logging directly</li>
</ul>
<h4>New Features</h4>
<ul>
<li>Rendering to <code>null</code></li>
<li>Keyboard events include normalized <code>e.key</code> and <code>e.getModifierState()</code> properties</li>
<li>New normalized <code>onBeforeInput</code> event</li>
<li><code>React.Children.count</code> has been added as a helper for counting the number of children</li>
</ul>
<h4>Bug Fixes</h4>
<ul>
<li>Re-renders are batched in more cases</li>
<li>Events: <code>e.view</code> properly normalized</li>
<li>Added Support for more HTML attributes (<code>coords</code>, <code>crossOrigin</code>, <code>download</code>, <code>hrefLang</code>, <code>mediaGroup</code>, <code>muted</code>, <code>scrolling</code>, <code>shape</code>, <code>srcSet</code>, <code>start</code>, <code>useMap</code>)</li>
<li>Improved SVG support
<ul>
<li>Changing <code>className</code> on a mounted SVG component now works correctly</li>
<li>Added support for elements <code>mask</code> and <code>tspan</code></li>
<li>Added support for attributes <code>dx</code>, <code>dy</code>, <code>fillOpacity</code>, <code>fontFamily</code>, <code>fontSize</code>, <code>markerEnd</code>, <code>markerMid</code>, <code>markerStart</code>, <code>opacity</code>, <code>patternContentUnits</code>, <code>patternUnits</code>, <code>preserveAspectRatio</code>, <code>strokeDasharray</code>, <code>strokeOpacity</code></li>
</ul>
</li>
<li>CSS property names with vendor prefixes (<code>Webkit</code>, <code>ms</code>, <code>Moz</code>, <code>O</code>) are now handled properly</li>
<li>Duplicate keys no longer cause a hard error; now a warning is logged (and only one of the children with the same key is shown)</li>
<li><code>img</code> event listeners are now unbound properly, preventing the error "Two valid but unequal nodes with the same <code>data-reactid</code>"</li>
<li>Added explicit warning when missing polyfills</li>
</ul>
<h3>React With Addons</h3>
<ul>
<li>PureRenderMixin: a mixin which helps optimize "pure" components</li>
<li>Perf: a new set of tools to help with performance analysis</li>
<li>Update: New <code>$apply</code> command to transform values</li>
<li>TransitionGroup bug fixes with null elements, Android</li>
</ul>
<h3>React NPM Module</h3>
<ul>
<li>Now includes the pre-built packages under <code>dist/</code>.</li>
<li><code>envify</code> is properly listed as a dependency instead of a peer dependency</li>
</ul>
<h3>JSX</h3>
<ul>
<li>Added support for namespaces, eg <code><Components.Checkbox /></code></li>
<li>JSXTransformer
<ul>
<li>Enable the same <code>harmony</code> features available in the command line with <code><script type="text/jsx;harmony=true"></code></li>
<li>Scripts are downloaded in parallel for more speed. They are still executed in order (as you would expect with normal script tags)</li>
<li>Fixed a bug preventing sourcemaps from working in Firefox</li>
</ul>
</li>
</ul>
<h3>React Tools Module</h3>
<ul>
<li>Improved readme with usage and API information</li>
<li>Improved ES6 transforms available with <code>--harmony</code> option</li>
<li>Added <code>--source-map-inline</code> option to the <code>jsx</code> executable</li>
<li>New <code>transformWithDetails</code> API which gives access to the raw sourcemap data</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md ">react-refresh's changelog</a>.</em></p>
<blockquote>
<h2>0.11.0 (July 17, 2014)</h2>
<h3>React Core</h3>
<h4>Breaking Changes</h4>
<ul>
<li><code>getDefaultProps()</code> is now called once per class and shared across all instances</li>
<li><code>MyComponent()</code> now returns a descriptor, not an instance</li>
<li><code>React.isValidComponent</code> and <code>React.PropTypes.component</code> validate <em>descriptors</em>, not component instances</li>
<li>Custom <code>propType</code> validators should return an <code>Error</code> instead of logging directly</li>
</ul>
<h4>New Features</h4>
<ul>
<li>Rendering to <code>null</code></li>
<li>Keyboard events include normalized <code>e.key</code> and <code>e.getModifierState()</code> properties</li>
<li>New normalized <code>onBeforeInput</code> event</li>
<li><code>React.Children.count</code> has been added as a helper for counting the number of children</li>
</ul>
<h4>Bug Fixes</h4>
<ul>
<li>Re-renders are batched in more cases</li>
<li>Events: <code>e.view</code> properly normalized</li>
<li>Added Support for more HTML attributes (<code>coords</code>, <code>crossOrigin</code>, <code>download</code>, <code>hrefLang</code>, <code>mediaGroup</code>, <code>muted</code>, <code>scrolling</code>, <code>shape</code>, <code>srcSet</code>, <code>start</code>, <code>useMap</code>)</li>
<li>Improved SVG support
<ul>
<li>Changing <code>className</code> on a mounted SVG component now works correctly</li>
<li>Added support for elements <code>mask</code> and <code>tspan</code></li>
<li>Added support for attributes <code>dx</code>, <code>dy</code>, <code>fillOpacity</code>, <code>fontFamily</code>, <code>fontSize</code>, <code>markerEnd</code>, <code>markerMid</code>, <code>markerStart</code>, <code>opacity</code>, <code>patternContentUnits</code>, <code>patternUnits</code>, <code>preserveAspectRatio</code>, <code>strokeDasharray</code>, <code>strokeOpacity</code></li>
</ul>
</li>
<li>CSS property names with vendor prefixes (<code>Webkit</code>, <code>ms</code>, <code>Moz</code>, <code>O</code>) are now handled properly</li>
<li>Duplicate keys no longer cause a hard error; now a warning is logged (and only one of the children with the same key is shown)</li>
<li><code>img</code> event listeners are now unbound properly, preventing the error "Two valid but unequal nodes with the same <code>data-reactid</code>"</li>
<li>Added explicit warning when missing polyfills</li>
</ul>
<h3>React With Addons</h3>
<ul>
<li>PureRenderMixin: a mixin which helps optimize "pure" components</li>
<li>Perf: a new set of tools to help with performance analysis</li>
<li>Update: New <code>$apply</code> command to transform values</li>
<li>TransitionGroup bug fixes with null elements, Android</li>
</ul>
<h3>React NPM Module</h3>
<ul>
<li>Now includes the pre-built packages under <code>dist/</code>.</li>
<li><code>envify</code> is properly listed as a dependency instead of a peer dependency</li>
</ul>
<h3>JSX</h3>
<ul>
<li>Added support for namespaces, eg <code><Components.Checkbox /></code></li>
<li>JSXTransformer
<ul>
<li>Enable the same <code>harmony</code> features available in the command line with <code><script type="text/jsx;harmony=true"></code></li>
<li>Scripts are downloaded in parallel for more speed. They are still executed in order (as you would expect with normal script tags)</li>
<li>Fixed a bug preventing sourcemaps from working in Firefox</li>
</ul>
</li>
</ul>
<h3>React Tools Module</h3>
<ul>
<li>Improved readme with usage and API information</li>
<li>Improved ES6 transforms available with <code>--harmony</code> option</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/facebook/react/commits/v0.11.0/packages/react ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-refresh&package-manager=npm_and_yarn&previous-version=0.10.0&new-version=0.11.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
70e993b4c6
Bump typescript from 4.4.4 to 4.5.2 in /taker-frontend
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.4.4 to 4.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
732174e603
Bump react-refresh from 0.10.0 to 0.11.0 in /maker-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
bors[bot]
2d57c4e395
Merge #610 #612 #613 #614 #615 #617
610: Bump @testing-library/jest-dom from 5.14.1 to 5.15.0 in /maker-frontend r=bonomat a=dependabot[bot]
Bumps [`@testing-library/jest-dom](https://github.com/testing-library/jest-dom )` from 5.14.1 to 5.15.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases "><code>`@testing-library/jest-dom</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v5.15.0</h2>
<h1><a href="https://github.com/testing-library/jest-dom/compare/v5.14.1...v5.15.0 ">5.15.0</a> (2021-11-02)</h1>
<h3>Features</h3>
<ul>
<li>import parse directly from css (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/415 ">#415</a>) (<a href="4cb606cc59
">4cb606c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4cb606cc59
"><code>4cb606c</code></a> feat: import parse directly from css (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/415 ">#415</a>)</li>
<li><a href="35ab97d28f
"><code>35ab97d</code></a> docs: add yannbf as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/416 ">#416</a>)</li>
<li><a href="88760389b8
"><code>8876038</code></a> docs: add MatanBobi as a contributor for platform (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/410 ">#410</a>)</li>
<li><a href="d085039964
"><code>d085039</code></a> chore: set protocol for npm to <code>https</code> (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/409 ">#409</a>)</li>
<li><a href="d24b6be0c4
"><code>d24b6be</code></a> docs: add tu4mo as a contributor for doc (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/386 ">#386</a>)</li>
<li><a href="51ea53620d
"><code>51ea536</code></a> chore: upgrade to Jest 27 (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/384 ">#384</a>)</li>
<li><a href="60832f6c46
"><code>60832f6</code></a> Fix typo (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/385 ">#385</a>)</li>
<li><a href="0e34a35e6d
"><code>0e34a35</code></a> docs: add icecream17 as a contributor for doc (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/381 ">#381</a>)</li>
<li><a href="eccbfcfc9f
"><code>eccbfcf</code></a> fix grammar (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/380 ">#380</a>)</li>
<li>See full diff in <a href="https://github.com/testing-library/jest-dom/compare/v5.14.1...v5.15.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=5.14.1&new-version=5.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
612: Bump @emotion/react from 11.4.1 to 11.6.0 in /maker-frontend r=bonomat a=dependabot[bot]
Bumps [`@emotion/react](https://github.com/emotion-js/emotion )` from 11.4.1 to 11.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/emotion-js/emotion/releases "><code>`@emotion/react</code>'s` releases</a>.</em></p>
<blockquote>
<h2><code>`@emotion/react</code><a` href="https://github.com/11 "><code>`@11</code></a>.6.0</h2>`
<h3>Minor Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2542 ">#2542</a> <a href="eb013d2572
"><code>eb013d25</code></a> Thanks <a href="https://github.com/eps1lon "><code>`@eps1lon</code></a>!` - Fixed hydration mismatches if <code>React.useId</code> (the upcoming API of the React 18) is used within a tree below our components.</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2551 ">#2551</a> <a href="99fcea04a2
"><code>99fcea04</code></a> Thanks <a href="https://github.com/Andarist "><code>`@Andarist</code></a>!` - Shorten the path of the "private" <code>isolated-hoist-non-react-statics-do-not-use-this-in-your-code</code> entrypoint to avoid exeeding path limitations on Windows.</p>
</li>
<li>
<p>Updated dependencies [<a href="9e82a99162
"><code>9e82a991</code></a>, <a href="516fe45805
"><code>516fe458</code></a>]:</p>
<ul>
<li><code>`@emotion/sheet</code><a` href="https://github.com/1 "><code>`@1</code></a>.1.0</li>`
<li><code>`@emotion/cache</code><a` href="https://github.com/11 "><code>`@11</code></a>.6.0</li>`
</ul>
</li>
</ul>
<h2><code>`@emotion/react</code><a` href="https://github.com/11 "><code>`@11</code></a>.5.0</h2>`
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2498 ">#2498</a> <a href="e5beae8e32
"><code>e5beae8e</code></a> Thanks <a href="https://github.com/Andarist "><code>`@Andarist</code></a>!` - Fixed an edge case issue with incorrect rules being generated. When a context selector (<code>&</code>) was used not at the beginning of a selector (which is not valid SCSS but is allowed by the Stylis parser that we are using) within a group of selectors containing a pseudoclass then it was not replaced correctly with the current context selector.</p>
</li>
<li>
<p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2500 ">#2500</a> <a href="eda5e687c0
"><code>eda5e687</code></a> Thanks <a href="https://github.com/Jarred-Sumner "><code>`@Jarred-Sumner</code></a>!` - Fix error loading <code>`@emotion/react</code>` in alternative JS environments</p>
</li>
<li>
<p>Updated dependencies [<a href="e5beae8e32
"><code>e5beae8e</code></a>, <a href="9ae4a91a08
"><code>9ae4a91a</code></a>, <a href="f2eda82954
"><code>f2eda829</code></a>]:</p>
<ul>
<li><code>`@emotion/cache</code><a` href="https://github.com/11 "><code>`@11</code></a>.5.0</li>`
<li><code>`@emotion/sheet</code><a` href="https://github.com/1 "><code>`@1</code></a>.0.3</li>`
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2bac69b6c0
"><code>2bac69b</code></a> Upgrade node version in the release workflow</li>
<li><a href="ed90c2e9da
"><code>ed90c2e</code></a> Version Packages (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2539 ">#2539</a>)</li>
<li><a href="3c902cfd7d
"><code>3c902cf</code></a> Fix & upgrade benchmarks (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2544 ">#2544</a>)</li>
<li><a href="9e82a99162
"><code>9e82a99</code></a> Tweak changesets created in <a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2521 ">#2521</a></li>
<li><a href="d9b247d189
"><code>d9b247d</code></a> Add a note that <code>container</code> can be used to inject styles to windows (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2541 ">#2541</a>)</li>
<li><a href="99fcea04a2
"><code>99fcea0</code></a> Shorten the path of the "private" `isolated-hoist-non-react-statics-do-not-us...</li>
<li><a href="9861a18bbf
"><code>9861a18</code></a> Add <code>enterKeyHint</code> prop to the <code>isPropValid</code> allowlist (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2540 ">#2540</a>)</li>
<li><a href="eb013d2572
"><code>eb013d2</code></a> Fix hydration mismatches with <code>React.useId</code> (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2542 ">#2542</a>)</li>
<li><a href="516fe45805
"><code>516fe45</code></a> Add <code>insertionPoint</code> option in <code>EmotionCache</code> (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2521 ">#2521</a>)</li>
<li><a href="01e4e0f6fe
"><code>01e4e0f</code></a> Document extra installation step for M1 Mac (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2535 ">#2535</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/emotion-js/emotion/compare/ `@emotion/react@11.4.1...@emotion/react@11.6.0">compare` view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@emotion/react&package-manager=npm_and_yarn&previous-version=11.4.1&new-version=11.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
613: Bump eslint-plugin-react-hooks from 4.2.0 to 4.3.0 in /maker-frontend r=bonomat a=dependabot[bot]
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks ) from 4.2.0 to 4.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md ">eslint-plugin-react-hooks's changelog</a>.</em></p>
<blockquote>
<h2>4.3.0</h2>
<ul>
<li>Support ESLint 8. (<a href="https://github.com/MichaelDeBoey "><code>`@MichaelDeBoey</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/22248 ">#22248</a>)</li>
<li>Fix a crash with an empty effect. (<a href="https://github.com/ChrisRu "><code>`@ChrisRu</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20385 ">#20385</a>)</li>
<li>Improve the error message. (<a href="https://github.com/callmetwan "><code>`@callmetwan</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20692 ">#20692</a>)</li>
<li>Handle optional chained methods as dependency. (<a href="https://github.com/AriPerkkio "><code>`@AriPerkkio</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20247 ">#20247</a>)</li>
<li>Assume the new <code>useTransition</code> signature in the rule. (<a href="https://github.com/rickhanlonii "><code>`@rickhanlonii</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20976 ">#20976</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-react-hooks&package-manager=npm_and_yarn&previous-version=4.2.0&new-version=4.3.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
614: Bump @types/node from 12.20.37 to 16.11.7 in /taker-frontend r=bonomat a=dependabot[bot]
Bumps [`@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )` from 12.20.37 to 16.11.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@types/node&package-manager=npm_and_yarn&previous-version=12.20.37&new-version=16.11.7)](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>
615: Bump @testing-library/user-event from 12.8.3 to 13.5.0 in /taker-frontend r=bonomat a=dependabot[bot]
Bumps [`@testing-library/user-event](https://github.com/testing-library/user-event )` from 12.8.3 to 13.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases "><code>`@testing-library/user-event</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v13.5.0</h2>
<h1><a href="https://github.com/testing-library/user-event/compare/v13.4.2...v13.5.0 ">13.5.0</a> (2021-10-18)</h1>
<h3>Features</h3>
<ul>
<li><strong>keyboard:</strong> keep key pressed for multiple <code>keydown</code> events (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/728 ">#728</a>) (<a href="5d946d51d6
">5d946d5</a>)</li>
</ul>
<h2>v13.4.2</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v13.4.1...v13.4.2 ">13.4.2</a> (2021-10-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>keyboard:</strong> submit on enter keypress for checkboxes and radio buttons (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/741 ">#741</a>) (<a href="97ba08eb2a
">97ba08e</a>)</li>
</ul>
<h2>v13.4.1</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v13.4.0...v13.4.1 ">13.4.1</a> (2021-10-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>keyboard:</strong> deprecate <code>specialCharMap</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/738 ">#738</a>) (<a href="9519979199
">9519979</a>)</li>
</ul>
<h2>v13.4.0</h2>
<h1><a href="https://github.com/testing-library/user-event/compare/v13.3.0...v13.4.0 ">13.4.0</a> (2021-10-15)</h1>
<h3>Features</h3>
<ul>
<li><strong>keyboard:</strong> handle <code>PageUp</code> and <code>PageDown</code> on <code>input</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/734 ">#734</a>) (<a href="f731f68b1e
">f731f68</a>)</li>
</ul>
<h2>v13.3.0</h2>
<h1><a href="https://github.com/testing-library/user-event/compare/v13.2.2...v13.3.0 ">13.3.0</a> (2021-10-10)</h1>
<h3>Features</h3>
<ul>
<li>add flag to skip pointer-events check (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/731 ">#731</a>) (<a href="26b7d0b792
">26b7d0b</a>)</li>
</ul>
<h2>v13.2.1</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v13.2.0...v13.2.1 ">13.2.1</a> (2021-07-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>keyboard:</strong> dispatch change event on blur (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/703 ">#703</a>) (<a href="9600abb57d
">9600abb</a>)</li>
</ul>
<h2>v13.2.0</h2>
<h1><a href="https://github.com/testing-library/user-event/compare/v13.1.9...v13.2.0 ">13.2.0</a> (2021-07-17)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5d946d51d6
"><code>5d946d5</code></a> feat(keyboard): keep key pressed for multiple <code>keydown</code> events (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/728 ">#728</a>)</li>
<li><a href="fcbdf21ab2
"><code>fcbdf21</code></a> docs: add 777PolarFox777 as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/748 ">#748</a>)</li>
<li><a href="97ba08eb2a
"><code>97ba08e</code></a> fix(keyboard): submit on enter keypress for checkboxes and radio buttons (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/741 ">#741</a>)</li>
<li><a href="9519979199
"><code>9519979</code></a> fix(keyboard): deprecate <code>specialCharMap</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/738 ">#738</a>)</li>
<li><a href="0fb2c87a34
"><code>0fb2c87</code></a> docs: add JohannesFischer as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/745 ">#745</a>)</li>
<li><a href="f731f68b1e
"><code>f731f68</code></a> feat(keyboard): handle <code>PageUp</code> and <code>PageDown</code> on <code>input</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/734 ">#734</a>)</li>
<li><a href="2f900efad6
"><code>2f900ef</code></a> docs: add jesperorb as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/740 ">#740</a>)</li>
<li><a href="26b7d0b792
"><code>26b7d0b</code></a> feat: add flag to skip pointer-events check (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/731 ">#731</a>)</li>
<li><a href="a4943d531f
"><code>a4943d5</code></a> refactor: convert test setup to Typescript (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/739 ">#739</a>)</li>
<li><a href="446e52e1db
"><code>446e52e</code></a> chore: set protocol for npm to <code>https</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/737 ">#737</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v12.8.3...v13.5.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@testing-library/user-event&package-manager=npm_and_yarn&previous-version=12.8.3&new-version=13.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
617: Bump vite from 2.6.13 to 2.6.14 in /taker-frontend r=bonomat a=dependabot[bot]
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.6.13 to 2.6.14.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v2.6.14/packages/vite/CHANGELOG.md ">vite's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/vitejs/vite/compare/v2.6.13...v2.6.14 ">2.6.14</a> (2021-11-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>hmr:</strong> revert early break from handleHotUpdate loop (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5536 ">#5536</a>) (<a href="1684946296
">1684946</a>)</li>
<li><strong>sourcemap:</strong> tolerate virtual modules in <code>sources</code> array (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5587 ">#5587</a>) (<a href="feaf355faa
">feaf355</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="78f80fcef8
"><code>78f80fc</code></a> release: v2.6.14</li>
<li><a href="feaf355faa
"><code>feaf355</code></a> fix(sourcemap): tolerate virtual modules in <code>sources</code> array (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5587 ">#5587</a>)</li>
<li><a href="1684946296
"><code>1684946</code></a> fix(hmr): revert early break from handleHotUpdate loop (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5536 ">#5536</a>)</li>
<li>See full diff in <a href="https://github.com/vitejs/vite/commits/v2.6.14/packages/vite ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=2.6.13&new-version=2.6.14 )](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
dependabot[bot]
72711f0d39
Bump vite from 2.6.13 to 2.6.14 in /taker-frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.6.13 to 2.6.14.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v2.6.14/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.6.14/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
90822f3232
Bump @testing-library/user-event in /taker-frontend
Bumps [@testing-library/user-event ](https://github.com/testing-library/user-event ) from 12.8.3 to 13.5.0.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.8.3...v13.5.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
b3bc2b2bf2
Bump @types/node from 12.20.37 to 16.11.7 in /taker-frontend
Bumps [@types/node ](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 12.20.37 to 16.11.7.
- [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-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
9ffd2d31dc
Bump eslint-plugin-react-hooks from 4.2.0 to 4.3.0 in /maker-frontend
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks )
---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
f86f8dab07
Bump @emotion/react from 11.4.1 to 11.6.0 in /maker-frontend
Bumps [@emotion/react ](https://github.com/emotion-js/emotion ) from 11.4.1 to 11.6.0.
- [Release notes](https://github.com/emotion-js/emotion/releases )
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.4.1...@emotion/react@11.6.0 )
---
updated-dependencies:
- dependency-name: "@emotion/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
65f4e89860
Bump @testing-library/jest-dom from 5.14.1 to 5.15.0 in /maker-frontend
Bumps [@testing-library/jest-dom ](https://github.com/testing-library/jest-dom ) from 5.14.1 to 5.15.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.14.1...v5.15.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
bors[bot]
e4036440b2
Merge #601
601: Use the taker's public key for `TakerId` r=thomaseizinger a=thomaseizinger
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
3 years ago
Thomas Eizinger
47bfc3a2a9
Replace implementation of TakerId with public key
This is a backwards-incompatible change in regards to the database
because we previously serialized UUIDs and now expect to deserialize
public keys.
It is a first step towards #576 .
3 years ago
Thomas Eizinger
8bda269e7a
Improve variable naming
3 years ago
Thomas Eizinger
0b2d2ec3c2
Prefer tracing fields of stringified log message
3 years ago
bors[bot]
70b2af4067
Merge #606
606: Reduce heartbeat interval in test harness r=klochowicz a=klochowicz
As a rule of thumb, taker waits twice the amount of HEARTBEAT_INTERVAL until it
assumes that maker disappeared.
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
3 years ago
Mariusz Klochowicz
342c36ef72
Reduce heartbeat interval in test harness
As a rule of thumb, taker waits twice the amount of HEARTBEAT_INTERVAL until it
assumes that maker disappeared.
3 years ago
bors[bot]
1fb91df89e
Merge #589
589: Test maker actor system shutdown r=klochowicz a=klochowicz
- maker actor system now stops all its async tasks when it gets destroyed
- taker notices absence of maker in a newly written test
Note: I did not include the roll-out on the taker side (it would be done the
same way), as I wanted to first get some feedback from the reviewers.
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
3 years ago
Mariusz Klochowicz
e8d2c86182
Add a test for triggering and noticing a maker shutdown
3 years ago
Mariusz Klochowicz
9c4e89325f
Tie tasks spawned inside actor systems to actor system lifetime
When the actor system shuts down, async tasks spawned by it on the tokio runtime
should be stopped too.
3 years ago
Mariusz Klochowicz
143cc09e65
Extend our futures trait for better ergonomics with remote handles
Simplify dealing with spawning a task on a runtime that returns a remote a
handle that can be used to stop it.
3 years ago
bors[bot]
0d6c4a4b57
Merge #602
602: Bug hunting cleanups r=thomaseizinger a=thomaseizinger
Some changes I made whilst bug hunting.
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
3 years ago
bors[bot]
06c6d83fea
Merge #598
598: Bump eslint-plugin-flowtype from 5.9.2 to 5.10.0 in /maker-frontend r=bonomat a=dependabot[bot]
Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype ) from 5.9.2 to 5.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-flowtype/releases ">eslint-plugin-flowtype's releases</a>.</em></p>
<blockquote>
<h2>v5.10.0</h2>
<h1><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.9.2...v5.10.0 ">5.10.0</a> (2021-09-14)</h1>
<h3>Features</h3>
<ul>
<li>add new rule sort-type-union-intersection-members (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/501 ">#501</a>) (<a href="fa4207de7f
">fa4207d</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="fa4207de7f
"><code>fa4207d</code></a> feat: add new rule sort-type-union-intersection-members (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/501 ">#501</a>)</li>
<li>See full diff in <a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.9.2...v5.10.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-flowtype&package-manager=npm_and_yarn&previous-version=5.9.2&new-version=5.10.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Thomas Eizinger
573a950527
Remove left-over dbg!
3 years ago