@html-validate/eslint-config 5.11.11 → 5.11.12

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.js CHANGED
@@ -14480,7 +14480,7 @@ var require_package = __commonJS({
14480
14480
  "package.json"(exports, module2) {
14481
14481
  module2.exports = {
14482
14482
  name: "@html-validate/eslint-config",
14483
- version: "5.11.10",
14483
+ version: "5.11.11",
14484
14484
  description: "Eslint sharable config used by the various HTML-validate packages",
14485
14485
  keywords: [
14486
14486
  "eslint"
@@ -14491,8 +14491,8 @@ var require_package = __commonJS({
14491
14491
  },
14492
14492
  repository: {
14493
14493
  type: "git",
14494
- directory: "packages/eslint-config",
14495
- url: "https://gitlab.com/html-validate/eslint-config.git"
14494
+ url: "https://gitlab.com/html-validate/eslint-config.git",
14495
+ directory: "packages/eslint-config"
14496
14496
  },
14497
14497
  license: "MIT",
14498
14498
  author: "David Sveningsson <ext@sidvind.com>",
@@ -14513,7 +14513,7 @@ var require_package = __commonJS({
14513
14513
  build: "esbuild src/cli.ts --bundle --sourcemap --platform=node --target=node12.22 --external:prettier --outdir=dist"
14514
14514
  },
14515
14515
  dependencies: {
14516
- "@rushstack/eslint-patch": "1.5.1",
14516
+ "@rushstack/eslint-patch": "1.6.0",
14517
14517
  eslint: "8.54.0",
14518
14518
  "eslint-config-prettier": "9.0.0",
14519
14519
  "eslint-config-sidvind": "1.3.2",
@@ -14524,17 +14524,18 @@ var require_package = __commonJS({
14524
14524
  "eslint-plugin-eslint-comments": "3.2.0",
14525
14525
  "eslint-plugin-import": "2.29.0",
14526
14526
  "eslint-plugin-node": "11.1.0",
14527
- "eslint-plugin-prettier": "4.2.1",
14527
+ "eslint-plugin-prettier": "5.0.1",
14528
14528
  "eslint-plugin-security": "1.7.1",
14529
14529
  "eslint-plugin-sonarjs": "0.23.0"
14530
14530
  },
14531
14531
  devDependencies: {
14532
14532
  argparse: "2.0.1",
14533
14533
  "find-up": "5.0.0",
14534
+ "internal-prettier": "5.11.11",
14534
14535
  nunjucks: "3.2.4"
14535
14536
  },
14536
14537
  peerDependencies: {
14537
- prettier: ">= 2"
14538
+ prettier: "^3"
14538
14539
  },
14539
14540
  engines: {
14540
14541
  node: ">= 12.22",