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(multiple): improve extensions #2100

Merged
merged 29 commits into from
Feb 16, 2023
Merged

Conversation

kellymears
Copy link
Member

@kellymears kellymears commented Feb 12, 2023

  • fix: console.* in dashboard should be flex=column
  • deprecate bud.postcss.syntax
  • deprecate bud.postcss.sourceMap
  • deprecate bud.tailwindcss.generateImports
  • deprecate bud.mdx.rehypePlugins
  • deprecate bud.mdx.remarkPlugins
  • update @roots/bud-terser properties to match new terserOptions shape (format instead of output, see https://terser.org/docs/api-reference#format-options)
  • update @roots/bud-sass to use bud.postcss.set() instead of bud.postcss.syntax()
  • ensure @roots/bud-tailwindcss is done before config is called
  • types: improve public interface for @roots/bud-imagemin
  • types: improve @roots/bud-esbuild public interface
  • types: improve @roots/bud-terser public interface
  • types: improve @roots/bud-wordpress-theme-json public interface
  • docs: improve @roots/bud-esbuild docs
  • remove Extension.init callback from extension lifecycle

refers:

Type of change

PATCH: backwards compatible change

This PR includes breaking changes to the following core packages:

  • none

This PR includes breaking changes to the follow extensions:

  • none

Dependencies

Adds

  • none

Removes

  • none

@github-actions github-actions bot added the docs label Feb 13, 2023
@kellymears
Copy link
Member Author

So this error is infuriating:

https://github.com/roots/bud/actions/runs/4172497446/jobs/7223670702#step:7:58

It turns out the TypeScript compiler doesn't use package.json to resolve tsconfig.json paths. But, vscode does. So, you don't need to include it in exports except that you do.

@github-actions github-actions bot added @roots/browserslist-config internal repository specific PR or issue labels Feb 15, 2023
@github-actions github-actions bot added the CI Continuous integration issue. label Feb 15, 2023
@kellymears kellymears added this to the 6.10.0 milestone Feb 16, 2023
@kellymears kellymears added the 🚀! automerge label Feb 16, 2023
@kodiakhq kodiakhq bot merged commit 6a932d1 into main Feb 16, 2023
@kodiakhq kodiakhq bot deleted the improve-bud-css-extensions branch February 16, 2023 18:24
@kellymears kellymears mentioned this pull request Feb 16, 2023
kodiakhq bot pushed a commit that referenced this pull request Feb 16, 2023
Fixes an error with error rendering in #2100 

refers:

- none

## Type of change

**PATCH: backwards compatible change**



This PR includes breaking changes to the following core packages:

- none

This PR includes breaking changes to the follow extensions:

- none

## Dependencies

### Adds

- none

### Removes

- none
@kellymears kellymears modified the milestones: 6.10.0, 6.11.0 Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment