@html-validate/eslint-config 5.5.11 → 5.5.14

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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -39
  2. package/package.json +4 -4
package/dist/cli.js CHANGED
@@ -13871,7 +13871,7 @@ var require_package = __commonJS({
13871
13871
  "package.json"(exports, module2) {
13872
13872
  module2.exports = {
13873
13873
  name: "@html-validate/eslint-config",
13874
- version: "5.5.10",
13874
+ version: "5.5.13",
13875
13875
  description: "Eslint sharable config used by the various HTML-validate packages",
13876
13876
  keywords: [
13877
13877
  "eslint"
@@ -13905,7 +13905,7 @@ var require_package = __commonJS({
13905
13905
  },
13906
13906
  dependencies: {
13907
13907
  "@rushstack/eslint-patch": "1.2.0",
13908
- eslint: "8.28.0",
13908
+ eslint: "8.29.0",
13909
13909
  "eslint-config-prettier": "8.5.0",
13910
13910
  "eslint-config-sidvind": "1.3.2",
13911
13911
  "eslint-formatter-gitlab": "4.0.0",
@@ -13914,7 +13914,7 @@ var require_package = __commonJS({
13914
13914
  "eslint-plugin-node": "11.1.0",
13915
13915
  "eslint-plugin-prettier": "4.2.1",
13916
13916
  "eslint-plugin-security": "1.5.0",
13917
- "eslint-plugin-sonarjs": "0.16.0"
13917
+ "eslint-plugin-sonarjs": "0.17.0"
13918
13918
  },
13919
13919
  devDependencies: {
13920
13920
  argparse: "2.0.1",
@@ -14272,40 +14272,4 @@ if (!args.mode) {
14272
14272
  process.exit(1);
14273
14273
  }
14274
14274
  run(args);
14275
- /*!
14276
- * fill-range <https://github.com/jonschlinkert/fill-range>
14277
- *
14278
- * Copyright (c) 2014-present, Jon Schlinkert.
14279
- * Licensed under the MIT License.
14280
- */
14281
- /*!
14282
- * is-extglob <https://github.com/jonschlinkert/is-extglob>
14283
- *
14284
- * Copyright (c) 2014-2016, Jon Schlinkert.
14285
- * Licensed under the MIT License.
14286
- */
14287
- /*!
14288
- * is-glob <https://github.com/jonschlinkert/is-glob>
14289
- *
14290
- * Copyright (c) 2014-2017, Jon Schlinkert.
14291
- * Released under the MIT License.
14292
- */
14293
- /*!
14294
- * is-number <https://github.com/jonschlinkert/is-number>
14295
- *
14296
- * Copyright (c) 2014-present, Jon Schlinkert.
14297
- * Released under the MIT License.
14298
- */
14299
- /*!
14300
- * normalize-path <https://github.com/jonschlinkert/normalize-path>
14301
- *
14302
- * Copyright (c) 2014-2018, Jon Schlinkert.
14303
- * Released under the MIT License.
14304
- */
14305
- /*!
14306
- * to-regex-range <https://github.com/micromatch/to-regex-range>
14307
- *
14308
- * Copyright (c) 2015-present, Jon Schlinkert.
14309
- * Released under the MIT License.
14310
- */
14311
14275
  //# sourceMappingURL=cli.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "5.5.11",
3
+ "version": "5.5.14",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@rushstack/eslint-patch": "1.2.0",
37
- "eslint": "8.28.0",
37
+ "eslint": "8.29.0",
38
38
  "eslint-config-prettier": "8.5.0",
39
39
  "eslint-config-sidvind": "1.3.2",
40
40
  "eslint-formatter-gitlab": "4.0.0",
@@ -43,7 +43,7 @@
43
43
  "eslint-plugin-node": "11.1.0",
44
44
  "eslint-plugin-prettier": "4.2.1",
45
45
  "eslint-plugin-security": "1.5.0",
46
- "eslint-plugin-sonarjs": "0.16.0"
46
+ "eslint-plugin-sonarjs": "0.17.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "argparse": "2.0.1",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "df84112e9e81b1f8f30efb0b540b09caaebb07c9"
63
+ "gitHead": "f2e71dc7eb562a0562dced7c7c3d561b6aaa1745"
64
64
  }