sku@15.6.0
Minor Changes
-
Use
vitest-specific ESLint rules whentestRunner: 'vitest'is configured (#1466)Consumers using
vitestmay see new ESLint rules applied to their codebase.
Previouslyjestrules were always applied regardless of the configured test runner. -
Update
eslint-config-seekto^15.0.0(#1466)Consumers may see new linting errors or warnings. Some of these may be auto-fixable via
sku format, but others may require manual intervention. Please see theeslint-config-seekchangelog for more information.
Patch Changes
-
Warn if pnpm virtual store is found when another package manager in use (#1469)
When a
pnpmvirtual store directory (node_modules/.pnpm) is detected but a different package manager (such as npm or yarn) is in use, a warning will now be printed, but the build will continue.Note: This behavior is only temporary and is not recommended; mixing package managers in a project can cause unexpected issues. Please migrate to a consistent package manager as soon as possible. This warning may become a hard error in a future release.