Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency vitest to ^0.32.0 #260

Merged
merged 2 commits into from
Jul 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest ^0.30.1 -> ^0.32.0 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.32.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.32.0

Compare Source

   🚨 Breaking Changes
  • Throw an error, if the module cannot be resolved  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3307 (1ad63)
    • Vitest used to fall back to the original import when it could not resolve it to the file path or the virtual module. This leads to hard-to-find module graph mismatches if you had incorrect alias or relied on relative imports to be resolved to the project root (which is usual behavior in TypeScript) because the code accidentally "worked". With this release, Vitest will now throw an error if it cannot resolve the module - there are possible edge cases that are not covered yet, so if you have any problems with this, please open a separate issue with reproduction.
  • Improve globs  -  by @​nickmccurdy in https://github.com/vitest-dev/vitest/issues/3392 (19ecc)
    • Vitest now has glob patterns similar to Jest for better compatibility. It's possible that some files will be considered test files when previously they were not. For example, Vitest now considers test.js to be a test file. Also any file in __tests__ is now considered to be a test, not just files with test or spec suffix.
  • Add @vitest/coverage-v8 package  -  by @​AriPerkkio in https://github.com/vitest-dev/vitest/issues/3339 (82112)
    • Vitest now uses v8 code coverage directly for better performance. @vitest/coverage-c8 is deprecated as Vitest no longer uses c8 package for coverage output. It will not be updated anymore, and Vitest will fail in the next version if the user has c8 as their coverage provider. Please, install the new @vitest/coverage-v8 package if you previously used @vitest/coverage-c8.
  • mocker: Don't restore mock to the original if the module is automocked  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3518 (c1004)
    • spy.mockRestore on auto-mocked named exports will no longer restore their implementation to the actual function. This behavior better matches what Jest does.
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.0

Compare Source

   🚨 Breaking Changes
  • Remove browser from allowed pools inside poolMatchGlob config option. Please, use Vitest workspaces for running tests in the browser.

  • Move assertion declarations to expect package  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)

    • The change should be minor:
    - declare namespace Vi {
    + declare module 'vitest' {
       interface Assertion<T = any> extends CustomMatchers<T> {}
       interface AsymmetricMatchersContaining extends CustomMatchers {}
    }
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

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

@netlify
Copy link

netlify bot commented Jun 20, 2023

Deploy Preview for unpic-docs canceled.

Name Link
🔨 Latest commit f4f2f95
🔍 Latest deploy log https://app.netlify.com/sites/unpic-docs/deploys/64a51cf7a633bc000816503c

@netlify
Copy link

netlify bot commented Jun 20, 2023

Deploy Preview for unpic-preact canceled.

Name Link
🔨 Latest commit f4f2f95
🔍 Latest deploy log https://app.netlify.com/sites/unpic-preact/deploys/64a51cf739b4150008a2e727

@netlify
Copy link

netlify bot commented Jun 20, 2023

Deploy Preview for unpic-solid ready!

Name Link
🔨 Latest commit f4f2f95
🔍 Latest deploy log https://app.netlify.com/sites/unpic-solid/deploys/64a51cf7ba0437000820d0fb
😎 Deploy Preview https://deploy-preview-260--unpic-solid.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 20, 2023

Deploy Preview for unpic-next ready!

Name Link
🔨 Latest commit f4f2f95
🔍 Latest deploy log https://app.netlify.com/sites/unpic-next/deploys/64a51cf7f7611b0008ebacd3
😎 Deploy Preview https://deploy-preview-260--unpic-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 20, 2023

Deploy Preview for unpic-svelte ready!

Name Link
🔨 Latest commit f4f2f95
🔍 Latest deploy log https://app.netlify.com/sites/unpic-svelte/deploys/64a51cf708f53700081c683f
😎 Deploy Preview https://deploy-preview-260--unpic-svelte.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 20, 2023

Deploy Preview for unpic-astro ready!

Name Link
🔨 Latest commit f4f2f95
🔍 Latest deploy log https://app.netlify.com/sites/unpic-astro/deploys/64a51cf7c3e4830008d99f01
😎 Deploy Preview https://deploy-preview-260--unpic-astro.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 20, 2023

Deploy Preview for unpic-angular ready!

Name Link
🔨 Latest commit f4f2f95
🔍 Latest deploy log https://app.netlify.com/sites/unpic-angular/deploys/64a51cf7ba1a6400087aaa6a
😎 Deploy Preview https://deploy-preview-260--unpic-angular.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 20, 2023

Deploy Preview for unpic-vue ready!

Name Link
🔨 Latest commit f4f2f95
🔍 Latest deploy log https://app.netlify.com/sites/unpic-vue/deploys/64a51cf701855c00083cb56c
😎 Deploy Preview https://deploy-preview-260--unpic-vue.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 20, 2023

Deploy Preview for unpic-lit ready!

Name Link
🔨 Latest commit f4f2f95
🔍 Latest deploy log https://app.netlify.com/sites/unpic-lit/deploys/64a51cf78a66e800076d9932
😎 Deploy Preview https://deploy-preview-260--unpic-lit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 20, 2023

Deploy Preview for unpic-webc ready!

Name Link
🔨 Latest commit f4f2f95
🔍 Latest deploy log https://app.netlify.com/sites/unpic-webc/deploys/64a51cf77a77ac0008e07bcc
😎 Deploy Preview https://deploy-preview-260--unpic-webc.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 20, 2023

Deploy Preview for unpic-qwik ready!

Name Link
🔨 Latest commit f4f2f95
🔍 Latest deploy log https://app.netlify.com/sites/unpic-qwik/deploys/64a51cf76961c80008e9fe9a
😎 Deploy Preview https://deploy-preview-260--unpic-qwik.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 4 times, most recently from c5c681b to f81f001 Compare June 20, 2023 08:23
@kodiakhq kodiakhq bot removed the automerge label Jun 20, 2023
@kodiakhq
Copy link
Contributor

kodiakhq bot commented Jun 20, 2023

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from f81f001 to 15def91 Compare June 20, 2023 09:02
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 4 times, most recently from c978385 to 6ea122d Compare June 26, 2023 09:50
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 6 times, most recently from 2fc1ac1 to f26d0f6 Compare July 4, 2023 16:36
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from ec96d20 to 68adfc6 Compare July 4, 2023 18:22
@kodiakhq kodiakhq bot removed the automerge label Jul 4, 2023
@kodiakhq
Copy link
Contributor

kodiakhq bot commented Jul 4, 2023

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 68adfc6 to b14cd8e Compare July 4, 2023 20:31
@kodiakhq kodiakhq bot merged commit ba6f696 into main Jul 5, 2023
58 checks passed
@kodiakhq kodiakhq bot deleted the renovate/vitest-monorepo branch July 5, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant