Skip to content

Commit f788753

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 fc49942 commit f788753

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
@@ -2856,12 +2856,12 @@
28562856
"@smithy/types" "^4.1.0"
28572857
tslib "^2.6.2"
28582858

2859-
"@stylistic/eslint-plugin@^2":
2860-
version "2.13.0"
2861-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.13.0.tgz#53bf175dac8c1ec055b370a6ff77d491cae9a70d"
2862-
integrity sha512-RnO1SaiCFHn666wNz2QfZEFxvmiNRqhzaMXHXxXXKt+MEP7aajlPxUSMIQpKAaJfverpovEYqjBOXDq6dDcaOQ==
2859+
"@stylistic/eslint-plugin@^4":
2860+
version "4.2.0"
2861+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.2.0.tgz#7860ea84aa7ee3b21757907b863eb62f4f8b0455"
2862+
integrity sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA==
28632863
dependencies:
2864-
"@typescript-eslint/utils" "^8.13.0"
2864+
"@typescript-eslint/utils" "^8.23.0"
28652865
eslint-visitor-keys "^4.2.0"
28662866
espree "^10.3.0"
28672867
estraverse "^5.3.0"
@@ -3125,6 +3125,14 @@
31253125
"@typescript-eslint/types" "8.24.0"
31263126
"@typescript-eslint/visitor-keys" "8.24.0"
31273127

3128+
"@typescript-eslint/[email protected]":
3129+
version "8.25.0"
3130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
3131+
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
3132+
dependencies:
3133+
"@typescript-eslint/types" "8.25.0"
3134+
"@typescript-eslint/visitor-keys" "8.25.0"
3135+
31283136
"@typescript-eslint/[email protected]":
31293137
version "8.24.0"
31303138
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8"
@@ -3145,6 +3153,11 @@
31453153
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
31463154
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
31473155

3156+
"@typescript-eslint/[email protected]":
3157+
version "8.25.0"
3158+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
3159+
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
3160+
31483161
"@typescript-eslint/[email protected]":
31493162
version "7.18.0"
31503163
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
@@ -3173,7 +3186,21 @@
31733186
semver "^7.6.0"
31743187
ts-api-utils "^2.0.1"
31753188

3176-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.13.0":
3189+
"@typescript-eslint/[email protected]":
3190+
version "8.25.0"
3191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
3192+
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
3193+
dependencies:
3194+
"@typescript-eslint/types" "8.25.0"
3195+
"@typescript-eslint/visitor-keys" "8.25.0"
3196+
debug "^4.3.4"
3197+
fast-glob "^3.3.2"
3198+
is-glob "^4.0.3"
3199+
minimatch "^9.0.4"
3200+
semver "^7.6.0"
3201+
ts-api-utils "^2.0.1"
3202+
3203+
"@typescript-eslint/[email protected]":
31773204
version "8.24.0"
31783205
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749"
31793206
integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==
@@ -3183,6 +3210,16 @@
31833210
"@typescript-eslint/types" "8.24.0"
31843211
"@typescript-eslint/typescript-estree" "8.24.0"
31853212

3213+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.23.0":
3214+
version "8.25.0"
3215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
3216+
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
3217+
dependencies:
3218+
"@eslint-community/eslint-utils" "^4.4.0"
3219+
"@typescript-eslint/scope-manager" "8.25.0"
3220+
"@typescript-eslint/types" "8.25.0"
3221+
"@typescript-eslint/typescript-estree" "8.25.0"
3222+
31863223
"@typescript-eslint/utils@^7.0.0":
31873224
version "7.18.0"
31883225
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
@@ -3209,6 +3246,14 @@
32093246
"@typescript-eslint/types" "8.24.0"
32103247
eslint-visitor-keys "^4.2.0"
32113248

3249+
"@typescript-eslint/[email protected]":
3250+
version "8.25.0"
3251+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
3252+
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
3253+
dependencies:
3254+
"@typescript-eslint/types" "8.25.0"
3255+
eslint-visitor-keys "^4.2.0"
3256+
32123257
"@ungap/structured-clone@^1.2.0":
32133258
version "1.3.0"
32143259
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"

0 commit comments

Comments
 (0)