commit | d76576c6fe3967bb224ef20ff9b2c6d12b57c24b | [log] [tgz] |
---|---|---|
author | Nikolay Vitkov <[email protected]> | Mon Dec 02 14:10:15 2024 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 02 14:40:07 2024 |
tree | d1cae0c49a49d2e26458576ee514640d5301dded | |
parent | 9974fbb24d3e05741d42aad1f5772a8442eaf909 [diff] [blame] |
[deps] Update EsLint v8.57.1 and plugins This is need to be able to move to flat config which I am handling in a separate CL. The overrides are there as these packages got update today, so we need to way, but they were last touched 3 years ago, so reviewing their changes upstream as well. Bug: none Change-Id: I61534f881fd4e747c716b42b773f8f7f3e9bc761 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6063618 Commit-Queue: Nikolay Vitkov <[email protected]> Reviewed-by: Danil Somsikov <[email protected]>
diff --git a/node_modules/es-abstract/2015/ToUint8.js b/node_modules/es-abstract/2015/ToUint8.js index 2dfd97c..6e4e4b5 100644 --- a/node_modules/es-abstract/2015/ToUint8.js +++ b/node_modules/es-abstract/2015/ToUint8.js
@@ -10,7 +10,7 @@ var floor = require('./floor'); var modulo = require('./modulo'); -// https://ecma-international.org/ecma-262/6.0/#sec-touint8 +// https://262.ecma-international.org/6.0/#sec-touint8 module.exports = function ToUint8(argument) { var number = ToNumber(argument);