Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
build(deps): update linters (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 0251556 commit 1e54e71
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 86 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"@semantic-release/release-notes-generator": "~12.0.0",
"@types/node": "~20.8.0",
"@types/pako": "~2.0.0",
"@typescript-eslint/eslint-plugin": "~6.8.0",
"@typescript-eslint/parser": "~6.8.0",
"@typescript-eslint/eslint-plugin": "~6.9.0",
"@typescript-eslint/parser": "~6.9.0",
"ava": "~5.3.0",
"c8": "~8.0.0",
"eslint": "~8.52.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-import": "~2.28.0",
"eslint-plugin-import": "~2.29.0",
"eslint-plugin-prettier": "~5.0.0",
"eslint-plugin-simple-import-sort": "~10.0.0",
"eslint-plugin-unicorn": "~48.0.0",
Expand Down
159 changes: 76 additions & 83 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -974,15 +974,15 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:~6.8.0":
version: 6.8.0
resolution: "@typescript-eslint/eslint-plugin@npm:6.8.0"
"@typescript-eslint/eslint-plugin@npm:~6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/eslint-plugin@npm:6.9.0"
dependencies:
"@eslint-community/regexpp": ^4.5.1
"@typescript-eslint/scope-manager": 6.8.0
"@typescript-eslint/type-utils": 6.8.0
"@typescript-eslint/utils": 6.8.0
"@typescript-eslint/visitor-keys": 6.8.0
"@typescript-eslint/scope-manager": 6.9.0
"@typescript-eslint/type-utils": 6.9.0
"@typescript-eslint/utils": 6.9.0
"@typescript-eslint/visitor-keys": 6.9.0
debug: ^4.3.4
graphemer: ^1.4.0
ignore: ^5.2.4
Expand All @@ -995,68 +995,68 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: c36ccf606ebcaff8263c4ffa3b4cda58c6f93474b9eea9906e51be2fef8596977a245cc13770b21c6bfd38ccf45a3cf3613d5f4499429f62ec80afe15ae345bd
checksum: 51d7afc18bab711e20147f7163083f05435b6860174169eae56de217ed2cb1b3c08cba01b7d338315c2d8ecb982e83ce8f2ca7d2108c1c7c04faff2001b094d3
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:~6.8.0":
version: 6.8.0
resolution: "@typescript-eslint/parser@npm:6.8.0"
"@typescript-eslint/parser@npm:~6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/parser@npm:6.9.0"
dependencies:
"@typescript-eslint/scope-manager": 6.8.0
"@typescript-eslint/types": 6.8.0
"@typescript-eslint/typescript-estree": 6.8.0
"@typescript-eslint/visitor-keys": 6.8.0
"@typescript-eslint/scope-manager": 6.9.0
"@typescript-eslint/types": 6.9.0
"@typescript-eslint/typescript-estree": 6.9.0
"@typescript-eslint/visitor-keys": 6.9.0
debug: ^4.3.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 10d7a3ae383fee5a5cba9541c72e23d6ab01cca6b414a62b44dacb5ebc15c80b80aa6c105b6469d3795f2f8514ae2499c069cd2d9dcac61f3db9ef6c7a75e080
checksum: d8ff69d236d6495474ab93c67e2785cc94bf9c098f25c33f1c5958a4b2b5af2b70edf1cdd0c23ee3436df454a769e80eb47d2d34df8382a826fcdb79bac4382d
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.8.0":
version: 6.8.0
resolution: "@typescript-eslint/scope-manager@npm:6.8.0"
"@typescript-eslint/scope-manager@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/scope-manager@npm:6.9.0"
dependencies:
"@typescript-eslint/types": 6.8.0
"@typescript-eslint/visitor-keys": 6.8.0
checksum: b6cf2803531d1c14b56c30fd3cd807b80e17fe48d0da8e5aa9ae50915407ed732c7e2a7ac8030b7cf8ed07b8e481a1138d76bf05b727837a0e016280c2f6873b
"@typescript-eslint/types": 6.9.0
"@typescript-eslint/visitor-keys": 6.9.0
checksum: b7ddcea11bdb95107659800bdf3b33eae22a4dc5c28dc0f8dc5507aa9affaae0e332b6d8c7d5286a7ec75e7c4abd211eb9fdf9647a9a796689cdcc11f6ab40c6
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:6.8.0":
version: 6.8.0
resolution: "@typescript-eslint/type-utils@npm:6.8.0"
"@typescript-eslint/type-utils@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/type-utils@npm:6.9.0"
dependencies:
"@typescript-eslint/typescript-estree": 6.8.0
"@typescript-eslint/utils": 6.8.0
"@typescript-eslint/typescript-estree": 6.9.0
"@typescript-eslint/utils": 6.9.0
debug: ^4.3.4
ts-api-utils: ^1.0.1
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 9b7d56904dc1a5719ef79eb1b7989d6fad10c71fb07ec3e66cf69b8c8dc5383d644ab122d4701bc4960fb7c99cc08aee4e645db3e4675d488d5779197e15dfda
checksum: 279b0000cd2fe7ccfbd2f311736b14c8bb9287081f553c9452c95966650c822e67442ba5a62d7fea3ee2f61ccc0fcb218f21e1ee7ccf3984c52e5942d2bbb065
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.8.0":
version: 6.8.0
resolution: "@typescript-eslint/types@npm:6.8.0"
checksum: 1fcd85f6d575116d51c6ee757ed37610ae5e7e4296a29f93c9c6949f6cd16d24550eb7fc5bae7a43119cc08e13836f69a7ae7c54ebba6c95aef96b34d3bfb7f7
"@typescript-eslint/types@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/types@npm:6.9.0"
checksum: e0444afa1f2ebca746c72b3d0bf95982eb1e8b4fb91bcba465c1345c35fa13b36c589bfd91c776b864f223bc50817b2613df5892185c2e34332bf4cc57cc865d
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.8.0":
version: 6.8.0
resolution: "@typescript-eslint/typescript-estree@npm:6.8.0"
"@typescript-eslint/typescript-estree@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/typescript-estree@npm:6.9.0"
dependencies:
"@typescript-eslint/types": 6.8.0
"@typescript-eslint/visitor-keys": 6.8.0
"@typescript-eslint/types": 6.9.0
"@typescript-eslint/visitor-keys": 6.9.0
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
Expand All @@ -1065,34 +1065,34 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 388db7f33ef1bc0e7b960c0bce9c744c2e32c66c7ab8dfae73d8533958202ad6f31663b0010f79c45b5ff93159c67f45b00693d73b9da2472b17156dfd26b4a8
checksum: 51088c23cca608a6e5c195b0a2d8a17ad00ca47199ba4df0c1013912a80194bff9f5bd4d035d6ab2596788491e9a3e04bbf6cad6494a3b1bbd59fea442750268
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:6.8.0":
version: 6.8.0
resolution: "@typescript-eslint/utils@npm:6.8.0"
"@typescript-eslint/utils@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/utils@npm:6.9.0"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
"@types/json-schema": ^7.0.12
"@types/semver": ^7.5.0
"@typescript-eslint/scope-manager": 6.8.0
"@typescript-eslint/types": 6.8.0
"@typescript-eslint/typescript-estree": 6.8.0
"@typescript-eslint/scope-manager": 6.9.0
"@typescript-eslint/types": 6.9.0
"@typescript-eslint/typescript-estree": 6.9.0
semver: ^7.5.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: 6d9f90db504502a9aa10e834830c3ffa25483757414670acc6141a3ebef9171a57688a3a179febf35a0e1e0b322f37228d9537bf1b279f1af7fc97888b873bc3
checksum: 973c24d7858f224934958ee58c21ff21dfe54dbb1d0e0c5f889298fadcd7ee2dbfd49cf86ccafab74d428c31de66cd9beee7c39d2b64f9edcc9e941573bac175
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.8.0":
version: 6.8.0
resolution: "@typescript-eslint/visitor-keys@npm:6.8.0"
"@typescript-eslint/visitor-keys@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/visitor-keys@npm:6.9.0"
dependencies:
"@typescript-eslint/types": 6.8.0
"@typescript-eslint/types": 6.9.0
eslint-visitor-keys: ^3.4.1
checksum: 710d9067b85d7715a400ae625c083c41733abb891d7b35108de083913980f9642e79d27689599fa39915f0fecae16dbfc30367007fccc838ccd917943660de22
checksum: de8e2e363df41e5ae9774a5ebd1c49d29c771ea8b3869917f65a74cd4d14a67417c79916f456ee81ef5b0d947b7b8975385fc6eea3f1812d53a2eaaea832459e
languageName: node
linkType: hard

Expand All @@ -1116,13 +1116,13 @@ __metadata:
"@semantic-release/release-notes-generator": ~12.0.0
"@types/node": ~20.8.0
"@types/pako": ~2.0.0
"@typescript-eslint/eslint-plugin": ~6.8.0
"@typescript-eslint/parser": ~6.8.0
"@typescript-eslint/eslint-plugin": ~6.9.0
"@typescript-eslint/parser": ~6.9.0
ava: ~5.3.0
c8: ~8.0.0
eslint: ~8.52.0
eslint-config-prettier: ~9.0.0
eslint-plugin-import: ~2.28.0
eslint-plugin-import: ~2.29.0
eslint-plugin-prettier: ~5.0.0
eslint-plugin-simple-import-sort: ~10.0.0
eslint-plugin-unicorn: ~48.0.0
Expand Down Expand Up @@ -1421,7 +1421,7 @@ __metadata:
languageName: node
linkType: hard

"array-includes@npm:^3.1.6":
"array-includes@npm:^3.1.7":
version: 3.1.7
resolution: "array-includes@npm:3.1.7"
dependencies:
Expand All @@ -1441,7 +1441,7 @@ __metadata:
languageName: node
linkType: hard

"array.prototype.findlastindex@npm:^1.2.2":
"array.prototype.findlastindex@npm:^1.2.3":
version: 1.2.3
resolution: "array.prototype.findlastindex@npm:1.2.3"
dependencies:
Expand All @@ -1454,7 +1454,7 @@ __metadata:
languageName: node
linkType: hard

"array.prototype.flat@npm:^1.3.1":
"array.prototype.flat@npm:^1.3.2":
version: 1.3.2
resolution: "array.prototype.flat@npm:1.3.2"
dependencies:
Expand All @@ -1466,7 +1466,7 @@ __metadata:
languageName: node
linkType: hard

"array.prototype.flatmap@npm:^1.3.1":
"array.prototype.flatmap@npm:^1.3.2":
version: 1.3.2
resolution: "array.prototype.flatmap@npm:1.3.2"
dependencies:
Expand Down Expand Up @@ -2704,7 +2704,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-import-resolver-node@npm:^0.3.7":
"eslint-import-resolver-node@npm:^0.3.9":
version: 0.3.9
resolution: "eslint-import-resolver-node@npm:0.3.9"
dependencies:
Expand All @@ -2727,30 +2727,30 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-import@npm:~2.28.0":
version: 2.28.1
resolution: "eslint-plugin-import@npm:2.28.1"
"eslint-plugin-import@npm:~2.29.0":
version: 2.29.0
resolution: "eslint-plugin-import@npm:2.29.0"
dependencies:
array-includes: ^3.1.6
array.prototype.findlastindex: ^1.2.2
array.prototype.flat: ^1.3.1
array.prototype.flatmap: ^1.3.1
array-includes: ^3.1.7
array.prototype.findlastindex: ^1.2.3
array.prototype.flat: ^1.3.2
array.prototype.flatmap: ^1.3.2
debug: ^3.2.7
doctrine: ^2.1.0
eslint-import-resolver-node: ^0.3.7
eslint-import-resolver-node: ^0.3.9
eslint-module-utils: ^2.8.0
has: ^1.0.3
is-core-module: ^2.13.0
hasown: ^2.0.0
is-core-module: ^2.13.1
is-glob: ^4.0.3
minimatch: ^3.1.2
object.fromentries: ^2.0.6
object.groupby: ^1.0.0
object.values: ^1.1.6
object.fromentries: ^2.0.7
object.groupby: ^1.0.1
object.values: ^1.1.7
semver: ^6.3.1
tsconfig-paths: ^3.14.2
peerDependencies:
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
checksum: e8ae6dd8f06d8adf685f9c1cfd46ac9e053e344a05c4090767e83b63a85c8421ada389807a39e73c643b9bff156715c122e89778169110ed68d6428e12607edf
checksum: 19ee541fb95eb7a796f3daebe42387b8d8262bbbcc4fd8a6e92f63a12035f3d2c6cb8bc0b6a70864fa14b1b50ed6b8e6eed5833e625e16cb6bb98b665beff269
languageName: node
linkType: hard

Expand Down Expand Up @@ -3582,13 +3582,6 @@ __metadata:
languageName: node
linkType: hard

"has@npm:^1.0.3":
version: 1.0.4
resolution: "has@npm:1.0.4"
checksum: 8a11ba062e0627c9578a1d08285401e39f1d071a9692ddf793199070edb5648b21c774dd733e2a181edd635bf6862731885f476f4ccf67c998d7a5ff7cef2550
languageName: node
linkType: hard

"hasown@npm:^2.0.0":
version: 2.0.0
resolution: "hasown@npm:2.0.0"
Expand Down Expand Up @@ -3942,7 +3935,7 @@ __metadata:
languageName: node
linkType: hard

"is-core-module@npm:^2.13.0, is-core-module@npm:^2.8.1":
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.13.1, is-core-module@npm:^2.8.1":
version: 2.13.1
resolution: "is-core-module@npm:2.13.1"
dependencies:
Expand Down Expand Up @@ -5454,7 +5447,7 @@ __metadata:
languageName: node
linkType: hard

"object.fromentries@npm:^2.0.6":
"object.fromentries@npm:^2.0.7":
version: 2.0.7
resolution: "object.fromentries@npm:2.0.7"
dependencies:
Expand All @@ -5465,7 +5458,7 @@ __metadata:
languageName: node
linkType: hard

"object.groupby@npm:^1.0.0":
"object.groupby@npm:^1.0.1":
version: 1.0.1
resolution: "object.groupby@npm:1.0.1"
dependencies:
Expand All @@ -5477,7 +5470,7 @@ __metadata:
languageName: node
linkType: hard

"object.values@npm:^1.1.6":
"object.values@npm:^1.1.7":
version: 1.1.7
resolution: "object.values@npm:1.1.7"
dependencies:
Expand Down

0 comments on commit 1e54e71

Please sign in to comment.