sage
sage copied to clipboard
WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and a modern development workflow
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...
### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] I have...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/roots/sage). This repository currently has no open or...
My only concern: people won't realize `theme.json` is generated and will lose work when it is overwritten. - generates `theme.json` from `bud.config.js` - sets `theme.json` palette from `tailwind.config.js` See: updated...
This PR replaces the existing shell script with a `wp i18n` invocation for the newly added `update-po` subcommand that updates the PO files with the POT file. This eliminates the...
It turns out that when using `--include` with `wp i18n` the `theme.json` [needs to be explicitly included, too](https://github.com/wp-cli/i18n-command/issues/322#issuecomment-1124063949), as it would be skipped otherwise. Edit: The latest `wp i18n` version...
### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] This is...
### Summary Create a new GitHub action for automatically running Laravel Pint on every commit pushed to a pull request Any changes detected should be committed and pushed up to...
### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] I have...
I have upgraded to Yarn v3 with node-linker across many projects and have found it to be quite stable. I also sorted `package.json` using `yarn dlx sort-package-json`