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

docs: replace deprecated config for [email protected] #18752

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

julisch94
Copy link
Contributor

This PR fixes #18396

Description

The vitest config has changed with [email protected].
test.deps has been deprecated and is supposed to be replaced with test.server.deps.
Check out these release notes: https://github.com/vitest-dev/vitest/releases/tag/v0.34.0

We now have to pass in the deps with server.deps, otherwise there is a deprecation warning printed.

@julisch94 julisch94 changed the title replace deprecated config for [email protected] docs: replace deprecated config for [email protected] Nov 22, 2023
@MajesticPotatoe MajesticPotatoe merged commit 04d940a into vuetifyjs:master Nov 24, 2023
9 checks passed
@julisch94 julisch94 deleted the fix/docs-vitest-config branch November 25, 2023 15:22
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.

[Documentation] Vitest "deps.inline" is deprecated
2 participants