@html-validate/eslint-config 5.13.0 → 5.14.0
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 +5 -6
- package/dist/cli.js.map +2 -2
- package/package.json +6 -7
package/dist/cli.js
CHANGED
@@ -14164,7 +14164,7 @@ var require_package = __commonJS({
|
|
14164
14164
|
"package.json"(exports2, module2) {
|
14165
14165
|
module2.exports = {
|
14166
14166
|
name: "@html-validate/eslint-config",
|
14167
|
-
version: "5.
|
14167
|
+
version: "5.13.2",
|
14168
14168
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
14169
14169
|
keywords: [
|
14170
14170
|
"eslint"
|
@@ -14197,12 +14197,11 @@ var require_package = __commonJS({
|
|
14197
14197
|
build: "esbuild src/cli.ts --bundle --sourcemap --platform=node --target=node18 --external:prettier --outdir=dist",
|
14198
14198
|
prepack: "release-prepack --retain-scripts",
|
14199
14199
|
postpack: "release-postpack",
|
14200
|
-
prepublishOnly: "release-prepublish --retain-scripts"
|
14201
|
-
postpublish: "release-postpublish"
|
14200
|
+
prepublishOnly: "release-prepublish --retain-scripts"
|
14202
14201
|
},
|
14203
14202
|
dependencies: {
|
14204
14203
|
"@rushstack/eslint-patch": "1.7.2",
|
14205
|
-
eslint: "8.
|
14204
|
+
eslint: "8.57.0",
|
14206
14205
|
"eslint-config-prettier": "9.1.0",
|
14207
14206
|
"eslint-config-sidvind": "1.3.2",
|
14208
14207
|
"eslint-formatter-gitlab": "5.1.0",
|
@@ -14213,8 +14212,8 @@ var require_package = __commonJS({
|
|
14213
14212
|
"eslint-plugin-import": "2.29.1",
|
14214
14213
|
"eslint-plugin-node": "11.1.0",
|
14215
14214
|
"eslint-plugin-prettier": "5.1.3",
|
14216
|
-
"eslint-plugin-security": "2.1.
|
14217
|
-
"eslint-plugin-sonarjs": "0.
|
14215
|
+
"eslint-plugin-security": "2.1.1",
|
14216
|
+
"eslint-plugin-sonarjs": "0.24.0"
|
14218
14217
|
},
|
14219
14218
|
devDependencies: {
|
14220
14219
|
argparse: "2.0.1",
|