Skip to content

Commit b328437

Browse files
Update eslint-config-standard to 17.0.0
This is a major version update and requires a new peer dependency eslint-config-n.
1 parent 55ea391 commit b328437

2 files changed

Lines changed: 28 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
},
2929
"devDependencies": {
3030
"eslint": "^8.32.0",
31-
"eslint-config-standard": "^15.0.1",
31+
"eslint-config-standard": "^17.0.0",
3232
"eslint-plugin-import": "^2.27.5",
33+
"eslint-plugin-n": "15.0.0",
3334
"eslint-plugin-node": "^11.1.0",
3435
"eslint-plugin-promise": "^6.0.0",
3536
"eslint-plugin-standard": "^5.0.0",

yarn.lock

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,10 +1113,10 @@ escape-string-regexp@^4.0.0:
11131113
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
11141114
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
11151115

1116-
eslint-config-standard@^15.0.1:
1117-
version "15.0.1"
1118-
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-15.0.1.tgz#1262eafaba66f4f03fdf3cf655a28aa8b40868b7"
1119-
integrity sha512-UGorkix49kBium7Y124o2U9Qy7Lpa+nO0FsaqQSIPeno5hGNxZtSBJbqJX6gtpYfDFWCtqCAN9wyK+oDd9jT7Q==
1116+
eslint-config-standard@^17.0.0:
1117+
version "17.0.0"
1118+
resolved "http://localhost:4873/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz#fd5b6cf1dcf6ba8d29f200c461de2e19069888cf"
1119+
integrity sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==
11201120

11211121
eslint-import-resolver-node@^0.3.7:
11221122
version "0.3.7"
@@ -1142,6 +1142,14 @@ eslint-plugin-es@^3.0.0:
11421142
eslint-utils "^2.0.0"
11431143
regexpp "^3.0.0"
11441144

1145+
eslint-plugin-es@^4.1.0:
1146+
version "4.1.0"
1147+
resolved "http://localhost:4873/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
1148+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
1149+
dependencies:
1150+
eslint-utils "^2.0.0"
1151+
regexpp "^3.0.0"
1152+
11451153
eslint-plugin-import@^2.27.5:
11461154
version "2.27.5"
11471155
resolved "http://localhost:4873/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
@@ -1163,6 +1171,19 @@ eslint-plugin-import@^2.27.5:
11631171
semver "^6.3.0"
11641172
tsconfig-paths "^3.14.1"
11651173

1174+
eslint-plugin-n@15.0.0:
1175+
version "15.0.0"
1176+
resolved "http://localhost:4873/eslint-plugin-n/-/eslint-plugin-n-15.0.0.tgz#65beef127a93bc1e9797077ac74bc813dd98087b"
1177+
integrity sha512-cb70VSsNjteEL+sInXvlyewuE4OCW9CFmcOQKxyQzdAsoK+7pWpygf2q/Vsw/5dKSniO7qbawLjDqAakaILCIw==
1178+
dependencies:
1179+
eslint-plugin-es "^4.1.0"
1180+
eslint-utils "^3.0.0"
1181+
ignore "^5.1.1"
1182+
is-core-module "^2.3.0"
1183+
minimatch "^3.0.4"
1184+
resolve "^1.10.1"
1185+
semver "^6.1.0"
1186+
11661187
eslint-plugin-node@^11.1.0:
11671188
version "11.1.0"
11681189
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
@@ -1718,7 +1739,7 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
17181739
resolved "http://localhost:4873/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
17191740
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
17201741

1721-
is-core-module@^2.11.0, is-core-module@^2.9.0:
1742+
is-core-module@^2.11.0, is-core-module@^2.3.0, is-core-module@^2.9.0:
17221743
version "2.11.0"
17231744
resolved "http://localhost:4873/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
17241745
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==

0 commit comments

Comments
 (0)