Closed Bug 1897891 Opened 2 months ago Closed 2 months ago

Remove use of deprecated util._extend from eslint-plugin-mozilla

Categories

(Developer Infrastructure :: Lint and Formatting, task, P3)

Tracking

(firefox128 fixed)

RESOLVED FIXED
128 Branch
Tracking Status
firefox128 --- fixed

People

(Reporter: standard8, Assigned: standard8)

Details

Attachments

(1 file)

Running ESLint with the latest version of node & eslint-plugin-mozilla installed is throwing up these warnings:

(node:47395) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.

The fix is easy and has been supported since about Node 8, and we now have a minimum version of 16 I think (or maybe 14).

Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3b47be463df5
Remove deprecated use of Node's util._extend in eslint-plugin-mozilla code. r=frontend-codestyle-reviewers,Gijs
Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: