Skip to content

chore(deps): update dependency vitest to v2#347

Merged
ArnaudBarre merged 2 commits intomainfrom
renovate/major-vitest-monorepo
Aug 13, 2024
Merged

chore(deps): update dependency vitest to v2#347
ArnaudBarre merged 2 commits intomainfrom
renovate/major-vitest-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest (source) ^1.6.0 -> ^2.0.5 age adoption passing confidence

Release Notes

vitest-dev/vitest (vitest)

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.2

Compare Source

v2.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0

Compare Source

Vitest 2.0 is here! 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

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

@hi-ogawa
Copy link
Copy Markdown
Contributor

I looks like relative import of ./dist/server/entry-server.js (which is generated during a test) is failing on Vitest v2.

render = (await import('./dist/server/entry-server.js')).render

I reported an issue with a minimal reproduction vitest-dev/vitest#6152. The workaround seems to be to use absolute path to import entry-server.js.

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 4da203d to e508035 Compare July 25, 2024 01:46
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from e508035 to 2da14ec Compare July 31, 2024 13:15
@hi-ogawa hi-ogawa force-pushed the renovate/major-vitest-monorepo branch from 1f2ba93 to 6e8853d Compare August 13, 2024 00:41
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Aug 13, 2024

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.

@hi-ogawa
Copy link
Copy Markdown
Contributor

hi-ogawa commented Aug 13, 2024

Vitest v2 regression is due to Vite server.fs.cachedChecks and it's fixed in Vite v5.4.0 (namely this PR vitejs/vite#17807). I pushed an update in this branch to check CI and it's passing.

@hi-ogawa hi-ogawa requested a review from ArnaudBarre August 13, 2024 00:46
@ArnaudBarre ArnaudBarre merged commit 0f7684a into main Aug 13, 2024
@ArnaudBarre ArnaudBarre deleted the renovate/major-vitest-monorepo branch August 13, 2024 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants