roots / sage

WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and a modern development workflow
https://roots.io/sage/
MIT License
12.69k stars 3.06k forks source link

chore(deps): โฌ†๏ธ bump bud to v6.23.2 #3187

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@roots/bud (source) 6.20.0 -> 6.23.2 age adoption passing confidence
@roots/bud-tailwindcss (source) 6.20.0 -> 6.23.2 age adoption passing confidence
@roots/sage (source) 6.20.0 -> 6.23.2 age adoption passing confidence

Release Notes

roots/bud (@​roots/bud) ### [`v6.23.2`](https://togithub.com/roots/bud/releases/tag/v6.23.2): 6.23.2 [Compare Source](https://togithub.com/roots/bud/compare/v6.23.1...v6.23.2) Fixes an error when using `@roots/bud-typescript` in combination with `@roots/bud-vue`. Adds a new method which removes the `_DEFAULT` suffix from tailwind color values in generated WordPress theme.json files. Various security patches and transitive dependency updates. #### What's Changed - โœจ feat(minor): add bud.wp.json.removeDefaultSuffix by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2627](https://togithub.com/roots/bud/pull/2627) - ๐Ÿฉน fix(minor): fix ts/vue error by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2623](https://togithub.com/roots/bud/pull/2623) - ๐Ÿ“ฆ deps(patch): upgrade eslint-webpack-plugin by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2620](https://togithub.com/roots/bud/pull/2620) - ๐Ÿ“ฆ deps(patch): upgrade dependencies (minor) by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2618](https://togithub.com/roots/bud/pull/2618) - ๐Ÿ“ฆ deps(minor): upgrade non-breaking dependencies by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2628](https://togithub.com/roots/bud/pull/2628) **Full Changelog**: https://github.com/roots/bud/compare/v6.23.1...v6.23.2 ### [`v6.23.1`](https://togithub.com/roots/bud/releases/tag/v6.23.1): 6.23.1 [Compare Source](https://togithub.com/roots/bud/compare/v6.23.0...v6.23.1) Fixes an error with certain stylelint configurations. ##### What's Changed - ๐Ÿ“• docs(none): fix releases nav by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2611](https://togithub.com/roots/bud/pull/2611) - ๐Ÿฉน fix(none): fix [#​2612](https://togithub.com/roots/bud/issues/2612) by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2613](https://togithub.com/roots/bud/pull/2613) **Full Changelog**: https://github.com/roots/bud/compare/v6.23.0...v6.23.1 ### [`v6.23.0`](https://togithub.com/roots/bud/releases/tag/v6.23.0): 6.23.0 [Compare Source](https://togithub.com/roots/bud/compare/v6.22.0...v6.23.0) `@roots/bud-sass` should no longer error without `@roots/bud-postcss`. We strongly recommend you use PostCSS. Update `@roots/sage/stylelint` config so as to not cause deprecation notices and errors. Adds `examples/sage-with-stylelint` to demonstrate a working config. Improves error handling. Adds integration tests to cover the fixed bugs. #### What's Changed - ๐Ÿฉน fix(patch): update @​roots/sage/stylelint by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2607](https://togithub.com/roots/bud/pull/2607) - โœจ feat(minor): add bud.before method by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2606](https://togithub.com/roots/bud/pull/2606) - ๐Ÿงช test(none): improve [@​roots/bud-entrypoints](https://togithub.com/roots/bud-entrypoints) coverage by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2608](https://togithub.com/roots/bud/pull/2608) - ๐Ÿฉน fix(patch): no error when using sass without postcss by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2604](https://togithub.com/roots/bud/pull/2604) - ๐Ÿงช test(none): add sage-with-stylelint test by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2609](https://togithub.com/roots/bud/pull/2609) - ๐Ÿงน chore(none): rm --rf examples/sage with stylelint/public by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2610](https://togithub.com/roots/bud/pull/2610) **Full Changelog**: https://github.com/roots/bud/compare/v6.22.0...v6.23.0 ### [`v6.22.0`](https://togithub.com/roots/bud/releases/tag/v6.22.0): 6.22.0 [Compare Source](https://togithub.com/roots/bud/compare/v6.21.0...v6.22.0) Some nice performance enhancements. code coverage gains and dependency upgrades in this release. There is a known issue with this release affecting projects using the `@roots/sage/stylelint` config. If you rely on this config you may wish to hold off and upgrade to 6.23.0. ##### What's Changed - ๐Ÿ“ฆ deps(patch): upgrade dependencies by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2580](https://togithub.com/roots/bud/pull/2580) - ๐Ÿ“ฆ deps(minor): upgrade dev middleware by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2586](https://togithub.com/roots/bud/pull/2586) - ๐Ÿ“ฆ deps(minor): upgrade stylelint by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2585](https://togithub.com/roots/bud/pull/2585) - ๐Ÿ“• docs(none): fix releases menu by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2582](https://togithub.com/roots/bud/pull/2582) - ๐Ÿ“ฆ deps(minor): upgrade style deps by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2588](https://togithub.com/roots/bud/pull/2588) - ๐Ÿงน chore(none): update sponsors by [@​retlehs](https://togithub.com/retlehs) in [https://github.com/roots/bud/pull/2570](https://togithub.com/roots/bud/pull/2570) - ๐Ÿ“ฆ deps(minor): upgrade stylelint-sass by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2590](https://togithub.com/roots/bud/pull/2590) - ๐Ÿ“• docs(none): Fix typo in documentation for bud.postcss.setPostCssOptions by [@​folbert](https://togithub.com/folbert) in [https://github.com/roots/bud/pull/2559](https://togithub.com/roots/bud/pull/2559) - ๐Ÿ“ฆ deps(patch): upgrade dependencies by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2591](https://togithub.com/roots/bud/pull/2591) - ๐Ÿ“• docs(none): : issue with code snippet for spacing in theme.json by [@​dr5hn](https://togithub.com/dr5hn) in [https://github.com/roots/bud/pull/2564](https://togithub.com/roots/bud/pull/2564) - ๐Ÿ“ฆ deps(patch): bump ip from 1.1.5 to 1.1.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/roots/bud/pull/2560](https://togithub.com/roots/bud/pull/2560) - ๐Ÿฉน fix(stylelint): `Unexpected invalid media query "screen(x)"` for Tailwind by [@​codepuncher](https://togithub.com/codepuncher) in [https://github.com/roots/bud/pull/2558](https://togithub.com/roots/bud/pull/2558) - ๐Ÿงช test(none): improve examples and tests by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2556](https://togithub.com/roots/bud/pull/2556) - ๐Ÿฉน fix(patch): dashboard react error (useState) by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2595](https://togithub.com/roots/bud/pull/2595) - โœจ improve(patch): build performance by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2596](https://togithub.com/roots/bud/pull/2596) - ๐Ÿงช test(none): improve coverage by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2599](https://togithub.com/roots/bud/pull/2599) - ๐Ÿ”จ improve(none): reuse ink instance by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2600](https://togithub.com/roots/bud/pull/2600) - ๐Ÿฉน fix(patch): bud.after sync callback error by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2601](https://togithub.com/roots/bud/pull/2601) - ๐Ÿงน chore(none): update sponsors by [@​retlehs](https://togithub.com/retlehs) in [https://github.com/roots/bud/pull/2598](https://togithub.com/roots/bud/pull/2598) - ๐Ÿ”จ improve(patch): bud.pipe: allow mixed async and sync cbs by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2603](https://togithub.com/roots/bud/pull/2603) - ๐Ÿฉน fix(patch): set default log preset to none by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2602](https://togithub.com/roots/bud/pull/2602) ##### New Contributors - [@​folbert](https://togithub.com/folbert) made their first contribution in [https://github.com/roots/bud/pull/2559](https://togithub.com/roots/bud/pull/2559) - [@​dr5hn](https://togithub.com/dr5hn) made their first contribution in [https://github.com/roots/bud/pull/2564](https://togithub.com/roots/bud/pull/2564) - [@​codepuncher](https://togithub.com/codepuncher) made their first contribution in [https://github.com/roots/bud/pull/2558](https://togithub.com/roots/bud/pull/2558) **Full Changelog**: https://github.com/roots/bud/compare/v6.21.0...v6.22.0 ### [`v6.21.0`](https://togithub.com/roots/bud/releases/tag/v6.21.0): 6.21.0 [Compare Source](https://togithub.com/roots/bud/compare/v6.20.0...v6.21.0) Fixes errors with s3 and improves the WordPress stylelint config. There will likely be a 6.22.0 in the coming days with dependency upgrades. ##### What's Changed - ๐Ÿงช test(none): improve e2e readability by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2536](https://togithub.com/roots/bud/pull/2536) - ๐Ÿ”จ improve(patch): add [@​types/node](https://togithub.com/types/node) to create bud app by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2540](https://togithub.com/roots/bud/pull/2540) - ๐Ÿ”จ improve(patch): `custom-property-pattern` rule changed for compatibility with WP naming by [@​cawa-93](https://togithub.com/cawa-93) in [https://github.com/roots/bud/pull/2539](https://togithub.com/roots/bud/pull/2539) - ๐Ÿ“• docs(none): mention @​roots/bud-preset-wordpress/stylelint by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2543](https://togithub.com/roots/bud/pull/2543) - ๐Ÿ”จ improve(patch): safer module resolution by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2547](https://togithub.com/roots/bud/pull/2547) - ๐Ÿงน chore(none): update contributors by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2553](https://togithub.com/roots/bud/pull/2553) - ๐Ÿงช test(none): improve bud.tailwindcss.generateImports test by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2552](https://togithub.com/roots/bud/pull/2552) - ๐Ÿฉน fix(none): fix stylelint violation in project templates [#​2549](https://togithub.com/roots/bud/issues/2549) by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2554](https://togithub.com/roots/bud/pull/2554) - ๐Ÿ“• docs(none): fix eslint docs url for config files by [@​dsturm](https://togithub.com/dsturm) in [https://github.com/roots/bud/pull/2555](https://togithub.com/roots/bud/pull/2555) - ๐Ÿ”จ improve(patch): enable bundling for config files by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2551](https://togithub.com/roots/bud/pull/2551) - ๐Ÿฉน fix(patch): fix s3 errors ([#​2574](https://togithub.com/roots/bud/issues/2574)) by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2576](https://togithub.com/roots/bud/pull/2576) - ๐Ÿงน chore(none): repo maintenance by [@​kellymears](https://togithub.com/kellymears) in [https://github.com/roots/bud/pull/2577](https://togithub.com/roots/bud/pull/2577) ##### New Contributors - [@​cawa-93](https://togithub.com/cawa-93) made their first contribution in [https://github.com/roots/bud/pull/2539](https://togithub.com/roots/bud/pull/2539) **Full Changelog**: https://github.com/roots/bud/compare/v6.20.0...v6.21.0

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

๐Ÿ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.