Skip to content

Commit 6504d94

Browse files
chore(deps): update typescript-eslint monorepo to v8.46.1
1 parent 69be48f commit 6504d94

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@types/cli-progress": "3.11.6",
4545
"@types/lodash-es": "4.17.12",
4646
"@types/uuid": "11.0.0",
47-
"@typescript-eslint/eslint-plugin": "8.46.0",
48-
"@typescript-eslint/parser": "8.46.0",
47+
"@typescript-eslint/eslint-plugin": "8.46.1",
48+
"@typescript-eslint/parser": "8.46.1",
4949
"esbuild": "0.25.10",
5050
"eslint": "9.37.0",
5151
"eslint-config-airbnb": "19.0.4",

yarn.lock

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -836,112 +836,112 @@
836836
dependencies:
837837
uuid "*"
838838

839-
"@typescript-eslint/[email protected].0":
840-
version "8.46.0"
841-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.0.tgz#fc90b35d8025b5eaa66b2f6c3859cd5381a1e751"
842-
integrity sha512-hA8gxBq4ukonVXPy0OKhiaUh/68D0E88GSmtC1iAEnGaieuDi38LhS7jdCHRLi6ErJBNDGCzvh5EnzdPwUc0DA==
839+
"@typescript-eslint/[email protected].1":
840+
version "8.46.1"
841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.1.tgz#20876354024140aabc8b400bc95735fdcade17d5"
842+
integrity sha512-rUsLh8PXmBjdiPY+Emjz9NX2yHvhS11v0SR6xNJkm5GM1MO9ea/1GoDKlHHZGrOJclL/cZ2i/vRUYVtjRhrHVQ==
843843
dependencies:
844844
"@eslint-community/regexpp" "^4.10.0"
845-
"@typescript-eslint/scope-manager" "8.46.0"
846-
"@typescript-eslint/type-utils" "8.46.0"
847-
"@typescript-eslint/utils" "8.46.0"
848-
"@typescript-eslint/visitor-keys" "8.46.0"
845+
"@typescript-eslint/scope-manager" "8.46.1"
846+
"@typescript-eslint/type-utils" "8.46.1"
847+
"@typescript-eslint/utils" "8.46.1"
848+
"@typescript-eslint/visitor-keys" "8.46.1"
849849
graphemer "^1.4.0"
850850
ignore "^7.0.0"
851851
natural-compare "^1.4.0"
852852
ts-api-utils "^2.1.0"
853853

854-
"@typescript-eslint/[email protected].0":
855-
version "8.46.0"
856-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.0.tgz#9186f28c59f6e477ab8919312d2654f4f27d45c1"
857-
integrity sha512-n1H6IcDhmmUEG7TNVSspGmiHHutt7iVKtZwRppD7e04wha5MrkV1h3pti9xQLcCMt6YWsncpoT0HMjkH1FNwWQ==
854+
"@typescript-eslint/[email protected].1":
855+
version "8.46.1"
856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.1.tgz#81751f46800fc6b01ce1a72760cd17f06e7f395b"
857+
integrity sha512-6JSSaBZmsKvEkbRUkf7Zj7dru/8ZCrJxAqArcLaVMee5907JdtEbKGsZ7zNiIm/UAkpGUkaSMZEXShnN2D1HZA==
858858
dependencies:
859-
"@typescript-eslint/scope-manager" "8.46.0"
860-
"@typescript-eslint/types" "8.46.0"
861-
"@typescript-eslint/typescript-estree" "8.46.0"
862-
"@typescript-eslint/visitor-keys" "8.46.0"
859+
"@typescript-eslint/scope-manager" "8.46.1"
860+
"@typescript-eslint/types" "8.46.1"
861+
"@typescript-eslint/typescript-estree" "8.46.1"
862+
"@typescript-eslint/visitor-keys" "8.46.1"
863863
debug "^4.3.4"
864864

865-
"@typescript-eslint/[email protected].0":
866-
version "8.46.0"
867-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.0.tgz#1190dcc0d3494d46a85773e0c3a2838cbb2b45a7"
868-
integrity sha512-OEhec0mH+U5Je2NZOeK1AbVCdm0ChyapAyTeXVIYTPXDJ3F07+cu87PPXcGoYqZ7M9YJVvFnfpGg1UmCIqM+QQ==
865+
"@typescript-eslint/[email protected].1":
866+
version "8.46.1"
867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.1.tgz#07be0e6f27fa90a17d8e5f6996ee02329c9a8c2e"
868+
integrity sha512-FOIaFVMHzRskXr5J4Jp8lFVV0gz5ngv3RHmn+E4HYxSJ3DgDzU7fVI1/M7Ijh1zf6S7HIoaIOtln1H5y8V+9Zg==
869869
dependencies:
870-
"@typescript-eslint/tsconfig-utils" "^8.46.0"
871-
"@typescript-eslint/types" "^8.46.0"
870+
"@typescript-eslint/tsconfig-utils" "^8.46.1"
871+
"@typescript-eslint/types" "^8.46.1"
872872
debug "^4.3.4"
873873

