Browse Source

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 &amp; 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 &quot;private&quot; `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 &amp; 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> &amp; <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 &amp; 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> &amp; <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 &amp; 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>
new-http-api
bors[bot] 3 years ago
committed by GitHub
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      maker-frontend/package.json
  2. 942
      maker-frontend/yarn.lock
  3. 6
      taker-frontend/package.json
  4. 38
      taker-frontend/yarn.lock

8
maker-frontend/package.json

@ -21,10 +21,10 @@
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
@ -53,11 +53,11 @@
"devDependencies": {
"@types/eslint": "^7",
"@types/react-table": "7.7.3",
"@types/react": "^17.0.0",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^4.4.2",
"vite": "^2.5.2"
"vite": "^2.6.14"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",

942
maker-frontend/yarn.lock

File diff suppressed because it is too large

6
taker-frontend/package.json

@ -18,7 +18,7 @@
"@testing-library/user-event": "^12.0.2",
"@types/jest": "^25.0.0",
"@types/node": "^12.0.0",
"@types/react": "^17.0.34",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "5.3.1",
"@vitejs/plugin-react": "^1.0.0",
@ -34,11 +34,11 @@
"react-use-websocket": "^2.9.1",
"typescript": "^4.4.4",
"vite": "^2.6.13",
"web-vitals": "^0.2.2"
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@types/eslint": "^7",
"@types/react": "^17.0.34",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^4.4.4",

38
taker-frontend/yarn.lock

@ -1830,10 +1830,10 @@
dependencies:
"@emotion/memoize" "0.7.4"
"@emotion/is-prop-valid@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz#29ef6be1e946fb4739f9707def860f316f668cde"
integrity sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==
"@emotion/is-prop-valid@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.1.1.tgz#cbd843d409dfaad90f9404e7c0404c55eae8c134"
integrity sha512-bW1Tos67CZkOURLc0OalnfxtSXQJMrAMV0jZTVGJUPSOd4qgjF3+tTD5CwJM13PHA8cltGW1WGbbvV9NpvUZPw==
dependencies:
"@emotion/memoize" "^0.7.4"
@ -1877,13 +1877,13 @@
integrity sha512-YoX5GyQ4db7LpbmXHMuc8kebtBGP6nZfRC5Z13OKJMixBEwdZrJ914D6yJv/P+ZH/YY3F5s89NYX2hlZAf3SRQ==
"@emotion/styled@^11":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.3.0.tgz#d63ee00537dfb6ff612e31b0e915c5cf9925a207"
integrity sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==
version "11.6.0"
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.6.0.tgz#9230d1a7bcb2ebf83c6a579f4c80e0664132d81d"
integrity sha512-mxVtVyIOTmCAkFbwIp+nCjTXJNgcz4VWkOYQro87jE2QBTydnkiYusMrRGFtzuruiGK4dDaNORk4gH049iiQuw==
dependencies:
"@babel/runtime" "^7.13.10"
"@emotion/babel-plugin" "^11.3.0"
"@emotion/is-prop-valid" "^1.1.0"
"@emotion/is-prop-valid" "^1.1.1"
"@emotion/serialize" "^1.0.2"
"@emotion/utils" "^1.0.0"
@ -2506,9 +2506,9 @@
"@babel/types" "^7.3.0"
"@types/eslint@^7", "@types/eslint@^7.2.6":
version "7.28.2"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.28.2.tgz#0ff2947cdd305897c52d5372294e8c76f351db68"
integrity sha512-KubbADPkfoU75KgKeKLsFHXnU4ipH7wYg0TRT33NK3N3yiu7jlFAAoygIWBV+KbuHx/G+AvuGX6DllnK35gfJA==
version "7.29.0"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78"
integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
@ -2677,10 +2677,10 @@
"@types/history" "*"
"@types/react" "*"
"@types/react@*", "@types/react@^17.0.0", "@types/react@^17.0.34":
version "17.0.34"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.34.tgz#797b66d359b692e3f19991b6b07e4b0c706c0102"
integrity sha512-46FEGrMjc2+8XhHXILr+3+/sTe3OfzSPU9YGKILLrUYbQ1CLQC9Daqo1KzENGXAWwrFwiY0l4ZbF20gRvgpWTg==
"@types/react@*", "@types/react@^17.0.0", "@types/react@^17.0.35":
version "17.0.35"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.35.tgz#217164cf830267d56cd1aec09dcf25a541eedd4c"
integrity sha512-r3C8/TJuri/SLZiiwwxQoLAoavaczARfT9up9b4Jr65+ErAUX3MIkU0oMOQnrpfgHme8zIqZLX7O5nnjm5Wayw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
@ -12318,10 +12318,10 @@ wbuf@^1.1.0, wbuf@^1.7.3:
dependencies:
minimalistic-assert "^1.0.0"
web-vitals@^0.2.2:
version "0.2.4"
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-0.2.4.tgz#ec3df43c834a207fd7cdefd732b2987896e08511"
integrity sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg==
web-vitals@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.1.2.tgz#3a6c8faebf9097a6ccd17f5f45c9485d8d62dab1"
integrity sha512-nZnEH8dj+vJFqCRYdvYv0a59iLXsb8jJkt+xvXfwgnkyPdsSLtKNlYmtTDiHmTNGXeSXtpjTTUcNvFtrAk6VMQ==
webidl-conversions@^5.0.0:
version "5.0.0"

Loading…
Cancel
Save