@html-validate/eslint-config 6.11.0 → 6.11.2
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 +7 -7
- package/dist/cli.mjs.map +2 -2
- package/package.json +5 -5
package/dist/cli.mjs
CHANGED
|
@@ -487,7 +487,7 @@ var require_argparse = __commonJS({
|
|
|
487
487
|
key = key.replace(/[A-Z]/g, (c) => "_" + c.toLowerCase());
|
|
488
488
|
return key;
|
|
489
489
|
}
|
|
490
|
-
var no_default = Symbol("no_default_value");
|
|
490
|
+
var no_default = /* @__PURE__ */ Symbol("no_default_value");
|
|
491
491
|
function _parse_opts(args2, descriptor) {
|
|
492
492
|
function get_name() {
|
|
493
493
|
let stack = new Error().stack.split("\n").map((x) => x.match(/^ at (.*) \(.*\)$/)).filter(Boolean).map((m) => m[1]).map((fn) => fn.match(/[^ .]*$/)[0]);
|
|
@@ -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.
|
|
8905
|
+
version: "6.11.1",
|
|
8906
8906
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
|
8907
8907
|
keywords: [
|
|
8908
8908
|
"eslint"
|
|
@@ -8938,11 +8938,11 @@ var require_package = __commonJS({
|
|
|
8938
8938
|
prepublishOnly: "release-prepublish --retain-scripts"
|
|
8939
8939
|
},
|
|
8940
8940
|
dependencies: {
|
|
8941
|
-
"@eslint/js": "9.39.
|
|
8941
|
+
"@eslint/js": "9.39.2",
|
|
8942
8942
|
argparse: "2.0.1",
|
|
8943
|
-
eslint: "9.39.
|
|
8943
|
+
eslint: "9.39.2",
|
|
8944
8944
|
"eslint-config-prettier": "10.1.8",
|
|
8945
|
-
"eslint-formatter-gitlab": "7.0.
|
|
8945
|
+
"eslint-formatter-gitlab": "7.0.1",
|
|
8946
8946
|
"eslint-import-resolver-node": "0.3.9",
|
|
8947
8947
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
8948
8948
|
"eslint-plugin-array-func": "5.1.0",
|
|
@@ -8957,7 +8957,7 @@ var require_package = __commonJS({
|
|
|
8957
8957
|
nunjucks: "3.2.4"
|
|
8958
8958
|
},
|
|
8959
8959
|
devDependencies: {
|
|
8960
|
-
esbuild: "0.27.
|
|
8960
|
+
esbuild: "0.27.1"
|
|
8961
8961
|
},
|
|
8962
8962
|
peerDependencies: {
|
|
8963
8963
|
prettier: "^3.0.0"
|
|
@@ -9183,7 +9183,7 @@ function toPath2(urlOrPath) {
|
|
|
9183
9183
|
var TEN_MEGABYTES_IN_BYTES = 10 * 1024 * 1024;
|
|
9184
9184
|
|
|
9185
9185
|
// node_modules/find-up/index.js
|
|
9186
|
-
var findUpStop = Symbol("findUpStop");
|
|
9186
|
+
var findUpStop = /* @__PURE__ */ Symbol("findUpStop");
|
|
9187
9187
|
async function findUpMultiple(name, options = {}) {
|
|
9188
9188
|
let directory = path2.resolve(toPath2(options.cwd) ?? "");
|
|
9189
9189
|
const { root } = path2.parse(directory);
|