874-
"@typescript-eslint/[email protected].0":
875-
version "8.46.0"
876-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.0.tgz#a41833fe387044075cb2d4cfab490a7f1dd19b61"
877-
integrity sha512-lWETPa9XGcBes4jqAMYD9fW0j4n6hrPtTJwWDmtqgFO/4HF4jmdH/Q6wggTw5qIT5TXjKzbt7GsZUBnWoO3dqw==
874+
"@typescript-eslint/[email protected].1":
875+
version "8.46.1"
876+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.1.tgz#590dd2e65e95af646bdaf50adeae9af39e25e8c1"
877+
integrity sha512-weL9Gg3/5F0pVQKiF8eOXFZp8emqWzZsOJuWRUNtHT+UNV2xSJegmpCNQHy37aEQIbToTq7RHKhWvOsmbM680A==
878878
dependencies:
879-
"@typescript-eslint/types" "8.46.0"
880-
"@typescript-eslint/visitor-keys" "8.46.0"
879+
"@typescript-eslint/types" "8.46.1"
880+
"@typescript-eslint/visitor-keys" "8.46.1"
881881

882-
"@typescript-eslint/[email protected].0":
883-
version "8.46.0"
884-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.0.tgz#3e33019e0b94838d37d7cc61341fbcc5bf791007"
885-
integrity sha512-WrYXKGAHY836/N7zoK/kzi6p8tXFhasHh8ocFL9VZSAkvH956gfeRfcnhs3xzRy8qQ/dq3q44v1jvQieMFg2cw==
882+
"@typescript-eslint/[email protected].1":
883+
version "8.46.1"
884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.1.tgz#24405888560175c6c209c39df11ac06a2efef9d7"
885+
integrity sha512-X88+J/CwFvlJB+mK09VFqx5FE4H5cXD+H/Bdza2aEWkSb8hnWIQorNcscRl4IEo1Cz9VI/+/r/jnGWkbWPx54g==
886886

887-
"@typescript-eslint/tsconfig-utils@^8.46.0":
887+
"@typescript-eslint/tsconfig-utils@^8.46.1":
888888
version "8.46.2"
889889
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz#d110451cb93bbd189865206ea37ef677c196828c"
890890
integrity sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==
891891

892-
"@typescript-eslint/[email protected].0":
893-
version "8.46.0"
894-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.0.tgz#815efeb11b9533da68fd825628cecf283ac79829"
895-
integrity sha512-hy+lvYV1lZpVs2jRaEYvgCblZxUoJiPyCemwbQZ+NGulWkQRy0HRPYAoef/CNSzaLt+MLvMptZsHXHlkEilaeg==
892+
"@typescript-eslint/[email protected].1":
893+
version "8.46.1"
894+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.1.tgz#14d4307dd6045f6b48a888cde1513d6ec305537f"
895+
integrity sha512-+BlmiHIiqufBxkVnOtFwjah/vrkF4MtKKvpXrKSPLCkCtAp8H01/VV43sfqA98Od7nJpDcFnkwgyfQbOG0AMvw==
896896
dependencies:
897-
"@typescript-eslint/types" "8.46.0"
898-
"@typescript-eslint/typescript-estree" "8.46.0"
899-
"@typescript-eslint/utils" "8.46.0"
897+
"@typescript-eslint/types" "8.46.1"
898+
"@typescript-eslint/typescript-estree" "8.46.1"
899+
"@typescript-eslint/utils" "8.46.1"
900900
debug "^4.3.4"
901901
ts-api-utils "^2.1.0"
902902

903-
"@typescript-eslint/[email protected].0":
904-
version "8.46.0"
905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.0.tgz#20af6b332f9cd55a15fcd862fdb07d47a6131bf4"
906-
integrity sha512-bHGGJyVjSE4dJJIO5yyEWt/cHyNwga/zXGJbJJ8TiO01aVREK6gCTu3L+5wrkb1FbDkQ+TKjMNe9R/QQQP9+rA==
903+
"@typescript-eslint/[email protected].1":
904+
version "8.46.1"
905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.1.tgz#4c5479538ec10b5508b8e982e172911c987446d8"
906+
integrity sha512-C+soprGBHwWBdkDpbaRC4paGBrkIXxVlNohadL5o0kfhsXqOC6GYH2S/Obmig+I0HTDl8wMaRySwrfrXVP8/pQ==
907907

