@html-validate/eslint-config 6.0.1 → 6.0.3
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 +11 -11
- package/dist/cli.mjs.map +2 -2
- package/index.mjs +1 -1
- package/package.json +5 -5
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.2",
|
8906
8906
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
8907
8907
|
keywords: [
|
8908
8908
|
"eslint"
|
@@ -8938,13 +8938,13 @@ 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.9.
|
8947
|
+
"eslint-import-resolver-typescript": "3.9.1",
|
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",
|
@@ -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;
|
@@ -9055,7 +9055,7 @@ var Queue = class {
|
|
9055
9055
|
}
|
9056
9056
|
};
|
9057
9057
|
|
9058
|
-
// node_modules/p-limit/index.js
|
9058
|
+
// ../../node_modules/p-locate/node_modules/p-limit/index.js
|
9059
9059
|
function pLimit(concurrency) {
|
9060
9060
|
if (!((Number.isInteger(concurrency) || concurrency === Number.POSITIVE_INFINITY) && concurrency > 0)) {
|
9061
9061
|
throw new TypeError("Expected `concurrency` to be a number from 1 and up");
|
@@ -9106,7 +9106,7 @@ function pLimit(concurrency) {
|
|
9106
9106
|
return generator;
|
9107
9107
|
}
|
9108
9108
|
|
9109
|
-
// node_modules/p-locate/index.js
|
9109
|
+
// ../../node_modules/p-locate/index.js
|
9110
9110
|
var EndError = class extends Error {
|
9111
9111
|
constructor(value) {
|
9112
9112
|
super();
|
@@ -9138,7 +9138,7 @@ async function pLocate(iterable, tester, {
|
|
9138
9138
|
}
|
9139
9139
|
}
|
9140
9140
|
|
9141
|
-
// node_modules/locate-path/index.js
|
9141
|
+
// ../../node_modules/locate-path/index.js
|
9142
9142
|
var typeMappings = {
|
9143
9143
|
directory: "isDirectory",
|
9144
9144
|
file: "isFile"
|
@@ -9177,7 +9177,7 @@ function toPath2(urlOrPath) {
|
|
9177
9177
|
return urlOrPath instanceof URL ? fileURLToPath2(urlOrPath) : urlOrPath;
|
9178
9178
|
}
|
9179
9179
|
|
9180
|
-
// node_modules/find-up/index.js
|
9180
|
+
// ../../node_modules/find-up/index.js
|
9181
9181
|
var findUpStop = Symbol("findUpStop");
|
9182
9182
|
async function findUpMultiple(name, options = {}) {
|
9183
9183
|
let directory = path2.resolve(toPath2(options.cwd) ?? "");
|