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

✨ improve(@roots/bud): remove extraneous peer dependencies #2243

Merged
merged 1 commit into from
May 9, 2023

Conversation

kellymears
Copy link
Member

@kellymears kellymears commented May 1, 2023

With this change pnpm users can install bud with limited hoisting and no .pnpmfile required:

pnpm install --public-hoist-pattern="@roots/*"

Changes

  • Remove extraneous peer dependencies from all packages defining them
  • Import bind from @roots/bud-support/decorators/bind directly
  • @roots/bud-compiler: resolve webpack using bud.module before import.
  • @roots/bud-emotion: add missing dependencies
  • @roots/bud-purgecss: use Extension class
  • @roots/bud-purgecss: add missing dependencies

Type of change

MINOR: feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment