Skip to content
This repository was archived by the owner on Dec 2, 2023. It is now read-only.

Commit 606d5bb

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v5.16.0
1 parent 28cc688 commit 606d5bb

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"@tsconfig/node16": "1.0.2",
2727
"@types/node": "17.0.18",
28-
"@typescript-eslint/eslint-plugin": "5.15.0",
29-
"@typescript-eslint/parser": "5.15.0",
28+
"@typescript-eslint/eslint-plugin": "5.16.0",
29+
"@typescript-eslint/parser": "5.16.0",
3030
"esbuild": "0.14.27",
3131
"esbuild-node-tsc": "1.8.5",
3232
"esbuild-register": "3.3.2",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -880,84 +880,84 @@
880880
dependencies:
881881
"@types/yargs-parser" "*"
882882

883-
"@typescript-eslint/eslint-plugin@5.15.0":
884-
version "5.15.0"
885-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.15.0.tgz#c28ef7f2e688066db0b6a9d95fb74185c114fb9a"
886-
integrity sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==
887-
dependencies:
888-
"@typescript-eslint/scope-manager" "5.15.0"
889-
"@typescript-eslint/type-utils" "5.15.0"
890-
"@typescript-eslint/utils" "5.15.0"
883+
"@typescript-eslint/eslint-plugin@5.16.0":
884+
version "5.16.0"
885+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.16.0.tgz#78f246dd8d1b528fc5bfca99a8a64d4023a3d86d"
886+
integrity sha512-SJoba1edXvQRMmNI505Uo4XmGbxCK9ARQpkvOd00anxzri9RNQk0DDCxD+LIl+jYhkzOJiOMMKYEHnHEODjdCw==
887+
dependencies:
888+
"@typescript-eslint/scope-manager" "5.16.0"
889+
"@typescript-eslint/type-utils" "5.16.0"
890+
"@typescript-eslint/utils" "5.16.0"
891891
debug "^4.3.2"
892892
functional-red-black-tree "^1.0.1"
893893
ignore "^5.1.8"
894894
regexpp "^3.2.0"
895895
semver "^7.3.5"
896896
tsutils "^3.21.0"
897897

898-
"@typescript-eslint/parser@5.15.0":
899-
version "5.15.0"
900-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.15.0.tgz#95f603f8fe6eca7952a99bfeef9b85992972e728"
901-
integrity sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==
898+
"@typescript-eslint/parser@5.16.0":
899+
version "5.16.0"
900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.16.0.tgz#e4de1bde4b4dad5b6124d3da227347616ed55508"
901+
integrity sha512-fkDq86F0zl8FicnJtdXakFs4lnuebH6ZADDw6CYQv0UZeIjHvmEw87m9/29nk2Dv5Lmdp0zQ3zDQhiMWQf/GbA==
902902
dependencies:
903-
"@typescript-eslint/scope-manager" "5.15.0"
904-
"@typescript-eslint/types" "5.15.0"
905-
"@typescript-eslint/typescript-estree" "5.15.0"
903+
"@typescript-eslint/scope-manager" "5.16.0"
904+
"@typescript-eslint/types" "5.16.0"
905+
"@typescript-eslint/typescript-estree" "5.16.0"
906906
debug "^4.3.2"
907907

908-
"@typescript-eslint/scope-manager@5.15.0":
909-
version "5.15.0"
910-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.15.0.tgz#d97afab5e0abf4018d1289bd711be21676cdd0ee"
911-
integrity sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==
908+
"@typescript-eslint/scope-manager@5.16.0":
909+
version "5.16.0"
910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.16.0.tgz#7e7909d64bd0c4d8aef629cdc764b9d3e1d3a69a"
911+
integrity sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==
912912
dependencies:
913-
"@typescript-eslint/types" "5.15.0"
914-
"@typescript-eslint/visitor-keys" "5.15.0"
913+
"@typescript-eslint/types" "5.16.0"
914+
"@typescript-eslint/visitor-keys" "5.16.0"
915915

916-
"@typescript-eslint/type-utils@5.15.0":
917-
version "5.15.0"
918-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.15.0.tgz#d2c02eb2bdf54d0a645ba3a173ceda78346cf248"
919-
integrity sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==
916+
"@typescript-eslint/type-utils@5.16.0":
917+
version "5.16.0"
918+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.16.0.tgz#b482bdde1d7d7c0c7080f7f2f67ea9580b9e0692"
919+
integrity sha512-SKygICv54CCRl1Vq5ewwQUJV/8padIWvPgCxlWPGO/OgQLCijY9G7lDu6H+mqfQtbzDNlVjzVWQmeqbLMBLEwQ==
920920
dependencies:
921-
"@typescript-eslint/utils" "5.15.0"
921+
"@typescript-eslint/utils" "5.16.0"
922922
debug "^4.3.2"
923923
tsutils "^3.21.0"
924924

925-
"@typescript-eslint/types@5.15.0":
926-
version "5.15.0"
927-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.15.0.tgz#c7bdd103843b1abae97b5518219d3e2a0d79a501"
928-
integrity sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==
925+
"@typescript-eslint/types@5.16.0":
926+
version "5.16.0"
927+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
928+
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
929929

930-
"@typescript-eslint/typescript-estree@5.15.0":
931-
version "5.15.0"
932-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.15.0.tgz#81513a742a9c657587ad1ddbca88e76c6efb0aac"
933-
integrity sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==
930+
"@typescript-eslint/typescript-estree@5.16.0":
931+
version "5.16.0"
932+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61"
933+
integrity sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==
934934
dependencies:
935-
"@typescript-eslint/types" "5.15.0"
936-
"@typescript-eslint/visitor-keys" "5.15.0"
935+
"@typescript-eslint/types" "5.16.0"
936+
"@typescript-eslint/visitor-keys" "5.16.0"
937937
debug "^4.3.2"
938938
globby "^11.0.4"
939939
is-glob "^4.0.3"
940940
semver "^7.3.5"
941941
tsutils "^3.21.0"
942942

943-
"@typescript-eslint/utils@5.15.0":
944-
version "5.15.0"
945-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.15.0.tgz#468510a0974d3ced8342f37e6c662778c277f136"
946-
integrity sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==
943+
"@typescript-eslint/utils@5.16.0":
944+
version "5.16.0"
945+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.16.0.tgz#42218b459d6d66418a4eb199a382bdc261650679"
946+
integrity sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==
947947
dependencies:
948948
"@types/json-schema" "^7.0.9"
949-
"@typescript-eslint/scope-manager" "5.15.0"
950-
"@typescript-eslint/types" "5.15.0"
951-
"@typescript-eslint/typescript-estree" "5.15.0"
949+
"@typescript-eslint/scope-manager" "5.16.0"
950+
"@typescript-eslint/types" "5.16.0"
951+
"@typescript-eslint/typescript-estree" "5.16.0"
952952
eslint-scope "^5.1.1"
953953
eslint-utils "^3.0.0"
954954

955-
"@typescript-eslint/visitor-keys@5.15.0":
956-
version "5.15.0"
957-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.15.0.tgz#5669739fbf516df060f978be6a6dce75855a8027"
958-
integrity sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==
955+
"@typescript-eslint/visitor-keys@5.16.0":
956+
version "5.16.0"
957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz#f27dc3b943e6317264c7492e390c6844cd4efbbb"
958+
integrity sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==
959959
dependencies:
960-
"@typescript-eslint/types" "5.15.0"
960+
"@typescript-eslint/types" "5.16.0"
961961
eslint-visitor-keys "^3.0.0"
962962

963963
abab@^2.0.3, abab@^2.0.5:

0 commit comments

Comments
 (0)