Skip to content

Commit afd6834

Browse files
chore: bump @typescript-eslint/eslint-plugin in /site (#3804)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.31.0 to 5.36.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/v5.36.1/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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1a4f3a commit afd6834

File tree

2 files changed

+15
-26
lines changed

2 files changed

+15
-26
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@types/semver": "^7.3.12",
8787
"@types/superagent": "4.1.15",
8888
"@types/uuid": "8.3.4",
89-
"@typescript-eslint/eslint-plugin": "5.31.0",
89+
"@typescript-eslint/eslint-plugin": "5.36.1",
9090
"@typescript-eslint/parser": "5.31.0",
9191
"@xstate/cli": "0.3.0",
9292
"canvas": "^2.9.3",

site/yarn.lock

+14-25
Original file line numberDiff line numberDiff line change
@@ -3519,14 +3519,14 @@
35193519
dependencies:
35203520
"@types/yargs-parser" "*"
35213521

3522-
"@typescript-eslint/eslint-plugin@5.31.0":
3523-
version "5.31.0"
3524-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe"
3525-
integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==
3522+
"@typescript-eslint/eslint-plugin@5.36.1":
3523+
version "5.36.1"
3524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.1.tgz#471f64dc53600025e470dad2ca4a9f2864139019"
3525+
integrity sha512-iC40UK8q1tMepSDwiLbTbMXKDxzNy+4TfPWgIL661Ym0sD42vRcQU93IsZIrmi+x292DBr60UI/gSwfdVYexCA==
35263526
dependencies:
3527-
"@typescript-eslint/scope-manager" "5.31.0"
3528-
"@typescript-eslint/type-utils" "5.31.0"
3529-
"@typescript-eslint/utils" "5.31.0"
3527+
"@typescript-eslint/scope-manager" "5.36.1"
3528+
"@typescript-eslint/type-utils" "5.36.1"
3529+
"@typescript-eslint/utils" "5.36.1"
35303530
debug "^4.3.4"
35313531
functional-red-black-tree "^1.0.1"
35323532
ignore "^5.2.0"
@@ -3560,12 +3560,13 @@
35603560
"@typescript-eslint/types" "5.36.1"
35613561
"@typescript-eslint/visitor-keys" "5.36.1"
35623562

3563-
"@typescript-eslint/type-utils@5.31.0":
3564-
version "5.31.0"
3565-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9"
3566-
integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==
3563+
"@typescript-eslint/type-utils@5.36.1":
3564+
version "5.36.1"
3565+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz#016fc2bff6679f54c0b2df848a493f0ca3d4f625"
3566+
integrity sha512-xfZhfmoQT6m3lmlqDvDzv9TiCYdw22cdj06xY0obSznBsT///GK5IEZQdGliXpAOaRL34o8phEvXzEo/VJx13Q==
35673567
dependencies:
3568-
"@typescript-eslint/utils" "5.31.0"
3568+
"@typescript-eslint/typescript-estree" "5.36.1"
3569+
"@typescript-eslint/utils" "5.36.1"
35693570
debug "^4.3.4"
35703571
tsutils "^3.21.0"
35713572

@@ -3605,19 +3606,7 @@
36053606
semver "^7.3.7"
36063607
tsutils "^3.21.0"
36073608

3608-
"@typescript-eslint/utils@5.31.0":
3609-
version "5.31.0"
3610-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd"
3611-
integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==
3612-
dependencies:
3613-
"@types/json-schema" "^7.0.9"
3614-
"@typescript-eslint/scope-manager" "5.31.0"
3615-
"@typescript-eslint/types" "5.31.0"
3616-
"@typescript-eslint/typescript-estree" "5.31.0"
3617-
eslint-scope "^5.1.1"
3618-
eslint-utils "^3.0.0"
3619-
3620-
"@typescript-eslint/utils@^5.10.0":
3609+
"@typescript-eslint/utils@5.36.1", "@typescript-eslint/utils@^5.10.0":
36213610
version "5.36.1"
36223611
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.1.tgz#136d5208cc7a3314b11c646957f8f0b5c01e07ad"
36233612
integrity sha512-lNj4FtTiXm5c+u0pUehozaUWhh7UYKnwryku0nxJlYUEWetyG92uw2pr+2Iy4M/u0ONMKzfrx7AsGBTCzORmIg==

0 commit comments

Comments
 (0)