Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 516dc19

Browse files
chore: bump @typescript-eslint/eslint-plugin in /site (#2933)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.27.0 to 5.30.6. - [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/v5.30.6/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4cfa240 commit 516dc19

File tree

2 files changed

+21
-55
lines changed

2 files changed

+21
-55
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@types/react-helmet": "6.1.5",
7979
"@types/superagent": "4.1.15",
8080
"@types/uuid": "8.3.4",
81-
"@typescript-eslint/eslint-plugin": "5.27.0",
81+
"@typescript-eslint/eslint-plugin": "5.30.6",
8282
"@typescript-eslint/parser": "5.30.6",
8383
"@xstate/cli": "0.2.1",
8484
"chromatic": "6.5.4",

site/yarn.lock

Lines changed: 20 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3360,14 +3360,14 @@
33603360
dependencies:
33613361
"@types/yargs-parser" "*"
33623362

3363-
"@typescript-eslint/eslint-plugin@5.27.0":
3364-
version "5.27.0"
3365-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
3366-
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
3367-
dependencies:
3368-
"@typescript-eslint/scope-manager" "5.27.0"
3369-
"@typescript-eslint/type-utils" "5.27.0"
3370-
"@typescript-eslint/utils" "5.27.0"
3363+
"@typescript-eslint/eslint-plugin@5.30.6":
3364+
version "5.30.6"
3365+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.6.tgz#9c6017b6c1d04894141b4a87816388967f64c359"
3366+
integrity sha512-J4zYMIhgrx4MgnZrSDD7sEnQp7FmhKNOaqaOpaoQ/SfdMfRB/0yvK74hTnvH+VQxndZynqs5/Hn4t+2/j9bADg==
3367+
dependencies:
3368+
"@typescript-eslint/scope-manager" "5.30.6"
3369+
"@typescript-eslint/type-utils" "5.30.6"
3370+
"@typescript-eslint/utils" "5.30.6"
33713371
debug "^4.3.4"
33723372
functional-red-black-tree "^1.0.1"
33733373
ignore "^5.2.0"
@@ -3385,14 +3385,6 @@
33853385
"@typescript-eslint/typescript-estree" "5.30.6"
33863386
debug "^4.3.4"
33873387

3388-
"@typescript-eslint/[email protected]":
3389-
version "5.27.0"
3390-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.0.tgz#a272178f613050ed62f51f69aae1e19e870a8bbb"
3391-
integrity sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==
3392-
dependencies:
3393-
"@typescript-eslint/types" "5.27.0"
3394-
"@typescript-eslint/visitor-keys" "5.27.0"
3395-
33963388
"@typescript-eslint/[email protected]":
33973389
version "5.30.6"
33983390
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.6.tgz#ce1b49ff5ce47f55518d63dbe8fc9181ddbd1a33"
@@ -3401,38 +3393,20 @@
34013393
"@typescript-eslint/types" "5.30.6"
34023394
"@typescript-eslint/visitor-keys" "5.30.6"
34033395

3404-
"@typescript-eslint/type-utils@5.27.0":
3405-
version "5.27.0"
3406-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
3407-
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
3396+
"@typescript-eslint/type-utils@5.30.6":
3397+
version "5.30.6"
3398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.6.tgz#a64aa9acbe609ab77f09f53434a6af2b9685f3af"
3399+
integrity sha512-GFVVzs2j0QPpM+NTDMXtNmJKlF842lkZKDSanIxf+ArJsGeZUIaeT4jGg+gAgHt7AcQSFwW7htzF/rbAh2jaVA==
34083400
dependencies:
3409-
"@typescript-eslint/utils" "5.27.0"
3401+
"@typescript-eslint/utils" "5.30.6"
34103402
debug "^4.3.4"
34113403
tsutils "^3.21.0"
34123404

3413-
"@typescript-eslint/[email protected]":
3414-
version "5.27.0"
3415-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
3416-
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
3417-
34183405
"@typescript-eslint/[email protected]":
34193406
version "5.30.6"
34203407
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.6.tgz#86369d0a7af8c67024115ac1da3e8fb2d38907e1"
34213408
integrity sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==
34223409

3423-
"@typescript-eslint/[email protected]":
3424-
version "5.27.0"
3425-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
3426-
integrity sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==
3427-
dependencies:
3428-
"@typescript-eslint/types" "5.27.0"
3429-
"@typescript-eslint/visitor-keys" "5.27.0"
3430-
debug "^4.3.4"
3431-
globby "^11.1.0"
3432-
is-glob "^4.0.3"
3433-
semver "^7.3.7"
3434-
tsutils "^3.21.0"
3435-
34363410
"@typescript-eslint/[email protected]":
34373411
version "5.30.6"
34383412
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.6.tgz#a84a0d6a486f9b54042da1de3d671a2c9f14484e"
@@ -3446,26 +3420,18 @@
34463420
semver "^7.3.7"
34473421
tsutils "^3.21.0"
34483422

3449-
"@typescript-eslint/utils@5.27.0", "@typescript-eslint/utils@^5.10.0":
3450-
version "5.27.0"
3451-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
3452-
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
3423+
"@typescript-eslint/utils@5.30.6", "@typescript-eslint/utils@^5.10.0":
3424+
version "5.30.6"
3425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.6.tgz#1de2da14f678e7d187daa6f2e4cdb558ed0609dc"
3426+
integrity sha512-xFBLc/esUbLOJLk9jKv0E9gD/OH966M40aY9jJ8GiqpSkP2xOV908cokJqqhVd85WoIvHVHYXxSFE4cCSDzVvA==
34533427
dependencies:
34543428
"@types/json-schema" "^7.0.9"
3455-
"@typescript-eslint/scope-manager" "5.27.0"
3456-
"@typescript-eslint/types" "5.27.0"
3457-
"@typescript-eslint/typescript-estree" "5.27.0"
3429+
"@typescript-eslint/scope-manager" "5.30.6"
3430+
"@typescript-eslint/types" "5.30.6"
3431+
"@typescript-eslint/typescript-estree" "5.30.6"
34583432
eslint-scope "^5.1.1"
34593433
eslint-utils "^3.0.0"
34603434

3461-
"@typescript-eslint/[email protected]":
3462-
version "5.27.0"
3463-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.0.tgz#97aa9a5d2f3df8215e6d3b77f9d214a24db269bd"
3464-
integrity sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==
3465-
dependencies:
3466-
"@typescript-eslint/types" "5.27.0"
3467-
eslint-visitor-keys "^3.3.0"
3468-
34693435
"@typescript-eslint/[email protected]":
34703436
version "5.30.6"
34713437
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.6.tgz#94dd10bb481c8083378d24de1742a14b38a2678c"

0 commit comments

Comments
 (0)