cockpit-project / cockpit-machines

Cockpit UI for virtual machines
GNU Lesser General Public License v2.1
288 stars 74 forks source link

package.json: drop deep-equal #1697

Closed jelly closed 3 months ago

jelly commented 3 months ago

Machines does not deep_equal anywhere in its code or in anything imported from pkg/lib.

jelly commented 3 months ago

The effective diff just makes it a devDependency, as it's a transient dep of eslint or something. But conceptually this is right, and should avoid some dependabot noise. Thanks!

Some day maybe eslint will drop it :crossed_fingers: but indeed this mostly helps us reduce updates.