Skip to content

Commit

Permalink
chore(deps-dev): Bump @vitest/browser from 1.0.0-beta.6 to 1.0.2 (#441)
Browse files Browse the repository at this point in the history
Bumps
[@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser)
from 1.0.0-beta.6 to 1.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/browser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.0.2</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Don't check if vite is installed  -  by <a
href="https://github.com/wojtekmaj"><code>@​wojtekmaj</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4659">vitest-dev/vitest#4659</a>
<a href="https://github.com/vitest-dev/vitest/commit/775e2014"><!-- raw
HTML omitted -->(775e2)<!-- raw HTML omitted --></a></li>
<li>Fix ensurePackageInstalled on Yarn PnP  -  by <a
href="https://github.com/wojtekmaj"><code>@​wojtekmaj</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4657">vitest-dev/vitest#4657</a>
<a href="https://github.com/vitest-dev/vitest/commit/574cc7d0"><!-- raw
HTML omitted -->(574cc)<!-- raw HTML omitted --></a></li>
<li>Apply <code>stripSnapshotIndentation</code> for thrown snapshot  - 
by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4663">vitest-dev/vitest#4663</a>
<a href="https://github.com/vitest-dev/vitest/commit/748205dc"><!-- raw
HTML omitted -->(74820)<!-- raw HTML omitted --></a></li>
<li><strong>cli</strong>:
<ul>
<li>Prompted packages fail to install  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4593">vitest-dev/vitest#4593</a>
<a href="https://github.com/vitest-dev/vitest/commit/a9908453"><!-- raw
HTML omitted -->(a9908)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Apply <code>URL</code> equality check only when <code>URL</code> is
available  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4670">vitest-dev/vitest#4670</a>
<a href="https://github.com/vitest-dev/vitest/commit/43783cfe"><!-- raw
HTML omitted -->(43783)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Improve fixture error messages  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4673">vitest-dev/vitest#4673</a>
<a href="https://github.com/vitest-dev/vitest/commit/1e4aa8e4"><!-- raw
HTML omitted -->(1e4aa)<!-- raw HTML omitted --></a></li>
<li>Fix fixture cleanup when test times out  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4679">vitest-dev/vitest#4679</a>
<a href="https://github.com/vitest-dev/vitest/commit/e7c5e1f7"><!-- raw
HTML omitted -->(e7c5e)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Support new Request('/api') in happy-dom  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4671">vitest-dev/vitest#4671</a>
<a href="https://github.com/vitest-dev/vitest/commit/6e6ee10e"><!-- raw
HTML omitted -->(6e6ee)<!-- raw HTML omitted --></a></li>
<li>Skip processing getter in auto-mocked constructor call  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4677">vitest-dev/vitest#4677</a>
<a href="https://github.com/vitest-dev/vitest/commit/cb7864aa"><!-- raw
HTML omitted -->(cb786)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.0.1...v1.0.2">View
changes on GitHub</a></h5>
<h2>v1.0.1</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Bump vitest packages <code>peerDependencies</code> versions  -  by
<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4654">vitest-dev/vitest#4654</a>
<a href="https://github.com/vitest-dev/vitest/commit/420707fc"><!-- raw
HTML omitted -->(42070)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.0.0...v1.0.1">View
changes on GitHub</a></h5>
<h2>v1.0.0</h2>
<p>Vitest 1.0 is here! This release page lists all changes made to the
project during the beta. For the migration guide, please refer to the <a
href="https://vitest.dev/guide/migration.html#migrating-from-vitest-0-34-6">documentation</a>.</p>
<h3>   🚨 Breaking Changes</h3>
<ul>
<li>Add support for <code>pool</code> and <code>poolOptions</code>,
remove old flags  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4172">vitest-dev/vitest#4172</a>
<a href="https://github.com/vitest-dev/vitest/commit/114a993c"><!-- raw
HTML omitted -->(114a9)<!-- raw HTML omitted --></a></li>
<li>Support multiple parallel <code>child_process</code>  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/3925">vitest-dev/vitest#3925</a>
<a href="https://github.com/vitest-dev/vitest/commit/8b4a44ad"><!-- raw
HTML omitted -->(8b4a4)<!-- raw HTML omitted --></a></li>
<li>Make snapshots more visually pleasing by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/pull/3961">vitest-dev/vitest#3961</a></li>
<li>Set <code>vitest</code> peer dependency range for sub packages  - 
by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4299">vitest-dev/vitest#4299</a>
<a href="https://github.com/vitest-dev/vitest/commit/cd03cb51"><!-- raw
HTML omitted -->(cd03c)<!-- raw HTML omitted --></a></li>
<li>Bump minimum node version to 18 and match Vite 5 requirement  -  by
<a href="https://github.com/ghiscoding"><code>@​ghiscoding</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4296">vitest-dev/vitest#4296</a>
<a href="https://github.com/vitest-dev/vitest/commit/263b7167"><!-- raw
HTML omitted -->(263b7)<!-- raw HTML omitted --></a></li>
<li>Remove deprecated node loader  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4371">vitest-dev/vitest#4371</a>
<a href="https://github.com/vitest-dev/vitest/commit/29299f3c"><!-- raw
HTML omitted -->(29299)<!-- raw HTML omitted --></a></li>
<li>Move browser providers to <code>@​vitest/browser</code> package  - 
by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4364">vitest-dev/vitest#4364</a>
<a href="https://github.com/vitest-dev/vitest/commit/5cdeb558"><!-- raw
HTML omitted -->(5cdeb)<!-- raw HTML omitted --></a></li>
<li>Remove EnhancedSpy type, deprecate SpyInstance, improve mocks and vi
documentation  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and
<a href="https://github.com/dammy001"><code>@​dammy001</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4400">vitest-dev/vitest#4400</a>
<a href="https://github.com/vitest-dev/vitest/commit/d40b3a58"><!-- raw
HTML omitted -->(d40b3)<!-- raw HTML omitted --></a></li>
<li><strong>runner</strong>: Correctly process custom tasks, update
runner hooks naming by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/pull/4076">vitest-dev/vitest#4076</a></li>
<li><strong>coverage</strong>:
<ul>
<li>glob based coverage thresholds by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/pull/4442">vitest-dev/vitest#4442</a>
<a
href="https://github.com/vitest-dev/vitest/commit/4953410e8d96bf95f9d92bb2c8413f25b5b371b8"><!--
raw HTML omitted -->(18300)<!-- raw HTML omitted --></a></li>
<li>Use <code>transformMode</code> and workspace project based source
maps  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4309">vitest-dev/vitest#4309</a>
<a href="https://github.com/vitest-dev/vitest/commit/28109cc"><!-- raw
HTML omitted -->(28109cc)<!-- raw HTML omitted --></a></li>
<li>Enable <code>coverage.all</code> by default  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4265">vitest-dev/vitest#4265</a>
<a href="https://github.com/vitest-dev/vitest/commit/5a741ca2"><!-- raw
HTML omitted -->(5a741)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>   🚀 Features</h3>
<ul>
<li>Add Marko example and include code coverage for Marko files  -  by
<a
href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4263">vitest-dev/vitest#4263</a>
<a href="https://github.com/vitest-dev/vitest/commit/eac77765"><!-- raw
HTML omitted -->(eac77)<!-- raw HTML omitted --></a></li>
<li>Update magic-string  -  by <a
href="https://github.com/bluwy"><code>@​bluwy</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4345">vitest-dev/vitest#4345</a>
<a href="https://github.com/vitest-dev/vitest/commit/fde1843e"><!-- raw
HTML omitted -->(fde18)<!-- raw HTML omitted --></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/7006bb367494536e2ecf762a5636e509734e43e5"><code>7006bb3</code></a>
chore: release v1.0.2</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/08021673df80958552f4c3717ef03fd11f46aee5"><code>0802167</code></a>
chore: release v1.0.1</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/420707fca75a2af2c2562edba6e02ab064584d48"><code>420707f</code></a>
fix: bump vitest packages <code>peerDependencies</code> versions (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser/issues/4654">#4654</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/34517cebf428f4d0452c63d9f2ec5ab13fe50c78"><code>34517ce</code></a>
chore: release v1.0.0</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/8385c981747e719e274ff24313d9a3d087aa0d0c"><code>8385c98</code></a>
fix: BrowserTestRunner called incorrect super methods (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser/issues/4632">#4632</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/ec3d6949eb12b2b57ab6aeef920f6697d5e6a8a1"><code>ec3d694</code></a>
fix(browser): don't go into an infinite reload loop, don't fail if
&quot;error&quot; ev...</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v1.0.2/packages/browser">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitest/browser&package-manager=npm_and_yarn&previous-version=1.0.0-beta.6&new-version=1.0.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
manudeli committed Dec 7, 2023
1 parent fee4639 commit 88535a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@testing-library/react": "^13.4.0",
"@types/node": "^18.18.14",
"@types/testing-library__jest-dom": "^5.14.9",
"@vitest/browser": "^1.0.0-beta.5",
"@vitest/browser": "^1.0.2",
"@vitest/coverage-istanbul": "^1.0.0-beta.5",
"@vitest/ui": "^1.0.0-beta.5",
"commitizen": "^4.3.0",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88535a6

Please sign in to comment.