@html-validate/eslint-config 6.0.2 → 6.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.mjs +15 -16
- package/dist/cli.mjs.map +3 -3
- package/package.json +7 -7
package/dist/cli.mjs
CHANGED
@@ -8902,7 +8902,7 @@ var require_package = __commonJS({
|
|
8902
8902
|
"package.json"(exports, module) {
|
8903
8903
|
module.exports = {
|
8904
8904
|
name: "@html-validate/eslint-config",
|
8905
|
-
version: "6.0.
|
8905
|
+
version: "6.0.3",
|
8906
8906
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
8907
8907
|
keywords: [
|
8908
8908
|
"eslint"
|
@@ -8938,18 +8938,18 @@ var require_package = __commonJS({
|
|
8938
8938
|
prepublishOnly: "release-prepublish --retain-scripts"
|
8939
8939
|
},
|
8940
8940
|
dependencies: {
|
8941
|
-
"@eslint/js": "9.
|
8941
|
+
"@eslint/js": "9.23.0",
|
8942
8942
|
argparse: "2.0.1",
|
8943
|
-
eslint: "9.
|
8943
|
+
eslint: "9.23.0",
|
8944
8944
|
"eslint-config-prettier": "10.1.1",
|
8945
8945
|
"eslint-formatter-gitlab": "5.1.0",
|
8946
8946
|
"eslint-import-resolver-node": "0.3.9",
|
8947
|
-
"eslint-import-resolver-typescript": "3.
|
8947
|
+
"eslint-import-resolver-typescript": "3.10.0",
|
8948
8948
|
"eslint-plugin-array-func": "5.0.2",
|
8949
8949
|
"eslint-plugin-eslint-comments": "3.2.0",
|
8950
8950
|
"eslint-plugin-import": "2.31.0",
|
8951
|
-
"eslint-plugin-n": "17.
|
8952
|
-
"eslint-plugin-prettier": "5.2.
|
8951
|
+
"eslint-plugin-n": "17.17.0",
|
8952
|
+
"eslint-plugin-prettier": "5.2.5",
|
8953
8953
|
"eslint-plugin-security": "3.0.1",
|
8954
8954
|
"eslint-plugin-sonarjs": "3.0.2",
|
8955
8955
|
"find-up": "7.0.0",
|
@@ -8982,16 +8982,16 @@ import child_process from "node:child_process";
|
|
8982
8982
|
import { promisify } from "node:util";
|
8983
8983
|
import { fileURLToPath as fileURLToPath3 } from "node:url";
|
8984
8984
|
|
8985
|
-
// node_modules/find-up/index.js
|
8985
|
+
// ../../node_modules/find-up/index.js
|
8986
8986
|
import path2 from "node:path";
|
8987
8987
|
|
8988
|
-
// node_modules/locate-path/index.js
|
8988
|
+
// ../../node_modules/locate-path/index.js
|
8989
8989
|
import process2 from "node:process";
|
8990
8990
|
import path from "node:path";
|
8991
8991
|
import fs, { promises as fsPromises } from "node:fs";
|
8992
8992
|
import { fileURLToPath } from "node:url";
|
8993
8993
|
|
8994
|
-
// node_modules/yocto-queue/index.js
|
8994
|
+
// ../../node_modules/p-locate/node_modules/yocto-queue/index.js
|
8995
8995
|
var Node = class {
|
8996
8996
|
value;
|
8997
8997
|
next;
|
@@ -9048,14 +9048,13 @@ var Queue = class {
|
|
9048
9048
|
}
|
9049
9049
|
}
|
9050
9050
|
*drain() {
|
9051
|
-
|
9052
|
-
|
9053
|
-
yield current;
|
9051
|
+
while (this.#head) {
|
9052
|
+
yield this.dequeue();
|
9054
9053
|
}
|
9055
9054
|
}
|
9056
9055
|
};
|
9057
9056
|
|
9058
|
-
// node_modules/p-limit/index.js
|
9057
|
+
// ../../node_modules/p-locate/node_modules/p-limit/index.js
|
9059
9058
|
function pLimit(concurrency) {
|
9060
9059
|
if (!((Number.isInteger(concurrency) || concurrency === Number.POSITIVE_INFINITY) && concurrency > 0)) {
|
9061
9060
|
throw new TypeError("Expected `concurrency` to be a number from 1 and up");
|
@@ -9106,7 +9105,7 @@ function pLimit(concurrency) {
|
|
9106
9105
|
return generator;
|
9107
9106
|
}
|
9108
9107
|
|
9109
|
-
// node_modules/p-locate/index.js
|
9108
|
+
// ../../node_modules/p-locate/index.js
|
9110
9109
|
var EndError = class extends Error {
|
9111
9110
|
constructor(value) {
|
9112
9111
|
super();
|
@@ -9138,7 +9137,7 @@ async function pLocate(iterable, tester, {
|
|
9138
9137
|
}
|
9139
9138
|
}
|
9140
9139
|
|
9141
|
-
// node_modules/locate-path/index.js
|
9140
|
+
// ../../node_modules/locate-path/index.js
|
9142
9141
|
var typeMappings = {
|
9143
9142
|
directory: "isDirectory",
|
9144
9143
|
file: "isFile"
|
@@ -9177,7 +9176,7 @@ function toPath2(urlOrPath) {
|
|
9177
9176
|
return urlOrPath instanceof URL ? fileURLToPath2(urlOrPath) : urlOrPath;
|
9178
9177
|
}
|
9179
9178
|
|
9180
|
-
// node_modules/find-up/index.js
|
9179
|
+
// ../../node_modules/find-up/index.js
|
9181
9180
|
var findUpStop = Symbol("findUpStop");
|
9182
9181
|
async function findUpMultiple(name, options = {}) {
|
9183
9182
|
let directory = path2.resolve(toPath2(options.cwd) ?? "");
|