Skip to content

Commit fa1c7a6

Browse files
chore(deps-dev): bump the dependencies group with 3 updates (#4472)
Bumps the dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n). Updates `@typescript-eslint/eslint-plugin` from 8.33.0 to 8.33.1 - [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/v8.33.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.33.0 to 8.33.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.1/packages/parser) Updates `eslint-plugin-n` from 17.18.0 to 17.19.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.18.0...v17.19.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.33.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.33.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-n dependency-version: 17.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d198739 commit fa1c7a6

File tree

1 file changed

+73
-64
lines changed

1 file changed

+73
-64
lines changed

yarn.lock

Lines changed: 73 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -2887,100 +2887,100 @@
28872887
"@types/yargs-parser" "*"
28882888

28892889
"@typescript-eslint/eslint-plugin@^8.6.0":
2890-
version "8.33.0"
2891-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz#51ed03649575ba51bcee7efdbfd85283249b5447"
2892-
integrity sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==
2890+
version "8.33.1"
2891+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.1.tgz#532641b416ed2afd5be893cddb2a58e9cd1f7a3e"
2892+
integrity sha512-TDCXj+YxLgtvxvFlAvpoRv9MAncDLBV2oT9Bd7YBGC/b/sEURoOYuIwLI99rjWOfY3QtDzO+mk0n4AmdFExW8A==
28932893
dependencies:
28942894
"@eslint-community/regexpp" "^4.10.0"
2895-
"@typescript-eslint/scope-manager" "8.33.0"
2896-
"@typescript-eslint/type-utils" "8.33.0"
2897-
"@typescript-eslint/utils" "8.33.0"
2898-
"@typescript-eslint/visitor-keys" "8.33.0"
2895+
"@typescript-eslint/scope-manager" "8.33.1"
2896+
"@typescript-eslint/type-utils" "8.33.1"
2897+
"@typescript-eslint/utils" "8.33.1"
2898+
"@typescript-eslint/visitor-keys" "8.33.1"
28992899
graphemer "^1.4.0"
29002900
ignore "^7.0.0"
29012901
natural-compare "^1.4.0"
29022902
ts-api-utils "^2.1.0"
29032903

29042904
"@typescript-eslint/parser@^8.6.0":
2905-
version "8.33.0"
2906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.0.tgz#8e523c2b447ad7cd6ac91b719d8b37449481784d"
2907-
integrity sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==
2908-
dependencies:
2909-
"@typescript-eslint/scope-manager" "8.33.0"
2910-
"@typescript-eslint/types" "8.33.0"
2911-
"@typescript-eslint/typescript-estree" "8.33.0"
2912-
"@typescript-eslint/visitor-keys" "8.33.0"
2905+
version "8.33.1"
2906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.1.tgz#ef9a5ee6aa37a6b4f46cc36d08a14f828238afe2"
2907+
integrity sha512-qwxv6dq682yVvgKKp2qWwLgRbscDAYktPptK4JPojCwwi3R9cwrvIxS4lvBpzmcqzR4bdn54Z0IG1uHFskW4dA==
2908+
dependencies:
2909+
"@typescript-eslint/scope-manager" "8.33.1"
2910+
"@typescript-eslint/types" "8.33.1"
2911+
"@typescript-eslint/typescript-estree" "8.33.1"
2912+
"@typescript-eslint/visitor-keys" "8.33.1"
29132913
debug "^4.3.4"
29142914

2915-
"@typescript-eslint/[email protected].0":
2916-
version "8.33.0"
2917-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
2918-
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
2915+
"@typescript-eslint/[email protected].1":
2916+
version "8.33.1"
2917+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.1.tgz#c85e7d9a44d6a11fe64e73ac1ed47de55dc2bf9f"
2918+
integrity sha512-DZR0efeNklDIHHGRpMpR5gJITQpu6tLr9lDJnKdONTC7vvzOlLAG/wcfxcdxEWrbiZApcoBCzXqU/Z458Za5Iw==
29192919
dependencies:
2920-
"@typescript-eslint/tsconfig-utils" "^8.33.0"
2921-
"@typescript-eslint/types" "^8.33.0"
2920+
"@typescript-eslint/tsconfig-utils" "^8.33.1"
2921+
"@typescript-eslint/types" "^8.33.1"
29222922
debug "^4.3.4"
29232923

2924-
"@typescript-eslint/[email protected].0":
2925-
version "8.33.0"
2926-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
2927-
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
2924+
"@typescript-eslint/[email protected].1":
2925+
version "8.33.1"
2926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.1.tgz#d1e0efb296da5097d054bc9972e69878a2afea73"
2927+
integrity sha512-dM4UBtgmzHR9bS0Rv09JST0RcHYearoEoo3pG5B6GoTR9XcyeqX87FEhPo+5kTvVfKCvfHaHrcgeJQc6mrDKrA==
29282928
dependencies:
2929-
"@typescript-eslint/types" "8.33.0"
2930-
"@typescript-eslint/visitor-keys" "8.33.0"
2929+
"@typescript-eslint/types" "8.33.1"
2930+
"@typescript-eslint/visitor-keys" "8.33.1"
29312931

2932-
"@typescript-eslint/[email protected].0", "@typescript-eslint/tsconfig-utils@^8.33.0":
2933-
version "8.33.0"
2934-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
2935-
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
2932+
"@typescript-eslint/[email protected].1", "@typescript-eslint/tsconfig-utils@^8.33.1":
2933+
version "8.33.1"
2934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.1.tgz#7836afcc097a4657a5ed56670851a450d8b70ab8"
2935+
integrity sha512-STAQsGYbHCF0/e+ShUQ4EatXQ7ceh3fBCXkNU7/MZVKulrlq1usH7t2FhxvCpuCi5O5oi1vmVaAjrGeL71OK1g==
29362936

2937-
"@typescript-eslint/[email protected].0":
2938-
version "8.33.0"
2939-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz#f06124b2d6db8a51b24990cb123c9543af93fef5"
2940-
integrity sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==
2937+
"@typescript-eslint/[email protected].1":
2938+
version "8.33.1"
2939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.1.tgz#d73ee1a29d8a0abe60d4abbff4f1d040f0de15fa"
2940+
integrity sha512-1cG37d9xOkhlykom55WVwG2QRNC7YXlxMaMzqw2uPeJixBFfKWZgaP/hjAObqMN/u3fr5BrTwTnc31/L9jQ2ww==
29412941
dependencies:
2942-
"@typescript-eslint/typescript-estree" "8.33.0"
2943-
"@typescript-eslint/utils" "8.33.0"
2942+
"@typescript-eslint/typescript-estree" "8.33.1"
2943+
"@typescript-eslint/utils" "8.33.1"
29442944
debug "^4.3.4"
29452945
ts-api-utils "^2.1.0"
29462946

2947-
"@typescript-eslint/[email protected].0", "@typescript-eslint/types@^8.33.0":
2948-
version "8.33.0"
2949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
2950-
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
2947+
"@typescript-eslint/[email protected].1", "@typescript-eslint/types@^8.33.1":
2948+
version "8.33.1"
2949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.1.tgz#b693111bc2180f8098b68e9958cf63761657a55f"
2950+
integrity sha512-xid1WfizGhy/TKMTwhtVOgalHwPtV8T32MS9MaH50Cwvz6x6YqRIPdD2WvW0XaqOzTV9p5xdLY0h/ZusU5Lokg==
29512951

2952-
"@typescript-eslint/[email protected].0":
2953-
version "8.33.0"
2954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
2955-
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
2952+
"@typescript-eslint/[email protected].1":
2953+
version "8.33.1"
2954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.1.tgz#d271beed470bc915b8764e22365d4925c2ea265d"
2955+
integrity sha512-+s9LYcT8LWjdYWu7IWs7FvUxpQ/DGkdjZeE/GGulHvv8rvYwQvVaUZ6DE+j5x/prADUgSbbCWZ2nPI3usuVeOA==
29562956
dependencies:
2957-
"@typescript-eslint/project-service" "8.33.0"
2958-
"@typescript-eslint/tsconfig-utils" "8.33.0"
2959-
"@typescript-eslint/types" "8.33.0"
2960-
"@typescript-eslint/visitor-keys" "8.33.0"
2957+
"@typescript-eslint/project-service" "8.33.1"
2958+
"@typescript-eslint/tsconfig-utils" "8.33.1"
2959+
"@typescript-eslint/types" "8.33.1"
2960+
"@typescript-eslint/visitor-keys" "8.33.1"
29612961
debug "^4.3.4"
29622962
fast-glob "^3.3.2"
29632963
is-glob "^4.0.3"
29642964
minimatch "^9.0.4"
29652965
semver "^7.6.0"
29662966
ts-api-utils "^2.1.0"
29672967

2968-
"@typescript-eslint/[email protected].0":
2969-
version "8.33.0"
2970-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
2971-
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
2968+
"@typescript-eslint/[email protected].1", "@typescript-eslint/utils@^8.26.1":
2969+
version "8.33.1"
2970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.1.tgz#ea22f40d3553da090f928cf17907e963643d4b96"
2971+
integrity sha512-52HaBiEQUaRYqAXpfzWSR2U3gxk92Kw006+xZpElaPMg3C4PgM+A5LqwoQI1f9E5aZ/qlxAZxzm42WX+vn92SQ==
29722972
dependencies:
29732973
"@eslint-community/eslint-utils" "^4.7.0"
2974-
"@typescript-eslint/scope-manager" "8.33.0"
2975-
"@typescript-eslint/types" "8.33.0"
2976-
"@typescript-eslint/typescript-estree" "8.33.0"
2974+
"@typescript-eslint/scope-manager" "8.33.1"
2975+
"@typescript-eslint/types" "8.33.1"
2976+
"@typescript-eslint/typescript-estree" "8.33.1"
29772977

2978-
"@typescript-eslint/[email protected].0":
2979-
version "8.33.0"
2980-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
2981-
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
2978+
"@typescript-eslint/[email protected].1":
2979+
version "8.33.1"
2980+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.1.tgz#6c6e002c24d13211df3df851767f24dfdb4f42bc"
2981+
integrity sha512-3i8NrFcZeeDHJ+7ZUuDkGT+UHq+XoFGsymNK2jZCOHcfEzRQ0BdpRtdpSx/Iyf3MHLWIcLS0COuOPibKQboIiQ==
29822982
dependencies:
2983-
"@typescript-eslint/types" "8.33.0"
2983+
"@typescript-eslint/types" "8.33.1"
29842984
eslint-visitor-keys "^4.2.0"
29852985

29862986
"@ungap/structured-clone@^1.2.0":
@@ -4876,18 +4876,20 @@ eslint-plugin-es-x@^7.8.0:
48764876
eslint-compat-utils "^0.5.1"
48774877

48784878
eslint-plugin-n@^17.10.2:
4879-
version "17.18.0"
4880-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.18.0.tgz#8515979b49ef8db7bb16e457b8ed22cc695d2a84"
4881-
integrity sha512-hvZ/HusueqTJ7VDLoCpjN0hx4N4+jHIWTXD4TMLHy9F23XkDagR9v+xQWRWR57yY55GPF8NnD4ox9iGTxirY8A==
4879+
version "17.19.0"
4880+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.19.0.tgz#3c198306c2eb9ea950c7458cff9c9a6426d02c58"
4881+
integrity sha512-qxn1NaDHtizbhVAPpbMT8wWFaLtPnwhfN/e+chdu2i6Vgzmo/tGM62tcJ1Hf7J5Ie4dhse3DOPMmDxduzfifzw==
48824882
dependencies:
48834883
"@eslint-community/eslint-utils" "^4.5.0"
4884+
"@typescript-eslint/utils" "^8.26.1"
48844885
enhanced-resolve "^5.17.1"
48854886
eslint-plugin-es-x "^7.8.0"
48864887
get-tsconfig "^4.8.1"
48874888
globals "^15.11.0"
48884889
ignore "^5.3.2"
48894890
minimatch "^9.0.5"
48904891
semver "^7.6.3"
4892+
ts-declaration-location "^1.0.6"
48914893

48924894
48934895
version "5.1.1"
@@ -9820,6 +9822,13 @@ ts-api-utils@^2.1.0:
98209822
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
98219823
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
98229824

9825+
ts-declaration-location@^1.0.6:
9826+
version "1.0.7"
9827+
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz#d4068fe9975828b3b453b3ab112b4711d8267688"
9828+
integrity sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==
9829+
dependencies:
9830+
picomatch "^4.0.2"
9831+
98239832
ts-jest@^29.0.1:
98249833
version "29.3.4"
98259834
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"

0 commit comments

Comments
 (0)