@html-validate/eslint-config 6.3.3 → 6.4.1
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 +1 -1
- package/package.json +7 -7
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.
|
8905
|
+
version: "6.4.0",
|
8906
8906
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
8907
8907
|
keywords: [
|
8908
8908
|
"eslint"
|
@@ -8938,27 +8938,27 @@ var require_package = __commonJS({
|
|
8938
8938
|
prepublishOnly: "release-prepublish --retain-scripts"
|
8939
8939
|
},
|
8940
8940
|
dependencies: {
|
8941
|
-
"@eslint/js": "9.
|
8941
|
+
"@eslint/js": "9.29.0",
|
8942
8942
|
argparse: "2.0.1",
|
8943
|
-
eslint: "9.
|
8943
|
+
eslint: "9.29.0",
|
8944
8944
|
"eslint-config-prettier": "10.1.5",
|
8945
|
-
"eslint-formatter-gitlab": "6.0.
|
8945
|
+
"eslint-formatter-gitlab": "6.0.1",
|
8946
8946
|
"eslint-import-resolver-node": "0.3.9",
|
8947
8947
|
"eslint-import-resolver-typescript": "4.4.3",
|
8948
8948
|
"eslint-plugin-array-func": "5.0.2",
|
8949
8949
|
"eslint-plugin-eslint-comments": "3.2.0",
|
8950
8950
|
"eslint-plugin-import": "2.31.0",
|
8951
|
-
"eslint-plugin-n": "17.
|
8951
|
+
"eslint-plugin-n": "17.20.0",
|
8952
8952
|
"eslint-plugin-prettier": "5.4.1",
|
8953
8953
|
"eslint-plugin-security": "3.0.1",
|
8954
8954
|
"eslint-plugin-sonarjs": "3.0.2",
|
8955
8955
|
"find-up": "7.0.0",
|
8956
|
-
globals: "16.
|
8956
|
+
globals: "16.2.0",
|
8957
8957
|
nunjucks: "3.2.4"
|
8958
8958
|
},
|
8959
8959
|
devDependencies: {
|
8960
8960
|
esbuild: "0.25.5",
|
8961
|
-
"internal-prettier": "6.
|
8961
|
+
"internal-prettier": "6.4.0"
|
8962
8962
|
},
|
8963
8963
|
peerDependencies: {
|
8964
8964
|
prettier: "^3.0.0"
|