Skip to content

Commit 29b9d54

Browse files
chore(deps): bump @stylistic/eslint-plugin from 2.13.0 to 4.2.0
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.13.0 to 4.2.0. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.2.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f23d6e commit 29b9d54

File tree

2 files changed

+52
-7
lines changed

2 files changed

+52
-7
lines changed

packages/aws-rfdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@aws-sdk/client-ec2": "^3.746.0",
7373
"@aws-sdk/client-ecs": "^3.752.0",
7474
"@aws-sdk/client-secrets-manager": "^3.744.0",
75-
"@stylistic/eslint-plugin": "^2",
75+
"@stylistic/eslint-plugin": "^4",
7676
"@types/aws-lambda": "^8.10.147",
7777
"@types/jest": "^29.5.14",
7878
"@types/sinon": "^17.0.3",

yarn.lock

+51-6
Original file line numberDiff line numberDiff line change
@@ -3249,12 +3249,12 @@
32493249
"@smithy/types" "^4.2.0"
32503250
tslib "^2.6.2"
32513251

3252-
"@stylistic/eslint-plugin@^2":
3253-
version "2.13.0"
3254-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.13.0.tgz#53bf175dac8c1ec055b370a6ff77d491cae9a70d"
3255-
integrity sha512-RnO1SaiCFHn666wNz2QfZEFxvmiNRqhzaMXHXxXXKt+MEP7aajlPxUSMIQpKAaJfverpovEYqjBOXDq6dDcaOQ==
3252+
"@stylistic/eslint-plugin@^4":
3253+
version "4.2.0"
3254+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.2.0.tgz#7860ea84aa7ee3b21757907b863eb62f4f8b0455"
3255+
integrity sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA==
32563256
dependencies:
3257-
"@typescript-eslint/utils" "^8.13.0"
3257+
"@typescript-eslint/utils" "^8.23.0"
32583258
eslint-visitor-keys "^4.2.0"
32593259
espree "^10.3.0"
32603260
estraverse "^5.3.0"
@@ -3518,6 +3518,14 @@
35183518
"@typescript-eslint/types" "8.24.0"
35193519
"@typescript-eslint/visitor-keys" "8.24.0"
35203520

3521+
"@typescript-eslint/[email protected]":
3522+
version "8.28.0"
3523+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.28.0.tgz#e495b20438a3787e00498774d5625e620d68f9fe"
3524+
integrity sha512-u2oITX3BJwzWCapoZ/pXw6BCOl8rJP4Ij/3wPoGvY8XwvXflOzd1kLrDUUUAIEdJSFh+ASwdTHqtan9xSg8buw==
3525+
dependencies:
3526+
"@typescript-eslint/types" "8.28.0"
3527+
"@typescript-eslint/visitor-keys" "8.28.0"
3528+
35213529
"@typescript-eslint/[email protected]":
35223530
version "8.24.0"
35233531
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8"
@@ -3538,6 +3546,11 @@
35383546
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
35393547
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
35403548

3549+
"@typescript-eslint/[email protected]":
3550+
version "8.28.0"
3551+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.28.0.tgz#7c73878385edfd9674c7aa10975e6c484b4f896e"
3552+
integrity sha512-bn4WS1bkKEjx7HqiwG2JNB3YJdC1q6Ue7GyGlwPHyt0TnVq6TtD/hiOdTZt71sq0s7UzqBFXD8t8o2e63tXgwA==
3553+
35413554
"@typescript-eslint/[email protected]":
35423555
version "7.18.0"
35433556
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
@@ -3566,7 +3579,21 @@
35663579
semver "^7.6.0"
35673580
ts-api-utils "^2.0.1"
35683581

3569-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.13.0":
3582+
"@typescript-eslint/[email protected]":
3583+
version "8.28.0"
3584+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.28.0.tgz#56b999f26f7ca67b9d75d6a67af5c8b8e4e80114"
3585+
integrity sha512-H74nHEeBGeklctAVUvmDkxB1mk+PAZ9FiOMPFncdqeRBXxk1lWSYraHw8V12b7aa6Sg9HOBNbGdSHobBPuQSuA==
3586+
dependencies:
3587+
"@typescript-eslint/types" "8.28.0"
3588+
"@typescript-eslint/visitor-keys" "8.28.0"
3589+
debug "^4.3.4"
3590+
fast-glob "^3.3.2"
3591+
is-glob "^4.0.3"
3592+
minimatch "^9.0.4"
3593+
semver "^7.6.0"
3594+
ts-api-utils "^2.0.1"
3595+
3596+
"@typescript-eslint/[email protected]":
35703597
version "8.24.0"
35713598
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749"
35723599
integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==
@@ -3576,6 +3603,16 @@
35763603
"@typescript-eslint/types" "8.24.0"
35773604
"@typescript-eslint/typescript-estree" "8.24.0"
35783605

3606+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.23.0":
3607+
version "8.28.0"
3608+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.28.0.tgz#7850856620a896b7ac621ac12d49c282aefbb528"
3609+
integrity sha512-OELa9hbTYciYITqgurT1u/SzpQVtDLmQMFzy/N8pQE+tefOyCWT79jHsav294aTqV1q1u+VzqDGbuujvRYaeSQ==
3610+
dependencies:
3611+
"@eslint-community/eslint-utils" "^4.4.0"
3612+
"@typescript-eslint/scope-manager" "8.28.0"
3613+
"@typescript-eslint/types" "8.28.0"
3614+
"@typescript-eslint/typescript-estree" "8.28.0"
3615+
35793616
"@typescript-eslint/utils@^7.0.0":
35803617
version "7.18.0"
35813618
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
@@ -3602,6 +3639,14 @@
36023639
"@typescript-eslint/types" "8.24.0"
36033640
eslint-visitor-keys "^4.2.0"
36043641

3642+
"@typescript-eslint/[email protected]":
3643+
version "8.28.0"
3644+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.28.0.tgz#18eb9a25cc9dadb027835c58efe93a5c4ee81969"
3645+
integrity sha512-hbn8SZ8w4u2pRwgQ1GlUrPKE+t2XvcCW5tTRF7j6SMYIuYG37XuzIW44JCZPa36evi0Oy2SnM664BlIaAuQcvg==
3646+
dependencies:
3647+
"@typescript-eslint/types" "8.28.0"
3648+
eslint-visitor-keys "^4.2.0"
3649+
36053650
"@ungap/structured-clone@^1.2.0":
36063651
version "1.3.0"
36073652
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"

0 commit comments

Comments
 (0)