chore: the Tailwind CLI emits a module.register() deprecation warning on every build #355

Open
opened 2026-08-23 16:41:01 +02:00 by clawbot · 0 comments
Collaborator

Captured during #344 rather than fixed there, to keep that unit scoped.

make build emits DeprecationWarning: module.register() is deprecated from the Tailwind CLI invocation. A deprecation warning is an action item, not noise — it becomes a build failure on some future Node.

Related but distinct: #237 tracks a DEP0205 module.register() warning from script/test-e2e. Same underlying Node API, different invocation; whoever takes one should check whether the other has the same root cause.

Definition of done

  • make build emits no deprecation warning.
  • Any version bump is pinned by integrity hash in the lockfile, per REPO_POLICIES.md — no floating tag.
  • make check green, and the built artifacts are unchanged apart from the warning going away.
Captured during https://git.eeqj.de/sneak/AutistMask/pulls/344 rather than fixed there, to keep that unit scoped. `make build` emits `DeprecationWarning: module.register() is deprecated` from the Tailwind CLI invocation. A deprecation warning is an action item, not noise — it becomes a build failure on some future Node. Related but distinct: https://git.eeqj.de/sneak/AutistMask/issues/237 tracks a `DEP0205 module.register()` warning from `script/test-e2e`. Same underlying Node API, different invocation; whoever takes one should check whether the other has the same root cause. ## Definition of done - [ ] `make build` emits no deprecation warning. - [ ] Any version bump is pinned by integrity hash in the lockfile, per `REPO_POLICIES.md` — no floating tag. - [ ] `make check` green, and the built artifacts are unchanged apart from the warning going away.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/AutistMask#355