Skip to content

Commit 84b88e1

Browse files
Bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0 (#99)
* Bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.4.1 to 6.5.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * packages * update version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vvillait88 <vvillait88@yahoo.com>
1 parent 3eef8f4 commit 84b88e1

File tree

2 files changed

+35
-69
lines changed

2 files changed

+35
-69
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdl-react-autocomplete",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "A react component for the People Data Labs Autocomplete API",
55
"source": "src/index.ts",
66
"main": "dist/index.js",
@@ -42,20 +42,20 @@
4242
"@parcel/packager-ts": "^2.9.3",
4343
"@parcel/transformer-react-refresh-wrap": "^2.9.3",
4444
"@parcel/transformer-typescript-types": "^2.9.3",
45-
"@types/react": "^18.2.15",
45+
"@types/react": "^18.2.21",
4646
"@types/react-dom": "^18.2.7",
47-
"@typescript-eslint/eslint-plugin": "^6.1.0",
48-
"@typescript-eslint/parser": "^6.1.0",
49-
"eslint": "^8.45.0",
47+
"@typescript-eslint/eslint-plugin": "^6.5.0",
48+
"@typescript-eslint/parser": "^6.5.0",
49+
"eslint": "^8.48.0",
5050
"eslint-config-airbnb": "^19.0.4",
5151
"eslint-config-airbnb-typescript": "^17.1.0",
52-
"eslint-plugin-import": "^2.27.5",
52+
"eslint-plugin-import": "^2.28.1",
5353
"eslint-plugin-jsx-a11y": "^6.7.1",
54-
"eslint-plugin-react": "^7.32.2",
54+
"eslint-plugin-react": "^7.33.2",
5555
"eslint-plugin-react-hooks": "^4.6.0",
5656
"eslint-plugin-unused-imports": "^3.0.0",
5757
"parcel": "^2.9.3",
58-
"typescript": "^5.1.6"
58+
"typescript": "^5.2.2"
5959
},
6060
"peerDependencies": {
6161
"react": ">= 16.8.0",

yarn.lock

Lines changed: 27 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@
902902
dependencies:
903903
"@types/react" "*"
904904

905-
"@types/react@*", "@types/react@^18.2.15":
905+
"@types/react@*", "@types/react@^18.2.21":
906906
version "18.2.21"
907907
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
908908
integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==
@@ -921,24 +921,24 @@
921921
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
922922
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
923923

924-
"@typescript-eslint/eslint-plugin@^6.1.0":
925-
version "6.4.1"
926-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.4.1.tgz#bc0c6f000134b53c304ad0bec4ee4753cd3e89d2"
927-
integrity sha512-3F5PtBzUW0dYlq77Lcqo13fv+58KDwUib3BddilE8ajPJT+faGgxmI9Sw+I8ZS22BYwoir9ZhNXcLi+S+I2bkw==
924+
"@typescript-eslint/eslint-plugin@^6.5.0":
925+
version "6.5.0"
926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.5.0.tgz#5cee33edf0d45d5ec773e3b3111206b098ac8599"
927+
integrity sha512-2pktILyjvMaScU6iK3925uvGU87E+N9rh372uGZgiMYwafaw9SXq86U04XPq3UH6tzRvNgBsub6x2DacHc33lw==
928928
dependencies:
929929
"@eslint-community/regexpp" "^4.5.1"
930-
"@typescript-eslint/scope-manager" "6.4.1"
931-
"@typescript-eslint/type-utils" "6.4.1"
932-
"@typescript-eslint/utils" "6.4.1"
933-
"@typescript-eslint/visitor-keys" "6.4.1"
930+
"@typescript-eslint/scope-manager" "6.5.0"
931+
"@typescript-eslint/type-utils" "6.5.0"
932+
"@typescript-eslint/utils" "6.5.0"
933+
"@typescript-eslint/visitor-keys" "6.5.0"
934934
debug "^4.3.4"
935935
graphemer "^1.4.0"
936936
ignore "^5.2.4"
937937
natural-compare "^1.4.0"
938938
semver "^7.5.4"
939939
ts-api-utils "^1.0.1"
940940

941-
"@typescript-eslint/parser@^6.1.0":
941+
"@typescript-eslint/parser@^6.5.0":
942942
version "6.5.0"
943943
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.5.0.tgz#3d6ed231c5e307c5f5f4a0d86893ec01e92b8c77"
944944
integrity sha512-LMAVtR5GN8nY0G0BadkG0XIe4AcNMeyEy3DyhKGAh9k4pLSMBO7rF29JvDBpZGCmp5Pgz5RLHP6eCpSYZJQDuQ==
@@ -949,14 +949,6 @@
949949
"@typescript-eslint/visitor-keys" "6.5.0"
950950
debug "^4.3.4"
951951

952-
"@typescript-eslint/scope-manager@6.4.1":
953-
version "6.4.1"
954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.4.1.tgz#4b073a30be2dbe603e44e9ae0cff7e1d3ed19278"
955-
integrity sha512-p/OavqOQfm4/Hdrr7kvacOSFjwQ2rrDVJRPxt/o0TOWdFnjJptnjnZ+sYDR7fi4OimvIuKp+2LCkc+rt9fIW+A==
956-
dependencies:
957-
"@typescript-eslint/types" "6.4.1"
958-
"@typescript-eslint/visitor-keys" "6.4.1"
959-
960952
"@typescript-eslint/scope-manager@6.5.0":
961953
version "6.5.0"
962954
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.5.0.tgz#f2cb20895aaad41b3ad27cc3a338ce8598f261c5"
@@ -965,39 +957,21 @@
965957
"@typescript-eslint/types" "6.5.0"
966958
"@typescript-eslint/visitor-keys" "6.5.0"
967959

968-
"@typescript-eslint/type-utils@6.4.1":
969-
version "6.4.1"
970-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.4.1.tgz#fa21cb13016c8d6f352fe9b2d6c9ab6edc2d1857"
971-
integrity sha512-7ON8M8NXh73SGZ5XvIqWHjgX2f+vvaOarNliGhjrJnv1vdjG0LVIz+ToYfPirOoBi56jxAKLfsLm40+RvxVVXA==
960+
"@typescript-eslint/type-utils@6.5.0":
961+
version "6.5.0"
962+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.5.0.tgz#6d246c93739282bc0d2e623f28d0dec6cfcc38d7"
963+
integrity sha512-f7OcZOkRivtujIBQ4yrJNIuwyCQO1OjocVqntl9dgSIZAdKqicj3xFDqDOzHDlGCZX990LqhLQXWRnQvsapq8A==
972964
dependencies:
973-
"@typescript-eslint/typescript-estree" "6.4.1"
974-
"@typescript-eslint/utils" "6.4.1"
965+
"@typescript-eslint/typescript-estree" "6.5.0"
966+
"@typescript-eslint/utils" "6.5.0"
975967
debug "^4.3.4"
976968
ts-api-utils "^1.0.1"
977969

978-
"@typescript-eslint/types@6.4.1":
979-
version "6.4.1"
980-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.1.tgz#b2c61159f46dda210fed9f117f5d027f65bb5c3b"
981-
integrity sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==
982-
983970
"@typescript-eslint/types@6.5.0":
984971
version "6.5.0"
985972
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.5.0.tgz#f4e55cfd99ac5346ea772770bf212a3e689a8f04"
986973
integrity sha512-eqLLOEF5/lU8jW3Bw+8auf4lZSbbljHR2saKnYqON12G/WsJrGeeDHWuQePoEf9ro22+JkbPfWQwKEC5WwLQ3w==
987974

988-
"@typescript-eslint/typescript-estree@6.4.1":
989-
version "6.4.1"
990-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.1.tgz#91ff88101c710adb0f70a317f2f65efa9441da45"
991-
integrity sha512-xF6Y7SatVE/OyV93h1xGgfOkHr2iXuo8ip0gbfzaKeGGuKiAnzS+HtVhSPx8Www243bwlW8IF7X0/B62SzFftg==
992-
dependencies:
993-
"@typescript-eslint/types" "6.4.1"
994-
"@typescript-eslint/visitor-keys" "6.4.1"
995-
debug "^4.3.4"
996-
globby "^11.1.0"
997-
is-glob "^4.0.3"
998-
semver "^7.5.4"
999-
ts-api-utils "^1.0.1"
1000-
1001975
"@typescript-eslint/typescript-estree@6.5.0":
1002976
version "6.5.0"
1003977
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.5.0.tgz#1cef6bc822585e9ef89d88834bc902d911d747ed"
@@ -1011,27 +985,19 @@
1011985
semver "^7.5.4"
1012986
ts-api-utils "^1.0.1"
1013987

1014-
"@typescript-eslint/utils@6.4.1":
1015-
version "6.4.1"
1016-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.4.1.tgz#81bf62ff0c3119a26c19fab683582e29450717bc"
1017-
integrity sha512-F/6r2RieNeorU0zhqZNv89s9bDZSovv3bZQpUNOmmQK1L80/cV4KEu95YUJWi75u5PhboFoKUJBnZ4FQcoqhDw==
988+
"@typescript-eslint/utils@6.5.0":
989+
version "6.5.0"
990+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.5.0.tgz#6668bee4f7f24978b11df8a2ea42d56eebc4662c"
991+
integrity sha512-9nqtjkNykFzeVtt9Pj6lyR9WEdd8npPhhIPM992FWVkZuS6tmxHfGVnlUcjpUP2hv8r4w35nT33mlxd+Be1ACQ==
1018992
dependencies:
1019993
"@eslint-community/eslint-utils" "^4.4.0"
1020994
"@types/json-schema" "^7.0.12"
1021995
"@types/semver" "^7.5.0"
1022-
"@typescript-eslint/scope-manager" "6.4.1"
1023-
"@typescript-eslint/types" "6.4.1"
1024-
"@typescript-eslint/typescript-estree" "6.4.1"
996+
"@typescript-eslint/scope-manager" "6.5.0"
997+
"@typescript-eslint/types" "6.5.0"
998+
"@typescript-eslint/typescript-estree" "6.5.0"
1025999
semver "^7.5.4"
10261000

1027-
"@typescript-eslint/visitor-keys@6.4.1":
1028-
version "6.4.1"
1029-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.1.tgz#e3ccf7b8d42e625946ac5094ed92a405fb4115e0"
1030-
integrity sha512-y/TyRJsbZPkJIZQXrHfdnxVnxyKegnpEvnRGNam7s3TRR2ykGefEWOhaef00/UUN3IZxizS7BTO3svd3lCOJRQ==
1031-
dependencies:
1032-
"@typescript-eslint/types" "6.4.1"
1033-
eslint-visitor-keys "^3.4.1"
1034-
10351001
"@typescript-eslint/visitor-keys@6.5.0":
10361002
version "6.5.0"
10371003
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.5.0.tgz#1a6f474a0170a447b76f0699ce6700110fd11436"
@@ -1774,7 +1740,7 @@ eslint-module-utils@^2.8.0:
17741740
dependencies:
17751741
debug "^3.2.7"
17761742

1777-
eslint-plugin-import@^2.27.5:
1743+
eslint-plugin-import@^2.28.1:
17781744
version "2.28.1"
17791745
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4"
17801746
integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
@@ -1824,7 +1790,7 @@ eslint-plugin-react-hooks@^4.6.0:
18241790
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
18251791
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
18261792

1827-
eslint-plugin-react@^7.32.2:
1793+
eslint-plugin-react@^7.33.2:
18281794
version "7.33.2"
18291795
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608"
18301796
integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==
@@ -1871,7 +1837,7 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
18711837
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
18721838
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
18731839

1874-
eslint@^8.45.0:
1840+
eslint@^8.48.0:
18751841
version "8.48.0"
18761842
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155"
18771843
integrity sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==
@@ -3457,7 +3423,7 @@ typed-array-length@^1.0.4:
34573423
for-each "^0.3.3"
34583424
is-typed-array "^1.1.9"
34593425

3460-
typescript@^5.1.6:
3426+
typescript@^5.2.2:
34613427
version "5.2.2"
34623428
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
34633429
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

0 commit comments

Comments
 (0)