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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Captured during #344 rather than fixed there, to keep that unit scoped.
make buildemitsDeprecationWarning: module.register() is deprecatedfrom 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 fromscript/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 buildemits no deprecation warning.REPO_POLICIES.md— no floating tag.make checkgreen, and the built artifacts are unchanged apart from the warning going away.