Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

chore(deps-dev): bump @roots/bud-tailwindcss from 5.7.7 to 6.2.0 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 28, 2022

Bumps @roots/bud-tailwindcss from 5.7.7 to 6.2.0.

Release notes

Sourced from @​roots/bud-tailwindcss's releases.

v6.2.0

If you prefer, read the v6.2.0 release notes on bud.js.org. If only for the table of contents.

🎉 SWC support

This release introduces a new extension: @​roots/bud-swc.

The extension registers support for swc.

You can try it out by installing @roots/bud-swc. Hopefully it "just works" out of the box for you, but check out the docs for details on how to configure swc for your project.

If you have the extension installed @roots/bud will privilege it over @roots/bud-babel when it is available. So, you really can give it a go by just adding @roots/bud-swc to your project dependencies when upgrading.

The swc project claims upwards of a 70x performance improvement over babel. I don't see that in testing (MacOS ARM arch), but it is definitely faster (~20%).

I hear the difference is particularly pronounced in WSL2, although my means to test that is limited. Let me know how it goes!

Better dev experience using @​roots/bud-react

For projects using a combination of @roots/bud-react and either @roots/bud-typescript, @roots/bud-swc and/or @roots/bud-babel, react fast refresh is now enabled by default.

If you don't want react fast refresh then you can disable it with:

bud.react.refresh.disable()

⚠️ If you are currently configuring fast-refresh using bud.reactRefresh() you will need to update your call to use the new API.

Change this:

bud.reactRefresh(true)

to this:

bud.react.refresh.enable()

babel is now optional when using @​roots/bud-typescript

Depending on your project you may be able to use typescript without babel. Why not try it and find out?

bud.typescript.useBabel(false)

If you disable babel react-refresh will be enabled using the react-refresh-typescript compiler plugin instead.

... (truncated)

Changelog

Sourced from @​roots/bud-tailwindcss's changelog.

Changelog

For more information on a release check the corresponding bud.js.org release tag

5.8.7 (2022-05)

  • 🛼 improve(patch): improve @​roots/bud-terser extension in roots/bud#1431
  • 🐛 fix(patch): fix error when development or production is in path in roots/bud#1432

5.8.6 (2022-05-23)

  • 🛼 improve(patch): @​roots/sage: allow for use of app.setPublicPath in roots/bud#1423
  • 🐛 fix(patch): include hash with bud.assets calls in roots/bud#1424

5.8.5 (2022-05-20)

  • 🛼 improve(patch): hard code /_bud/hmr path in roots/bud#1418
  • 🛼 improve(patch): public path in roots/bud#1420
    • prevent fatal error with webpack-manifest-plugin if build.output.publicPath is undefined
    • set public path based on APP_PUBLIC_PATH envvar (if present)
    • explicitly set public path for mini-css loader
  • 🛼 improve(patch): improve watcher in roots/bud#1419

5.8.4 (2022-05-19)

5.8.3 (2022-05-17)

5.8.2 (2022-05-16)

5.8.1 (2022-05-12)

5.8.0 (2022-05-10)

  • 🛼 improve: bud.entry #1303
  • ✨ feature: auto-open browser/editor on dev build final #1315
  • 🛼 improve: @​roots/bud-esbuild extension #1327
  • 🛼 improve(minor): allow custom dependencies #1328
  • 🛼 improve(minor): allow prototypal extensions #1335
  • ✨ feat(patch): support nested tailwindcss color groups #1341

... (truncated)

Commits
  • 4ea7ff7 chore: Bump @​roots/bud to v6.2.0
  • 012e2c9 📦 deps: update @​types/node to v16.11.41
  • de59401 ✨ improve(none): generate readme with handlebars (#1489)
  • a5d5ef6 ✨ improve(minor): various minor improvements (#1477)
  • 5808857 ✨ feat(patch): add esm output and skypack support (#1425)
  • 4e5dd3f 🚨 breaking: feat(major): convert codebase to esm (#1462)
  • 671c4d8 Bump postcss to v8.4.14 (#1427)
  • 24d3493 Bump @​types/node to v16.11.36 (#1413)
  • 0c41fa4 🚑 fix(patch): instantiate nested extensions (#1411)
  • 2a759eb Bump @​types/node to v16.11.35 (#1395)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 28, 2022
@github-actions github-actions bot removed the javascript Pull requests that update Javascript code label Jun 28, 2022
Bumps [@roots/bud-tailwindcss](https://github.com/roots/bud/tree/HEAD/sources/@roots/bud-tailwindcss) from 5.7.7 to 6.2.0.
- [Release notes](https://github.com/roots/bud/releases)
- [Changelog](https://github.com/roots/bud/blob/main/CHANGELOG.md)
- [Commits](https://github.com/roots/bud/commits/v6.2.0/sources/@roots/bud-tailwindcss)

---
updated-dependencies:
- dependency-name: "@roots/bud-tailwindcss"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/roots/bud-tailwindcss-6.2.0 branch from 267229c to 46b1da0 Compare June 29, 2022 09:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants