Commit Graph

2733 Commits

Author SHA1 Message Date
Ben Word
18c94f71d1 🔧 Acorn v5 (#3235) 2025-03-03 08:45:46 -05:00
renovate[bot]
ac215a1299 ⬆️ Bump @roots/vite-plugin to ^1.0.2 (#3236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-03 08:45:30 -05:00
Joshua Fredrickson
a1a4b3a1ca Avoid missing folder error when running dev (#3224) 2025-02-27 13:48:43 -05:00
Ben Word
6513d44ace 🔧 WordPress 6.6+ required 2025-02-26 13:17:15 -05:00
Ben Word
f82aa1081b 🩹 static 2025-02-26 10:51:55 -05:00
Ben Word
7a103185f7 ⬆️ Bump deps 2025-02-26 10:49:06 -05:00
Ben Word
e872587e77 👷 Update labeler 2025-02-23 11:17:23 -05:00
Ben Word
741b8c879c Use @roots/vite-plugin (#3231)
Co-authored-by: Brandon <brandon@tendency.me>
2025-02-22 15:13:42 -05:00
Ben Word
598fb1a8ae 📝 Update README [ci skip] 2025-02-22 13:57:28 -05:00
Ben Word
ef302f7681 📝 Update README [ci skip] 2025-02-20 14:23:03 -05:00
Ben Word
c34168d30c ⬆️ Bump Pint 2025-02-12 09:20:23 -05:00
Ben Word
1b0baeef2a ⬆️ Upgrade npm deps 2025-02-12 09:18:51 -05:00
Ben Word
a3fffc9579 👷 Renovate: Move rangeStrategy to root config 2025-02-12 09:10:40 -05:00
Ben Word
724771ceee 👷 Renovate: Enable version bumps in package.json 2025-02-12 09:08:21 -05:00
renovate[bot]
02bbc2d8f4 Migrate config .github/renovate.json (#3227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 09:01:27 -05:00
Ben Word
51c7956ecc 🔥 Remove assets config 2025-02-12 08:58:49 -05:00
Ben Word
74acaca2a9 brb
This reverts commit b343e9060a.
2025-02-06 11:56:39 -05:00
Ben Word
b343e9060a 🔥 Remove assets config 2025-02-06 11:53:28 -05:00
Ben Word
7b836981ac 🔧 Add Acorn's postAutoloadDump script 2025-02-06 11:40:49 -05:00
Ben Word
6958f1cc6b ♻️ Improve theme.json generation with more robust CSS parsing (#3223) 2025-02-06 08:52:03 -05:00
Matthias
2343d60a83 fix tailwind css regex mismatch (#3221) 2025-02-05 17:58:57 -05:00
Pavol Caban
424c91b856 Fix Vite dependency extract (#3219)
* Fix Vite dependency extract regex

* Fix Vite Typescript compatibility
2025-02-05 17:50:31 -05:00
Steve Jones
d659ad01b8 🩹 Compact fix for color generation in theme.json (#3222)
* Fix for incorrect theme.json generation of colours

* Fix for theme.json color generation

* Compact fix for colour theme.json generation

---------

Co-authored-by: Steve Jones <steve@codewithfeeling.com>
2025-02-05 17:47:11 -05:00
Marcin Lis
d45db1436f Fix default aliases paths for assets (#3218)
Setting absolute paths in aliases to prevent warnings in Vite.js and fix the background-image reference to an image using eg. @images/bg.svg
2025-02-03 06:21:37 -05:00
Ben Word
564787f713 🔧 Update Renovate config 2025-02-02 08:07:20 -05:00
Ben Word
19784450cc ⬆️ Bump dev dependencies 2025-02-02 08:03:30 -05:00
renovate[bot]
326f354c0a ⬆️ Bump tailwindcss monorepo to v4.0.3 (#3217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-02 07:55:31 -05:00
Ben Word
2ae34b9f55 Tailwind v4 (#3208)
Co-authored-by: Brandon <brandon@tendency.me>
Co-authored-by: csorrentino <cjsorren@gmail.com>
Co-authored-by: stuart <stuartjwong@gmail.com>
2025-02-02 07:53:33 -05:00
csorrentino
1e8124fdd0 Add default aliases for assets (#3215)
* add default aliases for assets

Adds the same default aliases as the @roots/sage bud extension

* Remove beginning slash

---------

Co-authored-by: Ben Word <ben@benword.com>
2025-02-02 07:52:49 -05:00
csorrentino
82b818553e Support external WP dependencies in JSX files (#3209) 2025-01-20 18:02:59 -05:00
Ben Word
9c7c11fb54 🩹 Dev server: fix WP dependency handling (#3207)
* Revert "🎨 Simplify WordPress dependency handling" (#3202)
* 🩹 Fix dev server error
2025-01-20 15:57:09 -05:00
Ben Word
d2a991045b 🔧 Set public base path 2025-01-15 18:45:57 -05:00
Ben Word
16ecaf73a7 🔧 Set public base path (#3205) 2025-01-15 18:37:47 -05:00
tombroucke
a3a3b704a8 🔧 Import static assets (#3204)
Similar to `.assets(["images"])` in bud, we can add static assets in vite.
2025-01-15 18:10:41 -05:00
Ben Word
462e4e413d 🎨 Simplify WordPress dependency handling (#3202) 2025-01-14 08:10:27 -05:00
Ben Word
7fa70e6d56 🔧 PHP 8.2 is required 2025-01-04 10:14:33 -05:00
Ben Word
ef277f4344 ⬆️ Update build deps 2025-01-04 10:03:25 -05:00
Ben Word
4bdcdce08a 🙈 Update .gitignore 2025-01-04 09:52:29 -05:00
Ben Word
3bafd31eb3 🔧 Don't declare providers in composer.json 2025-01-04 09:14:11 -05:00
Ben Word
6811b5b37f 🔧 Minimal bootloader 2025-01-04 09:09:31 -05:00
Ben Word
db891ebf6c 📝 Update README [ci skip] 2025-01-04 09:06:41 -05:00
Ben Word
b97e10500c 🔧 Bootloader: Remove unnecessary wrapping action from inside theme 2025-01-04 09:03:59 -05:00
Ben Word
f4d1ac38e8 🔧⬆️ Acorn v5 (#3201) 2025-01-04 08:57:07 -05:00
Ben Word
21a102fc95 🔧 11.x-dev 2025-01-04 08:46:07 -05:00
Ben Word
ff3046ed32 🔧 Use Vite for build (#3199)
Co-authored-by: Brandon Nifong <brandon@tendency.me>
2025-01-04 08:45:24 -05:00
Ben Word
60f71b7fe7 📝 Update README [ci skip] 2024-12-22 13:34:01 -05:00
Ben Word
2e7b85db2c 📝 Update README [ci skip] 2024-12-22 13:31:34 -05:00
c3e5edab8b updates from most recent website build 2024-12-20 17:09:16 +00:00
Ben Word
0b406a284b 📝 Update README [ci skip] 2024-11-13 04:53:25 -05:00
Ben Word
922cf8ab17 📄 Update name 2024-11-13 04:52:57 -05:00