Skip to content

Commit a724a87

Browse files
chore(deps): update dependency eslint-plugin-deprecation to v3
1 parent 874f685 commit a724a87

File tree

2 files changed

+9
-86
lines changed

2 files changed

+9
-86
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint": "^8.30.0",
3131
"eslint-config-airbnb": "^19.0.4",
3232
"eslint-config-airbnb-typescript": "^18.0.0",
33-
"eslint-plugin-deprecation": "^2.0.0",
33+
"eslint-plugin-deprecation": "^3.0.0",
3434
"eslint-plugin-import": "^2.26.0",
3535
"jest": "^29.3.1",
3636
"ts-jest": "^29.0.3"

yarn.lock

Lines changed: 8 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -769,11 +769,6 @@
769769
expect "^29.0.0"
770770
pretty-format "^29.0.0"
771771

772-
"@types/json-schema@^7.0.12":
773-
version "7.0.15"
774-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
775-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
776-
777772
"@types/json5@^0.0.29":
778773
version "0.0.29"
779774
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -793,11 +788,6 @@
793788
dependencies:
794789
undici-types "~6.19.2"
795790

796-
"@types/semver@^7.5.0":
797-
version "7.5.8"
798-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
799-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
800-
801791
"@types/stack-utils@^2.0.0":
802792
version "2.0.3"
803793
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
@@ -841,14 +831,6 @@
841831
"@typescript-eslint/visitor-keys" "7.18.0"
842832
debug "^4.3.4"
843833

844-
"@typescript-eslint/[email protected]":
845-
version "6.21.0"
846-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
847-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
848-
dependencies:
849-
"@typescript-eslint/types" "6.21.0"
850-
"@typescript-eslint/visitor-keys" "6.21.0"
851-
852834
"@typescript-eslint/[email protected]":
853835
version "7.18.0"
854836
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
@@ -867,30 +849,11 @@
867849
debug "^4.3.4"
868850
ts-api-utils "^1.3.0"
869851

870-
"@typescript-eslint/[email protected]":
871-
version "6.21.0"
872-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
873-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
874-
875852
"@typescript-eslint/[email protected]":
876853
version "7.18.0"
877854
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
878855
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
879856

880-
"@typescript-eslint/[email protected]":
881-
version "6.21.0"
882-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
883-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
884-
dependencies:
885-
"@typescript-eslint/types" "6.21.0"
886-
"@typescript-eslint/visitor-keys" "6.21.0"
887-
debug "^4.3.4"
888-
globby "^11.1.0"
889-
is-glob "^4.0.3"
890-
minimatch "9.0.3"
891-
semver "^7.5.4"
892-
ts-api-utils "^1.0.1"
893-
894857
"@typescript-eslint/[email protected]":
895858
version "7.18.0"
896859
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
@@ -905,7 +868,7 @@
905868
semver "^7.6.0"
906869
ts-api-utils "^1.3.0"
907870

908-
"@typescript-eslint/[email protected]":
871+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^7.0.0":
909872
version "7.18.0"
910873
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
911874
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
@@ -915,27 +878,6 @@
915878
"@typescript-eslint/types" "7.18.0"
916879
"@typescript-eslint/typescript-estree" "7.18.0"
917880

918-
"@typescript-eslint/utils@^6.0.0":
919-
version "6.21.0"
920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
921-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
922-
dependencies:
923-
"@eslint-community/eslint-utils" "^4.4.0"
924-
"@types/json-schema" "^7.0.12"
925-
"@types/semver" "^7.5.0"
926-
"@typescript-eslint/scope-manager" "6.21.0"
927-
"@typescript-eslint/types" "6.21.0"
928-
"@typescript-eslint/typescript-estree" "6.21.0"
929-
semver "^7.5.4"
930-
931-
"@typescript-eslint/[email protected]":
932-
version "6.21.0"
933-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
934-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
935-
dependencies:
936-
"@typescript-eslint/types" "6.21.0"
937-
eslint-visitor-keys "^3.4.1"
938-
939881
"@typescript-eslint/[email protected]":
940882
version "7.18.0"
941883
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
@@ -1693,14 +1635,14 @@ eslint-module-utils@^2.12.0:
16931635
dependencies:
16941636
debug "^3.2.7"
16951637

1696-
eslint-plugin-deprecation@^2.0.0:
1697-
version "2.0.0"
1698-
resolved "https://registry.yarnpkg.com/eslint-plugin-deprecation/-/eslint-plugin-deprecation-2.0.0.tgz#9804707a4c19f3a53615c6babc0ced3d429d69cf"
1699-
integrity sha512-OAm9Ohzbj11/ZFyICyR5N6LbOIvQMp7ZU2zI7Ej0jIc8kiGUERXPNMfw2QqqHD1ZHtjMub3yPZILovYEYucgoQ==
1638+
eslint-plugin-deprecation@^3.0.0:
1639+
version "3.0.0"
1640+
resolved "https://registry.yarnpkg.com/eslint-plugin-deprecation/-/eslint-plugin-deprecation-3.0.0.tgz#c0b6bce543c2a01f231d39a1c54fdfebf3560d48"
1641+
integrity sha512-JuVLdNg/uf0Adjg2tpTyYoYaMbwQNn/c78P1HcccokvhtRphgnRjZDKmhlxbxYptppex03zO76f97DD/yQHv7A==
17001642
dependencies:
1701-
"@typescript-eslint/utils" "^6.0.0"
1643+
"@typescript-eslint/utils" "^7.0.0"
1644+
ts-api-utils "^1.3.0"
17021645
tslib "^2.3.1"
1703-
tsutils "^3.21.0"
17041646

17051647
eslint-plugin-import@^2.26.0:
17061648
version "2.31.0"
@@ -2949,13 +2891,6 @@ mimic-fn@^2.1.0:
29492891
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
29502892
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
29512893

2952-
2953-
version "9.0.3"
2954-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2955-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2956-
dependencies:
2957-
brace-expansion "^2.0.1"
2958-
29592894
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
29602895
version "3.1.2"
29612896
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -3560,7 +3495,7 @@ to-regex-range@^5.0.1:
35603495
dependencies:
35613496
is-number "^7.0.0"
35623497

3563-
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
3498+
ts-api-utils@^1.3.0:
35643499
version "1.3.0"
35653500
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
35663501
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
@@ -3609,23 +3544,11 @@ tsconfig-paths@^3.15.0:
36093544
minimist "^1.2.6"
36103545
strip-bom "^3.0.0"
36113546

3612-
tslib@^1.8.1:
3613-
version "1.14.1"
3614-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
3615-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
3616-
36173547
tslib@^2.3.1:
36183548
version "2.6.1"
36193549
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410"
36203550
integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==
36213551

3622-
tsutils@^3.21.0:
3623-
version "3.21.0"
3624-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
3625-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
3626-
dependencies:
3627-
tslib "^1.8.1"
3628-
36293552
type-check@^0.4.0, type-check@~0.4.0:
36303553
version "0.4.0"
36313554
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)