un-ts / domiso

The smallest and fastest DOM sanitizer based on browser native DOMParser
https://domiso.js.org
MIT License
4 stars 1 forks source link

Update dependency vitest to ^0.20.2 #10

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest ^0.19.1 -> ^0.20.2 age adoption passing confidence

Release Notes

vitest-dev/vitest ### [`v0.20.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.20.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.20.1...v0.20.2) #####    🚀 Features - Add deps.registerNodeLoader option  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1751](https://togithub.com/vitest-dev/vitest/issues/1751) #####    🐞 Bug Fixes - Don't throw in Node 18.6  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1750](https://togithub.com/vitest-dev/vitest/issues/1750) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.20.1...v0.20.2) ### [`v0.20.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.20.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.20.0...v0.20.1) #####    🐞 Bug Fixes - Bundle suppress-warnings  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(bd567)](https://togithub.com/vitest-dev/vitest/commit/bd567f74) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.20.0...v0.20.1) ### [`v0.20.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.20.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.19.1...v0.20.0) #####    🚨 Breaking Changes - Apply Vite resolving algorithm to node_modules libraries  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1673](https://togithub.com/vitest-dev/vitest/issues/1673) #####    🚀 Features - Add option for ignoring unhandled errors  -  by [@​DerYeger](https://togithub.com/DerYeger) in [https://github.com/vitest-dev/vitest/issues/1678](https://togithub.com/vitest-dev/vitest/issues/1678) - **vite-node**: Allow dumpping the transformed code to debug  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/1723](https://togithub.com/vitest-dev/vitest/issues/1723) #####    🐞 Bug Fixes - Don't clear mocks with vi.resetModules, cache normalised mock paths  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1726](https://togithub.com/vitest-dev/vitest/issues/1726) - Improve execution time counter  -  by [@​antfu](https://togithub.com/antfu) [(0d1f1)](https://togithub.com/vitest-dev/vitest/commit/0d1f1e87) - **browser**: Wait for files scanning in browser  -  by [@​Aslemammad](https://togithub.com/Aslemammad) in [https://github.com/vitest-dev/vitest/issues/1704](https://togithub.com/vitest-dev/vitest/issues/1704) - **coverage**: Include `clover` reporter by default  -  by [@​antfu](https://togithub.com/antfu) [(5862e)](https://togithub.com/vitest-dev/vitest/commit/5862e32e) - **jsdom**: Use jsdom ArrayBuffer instead of Node, if jsdom is enabled  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1727](https://togithub.com/vitest-dev/vitest/issues/1727) - **types**: Fix MockedClass typeParams  -  by [@​Tanimodori](https://togithub.com/Tanimodori) in [https://github.com/vitest-dev/vitest/issues/1735](https://togithub.com/vitest-dev/vitest/issues/1735) - **ui**: Do not load graph if never displayed (fix [#​1602](https://togithub.com/vitest-dev/vitest/issues/1602))  -  by [@​MPeloquin](https://togithub.com/MPeloquin) in [https://github.com/vitest-dev/vitest/issues/1719](https://togithub.com/vitest-dev/vitest/issues/1719) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.19.1...v0.20.0)

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: 71a9503ad7da5404ad0f31837d4f78969ef11dc1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions[bot] commented 2 years ago

size-limit report 📦

Path Size
lib/index.js 410 B (0%)
codesandbox-ci[bot] commented 2 years ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

codecov[bot] commented 2 years ago

Codecov Report

Merging #10 (71a9503) into main (bca9f86) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           73        73           
  Branches        18        18           
=========================================
  Hits            73        73           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bca9f86...71a9503. Read the comment docs.