-
🚀 Require modern
tailwindcss-patchoptions and an explicittailwindcss.version, removing support for legacy constructor aliases likecwd,tailwind,features,output,overwrite, andpatch.f4d9cecby @sonofmagic- Workspace registry loading now rejects deprecated
registry.output,registry.tailwind, andregistry.patchfields. Useregistry.extract,registry.tailwindcss, andregistry.applyinstead. - The default generated config now includes
registry.tailwindcss.version = 4. @tailwindcss-mangle/confignow types only the modernregistryshape. Deprecated aliases likeregistry.output,registry.tailwind,tailwindcss.package,tailwindcss.legacy,tailwindcss.classic, andtailwindcss.nextare no longer part of the public type surface.
- Workspace registry loading now rejects deprecated
-
🚀 Finalize the v9
tailwindcss-patchupgrade:2a7f8b6by @sonofmagic- require the modern
TailwindcssPatcheroption shape and reject legacy constructor aliases - require explicit
tailwindcss.versionand validate it against the resolved Tailwind package version - reject legacy workspace registry aliases such as
registry.output,registry.tailwind, andregistry.patch - default generated config to
registry.tailwindcss.version = 4 - document the v8 -> v9 migration path and modern-only configuration model
- require the modern
- ✨ Remove legacy public option type aliases from the v9 alpha line and keep only the modern option names such as
TailwindCssPatchOptions,TailwindCssOptions,TailwindV2Options,TailwindV3Options, andTailwindV4Options.3e1c464by @sonofmagic
-
🐛 Downgrade
cacto6.7.14fortailwindcss-patchto restore compatibility with CommonJS consumers that cannot load the ESM-onlycac@7package.6adfc71by @sonofmagic -
🐛 Fix Tailwind CSS v3 runtime context refresh so removed classes are dropped correctly across repeated patcher recreations, including HMR-style update flows that add and then remove content classes in the same process.
395e22fby @sonofmagic -
🐛 Restore automatic Tailwind CSS major version detection when
registry.tailwindcss.versionis omitted, while keeping strict validation for explicitly configured versions. This also removes the default config value that forced version4during install-time prepare scripts in Tailwind v3 demo apps.c87c9abby @sonofmagic -
🐛 Fix workspace installs for monorepo consumers by making the local
tailwindcss-patchentrypoint usable beforedistis built. This keeps app-levelpreparescripts working during fresh installs while preserving published package outputs viapublishConfig.1549b55by @sonofmagic -
🐛 Preserve original runtime candidate tokens when collecting the class set for Tailwind CSS v2/v3 projects, so shorthand and full hex arbitrary color classes remain distinct and only match when the exact source token is present.
ea6cbf0by @sonofmagic -
🐛 Refresh parser, Tailwind, and related toolchain dependencies across the workspace, including newer runtime dependencies used by
@tailwindcss-mangle/coreandtailwindcss-patch.905000bby @sonofmagic -
🐛 Improve
tailwindcss-patchcold-start and repeated-run performance by avoiding redundant patch work, reducing unnecessary cache writes, and reusing Tailwind v4 candidate extraction state across repeated calls. Also add benchmark coverage and regression tests for cache invalidation, repeated patch/getClassSet calls, empty class sets, and v3/v4 behavior.aed889cby @sonofmagic -
🐛 Fix the published CommonJS runtime entry so non-CLI APIs no longer eagerly load the ESM-only
cacdependency. CLI code is now split into a separate lazy-loaded bundle, which keepsrequire('tailwindcss-patch')working in CommonJS config loaders while preserving CLI factory support.e6b0fa3by @sonofmagic -
📦 Dependencies
f4d9cec→@tailwindcss-mangle/config@7.0.0
-
🐛 Preserve original runtime candidate tokens when collecting the class set for Tailwind CSS v2/v3 projects, so shorthand and full hex arbitrary color classes remain distinct and only match when the exact source token is present.
ea6cbf0by @sonofmagic -
🐛 Refresh parser, Tailwind, and related toolchain dependencies across the workspace, including newer runtime dependencies used by
@tailwindcss-mangle/coreandtailwindcss-patch.905000bby @sonofmagic
- 🐛 Downgrade
cacto6.7.14fortailwindcss-patchto restore compatibility with CommonJS consumers that cannot load the ESM-onlycac@7package.6adfc71by @sonofmagic
- 🐛 Fix the published CommonJS runtime entry so non-CLI APIs no longer eagerly load the ESM-only
cacdependency. CLI code is now split into a separate lazy-loaded bundle, which keepsrequire('tailwindcss-patch')working in CommonJS config loaders while preserving CLI factory support.e6b0fa3by @sonofmagic
- ✨ Remove legacy public option type aliases from the v9 alpha line and keep only the modern option names such as
TailwindCssPatchOptions,TailwindCssOptions,TailwindV2Options,TailwindV3Options, andTailwindV4Options.3e1c464by @sonofmagic
- 📦 Dependencies
3e1c464→@tailwindcss-mangle/config@7.0.0-alpha.2
-
🚀 Require modern
tailwindcss-patchoptions and an explicittailwindcss.version, removing support for legacy constructor aliases likecwd,tailwind,features,output,overwrite, andpatch.f4d9cecby @sonofmagic- Workspace registry loading now rejects deprecated
registry.output,registry.tailwind, andregistry.patchfields. Useregistry.extract,registry.tailwindcss, andregistry.applyinstead. - The default generated config now includes
registry.tailwindcss.version = 4. @tailwindcss-mangle/confignow types only the modernregistryshape. Deprecated aliases likeregistry.output,registry.tailwind,tailwindcss.package,tailwindcss.legacy,tailwindcss.classic, andtailwindcss.nextare no longer part of the public type surface.
- Workspace registry loading now rejects deprecated
-
🚀 Finalize the v9
tailwindcss-patchupgrade:2a7f8b6by @sonofmagic- require the modern
TailwindcssPatcheroption shape and reject legacy constructor aliases - require explicit
tailwindcss.versionand validate it against the resolved Tailwind package version - reject legacy workspace registry aliases such as
registry.output,registry.tailwind, andregistry.patch - default generated config to
registry.tailwindcss.version = 4 - document the v8 -> v9 migration path and modern-only configuration model
- require the modern
-
🐛 Restore automatic Tailwind CSS major version detection when
registry.tailwindcss.versionis omitted, while keeping strict validation for explicitly configured versions. This also removes the default config value that forced version4during install-time prepare scripts in Tailwind v3 demo apps.c87c9abby @sonofmagic -
🐛 Fix workspace installs for monorepo consumers by making the local
tailwindcss-patchentrypoint usable beforedistis built. This keeps app-levelpreparescripts working during fresh installs while preserving published package outputs viapublishConfig.1549b55by @sonofmagic -
📦 Dependencies
f4d9cec→@tailwindcss-mangle/config@7.0.0-alpha.1
-
🐛 Fix Tailwind CSS v3 runtime context refresh so removed classes are dropped correctly across repeated patcher recreations, including HMR-style update flows that add and then remove content classes in the same process.
395e22fby @sonofmagic -
🐛 Improve
tailwindcss-patchcold-start and repeated-run performance by avoiding redundant patch work, reducing unnecessary cache writes, and reusing Tailwind v4 candidate extraction state across repeated calls. Also add benchmark coverage and regression tests for cache invalidation, repeated patch/getClassSet calls, empty class sets, and v3/v4 behavior.aed889cby @sonofmagic -
📦 Dependencies
8937b29→@tailwindcss-mangle/config@6.1.4-alpha.0
-
🐛 Fix workspace install and e2e stability when package dist artifacts are unavailable during lifecycle scripts.
84dcb16by @sonofmagic- Keep published entry fields for config/shared/tailwindcss-patch pointing to
distoutputs. - Make
tw-patch installresilient in monorepo installs by avoiding eager config loading and lazily resolving config/shared modules with source fallbacks. - Prevent CI install failures caused by module resolution during app
prepare/postinstallhooks.
- Keep published entry fields for config/shared/tailwindcss-patch pointing to
-
🐛 Refactor command-layer internals for clearer module boundaries while preserving CLI behavior.
3930935by @sonofmagic- Split command internals into focused modules for context creation, metadata/definition resolution, migration argument parsing, and migration/status output rendering.
- Strengthen module-level coverage for CLI factory wiring, command metadata/definitions, runtime/context memoization, default handler maps, migration argument normalization, and output rendering.
- Keep public command names, options, and runtime behavior unchanged while reducing internal coupling for future maintenance.
-
🐛 Remove legacy source-level CLI compatibility shims and standardize internal imports on
src/commands/*.fdd0cf3by @sonofmagic- Remove
src/cli/commands.tsandsrc/cli/migrate-config.tscompatibility shim files. - Update internal tests and command wiring to import directly from
src/commands/*. - Keep public package API and CLI behavior unchanged.
- Remove
-
📦 Dependencies
84dcb16→@tailwindcss-mangle/config@6.1.3
-
🐛 upgrade @tailwindcss/node to 4.2.1
076ddddby @sonofmagic -
🐛 use compiler-aware transforms and stabilize workspace runtime exports
a64c0daby @sonofmagic- route included source files to the correct AST handler by file/query language hints
- avoid webpack html child-compilation transform conflicts and improve filter behavior
- add app integration e2e coverage for vite/nuxt/astro/next/webpack examples
- expose workspace package runtime entries from dist for stable next/webpack consumption
-
📦 Dependencies
a64c0da→@tailwindcss-mangle/config@6.1.2
- 🐛 tailwindcss-patch: add broader unit coverage for @tailwindcss/node@4.2.0 utility families, variants, fallback base loading, and
@source inline()parsing.db582e3by @sonofmagic
-
✨ Introduce context-aware cache governance for
tailwindcss-patchwith schema v2 isolation and explicit cache management APIs.24ebd4bby @sonofmagic- add context fingerprint based cache isolation (cwd/config/package/options/version) to prevent cross-project cache pollution in monorepos
- upgrade cache index schema to include
schemaVersionand per-context metadata, with safe legacy fallback and lazy rebuild behavior - add
TailwindcssPatcher#clearCache(options?)to clear current context (default) or all cache contexts with removal statistics - improve cache observability via debug logs that explain hit/miss reasons and mismatch details
- harden file cache writes with lock-file coordination plus atomic temp-file rename for concurrent writers
- add coverage for same-project hit, cross-project isolation, config/version invalidation, clearCache scopes, legacy schema handling, and concurrent writes
-
✨ Add
tw-patch migrateto automatically rewrite deprecated config keys to the modern option shape.64820edby @sonofmagic- introduce a migration engine for
tailwindcss-patch.config.*andtailwindcss-mangle.config.* - support dry-run previews via
tw-patch migrate --dry-run - migrate common legacy keys such as
output->extract,tailwind->tailwindcss,overwrite->apply.overwrite, plus nested legacy aliases - include migration summaries to explain per-file changes
- introduce a migration engine for
-
✨ Redesign
TailwindcssPatcheroptions to a simpler, migration-friendly shape while preserving backward compatibility.a9172efby @sonofmagic- add modern constructor fields:
projectRoot(replacescwd)tailwindcss(replacestailwind)apply(replacesoverwrite+features)extract(replacesoutput)
- keep existing fields working, but mark legacy fields with
@deprecatedJSDoc and document planned removal in the next major release - make option normalization prefer modern fields when both modern and legacy values are provided
- update legacy/unified config conversion and CLI overrides to emit the modern option shape
- add modern constructor fields:
-
✨ Add
tw-patch restorecommand to recover configs from migration backups.277acbdby @sonofmagic- introduce
restorecommand with--report-file,--dry-run,--strict, and--json - add restore core API that replays
backupFileentries from migration reports - include tests for restore success, dry-run behavior, and strict missing-backup failures
- introduce
-
🐛 Improve
tw-patch migratewith CI-friendly and machine-readable output modes.d93110aby @sonofmagic- add
--checkto fail when migration changes are still required - add
--jsonto print structured migration reports - make
--checkrun in dry-run mode automatically
- add
-
🐛 Add a reusable GitHub Actions template for migration report validation.
c1ce57bby @sonofmagic- add
packages/tailwindcss-patch/examples/github-actions/validate-migration-report.yml - document how to map validate exit codes (
21/22/23/24) in CI workflows - link the example template from README and migration notes
- add
-
🐛 Improve CI template maintainability with a testable affected-shard resolver and workflow linting.
4a2f00bby @sonofmagic- extract affected-shard detection logic to
examples/github-actions/scripts/resolve-shards.mjs - add unit tests covering resolver behavior and output contract
- add
.github/workflows/workflow-lint.ymlto lint workflow templates and verify local template wiring
- extract affected-shard detection logic to
-
🐛 Expose migration report types and publish a JSON schema.
1ed3b24by @sonofmagic- export migration report helpers, constants, and related types from the package entry
- publish
tailwindcss-patch/migration-report.schema.jsonas a stable schema subpath - add tests to verify schema availability and alignment with exported constants
-
🐛 Add a PR diff-aware GitHub Actions template for migration report validation in monorepos.
fefc69aby @sonofmagic- add
packages/tailwindcss-patch/examples/github-actions/validate-migration-report-affected.yml - detect affected shards from pull request file changes and only run required shards
- add docs links in README/README-cn and migration notes
- add
-
🐛 Add layered validate exit codes for CI diagnostics.
d143d48by @sonofmagic- classify
tw-patch validatefailures into report incompatibility, missing backups, I/O, and unknown errors - expose
VALIDATE_EXIT_CODESandValidateCommandErrorfor host integrations - set process exit code from validate failures in the standalone CLI entry
- classify
-
🐛 Add migration report schema metadata and restore compatibility validation.
275c02dby @sonofmagic- include
reportKind,schemaVersion,generatedAt, andtoolmetadata intw-patch migratereports - validate
reportKindandschemaVersionintw-patch restorefor safer report compatibility checks - keep backward compatibility with legacy reports that do not include envelope metadata
- include
-
🐛 Publish schema for validate JSON output.
4fc6a94by @sonofmagic- add
tailwindcss-patch/validate-result.schema.jsonfortw-patch validate --json - include success/failure payload contracts (
ok: truesuccess andok: falsefailure withreason,exitCode,message) - export
VALIDATE_FAILURE_REASONSand align schema tests with public validate constants
- add
-
🐛 Refactor GitHub Actions migration-report templates to use a shared composite action.
8cc6dfeby @sonofmagic- add
examples/github-actions/actions/validate-migration-report/action.yml - deduplicate migrate/validate shell logic across single, matrix, and affected templates
- keep CI exit-code mapping (
21/22/23) centralized in one reusable action
- add
-
🐛 Improve the affected-shards GitHub Actions template for monorepo validation.
41ecdc6by @sonofmagic- add optional repo-level shard config support via
.tw-patch/ci-shards.json - add base SHA fallback logic (
merge-base) and safer run-all fallbacks when diff resolution fails - expand default run-all triggers for root/tooling changes
- add
ci-shards.example.jsonand document customization in README/MIGRATION
- add optional repo-level shard config support via
-
🐛 Make
tw-patch migratefile writes transactional by default.8cfe325by @sonofmagic- rollback already written migration files when a later write fails
- improve migration error messages to include rollback status
- add tests covering failure rollback behavior
-
🐛 Add a matrix GitHub Actions template for monorepo migration report validation.
4070450by @sonofmagic- add
packages/tailwindcss-patch/examples/github-actions/validate-migration-report-matrix.yml - split validation into
root,apps, andpackagesshards with per-shard artifacts - document single-job and matrix template choices in README and migration notes
- add
-
🐛 Improve the shared GitHub Actions composite action with optional environment setup controls.
8b3bf38by @sonofmagic- add optional inputs to
validate-migration-reportaction for pnpm/node setup and dependency install - switch single/matrix/affected workflow templates to use action-managed setup/install
- document new action inputs in README and migration notes
- add optional inputs to
-
🐛 Improve CI documentation with copy checklists and troubleshooting guidance.
b0baa22by @sonofmagic- add CI copy checklists to README and README-cn covering required workflow/action/resolver files
- add troubleshooting notes for common migration-report CI failures and local action wiring issues
- record the documentation update in migration notes
-
🐛 Add modern
defineConfigregistry support and bridge it end-to-end intotailwindcss-patch.27c4976by @sonofmagic- extend
@tailwindcss-mangle/configRegistryOptionsto support modern fields:projectRoot,tailwindcss,apply,extract,cache, andfilter - keep legacy
registry.outputandregistry.tailwindavailable with deprecation annotations - update
initConfigand default registry shape to include modernextract/tailwindcsskeys - update
tailwindcss-patchunified config mapping to read both modern and legacy registry fields, preferring modern values when both are present
- extend
-
🐛 Add a migration report validation CLI command.
f69f17cby @sonofmagic- introduce
tw-patch validateto verify migration report compatibility without restoring files - reuse restore dry-run checks for schema validation and backup reference scanning
- support
--report-file,--strict, and--jsonfor validation workflows
- introduce
-
🐛 Enhance
tw-patch migratefor monorepo workflows with recursive workspace scanning.cac638aby @sonofmagic- add
--workspaceto discovertailwindcss-patch.config.*andtailwindcss-mangle.config.*in sub-projects - add
--max-depthto control recursion depth (default6) - ignore common generated folders such as
node_modules,.git, anddistduring workspace scans
- add
-
🐛 Improve restore JSON observability for migration reports.
0f472aeby @sonofmagic- expose
reportKindandreportSchemaVersionintw-patch restore --jsonoutput when report metadata is present - keep compatibility with legacy reports that do not contain schema metadata
- add unit tests for metadata and legacy restore report behavior
- expose
-
🐛 Publish JSON schema for restore and validate outputs.
4e0ffcdby @sonofmagic- add
tailwindcss-patch/restore-result.schema.jsonfortw-patch restore --jsonandtw-patch validate --json - expose the schema through package exports (source and publish configs)
- add tests and docs to keep schema fields aligned with public report constants
- add
-
🐛 Add backup snapshot support for
tw-patch migrate.d30bdd4by @sonofmagic- introduce
--backup-dirto save pre-migration file snapshots - include backup metadata in migration reports
- extend tests to cover backup output paths and content
- introduce
-
🐛 Extend
tw-patch migratewith scan filtering and report persistence.487741aby @sonofmagic- add
--includeand--excludeglob filters for migration target control - add
--report-fileto persist migration JSON reports - keep compatibility with existing
--workspace,--check, and--backup-dirflows
- add
-
🐛 Add a stable JSON contract for affected-shard resolver outputs and enforce it in CI.
e6cdcc2by @sonofmagic- add resolver JSON output mode (
RESOLVE_SHARDS_OUTPUT=json) inresolve-shards.mjs - add resolver output schema and workflow-dispatch snapshot fixtures
- add contract snapshot diff check in
.github/workflows/workflow-lint.yml - extend resolver tests to cover JSON contract and snapshot alignment
- add resolver JSON output mode (
-
📦 Dependencies
27c4976→@tailwindcss-mangle/config@6.1.1
1c0405cThanks @sonofmagic! - Prefer CSS entry directories when resolving Tailwind v4@configso relative configs are found even when a base directory is provided.
c2fd4c1Thanks @sonofmagic! - Add configurable cache drivers (file, memory, noop) while keeping the file cache as the default fallback.
edd1171Thanks @sonofmagic! - Gracefully skip cache updates when the cache file is locked on Windows to avoid EPERM failures.
5b11714Thanks @sonofmagic! - Add CLI/API support for reporting which Tailwind patches are applied or pending.
-
0b484c1Thanks @sonofmagic! - chore(deps): upgrade -
6542453Thanks @sonofmagic! - FixgetClassSetSync()returning an empty set before Tailwind v3 contexts are ready so runtime collectors fall back to the async extraction path instead of skipping class discovery.
6bd5faaThanks @sonofmagic! - fix cache store to write through temp files and rename atomically so concurrent patchers never read truncated JSON
-
e5c8155Thanks @sonofmagic! - Ensure TailwindcssPatcher uses the workspace root as the default v4 source when cssEntries point at empty folders so extract() still reports runtime classes in v4 mode. -
4df42edThanks @sonofmagic! - Stop logging cache warnings when the Tailwind class cache file is missing so repeated builds on Windows no longer show ENOENT errors.
9105a4aThanks @sonofmagic! - expose hookable CLI command registration so host CLIs can customize command lifecycles, descriptions, and options without reimplementing tw-patch wiring
6353ff5Thanks @sonofmagic! - Expose helpers to mount the Tailwind CSS patch CLI inside othercacapps with prefixed or renamed commands.
1af573bThanks @sonofmagic! - Ensure Tailwind v4 CSS entries resolve@configpaths relative to each CSS file when no explicit base is provided.
fc73e30Thanks @sonofmagic! - Ensure Tailwind v4 candidate extraction only keeps class names that compile to CSS so HTTP header literals liketext/event-streamno longer leak into the runtime class set.
- Updated dependencies [
6799e3b]:- @tailwindcss-mangle/config@6.1.0
- Updated dependencies [
ba12f2a]:- @tailwindcss-mangle/config@6.0.1
d516eebThanks @sonofmagic! - Add grouped token exports, sanitized file metadata, and CLI options for the new token reporting flow.
91f408cThanks @sonofmagic! - AddgetClassSetSyncalong with synchronous cache utilities so consumers that cannot await the async API can still collect Tailwind classes.
-
0e36bfeThanks @sonofmagic! - refactor!: redesign the patcher architecture, CLI surface, and documentation while adding Tailwind CSS v4 extraction support. Legacy APIs are wrapped for compatibility but consumers should migrate to the new entry points. -
18a8c3cThanks @sonofmagic! - Adopt a unifiedregistry/transformerconfiguration surface across the toolchain, update runtime consumers and tests to the new API, and refresh docs and examples to match the renamed options.
- Updated dependencies [
18a8c3c]:- @tailwindcss-mangle/config@6.0.0
- refactor: rebuild around the new
TailwindcssPatcherAPI, explicit module boundaries (api/,patching/,runtime/,options/,extraction/). - feat: add Tailwind CSS v4 class discovery plus configurable output formats (
jsonor newline delimited). - feat: expose helpers such as
CacheStore,normalizeOptions, and v4 candidate scanners as public exports. - docs: add
MIGRATION.mdand refresh both README variants to describe the new workflow and CLI flags.
-
6596faeThanks @sonofmagic! - chore(tailwindcss-patch): make @tailwindcss/node as dependencies -
Updated dependencies [
6596fae]:- @tailwindcss-mangle/config@5.1.2
4e2841bThanks @sonofmagic! - chore(deps): upgrade
2221792Thanks @sonofmagic! - feat: addpatchOptions#cwdoption
f74a624Thanks @sonofmagic! - fix: extract always return classSet
-
b6b84f4Thanks @sonofmagic! - chore(patch): add TailwindcssPatcher extract optionchore(deps): upgrade
-
Updated dependencies [
b6b84f4]:- @tailwindcss-mangle/config@5.1.1
2b91de7Thanks @sonofmagic! - feat: make cache sync and add getClassCacheSetV3 method
0404f90Thanks @sonofmagic! - feat: support tailwindcss@4.1.1
- Updated dependencies [
0404f90]:- @tailwindcss-mangle/config@5.1.0
- Updated dependencies [
0651cae]:- @tailwindcss-mangle/config@5.0.6
e7f9c6fThanks @sonofmagic! - fix: cjs import from user project
6716921Thanks @sonofmagic! - feat: add v4 SupportingCustomUnit patch
-
41dc914Thanks @sonofmagic! - chore(deps): upgrade -
Updated dependencies [
41dc914]:- @tailwindcss-mangle/config@5.0.5
-
034f9f3Thanks @sonofmagic! - chore: bump deps and add patch only for tailwindcss v2 and v3 -
Updated dependencies [
034f9f3]:- @tailwindcss-mangle/config@5.0.4
daabb93Thanks @sonofmagic! - chore: bump version
f603c5bThanks @sonofmagic! - fix: CacheManager read write func
-
e87d048Thanks @sonofmagic! - fix: tw-patch extract error -
Updated dependencies [
e87d048]:- @tailwindcss-mangle/config@5.0.3
229b1a6Thanks @sonofmagic! - feat: add filter option for PatchOptions
- Updated dependencies [
78c0297]:- @tailwindcss-mangle/config@5.0.2
96075ecThanks @sonofmagic! - fix: CacheManager error
-
a8ba17eThanks @sonofmagic! - chore: export type and add tailwindcss version config -
Updated dependencies [
a8ba17e]:- @tailwindcss-mangle/config@5.0.1
8e364e4Thanks @sonofmagic! - feat!: remove getClassSet params and set default patch options
-
a3214e0Thanks @sonofmagic! - chore: prepare for tailwindcss v4 -
362bd49Thanks @sonofmagic! - feat!: add tailwindcss v4 support and change getClassSet return typeneed to install
@tailwindcss/nodeand@tailwindcss/oxideThis is a breaking change because it changes the return type of
getClassSet. -
4318d88Thanks @sonofmagic! - chore: upgrade tailwindcss-config@1 and remove jiti and lilconfig dep
- Updated dependencies [
362bd49]:- @tailwindcss-mangle/config@5.0.0
4005a83Thanks @sonofmagic! - feat: use jiti instead of tsx
-
a529a71Thanks @sonofmagic! - fix: build dist empty issue -
Updated dependencies [
a529a71]:- @tailwindcss-mangle/config@4.0.1
-
a529a71Thanks @sonofmagic! - fix: build dist empty issue -
Updated dependencies [
a529a71]:- @tailwindcss-mangle/config@4.0.1-alpha.0
2575863Thanks @sonofmagic! - feat: prefer esm
- Updated dependencies [
6879782]:- @tailwindcss-mangle/config@4.0.0
2575863Thanks @sonofmagic! - feat: prefer esm
- Updated dependencies [
6879782]:- @tailwindcss-mangle/config@4.0.0-alpha.0
- 3c2d2b9: fix(tailwindcss-patch): monorepo basedir option
- 3e7d646: support tailwindcss@2 postcss7 compat
eb9d5e9Thanks @sonofmagic! - fix: "npx tw-patch extract" does not look for all valid Tailwind config file paths #57
cba040dThanks @sonofmagic! - remove at and replace with length-1