Skip to content

Chase down warning about util._extend #25

@kklamberty

Description

@kklamberty

Newer versions of Node have started to complain about the use of util._extend, which was apparently never meant to be used outside of Node (or something). I'm not sure which of our dependencies might be using this or if we are using it in a way that I just can't find using search. It seems to somehow relate to using the side nav.

(node:94688) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions