DEP0205 module.register() deprecation warning during make build #302
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?
Captured as a tracked action item rather than chased mid-task; surfaced incidentally while working #219. Pre-existing, not introduced by that change.
make buildemits a NodeDEP0205deprecation warning formodule.register(). It does not fail the build today, but a deprecation is a scheduled break: whichever dependency calls it will stop working on a future Node major, and the build is howdist/is produced.Not yet established, and the first work of this issue: which dependency calls it, whether a newer version of that dependency has stopped, and whether the repo's pinned Node major is close enough to the removal to matter.
Definition of done
module.register(), or the warning is documented with the Node version that will break it and the upgrade path.make buildemits noDEP0205warning, or the reason it still does is recorded.make checkpasses.Duplicate of #237, which already tracks the same
DEP0205 module.register()warning from the same build step and carries fuller implementation requirements. Filed in error without checking the backlog first. Closing — the one datum worth carrying over is that the warning also appears undermake builddirectly, not only viascript/test-e2e.