chore(deps): ⬆️ bump bud to v6.4.5 #3094
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.4.4
->6.4.5
6.4.4
->6.4.5
6.4.4
->6.4.5
Release Notes
roots/bud
v6.4.5
Compare Source
A bugfix release for bud 6.4.x. Read release notes on bud.js.org
✨ @roots/bud-preset-wordpress: improve handling of
WP_HOME
WP_HOME
is now automatically set as a fallback proxy value. This means that if you don't call bud.proxy value in yourbud.config.js
file, the extension will attempt to useWP_HOME
(if it is available and is a string value).Previously, this value was set up front, which could cause errors if the value was malformed.
🩹 @roots/sage:
bud.wpjson.useTailwindFontSize
mutates configThis function no longer mutates the tailwind config. This caused tailwind to not generate css for font sizes.
✨ @roots/sage: filter theme.json values to those used in
theme.extend
If you wish to limit generated values in
theme.json
to those included intheme.extend
, you can now do so with an optional parameter passed touseTailwindFontFamily
,useTailwindColors
, anduseTailwindFontSize
.If called with no arguments, the default behavior is to generate all values resolved by tailwindcss.
bud.tailwindcss.resolveTailwindThemeValue
renamed tobud.tailwindcss.resolveThemeValue
This is an undocumented method but some of you may very well be using it. It's name changed.
🩹 fix:
--browser
flag not workingRegression introduced in 6.4.0. Fixed (with added unit tests).
ℹ️ Release information
For more information review the diff to see what's changed.
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 has been generated by Mend Renovate. View repository job log here.