dependabot[bot]
7e96cb367c
Bump tokio from 1.13.1 to 1.14.0
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/commits )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
bors[bot]
76005ea49e
Merge #579 #580 #581 #582 #583 #585 #587 #588
579: Bump @typescript-eslint/parser from 4.31.0 to 4.33.0 in /maker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser )` from 4.31.0 to 4.33.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>`@typescript-eslint/parser</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v4.33.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0 ">4.33.0</a> (2021-10-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [lines-between-class-members] fix <code>exceptAfterOverload</code> for abstract methods (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3943 ">#3943</a>) (<a href="240fc65c30
">240fc65</a>)</li>
<li><strong>eslint-plugin:</strong> [no-confusing-void-expression] support optional chaining (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3937 ">#3937</a>) (<a href="c40dd13df7
">c40dd13</a>)</li>
<li><strong>eslint-plugin:</strong> [no-restricted-imports] fix crash when no options given (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3947 ">#3947</a>) (<a href="edaa3c10eb
">edaa3c1</a>)</li>
<li><strong>eslint-plugin:</strong> [non-nullable-type-assertion-style] false-positive with non-nullish <code>as</code> assertions and types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3940 ">#3940</a>) (<a href="40760f98da
">40760f9</a>)</li>
<li><strong>eslint-plugin:</strong> [padding-line-between-statements] TSModuleBlock should change scope (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3944 ">#3944</a>) (<a href="f8f534e42b
">f8f534e</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-regexp-exec] check <code>RegExp</code> without flags (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3946 ">#3946</a>) (<a href="0868725713
">0868725</a>)</li>
<li><strong>experimental-utils:</strong> add <code>getPhysicalFilename()</code> to <code>RuleContext</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3934 ">#3934</a>) (<a href="ee5dfd4989
">ee5dfd4</a>)</li>
<li><strong>experimental-utils:</strong> require fix in suggestions (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3949 ">#3949</a>) (<a href="f022fb14c7
">f022fb1</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>experimental-utils:</strong> extract <code>isNodeOfTypeWithConditions</code> out of <code>ast-utils</code>' <code>predicates</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3837 ">#3837</a>) (<a href="214f898178
">214f898</a>)</li>
</ul>
<h2>v4.32.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0 ">4.32.0</a> (2021-09-27)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-definitions] correct fix for <code>export default</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3899 ">#3899</a>) (<a href="ebb33ed8bc
">ebb33ed</a>)</li>
<li><strong>eslint-plugin:</strong> [no-require-imports] report only global <code>require</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3871 ">#3871</a>) (<a href="8aa87a136e
">8aa87a1</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] ignore type-only imports properly (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3868 ">#3868</a>) (<a href="dda9cee68a
">dda9cee</a>)</li>
<li><strong>eslint-plugin:</strong> [no-var-requires] report problems within <code>NewExpression</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3884 ">#3884</a>) (<a href="ed5e45983f
">ed5e459</a>)</li>
<li><strong>eslint-plugin:</strong> [padding-line-between-statements] problems within namespaces not being reported (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3869 ">#3869</a>) (<a href="186135698b
">1861356</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-regexp-exec] respect flags when using <code>RegExp</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3855 ">#3855</a>) (<a href="ffdb5ff990
">ffdb5ff</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-return-this-type] handle generics properly in fixer (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3852 ">#3852</a>) (<a href="9e98b8f43c
">9e98b8f</a>)</li>
<li><strong>eslint-plugin:</strong> false-positive/negative with array index in no-unnecessary-condition (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3805 ">#3805</a>) (<a href="bdb8f0be14
">bdb8f0b</a>)</li>
<li><strong>experimental-utils:</strong> add missing signature for <code>isParenthesized</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3887 ">#3887</a>) (<a href="806eaac6af
">806eaac</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-type-alias]: add allowGenerics option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3865 ">#3865</a>) (<a href="4195919973
">4195919</a>)</li>
<li><strong>eslint-plugin:</strong> add <code>no-non-null-asserted-nullish-coalescing</code> rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3349 ">#3349</a>) (<a href="4e999614e9
">4e99961</a>)</li>
<li><strong>eslint-plugin:</strong> add new extended rule <code>no-restricted-imports</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3775 ">#3775</a>) (<a href="ec5d50696b
">ec5d506</a>)</li>
<li><strong>eslint-plugin-internal:</strong> [prefer-ast-types-enum] add <code>DefinitionType</code> enum (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3916 ">#3916</a>) (<a href="13b7de508e
">13b7de5</a>)</li>
<li>Support <code>'latest'</code> as <code>ecmaVersion</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3873 ">#3873</a>) (<a href="25a42c0bbe
">25a42c0</a>)</li>
</ul>
<h2>v4.31.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2 ">4.31.2</a> (2021-09-20)</h2>
<p><strong>Note:</strong> Version bump only for package <code>`@typescript-eslint/typescript-eslint</code></p>`
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md "><code>`@typescript-eslint/parser</code>'s` changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0 ">4.33.0</a> (2021-10-04)</h1>
<p><strong>Note:</strong> Version bump only for package <code>`@typescript-eslint/parser</code></p>`
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0 ">4.32.0</a> (2021-09-27)</h1>
<h3>Features</h3>
<ul>
<li>Support <code>'latest'</code> as <code>ecmaVersion</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3873 ">#3873</a>) (<a href="25a42c0bbe
">25a42c0</a>)</li>
</ul>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2 ">4.31.2</a> (2021-09-20)</h2>
<p><strong>Note:</strong> Version bump only for package <code>`@typescript-eslint/parser</code></p>`
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1 ">4.31.1</a> (2021-09-13)</h2>
<p><strong>Note:</strong> Version bump only for package <code>`@typescript-eslint/parser</code></p>`
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7bf8c9cb02
"><code>7bf8c9c</code></a> chore: publish v4.33.0</li>
<li><a href="02c6ff3c5a
"><code>02c6ff3</code></a> chore: publish v4.32.0</li>
<li><a href="25a42c0bbe
"><code>25a42c0</code></a> feat: Support <code>'latest'</code> as <code>ecmaVersion</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/3873 ">#3873</a>)</li>
<li><a href="eee47d0f90
"><code>eee47d0</code></a> chore: publish v4.31.2</li>
<li><a href="2006056ad3
"><code>2006056</code></a> chore: publish v4.31.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.31.0&new-version=4.33.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>
580: Bump @emotion/styled from 11.3.0 to 11.6.0 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@emotion/styled](https://github.com/emotion-js/emotion )` from 11.3.0 to 11.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/emotion-js/emotion/releases "><code>`@emotion/styled</code>'s` releases</a>.</em></p>
<blockquote>
<h2><code>`@emotion/styled</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>Updated dependencies [<a href="9861a18bbf
"><code>9861a18b</code></a>]:
<ul>
<li><code>`@emotion/is-prop-valid</code><a` href="https://github.com/1 "><code>`@1</code></a>.1.1</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/styled@11.3.0...@emotion/styled@11.6.0">compare` view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@emotion/styled&package-manager=npm_and_yarn&previous-version=11.3.0&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>
581: Bump @types/react from 17.0.34 to 17.0.35 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )` from 17.0.34 to 17.0.35.
<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.34&new-version=17.0.35)](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>
582: Bump @types/react from 17.0.20 to 17.0.35 in /maker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )` from 17.0.20 to 17.0.35.
<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.20&new-version=17.0.35)](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>
583: Bump web-vitals from 0.2.4 to 2.1.2 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals ) from 0.2.4 to 2.1.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md ">web-vitals's changelog</a>.</em></p>
<blockquote>
<h3>v2.1.2 (2021-10-11)</h3>
<ul>
<li>Ensure reported TTFB values are less than the current page time (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/187 ">#187</a>)</li>
</ul>
<h3>v2.1.1 (2021-10-06)</h3>
<ul>
<li>Add feature detects to support Opera mini in extreme data saver mode (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/186 ">#186</a>)</li>
</ul>
<h3>v2.1.0 (2021-07-01)</h3>
<ul>
<li>Add batch reporting support and guidance (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/166 ">#166</a>)</li>
</ul>
<h3>v2.0.1 (2021-06-02)</h3>
<ul>
<li>Detect getEntriesByName support before calling (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/158 ">#158</a>)</li>
</ul>
<h3>v2.0.0 (2021-06-01)</h3>
<ul>
<li><strong>[BREAKING]</strong> Update CLS to max session window 5s cap 1s gap (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/148 ">#148</a>)</li>
<li>Ensure CLS is only reported if page was visible (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/149 ">#149</a>)</li>
<li>Only report CLS when FCP is reported (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/154 ">#154</a>)</li>
<li>Update the unique ID version prefix (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/157 ">#157</a>)</li>
</ul>
<h3>v1.1.2 (2021-05-05)</h3>
<ul>
<li>Ignore negative TTFB values in Firefox (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/147 ">#147</a>)</li>
<li>Add workaround for Safari FCP bug (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/145 ">#145</a>)</li>
<li>Add more extensive FID feature detect (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/143 ">#143</a>)</li>
</ul>
<h3>v1.1.1 (2021-03-13)</h3>
<ul>
<li>Remove use of legacy API to detect Firefox (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/128 ">#128</a>)</li>
</ul>
<h3>v1.1.0 (2021-01-13)</h3>
<ul>
<li>Fix incorrect UMD config for base+polyfill script (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/117 ">#117</a>)</li>
<li>Fix missing getter in polyfill (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/114 ">#114</a>)</li>
<li>Add support for Set in place of WeakSet for IE11 compat (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/110 ">#110</a>)</li>
</ul>
<h3>v1.0.1 (2020-11-16)</h3>
<ul>
<li>Fix missing <code>typings</code> declaration (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/90 ">#90</a>)</li>
</ul>
<h3>v1.0.0 (2020-11-16)</h3>
<ul>
<li><strong>[BREAKING]</strong> Add support for reporting metrics on back/forward cache restore (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/87 ">#87</a>)</li>
<li><strong>[BREAKING]</strong> Remove the <code>isFinal</code> flag from the Metric interface (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/86 ">#86</a>)</li>
<li>Remove the scroll listener to stop LCP observing (<a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/pull/85 ">#85</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ee6adc118e
"><code>ee6adc1</code></a> Release v2.1.2</li>
<li><a href="8b7a8d56a2
"><code>8b7a8d5</code></a> Update CHANGELOG</li>
<li><a href="0020d02272
"><code>0020d02</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/issues/187 ">#187</a> from GoogleChrome/invalid-ttfb</li>
<li><a href="f7d38b4d48
"><code>f7d38b4</code></a> Ensure reported values are less than page time</li>
<li><a href="225ed1460f
"><code>225ed14</code></a> Release v2.1.1</li>
<li><a href="f6ce49be16
"><code>f6ce49b</code></a> Update CHANGELOG</li>
<li><a href="9a40499235
"><code>9a40499</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/issues/186 ">#186</a> from GoogleChrome/support-presto</li>
<li><a href="09406520c4
"><code>0940652</code></a> Add checks to support Opera mini in presto mode</li>
<li><a href="ba12418073
"><code>ba12418</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/GoogleChrome/web-vitals/issues/183 ">#183</a> from MananTank/main</li>
<li><a href="f3931fcace
"><code>f3931fc</code></a> Fix type declaration of <code>FirstInputPolyfillEntry</code></li>
<li>Additional commits viewable in <a href="https://github.com/GoogleChrome/web-vitals/compare/v0.2.4...v2.1.2 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=web-vitals&package-manager=npm_and_yarn&previous-version=0.2.4&new-version=2.1.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>
585: Bump jest from 27.1.0 to 27.3.1 in /maker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [jest](https://github.com/facebook/jest ) from 27.1.0 to 27.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/jest/releases ">jest's releases</a>.</em></p>
<blockquote>
<h2>v27.3.1</h2>
<h2>Fixes</h2>
<ul>
<li><code>[expect]</code> Make <code>expect</code> extension properties <code>configurable</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11978 ">#11978</a>)</li>
<li><code>[expect]</code> Fix <code>.any()</code> checks on primitive wrapper classes (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11976 ">#11976</a>)</li>
</ul>
<h2>Chore & Maintenance</h2>
<ul>
<li><code>[expect]</code> <code>BigInt</code> global is always defined, don't check for its existence at runtime (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11979 ">#11979</a>)</li>
<li><code>[jest-config, jest-util]</code> Use <code>ci-info</code> instead of <code>is-ci</code> to detect CI environment (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11973 ">#11973</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/posva "><code>`@posva</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11974 ">facebook/jest#11974</a></li>
<li><a href="https://github.com/blaky "><code>`@blaky</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11978 ">facebook/jest#11978</a></li>
<li><a href="https://github.com/lobsterkatie "><code>`@lobsterkatie</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11976 ">facebook/jest#11976</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v27.3.0...v27.3.1 ">https://github.com/facebook/jest/compare/v27.3.0...v27.3.1 </a></p>
<h2>27.3.0</h2>
<h2>Features</h2>
<ul>
<li><code>[jest-config]</code> Add <code>testEnvironmentOptions.html</code> to apply to jsdom input (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11950 ">#11950</a>)</li>
<li><code>[jest-resolver]</code> Support default export (<code>.</code>) in <code>exports</code> field <em>if</em> <code>main</code> is missing (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11919 ">#11919</a>)</li>
</ul>
<h2>Fixes</h2>
<ul>
<li><code>[expect]</code> Tweak and improve types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11949 ">#11949</a>)</li>
<li><code>[jest-runtime]</code> Ensure absolute paths can be resolved within test modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11943 ">#11943</a>)</li>
<li><code>[jest-runtime]</code> Fix <code>instanceof</code> for <code>ModernFakeTimers</code> and <code>LegacyFakeTimers</code> methods (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11946 ">#11946</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/airhorns "><code>`@airhorns</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11943 ">facebook/jest#11943</a></li>
<li><a href="https://github.com/mrienstra "><code>`@mrienstra</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11942 ">facebook/jest#11942</a></li>
<li><a href="https://github.com/minijus "><code>`@minijus</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11946 ">facebook/jest#11946</a></li>
<li><a href="https://github.com/MarvelSQ "><code>`@MarvelSQ</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11950 ">facebook/jest#11950</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v27.2.5...v27.3.0 ">https://github.com/facebook/jest/compare/v27.2.5...v27.3.0 </a></p>
<h2>27.2.5</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-config]</code> Warn when multiple Jest configs are located (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11922 ">#11922</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[expect]</code> Pass matcher context to asymmetric matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11926 ">#11926</a> & <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11930 ">#11930</a>)</li>
<li><code>[expect]</code> Improve TypeScript types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11931 ">#11931</a>)</li>
<li><code>[expect]</code> Improve typings of <code>toThrow()</code> and <code>toThrowError()</code> matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11929 ">#11929</a>)</li>
<li><code>[jest-cli]</code> Improve <code>--help</code> printout by removing defunct <code>--browser</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11914 ">#11914</a>)</li>
<li><code>[jest-haste-map]</code> Use distinct cache paths for different values of <code>computeDependencies</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11916 ">#11916</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/jest/blob/main/CHANGELOG.md ">jest's changelog</a>.</em></p>
<blockquote>
<h2>27.3.1</h2>
<h3>Fixes</h3>
<ul>
<li><code>[expect]</code> Make <code>expect</code> extension properties <code>configurable</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11978 ">#11978</a>)</li>
<li><code>[expect]</code> Fix <code>.any()</code> checks on primitive wrapper classes (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11976 ">#11976</a>)</li>
</ul>
<h3>Chore & Maintenance</h3>
<ul>
<li><code>[expect]</code> <code>BigInt</code> global is always defined, don't check for its existence at runtime (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11979 ">#11979</a>)</li>
<li><code>[jest-config, jest-util]</code> Use <code>ci-info</code> instead of <code>is-ci</code> to detect CI environment (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11973 ">#11973</a>)</li>
</ul>
<h2>27.3.0</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-config]</code> Add <code>testEnvironmentOptions.html</code> to apply to jsdom input (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11950 ">#11950</a>)</li>
<li><code>[jest-resolver]</code> Support default export (<code>.</code>) in <code>exports</code> field <em>if</em> <code>main</code> is missing (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11919 ">#11919</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[expect]</code> Tweak and improve types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11949 ">#11949</a>)</li>
<li><code>[jest-runtime]</code> Ensure absolute paths can be resolved within test modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11943 ">#11943</a>)</li>
<li><code>[jest-runtime]</code> Fix <code>instanceof</code> for <code>ModernFakeTimers</code> and <code>LegacyFakeTimers</code> methods (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11946 ">#11946</a>)</li>
</ul>
<h2>27.2.5</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-config]</code> Warn when multiple Jest configs are located (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11922 ">#11922</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[expect]</code> Pass matcher context to asymmetric matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11926 ">#11926</a> & <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11930 ">#11930</a>)</li>
<li><code>[expect]</code> Improve TypeScript types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11931 ">#11931</a>)</li>
<li><code>[expect]</code> Improve typings of <code>toThrow()</code> and <code>toThrowError()</code> matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11929 ">#11929</a>)</li>
<li><code>[jest-cli]</code> Improve <code>--help</code> printout by removing defunct <code>--browser</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11914 ">#11914</a>)</li>
<li><code>[jest-haste-map]</code> Use distinct cache paths for different values of <code>computeDependencies</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11916 ">#11916</a>)</li>
<li><code>[`@jest/reporters]</code>` Do not buffer <code>console.log</code>s when using verbose reporter (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11054 ">#11054</a>)</li>
</ul>
<h3>Chore & Maintenance</h3>
<ul>
<li><code>[expect]</code> Export default matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11932 ">#11932</a>)</li>
<li><code>[`@jest/types]</code>` Mark deprecated configuration options as <code>`@deprecated</code>` (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11913 ">#11913</a>)</li>
</ul>
<h2>27.2.4</h2>
<h3>Features</h3>
<ul>
<li><code>[expect]</code> Add equality checks for Array Buffers in <code>expect.ToStrictEqual()</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11805 ">#11805</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4f3328f322
"><code>4f3328f</code></a> v27.3.1</li>
<li><a href="75f51794b7
"><code>75f5179</code></a> chore: update changelog for release</li>
<li><a href="9d286a65c4
"><code>9d286a6</code></a> chore: <code>BigInt</code> is always defined, do not conditionally check for it (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/11979 ">#11979</a>)</li>
<li><a href="7092dfbeab
"><code>7092dfb</code></a> [expect] Fix <code>.any()</code> checks on primitive wrapper classes (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/11976 ">#11976</a>)</li>
<li><a href="2e2b17a950
"><code>2e2b17a</code></a> fix: not to break on <code>expect</code> matcher extension overwrite (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/11978 ">#11978</a>)</li>
<li><a href="a1829e9385
"><code>a1829e9</code></a> docs: fix setTimeout example (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/11974 ">#11974</a>)</li>
<li><a href="e7edb75f83
"><code>e7edb75</code></a> chore: remove <code>is-ci</code> in favor of <code>ci-info</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/11973 ">#11973</a>)</li>
<li><a href="9d737d7b7a
"><code>9d737d7</code></a> docs: make the text on <code>awesome-jest</code> bit more visible and focused (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/11972 ">#11972</a>)</li>
<li><a href="8c00cc1fe2
"><code>8c00cc1</code></a> chore: update lockfile after release</li>
<li><a href="14b0c2c1d6
"><code>14b0c2c</code></a> v27.3.0</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/jest/compare/v27.1.0...v27.3.1 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest&package-manager=npm_and_yarn&previous-version=27.1.0&new-version=27.3.1 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
587: Bump @types/eslint from 7.28.2 to 7.29.0 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint )` from 7.28.2 to 7.29.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@types/eslint&package-manager=npm_and_yarn&previous-version=7.28.2&new-version=7.29.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>
588: Bump vite from 2.5.3 to 2.6.14 in /maker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.5.3 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>
<h2><a href="https://github.com/vitejs/vite/compare/v2.6.12...v2.6.13 ">2.6.13</a> (2021-10-27)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>css:</strong> ?inline cannot self-accept (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5433 ">#5433</a>) (<a href="d283d9b7d6
">d283d9b</a>)</li>
</ul>
<h2><a href="https://github.com/vitejs/vite/compare/v2.6.11...v2.6.12 ">2.6.12</a> (2021-10-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>allowed files logic (fix <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5416 ">#5416</a>) (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5420 ">#5420</a>) (<a href="414bc45693
">414bc45</a>)</li>
</ul>
<h2><a href="https://github.com/vitejs/vite/compare/v2.6.9...v2.6.11 ">2.6.11</a> (2021-10-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>build:</strong> let top-level <code>this</code> refer to <code>globalThis</code> (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5312 ">#5312</a>) (<a href="7e254291e7
">7e25429</a>)</li>
<li>bundle ws types (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5340 ">#5340</a>) (<a href="bc4a96c883
">bc4a96c</a>)</li>
<li><strong>client:</strong> fix typo in overlay config hint (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5343 ">#5343</a>) (<a href="96591bf998
">96591bf</a>)</li>
<li>consider deep imports in isBuiltIn (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5248 ">#5248</a>) (<a href="269a1b672b
">269a1b6</a>)</li>
<li>ensure server.host is passed in preview-mode (fix <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5387 ">#5387</a>) (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5389 ">#5389</a>) (<a href="61b4b39acd
">61b4b39</a>)</li>
<li>load-fallback catch (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5412 ">#5412</a>) (<a href="e73281c806
">e73281c</a>)</li>
<li>restrict static middleware fs access (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5361 ">#5361</a>) (<a href="1f4723bbd8
">1f4723b</a>)</li>
<li><strong>ssr:</strong> ssrTransfrom with function declaration in scope, fix <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/4306 ">#4306</a> (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5376 ">#5376</a>) (<a href="5306632603
">5306632</a>)</li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li>minify css only when needed (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5178 ">#5178</a>) (<a href="7970239287
">7970239</a>)</li>
</ul>
<h2><a href="https://github.com/vitejs/vite/compare/v2.6.9...v2.6.10 ">2.6.10</a> (2021-10-18)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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><a href="504d700c06
"><code>504d700</code></a> release: v2.6.13</li>
<li><a href="d283d9b7d6
"><code>d283d9b</code></a> fix(css): ?inline cannot self-accept (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5433 ">#5433</a>)</li>
<li><a href="77bd4c9bb3
"><code>77bd4c9</code></a> release: v2.6.12</li>
<li><a href="414bc45693
"><code>414bc45</code></a> fix: allowed files logic (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5416 ">#5416</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5420 ">#5420</a>)</li>
<li><a href="841044f064
"><code>841044f</code></a> release: v2.6.11</li>
<li><a href="e73281c806
"><code>e73281c</code></a> fix: load-fallback catch (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5412 ">#5412</a>)</li>
<li><a href="1f4723bbd8
"><code>1f4723b</code></a> fix: restrict static middleware fs access (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5361 ">#5361</a>)</li>
<li>Additional commits viewable 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.5.3&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
bors[bot]
fa597d3994
Merge #578
578: Bump tokio from 1.13.0 to 1.13.1 r=thomaseizinger a=dependabot[bot]
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.13.0 to 1.13.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="2a3c803dd1
"><code>2a3c803</code></a> chore: prepare Tokio v1.13.1 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4235 ">#4235</a>)</li>
<li><a href="7d8de50482
"><code>7d8de50</code></a> oneshot: document UnsafeCell invariants (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4229 ">#4229</a>)</li>
<li><a href="ab0e60ddea
"><code>ab0e60d</code></a> sync: fix racy <code>UnsafeCell</code> access on a closed oneshot (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4226 ">#4226</a>)</li>
<li>See full diff in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.13.0...tokio-1.13.1 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.13.0&new-version=1.13.1 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
283672edfc
Bump vite from 2.5.3 to 2.6.14 in /maker-frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.5.3 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:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
7628ec0549
Bump @types/eslint from 7.28.2 to 7.29.0 in /taker-frontend
Bumps [@types/eslint ](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint ) from 7.28.2 to 7.29.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-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
f3aec75fda
Bump jest from 27.1.0 to 27.3.1 in /maker-frontend
Bumps [jest](https://github.com/facebook/jest ) from 27.1.0 to 27.3.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v27.1.0...v27.3.1 )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
f2f48144bd
Bump web-vitals from 0.2.4 to 2.1.2 in /taker-frontend
Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals ) from 0.2.4 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/v0.2.4...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]
541297d43f
Bump @types/react from 17.0.20 to 17.0.35 in /maker-frontend
Bumps [@types/react ](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.20 to 17.0.35.
- [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
dependabot[bot]
e5d119b4a6
Bump @types/react from 17.0.34 to 17.0.35 in /taker-frontend
Bumps [@types/react ](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.34 to 17.0.35.
- [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
dependabot[bot]
b2fb40891c
Bump @emotion/styled from 11.3.0 to 11.6.0 in /taker-frontend
Bumps [@emotion/styled ](https://github.com/emotion-js/emotion ) from 11.3.0 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/styled@11.3.0...@emotion/styled@11.6.0 )
---
updated-dependencies:
- dependency-name: "@emotion/styled"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
626dcb7430
Bump @typescript-eslint/parser from 4.31.0 to 4.33.0 in /maker-frontend
Bumps [@typescript-eslint/parser ](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) 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/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
b8f328e6ff
Bump tokio from 1.13.0 to 1.13.1
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.13.0...tokio-1.13.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Thomas Eizinger
03c2c3067f
Update dependabot.yml
3 years ago
bors[bot]
82ac6ec478
Merge #574
574: Use the same actor systems in production and testing r=thomaseizinger a=klochowicz
Removes the need to manually align test harness whenever actor systems get
expanded.
Soon actor systems will be storing remote handles as well, and they will not be
public.
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
3 years ago
Mariusz Klochowicz
6c5e17edad
Use the same actor systems in production and testing
Removes the need to manually align test harness whenever actor systems get
expanded.
3 years ago
bors[bot]
f4336db48b
Merge #569
569: Connect to maker behind domain r=thomaseizinger a=thomaseizinger
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
3 years ago
Thomas Eizinger
4b85cd5704
Log establishment of connection
3 years ago
Thomas Eizinger
cf5e50029c
Use `TcpStream` to connect to address
Not only this now automatically support IPv6, it is also shorter.
3 years ago
Thomas Eizinger
a4c0b181cf
Allow domains for maker argument
Resolving a DNS entry to a socket address can yield multiple A records.
Thus we need to try all of them.
Resolves #292 .
3 years ago
Thomas Eizinger
97ed7ba54e
Extract connecting into helper function
3 years ago
Thomas Eizinger
b118ffece5
Remove maker default address
This made only sense during local testing.
3 years ago
bors[bot]
be4b8fa78a
Merge #571
571: Bump serde_json from 1.0.69 to 1.0.70 r=thomaseizinger a=dependabot[bot]
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.69 to 1.0.70.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/json/releases ">serde_json's releases</a>.</em></p>
<blockquote>
<h2>v1.0.70</h2>
<ul>
<li>Add <code>serde_json::Map::retain</code> method (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/822 ">#822</a>, thanks <a href="https://github.com/deankarn "><code>`@deankarn</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a050481b85
"><code>a050481</code></a> Release 1.0.70</li>
<li><a href="24f85d2ecf
"><code>24f85d2</code></a> Reorder Map::retain to keep keys() and values() adjacent</li>
<li><a href="37da27fc77
"><code>37da27f</code></a> Merge pull request 822 from deankarn/master</li>
<li><a href="2e5b990995
"><code>2e5b990</code></a> Merge branch 'master' of github.com:deankarn/json</li>
<li><a href="debd7d07fc
"><code>debd7d0</code></a> remove duplicate function</li>
<li><a href="9e36f611db
"><code>9e36f61</code></a> Update build.rs</li>
<li><a href="68d3b45c97
"><code>68d3b45</code></a> fix function signature</li>
<li><a href="29a58a3077
"><code>29a58a3</code></a> don't include indexmap retain without BTreeMap retain</li>
<li><a href="eaa1a319c0
"><code>eaa1a31</code></a> fix no_btreemap_retain name</li>
<li><a href="09c5892433
"><code>09c5892</code></a> test order</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.69...v1.0.70 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.69&new-version=1.0.70 )](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]
969441b778
Bump serde_json from 1.0.69 to 1.0.70
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.69 to 1.0.70.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.69...v1.0.70 )
---
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
bors[bot]
0a35d0a95a
Merge #563
563: Cleanup bad connections for good r=thomaseizinger a=thomaseizinger
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
3 years ago
Thomas Eizinger
b01e3b1dc6
Move handling of bad connection into `send_to_taker` function
This makes sure we notice bad connections upon all messages.
3 years ago
Thomas Eizinger
49d4665fa9
Don't log entire order to avoid log spam
3 years ago
bors[bot]
d1b4683bfb
Merge #568
568: Minor fixes improving UX of taker shutdown r=klochowicz a=klochowicz
- reduce log level of heartbeat message
- improve the toast message to clearly state possible action
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
3 years ago
bors[bot]
f4d56bcf67
Merge #567
567: Improve naming of noise protocol parameters r=klochowicz a=klochowicz
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
3 years ago
Mariusz Klochowicz
ef27eff999
Improve user-facing string if taker daemon shuts down
Make the error toast suggest the next reasonable action in case of such event.
3 years ago
Mariusz Klochowicz
31168e1cd0
Reduce log spam by logging heartbeats at trace level
This is a periodic message, no need to spam the logs.
3 years ago
bors[bot]
eaef15307c
Merge #566
566: Migrate to Rust 2021 r=thomaseizinger a=thomaseizinger
Nothing to do because our code is already idiomatic!
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
3 years ago
Mariusz Klochowicz
8d53f397a2
Improve naming of noise protocol parameters
3 years ago
Thomas Eizinger
cfc8add012
Change to edition 2021
3 years ago
bors[bot]
74854230ee
Merge #561
561: Replicate missing functionality into new taker UI r=klochowicz a=klochowicz
- display information about errors when possible (e.g. when cfd action failed),
- inform the user if the daemon got shut down
also, as a separate commit, remove checking for daemon's presence in the maker's
UI (automation can poll for it by itself).
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
3 years ago
Thomas Eizinger
9a95d94e68
Bump to Rust 1.56
3 years ago
Mariusz Klochowicz
6ddb4d723a
Utilise HttpProblemApi responses in taker frontend
Toasts now display more meaningful information about the error.
3 years ago
Mariusz Klochowicz
ab5ee77842
Monitor for taker's backend presence in the UI
It's important to have this in the meantime, otherwise taker will get shutdown
when maker goes offline and we will not notice it.
3 years ago
Mariusz Klochowicz
50cf7939ec
Do not monitor for backend presence from maker's UI.
Maker is a long-running process, Rocket logs from accessing `GET /alive`
endpoint are a source of spam.
3 years ago
bors[bot]
3337c6ae3e
Merge #559
559: Make sure not to fail in for loop sending to takers r=da-kami a=da-kami
Co-authored-by: Daniel Karzel <daniel@comit.network>
3 years ago
Daniel Karzel
bfb2dba0c2
Make sure not to fail in for loop sending to takers
3 years ago
bors[bot]
5078ba588a
Merge #555
555: Remove liquidation price from main screen. r=bonomat a=bonomat
The current shown liquidation price only makes sense if the trader goes long. If she were to go short, the liquidation price should be different. With the current setup we can't know whether the trader wants to go long or short, hence we can't show the correct liquidation price
resolve #547
Co-authored-by: bonomat <philipp@hoenisch.at>
3 years ago
bors[bot]
b4df6a8a1a
Merge #552
552: Use a connection actor for the taker r=klochowicz a=klochowicz
Connection actor takes care of establishing a connection to the maker and is
monitoring its status.
The connection actor:
- listens for periodically sent heartbeat messages from the maker,
- publish the maker status on a watch::channel feed outside TakerActorSystem,
- observe changes on the watch channel and shut down Rocket if maker goes offline
Note: this is a stepping stone resulting in temporary behaviour. Eventually,
we'd want to support reconnecting to the maker as well as operating the
taker without the maker being online (with a limited set of actions).
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
3 years ago
bors[bot]
3c8d7f734f
Merge #554
554: Bump time from 0.3.4 to 0.3.5 r=thomaseizinger a=dependabot[bot]
Bumps [time](https://github.com/time-rs/time ) from 0.3.4 to 0.3.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/time-rs/time/releases ">time's releases</a>.</em></p>
<blockquote>
<h2>v0.3.5</h2>
<p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md ">changelog</a> for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md ">time's changelog</a>.</em></p>
<blockquote>
<h2>0.3.5 [2021-11-12]</h2>
<h3>Added</h3>
<ul>
<li><code>Date::checked_add</code></li>
<li><code>Date::checked_sub</code></li>
<li><code>PrimitiveDateTime::checked_add</code></li>
<li><code>PrimitiveDateTime::checked_sub</code></li>
<li><code>OffsetDateTime::checked_add</code></li>
<li><code>OffsetDateTime::checked_sub</code></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Attempts to obtain the local UTC offset will now succeed on Linux if the process is
single-threaded. This does not affect other Unix platforms. As a reminder, the relevant methods
are fallible and may return an <code>Err</code> value for any reason.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6b8cdd3d9e
"><code>6b8cdd3</code></a> v0.3.5 release</li>
<li><a href="77f8bfa8b0
"><code>77f8bfa</code></a> Re-enable obtaining local offset on Linux</li>
<li><a href="a2b67af397
"><code>a2b67af</code></a> Move local offset function to proper sys directory</li>
<li><a href="fff7f80847
"><code>fff7f80</code></a> Add example to rfc3339's docs (<a href="https://github-redirect.dependabot.com/time-rs/time/issues/391 ">#391</a>)</li>
<li><a href="bca24a9ca7
"><code>bca24a9</code></a> Remove leading empty lines in doctests</li>
<li><a href="6b9f03f846
"><code>6b9f03f</code></a> Fix <code>OffsetDateTime::checked_{add,sub}</code> implementations (<a href="https://github-redirect.dependabot.com/time-rs/time/issues/386 ">#386</a>)</li>
<li><a href="ffb20c0bf2
"><code>ffb20c0</code></a> Fix auto-release on tag push</li>
<li><a href="a6fedb0153
"><code>a6fedb0</code></a> Formatting</li>
<li><a href="86942f5a33
"><code>86942f5</code></a> Only build benchmark dependencies when necessary</li>
<li><a href="10b8c5c68c
"><code>10b8c5c</code></a> Update feature gates to mirror latest nightly</li>
<li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.4...v0.3.5 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=time&package-manager=cargo&previous-version=0.3.4&new-version=0.3.5 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Mariusz Klochowicz
cbb52f011c
Use a connection actor for the taker
Connection actor takes care of establishing a connection to the maker and is
monitoring its status.
The connection actor:
- listens for periodically sent heartbeat messages from the maker,
- publish the maker status on a watch::channel feed outside TakerActorSystem,
- observe changes on the watch channel and shut down Rocket if maker goes offline
Note: this is a stepping stone resulting in temporary behaviour. Eventually,
we'd want to support reconnecting to the maker as well as operating the
taker without the maker being online (with a limited set of actions).
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
3 years ago
bors[bot]
d8a3d19165
Merge #489
489: Bump serde_json from 1.0.68 to 1.0.69 r=thomaseizinger a=dependabot[bot]
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.68 to 1.0.69.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/json/releases ">serde_json's releases</a>.</em></p>
<blockquote>
<h2>v1.0.69</h2>
<ul>
<li>Implement Hash for serde_json::Number (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/814 ">#814</a>, thanks <a href="https://github.com/timothee-haudebourg "><code>`@timothee-haudebourg</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5c4f8b2254
"><code>5c4f8b2</code></a> Release 1.0.69</li>
<li><a href="0035947522
"><code>0035947</code></a> Touch up PR 814</li>
<li><a href="a28b1b1934
"><code>a28b1b1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/814 ">#814</a> from timothee-haudebourg/hash-numbers-only</li>
<li><a href="f53ae31df6
"><code>f53ae31</code></a> Use the same hash for +0 and -0.</li>
<li><a href="8b35517540
"><code>8b35517</code></a> Revert "Disable broken fuzz build in CI"</li>
<li><a href="d12fbb9520
"><code>d12fbb9</code></a> Fix <code>NaN</code> typo.</li>
<li><a href="48393aba40
"><code>48393ab</code></a> Better justification for the use of <code>f64::to_bits</code></li>
<li><a href="9046e3fa86
"><code>9046e3f</code></a> Avoid <code>Self::</code> for older Rust versions.</li>
<li><a href="c3ac6c0077
"><code>c3ac6c0</code></a> Manual implementation of <code>Number</code>'s <code>PartialEq</code>.</li>
<li><a href="10655c7639
"><code>10655c7</code></a> Use <code>core::hash</code> instead of <code>std::hash</code>.</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.68...v1.0.69 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.68&new-version=1.0.69 )](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]
13a5f768db
Merge #521
521: Amend architecture docs r=thomaseizinger a=thomaseizinger
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
3 years ago
bors[bot]
a34c373233
Merge #544
544: Use fewer payouts in the tests r=thomaseizinger a=thomaseizinger
This makes our test run fast by default without the need for a feature flag.
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
3 years ago
bonomat
f0a7dd0640
Remove liquidation price from main screen.
The current shown liquidation price only makes sense if the trader goes long. If she were to go short, the liquidation price should be different. With the current setup we can't know whether the trader wants to go long or short, hence we can't show the correct liquidation price
3 years ago
dependabot[bot]
94f878b22d
Bump time from 0.3.4 to 0.3.5
Bumps [time](https://github.com/time-rs/time ) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/time-rs/time/releases )
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md )
- [Commits](https://github.com/time-rs/time/compare/v0.3.4...v0.3.5 )
---
updated-dependencies:
- dependency-name: time
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Thomas Eizinger
d2217d3f91
Make number of payouts configurable
This allows us to use less payouts in the tests which makes them
faster.
3 years ago