908-
"@typescript-eslint/types@^8.46.0":
908+
"@typescript-eslint/types@^8.46.1":
909909
version "8.46.2"
910910
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.2.tgz#2bad7348511b31e6e42579820e62b73145635763"
911911
integrity sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==
912912

913-
"@typescript-eslint/[email protected].0":
914-
version "8.46.0"
915-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.0.tgz#f45a0d5f5e99b26f0280e8cff3ed3380658fd720"
916-
integrity sha512-ekDCUfVpAKWJbRfm8T1YRrCot1KFxZn21oV76v5Fj4tr7ELyk84OS+ouvYdcDAwZL89WpEkEj2DKQ+qg//+ucg==
913+
"@typescript-eslint/[email protected].1":
914+
version "8.46.1"
915+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.1.tgz#1c146573b942ebe609c156c217ceafdc7a88e6ed"
916+
integrity sha512-uIifjT4s8cQKFQ8ZBXXyoUODtRoAd7F7+G8MKmtzj17+1UbdzFl52AzRyZRyKqPHhgzvXunnSckVu36flGy8cg==
917917
dependencies:
918-
"@typescript-eslint/project-service" "8.46.0"
919-
"@typescript-eslint/tsconfig-utils" "8.46.0"
920-
"@typescript-eslint/types" "8.46.0"
921-
"@typescript-eslint/visitor-keys" "8.46.0"
918+
"@typescript-eslint/project-service" "8.46.1"
919+
"@typescript-eslint/tsconfig-utils" "8.46.1"
920+
"@typescript-eslint/types" "8.46.1"
921+
"@typescript-eslint/visitor-keys" "8.46.1"
922922
debug "^4.3.4"
923923
fast-glob "^3.3.2"
924924
is-glob "^4.0.3"
925925
minimatch "^9.0.4"
926926
semver "^7.6.0"
927927
ts-api-utils "^2.1.0"
928928

929-
"@typescript-eslint/[email protected].0":
930-
version "8.46.0"
931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.0.tgz#27025c5ed7cbc928440d6a30edd6ba34cc5b927a"
932-
integrity sha512-nD6yGWPj1xiOm4Gk0k6hLSZz2XkNXhuYmyIrOWcHoPuAhjT9i5bAG+xbWPgFeNR8HPHHtpNKdYUXJl/D3x7f5g==
929+
"@typescript-eslint/[email protected].1":
930+
version "8.46.1"
931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.1.tgz#c572184d9227d66b10a954b90249a20c48b22452"
932+
integrity sha512-vkYUy6LdZS7q1v/Gxb2Zs7zziuXN0wxqsetJdeZdRe/f5dwJFglmuvZBfTUivCtjH725C1jWCDfpadadD95EDQ==
933933
dependencies:
934934
"@eslint-community/eslint-utils" "^4.7.0"
935-
"@typescript-eslint/scope-manager" "8.46.0"
936-
"@typescript-eslint/types" "8.46.0"
937-
"@typescript-eslint/typescript-estree" "8.46.0"
935+
"@typescript-eslint/scope-manager" "8.46.1"
936+
"@typescript-eslint/types" "8.46.1"
937+
"@typescript-eslint/typescript-estree" "8.46.1"
938938

939-
"@typescript-eslint/[email protected].0":
940-
version "8.46.0"
941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.0.tgz#23936809054c511f703713c56ddd2f46dc197845"
942-
integrity sha512-FrvMpAK+hTbFy7vH5j1+tMYHMSKLE6RzluFJlkFNKD0p9YsUT75JlBSmr5so3QRzvMwU5/bIEdeNrxm8du8l3Q==
939+
"@typescript-eslint/[email protected].1":
940+
version "8.46.1"
941+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.1.tgz#da35f1d58ec407419d68847cfd358b32746ac315"
942+
integrity sha512-ptkmIf2iDkNUjdeu2bQqhFPV1m6qTnFFjg7PPDjxKWaMaP0Z6I9l30Jr3g5QqbZGdw8YdYvLp+XnqnWWZOg/NA==
943943
dependencies:
944-
"@typescript-eslint/types" "8.46.0"
944+
"@typescript-eslint/types" "8.46.1"
945945
eslint-visitor-keys "^4.2.1"
946946

947947
acorn-jsx@^5.3.2:

0 commit comments

Comments
 (0)