@html-validate/eslint-config 6.5.0 → 6.5.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 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.4.2",
8905
+ version: "6.5.1",
8906
8906
  description: "Eslint sharable config used by the various HTML-validate packages",
8907
8907
  keywords: [
8908
8908
  "eslint"
@@ -8938,9 +8938,9 @@ var require_package = __commonJS({
8938
8938
  prepublishOnly: "release-prepublish --retain-scripts"
8939
8939
  },
8940
8940
  dependencies: {
8941
- "@eslint/js": "9.30.0",
8941
+ "@eslint/js": "9.31.0",
8942
8942
  argparse: "2.0.1",
8943
- eslint: "9.30.0",
8943
+ eslint: "9.31.0",
8944
8944
  "eslint-config-prettier": "10.1.5",
8945
8945
  "eslint-formatter-gitlab": "6.0.1",
8946
8946
  "eslint-import-resolver-node": "0.3.9",
@@ -8948,7 +8948,7 @@ var require_package = __commonJS({
8948
8948
  "eslint-plugin-array-func": "5.0.2",
8949
8949
  "eslint-plugin-eslint-comments": "3.2.0",
8950
8950
  "eslint-plugin-import": "2.32.0",
8951
- "eslint-plugin-n": "17.20.0",
8951
+ "eslint-plugin-n": "17.21.0",
8952
8952
  "eslint-plugin-prettier": "5.5.1",
8953
8953
  "eslint-plugin-security": "3.0.1",
8954
8954
  "eslint-plugin-sonarjs": "3.0.4",
@@ -8957,8 +8957,8 @@ var require_package = __commonJS({
8957
8957
  nunjucks: "3.2.4"
8958
8958
  },
8959
8959
  devDependencies: {
8960
- esbuild: "0.25.5",
8961
- "internal-prettier": "6.4.0"
8960
+ esbuild: "0.25.6",
8961
+ "internal-prettier": "6.5.0"
8962
8962
  },
8963
8963
  peerDependencies: {
8964
8964
  prettier: "^3.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/p-locate/node_modules/yocto-queue/index.js
8994
+ // node_modules/yocto-queue/index.js
8995
8995
  var Node = class {
8996
8996
  value;
8997
8997
  next;
@@ -9054,7 +9054,7 @@ var Queue = class {
9054
9054
  }
9055
9055
  };
9056
9056
 
9057
- // ../../node_modules/p-locate/node_modules/p-limit/index.js
9057
+ // node_modules/p-limit/index.js
9058
9058
  function pLimit(concurrency) {
9059
9059
  if (!((Number.isInteger(concurrency) || concurrency === Number.POSITIVE_INFINITY) && concurrency > 0)) {
9060
9060
  throw new TypeError("Expected `concurrency` to be a number from 1 and up");
@@ -9105,7 +9105,7 @@ function pLimit(concurrency) {
9105
9105
  return generator;
9106
9106
  }
9107
9107
 
9108
- // ../../node_modules/p-locate/index.js
9108
+ // node_modules/p-locate/index.js
9109
9109
  var EndError = class extends Error {
9110
9110
  constructor(value) {
9111
9111
  super();
@@ -9137,7 +9137,7 @@ async function pLocate(iterable, tester, {
9137
9137
  }
9138
9138
  }
9139
9139
 
9140
- // ../../node_modules/locate-path/index.js
9140
+ // node_modules/locate-path/index.js
9141
9141
  var typeMappings = {
9142
9142
  directory: "isDirectory",
9143
9143
  file: "isFile"
@@ -9170,13 +9170,13 @@ async function locatePath(paths, {
9170
9170
  }, { concurrency, preserveOrder });
9171
9171
  }
9172
9172
 
9173
- // ../../node_modules/unicorn-magic/node.js
9173
+ // node_modules/unicorn-magic/node.js
9174
9174
  import { fileURLToPath as fileURLToPath2 } from "node:url";
9175
9175
  function toPath2(urlOrPath) {
9176
9176
  return urlOrPath instanceof URL ? fileURLToPath2(urlOrPath) : urlOrPath;
9177
9177
  }
9178
9178
 
9179
- // ../../node_modules/find-up/index.js
9179
+ // node_modules/find-up/index.js
9180
9180
  var findUpStop = Symbol("findUpStop");
9181
9181
  async function findUpMultiple(name, options = {}) {
9182
9182
  let directory = path2.resolve(toPath2(options.cwd) ?? "");