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) #540

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/ui (source) 1.6.1 -> 3.0.7 age adoption passing confidence
vitest (source) 1.6.1 -> 3.0.7 age adoption passing confidence

Release Notes

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

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

v2.1.9

Compare Source

This release includes security patches for:

   🐞 Bug Fixes
    View changes on GitHub

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support Vite 6
    View changes on GitHub

v2.1.5

Compare Source

   🐞 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.

Copy link

codesandbox bot commented Jul 9, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

changeset-bot bot commented Jul 9, 2024

⚠️ No Changeset found

Latest commit: b8429fb

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.

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

Copy link

coderabbitai bot commented Jul 9, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The update involves version upgrades for two dependencies in the package.json file: @vitest/ui and vitest, both moving from version 1.6.0 to 2.0.5. This transition signifies the adoption of newer versions likely encompassing improvements, bug fixes, and additional features that enhance the project's capabilities. The impact on functionality or compatibility, however, remains unspecified.

Changes

Files Change Summary
package.json Updated "@vitest/ui" from 1.6.0 to 2.0.5 and "vitest" from 1.6.0 to 2.0.5.

Poem

In fields of code where bunnies hop,
New versions bloom, we’ll never stop!
From one dot six to two dot five,
Improvements sprout, our projects thrive!
With every leap, we dance with glee,
Upgrading paths, so wild and free! 🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

socket-security bot commented Jul 9, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from 170a735 to b00c217 Compare July 16, 2024 13:47
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 7 times, most recently from 3f5e83f to 887204e Compare July 28, 2024 19:37
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from b94ff1f to 24118b0 Compare August 5, 2024 03:34
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 2fce9cb to 4bd57ef Compare August 12, 2024 04:10
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 18225c7 and 4bd57ef.

Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
Files selected for processing (1)
  • package.json (2 hunks)
Files skipped from review due to trivial changes (1)
  • package.json

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 4bd57ef to bb152e5 Compare August 15, 2024 17:44
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 4bd57ef and bb152e5.

Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
Files selected for processing (1)
  • package.json (2 hunks)
Files skipped from review due to trivial changes (1)
  • package.json

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 48ce62e to f7eecdb Compare August 26, 2024 03:07
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between bb152e5 and f7eecdb.

Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
Files selected for processing (1)
  • package.json (2 hunks)
Additional comments not posted (2)
package.json (2)

61-61: Upgrade dependency: @vitest/ui to version 2.0.5.

The version upgrade from 1.6.0 to 2.0.5 may include enhancements, bug fixes, and new features. Ensure that any breaking changes are addressed and the application is thoroughly tested.

Please verify the compatibility and functionality of the new version.


76-76: Upgrade dependency: vitest to version 2.0.5.

The version upgrade from 1.6.0 to 2.0.5 may include enhancements, bug fixes, and new features. Ensure that any breaking changes are addressed and the application is thoroughly tested.

Please verify the compatibility and functionality of the new version.

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 5b1801d to e9c74cd Compare September 9, 2024 03:33
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 8bb20df to 2cd9bf5 Compare December 16, 2024 03:23
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from b2ffaea to 2d96a40 Compare December 30, 2024 03:07
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 71e1445 to efe1537 Compare January 9, 2025 00:38
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from e194c74 to 9e4c16e Compare January 16, 2025 15:06
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v2 (major) chore(deps): update vitest monorepo to v3 (major) Jan 16, 2025
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 7 times, most recently from 71b05cc to 359bf52 Compare January 23, 2025 14:24
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 359bf52 to ee6cf63 Compare January 27, 2025 06:19
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 7aa2a43 to 288a055 Compare February 3, 2025 19:42
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from a157151 to 7a5bf08 Compare February 17, 2025 04:46
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from f51daf5 to 8b30d08 Compare February 24, 2025 04:27
Copy link

socket-security bot commented Feb 24, 2025

Report too large to display inline

View full report↗︎

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from b3e8a38 to 06f107b Compare March 1, 2025 00:53
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 06f107b to b8429fb Compare March 3, 2025 04:33
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