Skip to content

Commit

Permalink
chore(deps): update eslint and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent 615c18b commit b2410c4
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 38 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
"@typescript-eslint/parser": "^5.54.1",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.35.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-align-assignments": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-varspacing": "^1.2.2",
"eslint-plugin-vue": "^9.9.0",
"nuxt": "^3.5.2",
Expand Down
134 changes: 98 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1703,14 +1703,14 @@ __metadata:
defu: ^6.1.2
destr: ^2.0.0
eslint: ^8.35.0
eslint-config-standard-with-typescript: ^35.0.0
eslint-config-standard-with-typescript: ^39.0.0
eslint-formatter-pretty: ^5.0.0
eslint-plugin-align-assignments: ^1.1.2
eslint-plugin-import: ^2.27.5
eslint-plugin-n: ^16.0.0
eslint-plugin-node: ^11.1.0
eslint-plugin-promise: ^6.1.1
eslint-plugin-unicorn: ^47.0.0
eslint-plugin-unicorn: ^48.0.0
eslint-plugin-varspacing: ^1.2.2
eslint-plugin-vue: ^9.9.0
h3: ^1.6.4
Expand Down Expand Up @@ -2071,7 +2071,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.50.0, @typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
"@typescript-eslint/parser@npm:^5.54.1, @typescript-eslint/parser@npm:^5.59.1":
version: 5.62.0
resolution: "@typescript-eslint/parser@npm:5.62.0"
dependencies:
Expand All @@ -2088,6 +2088,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^6.4.0":
version: 6.5.0
resolution: "@typescript-eslint/parser@npm:6.5.0"
dependencies:
"@typescript-eslint/scope-manager": 6.5.0
"@typescript-eslint/types": 6.5.0
"@typescript-eslint/typescript-estree": 6.5.0
"@typescript-eslint/visitor-keys": 6.5.0
debug: ^4.3.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: e9a70886ec2660aee5c77cdff67ba11651eb855b7ecd3ad1e70837fce997d6e6db9dfe1e1eab46a9b2147cbc034ae9c109951f3bc24ce54e78cae669b6bc9c95
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
Expand All @@ -2098,6 +2116,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.5.0":
version: 6.5.0
resolution: "@typescript-eslint/scope-manager@npm:6.5.0"
dependencies:
"@typescript-eslint/types": 6.5.0
"@typescript-eslint/visitor-keys": 6.5.0
checksum: 30d78143f68e07d6bd15a147f64cc16830f8a8c8409b37aa7c7d205d7585f3648ec1c5365b3f177b7561971b407f773f6dba83b3b78fa63091045f2d6bbc6b9f
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
Expand All @@ -2122,6 +2150,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.5.0":
version: 6.5.0
resolution: "@typescript-eslint/types@npm:6.5.0"
checksum: 950ec16991d71494d10cb752535bbc4395295e3f03a716d53ec55bbb0aaff487aa774cc5002f775ffcc80b9f0e16ac53ecebf7cac1444ca4f7a847b0859ffbfb
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
Expand All @@ -2140,6 +2175,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.5.0":
version: 6.5.0
resolution: "@typescript-eslint/typescript-estree@npm:6.5.0"
dependencies:
"@typescript-eslint/types": 6.5.0
"@typescript-eslint/visitor-keys": 6.5.0
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
semver: ^7.5.4
ts-api-utils: ^1.0.1
peerDependenciesMeta:
typescript:
optional: true
checksum: 05717fa1f2609fa5669803191cf309a379c815aaf4fff6850f40560eec8749759c36b288f05cecffd5c1d0be8de1fe414ecfee6ecf99b6ae521baa48c8b58455
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/utils@npm:5.62.0"
Expand Down Expand Up @@ -2168,6 +2221,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.5.0":
version: 6.5.0
resolution: "@typescript-eslint/visitor-keys@npm:6.5.0"
dependencies:
"@typescript-eslint/types": 6.5.0
eslint-visitor-keys: ^3.4.1
checksum: 768a02dd0d8aae45708646bb0c51e67da09e71dc101bb0a0e55d7e0c8eadfea2f531acd3035d1ec34bf2380b66188f3fc47c6bef0201eae36b2dcc48d1934442
languageName: node
linkType: hard

"@unhead/dom@npm:1.3.7, @unhead/dom@npm:^1.3.7":
version: 1.3.7
resolution: "@unhead/dom@npm:1.3.7"
Expand Down Expand Up @@ -4233,32 +4296,32 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-standard-with-typescript@npm:^35.0.0":
version: 35.0.0
resolution: "eslint-config-standard-with-typescript@npm:35.0.0"
"eslint-config-standard-with-typescript@npm:^39.0.0":
version: 39.0.0
resolution: "eslint-config-standard-with-typescript@npm:39.0.0"
dependencies:
"@typescript-eslint/parser": ^5.50.0
eslint-config-standard: 17.0.0
"@typescript-eslint/parser": ^6.4.0
eslint-config-standard: 17.1.0
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.50.0
"@typescript-eslint/eslint-plugin": ^6.4.0
eslint: ^8.0.1
eslint-plugin-import: ^2.25.2
eslint-plugin-n: ^15.0.0
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
eslint-plugin-promise: ^6.0.0
typescript: "*"
checksum: 37ff8a2451cdb3754cd1901e07a7f0a4aa8b65db5f8ac400cc844597e922d16d5814f9d8d60a1ae4da7f3d202fcbe6158e924de7bdea75864c67b092f30724f3
checksum: a5d76edd09b62b63b5b0d9faaaf210f1e8338332f094fb26519f50f298e010aca4ac0ebceef28bc5de31995cc7055a8a8bec9e3477d331b29cd28d9744fed0da
languageName: node
linkType: hard

