807: Bump vergen from 5.1.18 to 5.2.0 r=thomaseizinger a=dependabot[bot]
Bumps [vergen](https://github.com/rustyhorde/vergen) from 5.1.18 to 5.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rustyhorde/vergen/releases">vergen's releases</a>.</em></p>
<blockquote>
<h2>v5.2.0</h2>
<ul>
<li>Bumped minor release due to breaking change in git config (removed copy to support new base path configuration)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="24ed6bc226"><code>24ed6bc</code></a> version bump for next release</li>
<li><a href="6078ba94e6"><code>6078ba9</code></a> updated to only run if msrv is valid</li>
<li><a href="012cfa91c8"><code>012cfa9</code></a> updated for clippy lints</li>
<li>See full diff in <a href="https://github.com/rustyhorde/vergen/compare/5.1.18...5.2.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vergen&package-manager=cargo&previous-version=5.1.18&new-version=5.2.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>
810: Bump @types/eslint from 8.2.0 to 8.2.1 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint)` from 8.2.0 to 8.2.1.
<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=8.2.0&new-version=8.2.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>
820: Bump itertools from 0.10.1 to 0.10.3 r=thomaseizinger a=dependabot[bot]
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.1 to 0.10.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md">itertools's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>0.10.2</h2>
<ul>
<li>Add <code>Itertools::multiunzip</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/362">#362</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/565">#565</a>)</li>
<li>Add <code>intersperse</code> and <code>intersperse_with</code> free functions (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/555">#555</a>)</li>
<li>Add <code>Itertools::sorted_by_cached_key</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/424">#424</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/575">#575</a>)</li>
<li>Specialize <code>ProcessResults::fold</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/563">#563</a>)</li>
<li>Fix subtraction overflow in <code>DuplicatesBy::size_hint</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/552">#552</a>)</li>
<li>Fix specialization tests (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/574">#574</a>)</li>
<li>More <code>Debug</code> impls (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/573">#573</a>)</li>
<li>Deprecate <code>fold1</code> (use <code>reduce</code> instead) (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/580">#580</a>)</li>
<li>Documentation fixes (<code>HomogenousTuple</code>, <code>into_group_map</code>, <code>into_group_map_by</code>, <code>MultiPeek::peek</code>) (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/543">#543</a> et al.)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3003c2a968"><code>3003c2a</code></a> (cargo-release) version 0.10.3</li>
<li><a href="e9c9f2f56c"><code>e9c9f2f</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/585">#585</a></li>
<li><a href="defab962d5"><code>defab96</code></a> Prepare 0.10.2 (3) README</li>
<li><a href="2234b7f12b"><code>2234b7f</code></a> Prepare 0.10.2 (2) Cargo.toml</li>
<li><a href="72f300dc95"><code>72f300d</code></a> Prepare 0.10.2 (1) changelog</li>
<li><a href="3307e4da2e"><code>3307e4d</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/575">#575</a></li>
<li><a href="ed55a5f109"><code>ed55a5f</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/580">#580</a></li>
<li><a href="42033adcbb"><code>42033ad</code></a> Deprecate <code>fold1</code> in faviour of <code>reduce</code></li>
<li><a href="a1510e7405"><code>a1510e7</code></a> remove extra space</li>
<li><a href="d856ee74b1"><code>d856ee7</code></a> Add <code>sorted_by_cached_key</code> to <code>Itertools</code> trait</li>
<li>Additional commits viewable in <a href="https://github.com/rust-itertools/itertools/compare/v0.10.1...v0.10.3">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=itertools&package-manager=cargo&previous-version=0.10.1&new-version=0.10.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
821: Bump @testing-library/jest-dom from 5.15.1 to 5.16.1 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@testing-library/jest-dom](https://github.com/testing-library/jest-dom)` from 5.15.1 to 5.16.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases"><code>`@testing-library/jest-dom</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v5.16.1</h2>
<h2><a href="https://github.com/testing-library/jest-dom/compare/v5.16.0...v5.16.1">5.16.1</a> (2021-12-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Improve <code>toHaveClass</code> error message format (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/405">#405</a>) (<a href="a9beb47455">a9beb47</a>)</li>
</ul>
<h2>v5.16.0</h2>
<h1><a href="https://github.com/testing-library/jest-dom/compare/v5.15.1...v5.16.0">5.16.0</a> (2021-12-03)</h1>
<h3>Features</h3>
<ul>
<li>Update aria-query to 5.0.0 (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/414">#414</a>) (<a href="de26c7ae2f">de26c7a</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a9beb47455"><code>a9beb47</code></a> fix: Improve <code>toHaveClass</code> error message format (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/405">#405</a>)</li>
<li><a href="6f69437085"><code>6f69437</code></a> docs: add IanVS as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/423">#423</a>)</li>
<li><a href="de26c7ae2f"><code>de26c7a</code></a> feat: Update aria-query to 5.0.0 (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/414">#414</a>)</li>
<li>See full diff in <a href="https://github.com/testing-library/jest-dom/compare/v5.15.1...v5.16.1">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=5.15.1&new-version=5.16.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>
822: Bump @types/node from 16.11.11 to 16.11.12 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)` from 16.11.11 to 16.11.12.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@types/node&package-manager=npm_and_yarn&previous-version=16.11.11&new-version=16.11.12)](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>
823: Bump @vitejs/plugin-react from 1.1.0 to 1.1.1 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [`@vitejs/plugin-react](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-react)` from 1.1.0 to 1.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vitejs/vite/releases"><code>`@vitejs/plugin-react</code>'s` releases</a>.</em></p>
<blockquote>
<h2>plugin-react@1.1.1</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/plugin-react@1.1.1/packages/plugin-react/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/plugin-react/CHANGELOG.md"><code>`@vitejs/plugin-react</code>'s` changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/vitejs/vite/compare/plugin-react@1.1.0...plugin-react@1.1.1">1.1.1</a> (2021-12-07)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/vitejs/vite/commits/plugin-vue@1.1.1/packages/plugin-react">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@vitejs/plugin-react&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.1.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>
832: Delete roadmap.md r=thomaseizinger a=thomaseizinger
I think we can delete this? Looks quite outdated to me :)
842: Bump framer-motion from 5.3.3 to 5.4.3 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [framer-motion](https://github.com/framer/motion) from 5.3.3 to 5.4.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/framer/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>Framer Motion adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p>
<h2>[5.4.2] 2021-12-07</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing export paths. <a href="https://github-redirect.dependabot.com/framer/motion/pull/1385"><code>PR by `@edoardolincetto</code></a>.</li>`
</ul>
<h2>[5.4.2] 2021-12-07</h2>
<h3>Fixed</h3>
<ul>
<li>Sharing <code>MotionContext</code> across Framer Motion and Framer Motion 3D environments in CommonJS environments.</li>
</ul>
<h2>[5.4.1] 2021-12-06</h2>
<h3>Fixed</h3>
<ul>
<li>3D entry point overwriting ES modules with dropped exports.</li>
</ul>
<h2>[5.4.0] 2021-12-06</h2>
<h3>Added</h3>
<ul>
<li><code>useAnimationFrame</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="066a64f03d"><code>066a64f</code></a> 5.4.3</li>
<li><a href="308323d9c4"><code>308323d</code></a> 5.4.2</li>
<li><a href="a92659a0a5"><code>a92659a</code></a> fix: package.json exports paths (<a href="https://github-redirect.dependabot.com/framer/motion/issues/1385">#1385</a>)</li>
<li><a href="51138052ca"><code>5113805</code></a> Updating changelog</li>
<li><a href="c070e224a0"><code>c070e22</code></a> 5.4.2-beta.1</li>
<li><a href="57afa24761"><code>57afa24</code></a> Testing new build process</li>
<li><a href="d95f4a885a"><code>d95f4a8</code></a> 5.4.1</li>
<li><a href="f440bebf9d"><code>f440beb</code></a> Fixing es build</li>
<li><a href="501fb25f06"><code>501fb25</code></a> 5.4.0</li>
<li><a href="4c1f073b98"><code>4c1f073</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/framer/motion/issues/1377">#1377</a> from framer/feature/three</li>
<li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v5.3.3...v5.4.3">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=framer-motion&package-manager=npm_and_yarn&previous-version=5.3.3&new-version=5.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
843: Bump vite from 2.6.14 to 2.7.1 in /taker-frontend r=thomaseizinger a=dependabot[bot]
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.6.14 to 2.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p>
<blockquote>
<h2>create-vite@2.7.0</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@2.7.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/vitejs/vite/compare/v2.7.0...v2.7.1">2.7.1</a> (2021-12-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ssr:</strong> <code>ssrTransform</code> handling for empty ArrayPattern (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5988">#5988</a>) (<a href="79aa68744c">79aa687</a>)</li>
</ul>
<h1><a href="https://github.com/vitejs/vite/compare/v2.7.0-beta.11...v2.7.0">2.7.0</a> (2021-12-07)</h1>
<ul>
<li>🎉 Revamped SSR dependency handling</li>
<li>🧩 API consolidation</li>
<li>🛑 server.fs.strict by default</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li><code>server.fs.strict</code> is <code>true</code> by default (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5341">#5341</a>)
See <a href="https://vitejs.dev/config/#server-fs-strict">server filesystem restriction docs</a> for more details.</li>
<li>Plugin hooks <code>ssr</code> param to object in <code>resolveId</code>, <code>load</code>, and <code>transform</code> (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5253">#5253</a>)
Previous to this release, the <code>ssr</code> param was passed as a <code>boolean</code> in the last parameter of each hook. The new interface for these hooks is now:
<pre lang="ts"><code>export interface Plugin extends RollupPlugin {
// ... other hooks
resolveId?(this: PluginContext, source: string, importer: string | undefined, options: {
custom?: CustomPluginOptions;
ssr?: boolean;
}): Promise<ResolveIdResult> | ResolveIdResult;
load?(this: PluginContext, id: string, options?: {
ssr?: boolean;
}): Promise<LoadResult> | LoadResult;
transform?(this: TransformPluginContext, code: string, id: string, options?: {
ssr?: boolean;
}): Promise<TransformResult> | TransformResult;
}
</code></pre>
In your plugins, you can check if the last param is a boolean or an object to be backward compatible with 2.6 and give some time to users to migrate to Vite 2.7.</li>
<li><code>server.pluginContainer</code> options object for <code>resolveId</code>, <code>load</code>, and <code>transform</code> (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5294">#5294</a>)</li>
<li>Normalize scripts and commands naming (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5207">#5207</a>)
Adds a new <code>vite dev</code> command alias for <code>vite serve</code>, preparing for the new release of create-vite where package scripts are renamed to <code>dev</code>, <code>build</code>, and <code>preview</code>.</li>
<li>Align experimental <code>preview</code> api (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5407">#5407</a>)
This API was first introduced in 2.6 and it is still in flux.</li>
<li>resolve <code>rollupOptions.input</code> paths (<a href="https://github-redirect.dependabot.com/vitejs/vite/pull/5601">#5601</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>expose <code>ssrTransform</code> to server (<a href="https://github-redirect.dependabot.com/vitejs/vite/issues/5983">#5983</a>) (<a href="8184feba29">8184feb</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b625a2cf37"><code>b625a2c</code></a> release: v2.7.1</li>
<li><a href="79aa68744c"><code>79aa687</code></a> fix(ssr): <code>ssrTransform</code> handling for empty ArrayPattern (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5988">#5988</a>)</li>
<li><a href="11027892aa"><code>1102789</code></a> chore: update changelog for 2.7 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5985">#5985</a>)</li>
<li><a href="075128a8dd"><code>075128a</code></a> release: v2.7.0</li>
<li><a href="8184feba29"><code>8184feb</code></a> feat: expose <code>ssrTransform</code> to server (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5983">#5983</a>)</li>
<li><a href="49f28e23ca"><code>49f28e2</code></a> release: v2.7.0-beta.11</li>
<li><a href="a47b663ad0"><code>a47b663</code></a> fix(ssr): allow primitive default exports and forwarded exports (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5973">#5973</a>)</li>
<li><a href="aaa26a3250"><code>aaa26a3</code></a> release: v2.7.0-beta.10</li>
<li><a href="21d79d753a"><code>21d79d7</code></a> fix: SSR import in dev can't resolve default import (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5706">#5706</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5923">#5923</a>)</li>
<li><a href="7edabb46de"><code>7edabb4</code></a> fix: read the correct package.json in ssrExternal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/5927">#5927</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v2.7.1/packages/vite">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=2.6.14&new-version=2.7.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>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>