chore: script/test-e2e emits DEP0205 module.register() deprecation warning #237
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The build step invoked by
script/test-e2eprints:Pre-existing on
next; noticed while running the e2e suite for #154 and deliberately not chased mid-task.Captured rather than ignored because a deprecation warning is an action item with a deadline attached — it becomes a hard failure on some future Node release, and the pinned Node version in
script/bootstrapwill move eventually. Cheaper to resolve now than the first time CI breaks on it.Implementation requirements
module.register()— it is unlikely to be repo code; check the esbuild/tailwind/jest toolchain first.Definition of done
module.register()call is identified and named.make test-e2estill passes.TODO.mdupdated in the same commit.make checkpasses.