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 vitest monorepo to v3 (major) #162

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
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.8 -> 3.0.6 age adoption passing confidence
@vitest/ui (source) 2.1.8 -> 3.0.6 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.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

   🐞 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
    View changes on GitHub

v2.1.9

Compare Source

   🚨 Breaking Changes
   🚀 Features

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.

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 from 601b0db to 275695c Compare February 18, 2025 14:57
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.

0 participants