Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

chore(deps): update vitest monorepo to ^0.34.5 #62

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/ui (source) ^0.29.1 -> ^0.34.5 age adoption passing confidence
vitest ^0.29.1 -> ^0.34.5 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/ui)

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.34.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • Deprecate deps.registerNodeLoader  -  by @​sheremet-va (7f45b)
    • This option was introduced to support aliasing inside external packages. Please, use deps.optimizer.web instead. If you test Node.js applications, consider adding external packages to server.deps.inline.
    View changes on GitHub

v0.33.0

Compare Source

   🚨 Breaking Changes
  • Revert default include patterns  -  by @​so1ve #​3729
    • 0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.
   🐞 Bug Fixes
    View changes on GitHub

v0.32.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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
  • Don't print empty diff  -  by [@&

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates 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.

@renovate renovate bot added autorebase:opt-in Apply this label to enable automatic rebasing dependencies Pull requests that update a dependency file npm patch labels Feb 28, 2023
@renovate renovate bot enabled auto-merge (rebase) February 28, 2023 17:17
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from d8ac6a4 to 875b261 Compare March 25, 2023 05:34
@renovate renovate bot changed the title chore(deps): update vitest monorepo to ^0.29.2 chore(deps): update vitest monorepo to ^0.29.7 Mar 25, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 875b261 to 4ba4259 Compare June 6, 2023 02:22
@renovate renovate bot changed the title chore(deps): update vitest monorepo to ^0.29.7 chore(deps): update vitest monorepo to ^0.31.4 Jun 6, 2023
@renovate renovate bot changed the title chore(deps): update vitest monorepo to ^0.31.4 chore(deps): update vitest monorepo to ^0.32.0 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from e645afa to e548905 Compare June 16, 2023 12:57
@renovate renovate bot changed the title chore(deps): update vitest monorepo to ^0.32.0 chore(deps): update vitest monorepo to ^0.32.1 Jun 16, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from e548905 to 8bfc07d Compare June 16, 2023 17:12
@renovate renovate bot changed the title chore(deps): update vitest monorepo to ^0.32.1 chore(deps): update vitest monorepo to ^0.32.2 Jun 16, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 8bfc07d to 2b39406 Compare July 3, 2023 10:00
@renovate renovate bot changed the title chore(deps): update vitest monorepo to ^0.32.2 chore(deps): update vitest monorepo to ^0.32.3 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 2b39406 to c9767c0 Compare July 3, 2023 13:31
@renovate renovate bot changed the title chore(deps): update vitest monorepo to ^0.32.3 chore(deps): update vitest monorepo to ^0.32.4 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from c9767c0 to ba47f08 Compare July 6, 2023 17:27
@renovate renovate bot changed the title chore(deps): update vitest monorepo to ^0.32.4 chore(deps): update vitest monorepo to ^0.33.0 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from ba47f08 to 0d7e8e7 Compare August 1, 2023 16:38
@renovate renovate bot changed the title chore(deps): update vitest monorepo to ^0.33.0 chore(deps): update vitest monorepo Aug 1, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 0d7e8e7 to 739f7ff Compare August 1, 2023 19:09
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 739f7ff to f623538 Compare August 17, 2023 10:20
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from f623538 to 1f124b9 Compare August 25, 2023 08:22
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from d695b82 to 40eccae Compare August 28, 2023 09:18
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from fa12302 to 2377aeb Compare September 21, 2023 10:27
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 0d9a8a0 to b8de515 Compare September 22, 2023 01:12
@renovate renovate bot changed the title chore(deps): update vitest monorepo chore(deps): update vitest monorepo to ^0.34.5 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 5012513 to 8e56d2f Compare September 22, 2023 01:31
@USA-RedDragon USA-RedDragon removed the autorebase:opt-in Apply this label to enable automatic rebasing label Sep 22, 2023
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@USA-RedDragon USA-RedDragon merged commit 408a2f3 into main Sep 22, 2023
5 of 6 checks passed
@USA-RedDragon USA-RedDragon deleted the renovate/vitest-monorepo branch September 22, 2023 01:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file npm patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant