Skip to content

Commit 4de27cf

Browse files
chore(deps-dev): bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [@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 [lint-staged](https://github.com/lint-staged/lint-staged). Updates `@typescript-eslint/eslint-plugin` from 8.18.2 to 8.19.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/v8.19.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.18.2 to 8.19.0 - [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.19.0/packages/parser) Updates `lint-staged` from 15.2.11 to 15.3.0 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.11...v15.3.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad6e380 commit 4de27cf

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

yarn.lock

+57-57
Original file line numberDiff line numberDiff line change
@@ -2931,84 +2931,84 @@
29312931
"@types/yargs-parser" "*"
29322932

29332933
"@typescript-eslint/eslint-plugin@^8.6.0":
2934-
version "8.18.2"
2935-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.2.tgz#c78e363ab5fe3b21dd1c90d8be9581534417f78e"
2936-
integrity sha512-adig4SzPLjeQ0Tm+jvsozSGiCliI2ajeURDGHjZ2llnA+A67HihCQ+a3amtPhUakd1GlwHxSRvzOZktbEvhPPg==
2934+
version "8.19.0"
2935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.0.tgz#2b1e1b791e21d5fc27ddc93884db066444f597b5"
2936+
integrity sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q==
29372937
dependencies:
29382938
"@eslint-community/regexpp" "^4.10.0"
2939-
"@typescript-eslint/scope-manager" "8.18.2"
2940-
"@typescript-eslint/type-utils" "8.18.2"
2941-
"@typescript-eslint/utils" "8.18.2"
2942-
"@typescript-eslint/visitor-keys" "8.18.2"
2939+
"@typescript-eslint/scope-manager" "8.19.0"
2940+
"@typescript-eslint/type-utils" "8.19.0"
2941+
"@typescript-eslint/utils" "8.19.0"
2942+
"@typescript-eslint/visitor-keys" "8.19.0"
29432943
graphemer "^1.4.0"
29442944
ignore "^5.3.1"
29452945
natural-compare "^1.4.0"
29462946
ts-api-utils "^1.3.0"
29472947

29482948
"@typescript-eslint/parser@^8.6.0":
2949-
version "8.18.2"
2950-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.2.tgz#0379a2e881d51d8fcf7ebdfa0dd18eee79182ce2"
2951-
integrity sha512-y7tcq4StgxQD4mDr9+Jb26dZ+HTZ/SkfqpXSiqeUXZHxOUyjWDKsmwKhJ0/tApR08DgOhrFAoAhyB80/p3ViuA==
2952-
dependencies:
2953-
"@typescript-eslint/scope-manager" "8.18.2"
2954-
"@typescript-eslint/types" "8.18.2"
2955-
"@typescript-eslint/typescript-estree" "8.18.2"
2956-
"@typescript-eslint/visitor-keys" "8.18.2"
2949+
version "8.19.0"
2950+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.0.tgz#f1512e6e5c491b03aabb2718b95becde22b15292"
2951+
integrity sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==
2952+
dependencies:
2953+
"@typescript-eslint/scope-manager" "8.19.0"
2954+
"@typescript-eslint/types" "8.19.0"
2955+
"@typescript-eslint/typescript-estree" "8.19.0"
2956+
"@typescript-eslint/visitor-keys" "8.19.0"
29572957
debug "^4.3.4"
29582958

2959-
"@typescript-eslint/scope-manager@8.18.2":
2960-
version "8.18.2"
2961-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.2.tgz#d193c200d61eb0ddec5987c8e48c9d4e1c0510bd"
2962-
integrity sha512-YJFSfbd0CJjy14r/EvWapYgV4R5CHzptssoag2M7y3Ra7XNta6GPAJPPP5KGB9j14viYXyrzRO5GkX7CRfo8/g==
2959+
"@typescript-eslint/scope-manager@8.19.0":
2960+
version "8.19.0"
2961+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.0.tgz#28fa413a334f70e8b506a968531e0a7c9c3076dc"
2962+
integrity sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==
29632963
dependencies:
2964-
"@typescript-eslint/types" "8.18.2"
2965-
"@typescript-eslint/visitor-keys" "8.18.2"
2964+
"@typescript-eslint/types" "8.19.0"
2965+
"@typescript-eslint/visitor-keys" "8.19.0"
29662966

2967-
"@typescript-eslint/type-utils@8.18.2":
2968-
version "8.18.2"
2969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.2.tgz#5ad07e09002eee237591881df674c1c0c91ca52f"
2970-
integrity sha512-AB/Wr1Lz31bzHfGm/jgbFR0VB0SML/hd2P1yxzKDM48YmP7vbyJNHRExUE/wZsQj2wUCvbWH8poNHFuxLqCTnA==
2967+
"@typescript-eslint/type-utils@8.19.0":
2968+
version "8.19.0"
2969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.19.0.tgz#41abd7d2e4cf93b6854b1fe6cbf416fab5abf89f"
2970+
integrity sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg==
29712971
dependencies:
2972-
"@typescript-eslint/typescript-estree" "8.18.2"
2973-
"@typescript-eslint/utils" "8.18.2"
2972+
"@typescript-eslint/typescript-estree" "8.19.0"
2973+
"@typescript-eslint/utils" "8.19.0"
29742974
debug "^4.3.4"
29752975
ts-api-utils "^1.3.0"
29762976

2977-
"@typescript-eslint/types@8.18.2":
2978-
version "8.18.2"
2979-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.2.tgz#5ebad5b384c8aa1c0f86cee1c61bcdbe7511f547"
2980-
integrity sha512-Z/zblEPp8cIvmEn6+tPDIHUbRu/0z5lqZ+NvolL5SvXWT5rQy7+Nch83M0++XzO0XrWRFWECgOAyE8bsJTl1GQ==
2977+
"@typescript-eslint/types@8.19.0":
2978+
version "8.19.0"
2979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.0.tgz#a190a25c5484a42b81eaad06989579fdeb478cbb"
2980+
integrity sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==
29812981

2982-
"@typescript-eslint/typescript-estree@8.18.2":
2983-
version "8.18.2"
2984-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.2.tgz#fffb85527f8304e29bfbbdc712f4515da9f8b47c"
2985-
integrity sha512-WXAVt595HjpmlfH4crSdM/1bcsqh+1weFRWIa9XMTx/XHZ9TCKMcr725tLYqWOgzKdeDrqVHxFotrvWcEsk2Tg==
2982+
"@typescript-eslint/typescript-estree@8.19.0":
2983+
version "8.19.0"
2984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.0.tgz#6b4f48f98ffad6597379951b115710f4d68c9ccb"
2985+
integrity sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==
29862986
dependencies:
2987-
"@typescript-eslint/types" "8.18.2"
2988-
"@typescript-eslint/visitor-keys" "8.18.2"
2987+
"@typescript-eslint/types" "8.19.0"
2988+
"@typescript-eslint/visitor-keys" "8.19.0"
29892989
debug "^4.3.4"
29902990
fast-glob "^3.3.2"
29912991
is-glob "^4.0.3"
29922992
minimatch "^9.0.4"
29932993
semver "^7.6.0"
29942994
ts-api-utils "^1.3.0"
29952995

2996-
"@typescript-eslint/utils@8.18.2":
2997-
version "8.18.2"
2998-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.2.tgz#a2635f71904a84f9e47fe1b6f65a6d944ff1adf9"
2999-
integrity sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==
2996+
"@typescript-eslint/utils@8.19.0":
2997+
version "8.19.0"
2998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.0.tgz#33824310e1fccc17f27fbd1030fd8bbd9a674684"
2999+
integrity sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==
30003000
dependencies:
30013001
"@eslint-community/eslint-utils" "^4.4.0"
3002-
"@typescript-eslint/scope-manager" "8.18.2"
3003-
"@typescript-eslint/types" "8.18.2"
3004-
"@typescript-eslint/typescript-estree" "8.18.2"
3002+
"@typescript-eslint/scope-manager" "8.19.0"
3003+
"@typescript-eslint/types" "8.19.0"
3004+
"@typescript-eslint/typescript-estree" "8.19.0"
30053005

3006-
"@typescript-eslint/visitor-keys@8.18.2":
3007-
version "8.18.2"
3008-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.2.tgz#b3e434b701f086b10a7c82416ebc56899d27ef2f"
3009-
integrity sha512-zORcwn4C3trOWiCqFQP1x6G3xTRyZ1LYydnj51cRnJ6hxBlr/cKPckk+PKPUw/fXmvfKTcw7bwY3w9izgx5jZw==
3006+
"@typescript-eslint/visitor-keys@8.19.0":
3007+
version "8.19.0"
3008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.0.tgz#dc313f735e64c4979c9073f51ffcefb6d9be5c77"
3009+
integrity sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==
30103010
dependencies:
3011-
"@typescript-eslint/types" "8.18.2"
3011+
"@typescript-eslint/types" "8.19.0"
30123012
eslint-visitor-keys "^4.2.0"
30133013

30143014
"@ungap/structured-clone@^1.2.0":
@@ -3785,10 +3785,10 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1:
37853785
ansi-styles "^4.1.0"
37863786
supports-color "^7.1.0"
37873787

3788-
chalk@^5.2.0, chalk@^5.3.0, chalk@~5.3.0:
3789-
version "5.3.0"
3790-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
3791-
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
3788+
chalk@^5.2.0, chalk@^5.3.0, chalk@~5.4.1:
3789+
version "5.4.1"
3790+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
3791+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
37923792

37933793
change-case@^4.1.2:
37943794
version "4.1.2"
@@ -7093,11 +7093,11 @@ lines-and-columns@^1.1.6:
70937093
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
70947094

70957095
lint-staged@^15.2.9:
7096-
version "15.2.11"
7097-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.11.tgz#e88440982f4a4c1d55a9a7a839259ec3806bd81b"
7098-
integrity sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==
7096+
version "15.3.0"
7097+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.3.0.tgz#32a0b3f2f2b8825950bd3b9fb093e045353bdfa3"
7098+
integrity sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==
70997099
dependencies:
7100-
chalk "~5.3.0"
7100+
chalk "~5.4.1"
71017101
commander "~12.1.0"
71027102
debug "~4.4.0"
71037103
execa "~8.0.1"

0 commit comments

Comments
 (0)