"eslint-config-standard@npm:17.0.0":
version: 17.0.0
resolution: "eslint-config-standard@npm:17.0.0"
"eslint-config-standard@npm:17.1.0":
version: 17.1.0
resolution: "eslint-config-standard@npm:17.1.0"
peerDependencies:
eslint: ^8.0.1
eslint-plugin-import: ^2.25.2
eslint-plugin-n: ^15.0.0
eslint-plugin-n: "^15.0.0 || ^16.0.0 "
eslint-plugin-promise: ^6.0.0
checksum: dc0ed51e186fd963ff2c0819d33ef580afce11b11036cbcf5e74427e26e514c2b1be96b8ffe74fd2fd00263554a0d49cc873fcf76f17c3dfdba614b45d7fd7da
checksum: 8ed14ffe424b8a7e67b85e44f75c46dc4c6954f7c474c871c56fb0daf40b6b2a7af2db55102b12a440158b2be898e1fb8333b05e3dbeaeaef066fdbc863eaa88
languageName: node
linkType: hard

Expand Down Expand Up @@ -4404,11 +4467,11 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unicorn@npm:^47.0.0":
version: 47.0.0
resolution: "eslint-plugin-unicorn@npm:47.0.0"
"eslint-plugin-unicorn@npm:^48.0.0":
version: 48.0.1
resolution: "eslint-plugin-unicorn@npm:48.0.1"
dependencies:
"@babel/helper-validator-identifier": ^7.19.1
"@babel/helper-validator-identifier": ^7.22.5
"@eslint-community/eslint-utils": ^4.4.0
ci-info: ^3.8.0
clean-regexp: ^1.0.0
Expand All @@ -4419,14 +4482,13 @@ __metadata:
lodash: ^4.17.21
pluralize: ^8.0.0
read-pkg-up: ^7.0.1
regexp-tree: ^0.1.24
regexp-tree: ^0.1.27
regjsparser: ^0.10.0
safe-regex: ^2.1.1
semver: ^7.3.8
semver: ^7.5.4
strip-indent: ^3.0.0
peerDependencies:
eslint: ">=8.38.0"
checksum: 8d93bd76d54fb44e134c6576e3bda72dbf4c9cb5bae90451ace6acf1c48e6d7329f1e36db1d19266a5da499afeff6bf0c647875d69adc92d546bcc2d8b765cca
eslint: ">=8.44.0"
checksum: e63112cbaa3a1347cbb427160d7b3c6a1f8cc8ef512075a0ab285c64761772356f4eb5f82c9fb1a8cde63d8794f8aa819eda02fa0a7c44bc9955c5113f87be78
languageName: node
linkType: hard

Expand Down Expand Up @@ -8071,7 +8133,7 @@ __metadata:
languageName: node
linkType: hard

"regexp-tree@npm:^0.1.24, regexp-tree@npm:~0.1.1":
"regexp-tree@npm:^0.1.27":
version: 0.1.27
resolution: "regexp-tree@npm:0.1.27"
bin:
Expand Down Expand Up @@ -8297,15 +8359,6 @@ __metadata:
languageName: node
linkType: hard

"safe-regex@npm:^2.1.1":
version: 2.1.1
resolution: "safe-regex@npm:2.1.1"
dependencies:
regexp-tree: ~0.1.1
checksum: 5d734e2193c63ef0cb00f60c0244e0f8a30ecb31923633cd34636808d6a7c4c206d650017953ae1db8bc33967c2f06af33488dea6f038f4e38212beb7bed77b4
languageName: node
linkType: hard

"safer-buffer@npm:>= 2.1.2 < 3.0.0":
version: 2.1.2
resolution: "safer-buffer@npm:2.1.2"
Expand Down Expand Up @@ -8347,7 +8400,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.0.0, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.6, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.0":
"semver@npm:^7.0.0, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.6, semver@npm:^7.3.7, semver@npm:^7.5.0":
version: 7.5.1
resolution: "semver@npm:7.5.1"
dependencies:
Expand Down Expand Up @@ -8956,6 +9009,15 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^1.0.1":
version: 1.0.2
resolution: "ts-api-utils@npm:1.0.2"
peerDependencies:
typescript: ">=4.2.0"
checksum: 6375e12ba90b6cbe73f564405248da14c52aa44b62b386e1cbbb1da2640265dd33e99d3e019688dffa874e365cf596b161ccd49351e90638be825c2639697640
languageName: node
linkType: hard

"tsconfig-paths@npm:^3.14.2":
version: 3.14.2
resolution: "tsconfig-paths@npm:3.14.2"
Expand Down

0 comments on commit b2410c4

Please sign in to comment.