Skip to content

ultracite@7.6.5

Choose a tag to compare

@github-actions github-actions released this 08 May 15:47
· 47 commits to main since this release
Immutable release. Only release title and notes can be modified.
d421d12

Patch Changes

  • 3e08c25: Fix ultracite init failing with npm error No workspaces found! in npm monorepos. When isMonorepo() was true, nypm was passed workspace: true, which translates to --workspaces for npm — that installs in every workspace package and errors when patterns match nothing. We now skip the workspace flag for npm (the default root install is what we want) while preserving the flag for pnpm (--workspace-root) and yarn classic (-W). Applies to ultracite, husky, lefthook, and lint-staged installs.