Skip to content

chore(deps): update dependency vitest to v3 #355

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

Merged
merged 4 commits into from
Mar 31, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest (source) 2.1.8 -> 3.0.9 age adoption passing confidence

Release Notes

vitest-dev/vitest (vitest)

v3.0.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.7

Compare Source

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 - "* 0-3 * * 1" in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 23b1340 to 96e9762 Compare March 20, 2025 14:56
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 96e9762 to 6b9705a Compare March 31, 2025 21:09
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 6b9705a to f8c5480 Compare March 31, 2025 22:14
drichar added 2 commits April 1, 2025 00:31
Update error handling test in `LuteWallet` to work with Vitest v3.0.9 upgrade from
v2.1.8. The test was failing due to changes in error comparison behavior in v3.

The changes include:
- Creating `Error` instance with `Object.assign` to add code property
- Updating assertion to use `toMatchObject` instead of `toThrow`
- Removing unused `SignTxnsError` import
Update `vite-plugin-solid` to v2.11.1 and explicitly add it to the
Vitest configuration.

Version 2.11.0 of vite-plugin-solid was incompatible with Vitest v3,
causing "Client-only API called on the server side" errors in tests
despite using the `jsdom` environment. This issue was resolved in
`vite-plugin-solid` v2.11.1 (see solidjs/vite-plugin-solid#188).

Explicitly adding the `solidPlugin` to `vitest.config.ts` ensures
Solid-specific transformations are correctly applied during testing.
Copy link
Contributor Author

renovate bot commented Mar 31, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@drichar drichar merged commit 51bf8db into main Mar 31, 2025
1 check passed
@drichar drichar deleted the renovate/major-vitest-monorepo branch March 31, 2025 23:19
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.

1 participant