Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) 2.1.9 -> 3.1.2 age adoption passing confidence
@vitest/ui (source) 2.1.9 -> 3.1.2 age adoption passing confidence
vitest (source) ^2.1.4 -> ^3.0.0 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v3.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub

v3.0.9

Compare Source

v3.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.5

Compare Source

This release includes security patches for:

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v3.0.4

Compare Source

This release includes security patches for:

   🐞 Bug Fixes
    View changes on GitHub

v3.0.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.0

Compare Source

Vitest 3 is here! There are a few breaking changes, but we expect the migration to be smooth. This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

Configuration

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


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

This PR was generated by Mend Renovate. View the repository job log.

@sourcery-ai
Copy link

sourcery-ai bot commented Jan 16, 2025

Reviewer's Guide by Sourcery

This PR updates the vitest monorepo to v3, including @vitest/coverage-v8, @vitest/ui, and vitest itself. This is a major update and includes breaking changes, new features, and bug fixes.

Class diagram showing updated Vitest v3 core components

classDiagram
    class Vitest {
        +expect
        +mocker
        +runner
        +snapshot
        +spy
        +utils
    }

    class VitestUI {
        +utils
        +fflate
        +flatted
        +sirv
        +tinyglobby
    }

    class VitestCoverage {
        +v8-coverage
        +istanbul-lib
        +source-maps
        +reports
    }

    Vitest --> VitestUI : uses
    Vitest --> VitestCoverage : uses

    note for Vitest "Updated to v3.0.0"
    note for VitestUI "Updated to v3.0.0"
    note for VitestCoverage "Updated to v3.0.0"
Loading

File-Level Changes

Change Details Files
Update @vitest/coverage-v8 to v3.0.0
  • Updated @vitest/coverage-v8 from 2.1.8 to 3.0.0 in pnpm-lock.yaml.
  • Updated @vitest/coverage-v8 from 2.1.8 to 3.0.0 in package.json.
pnpm-lock.yaml
package.json
Update @vitest/ui to v3.0.0
  • Updated @vitest/ui from 2.1.8 to 3.0.0 in pnpm-lock.yaml.
  • Updated @vitest/ui from 2.1.8 to 3.0.0 in package.json.
pnpm-lock.yaml
package.json
Update vitest to v3.0.0
  • Updated vitest from ^2.1.4 to ^3.0.0 in pnpm-lock.yaml.
  • Updated vitest from ^2.1.4 to ^3.0.0 in package.json.
pnpm-lock.yaml
package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from f193b84 to 2bb2785 Compare January 23, 2025 17:57
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 2bb2785 to 601b0db Compare February 3, 2025 14:42
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 275695c to 8341af6 Compare February 24, 2025 19:38
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 0ecca08 to 8119685 Compare March 6, 2025 18:45
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 8119685 to 1212cab Compare March 17, 2025 12:26
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 1212cab to 82844d3 Compare March 31, 2025 11:08
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from 606ba02 to 9d5ae91 Compare April 25, 2025 23:59
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 9d5ae91 to 92c8329 Compare April 26, 2025 16:39
@itsTPM itsTPM merged commit 127ab6f into main Apr 26, 2025
1 check passed
@renovate renovate bot deleted the renovate/major-vitest-monorepo branch April 26, 2025 16:58
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.

2 participants