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

Skip to content

Commit 81f628e

Browse files
chore: bump @typescript-eslint/eslint-plugin in /site
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.30.6 to 5.31.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/v5.31.0/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]>
1 parent 9fe260d commit 81f628e

File tree

2 files changed

+60
-26
lines changed

2 files changed

+60
-26
lines changed

site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"axios": "0.26.1",
3838
"can-ndjson-stream": "1.0.2",
3939
"cron-parser": "4.5.0",
40-
"cronstrue": "2.5.0",
40+
"cronstrue": "2.11.0",
4141
"dayjs": "1.11.4",
4242
"formik": "2.2.9",
4343
"front-matter": "4.0.2",
@@ -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.30.6",
81+
"@typescript-eslint/eslint-plugin": "5.31.0",
8282
"@typescript-eslint/parser": "5.30.6",
8383
"@xstate/cli": "0.2.1",
8484
"chromatic": "6.7.0",

site/yarn.lock

Lines changed: 58 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3361,14 +3361,14 @@
33613361
dependencies:
33623362
"@types/yargs-parser" "*"
33633363

3364-
"@typescript-eslint/eslint-plugin@5.30.6":
3365-
version "5.30.6"
3366-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.6.tgz#9c6017b6c1d04894141b4a87816388967f64c359"
3367-
integrity sha512-J4zYMIhgrx4MgnZrSDD7sEnQp7FmhKNOaqaOpaoQ/SfdMfRB/0yvK74hTnvH+VQxndZynqs5/Hn4t+2/j9bADg==
3368-
dependencies:
3369-
"@typescript-eslint/scope-manager" "5.30.6"
3370-
"@typescript-eslint/type-utils" "5.30.6"
3371-
"@typescript-eslint/utils" "5.30.6"
3364+
"@typescript-eslint/eslint-plugin@5.31.0":
3365+
version "5.31.0"
3366+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe"
3367+
integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==
3368+
dependencies:
3369+
"@typescript-eslint/scope-manager" "5.31.0"
3370+
"@typescript-eslint/type-utils" "5.31.0"
3371+
"@typescript-eslint/utils" "5.31.0"
33723372
debug "^4.3.4"
33733373
functional-red-black-tree "^1.0.1"
33743374
ignore "^5.2.0"
@@ -3394,12 +3394,20 @@
33943394
"@typescript-eslint/types" "5.30.6"
33953395
"@typescript-eslint/visitor-keys" "5.30.6"
33963396

3397-
"@typescript-eslint/[email protected]":
3398-
version "5.30.6"
3399-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.6.tgz#a64aa9acbe609ab77f09f53434a6af2b9685f3af"
3400-
integrity sha512-GFVVzs2j0QPpM+NTDMXtNmJKlF842lkZKDSanIxf+ArJsGeZUIaeT4jGg+gAgHt7AcQSFwW7htzF/rbAh2jaVA==
3397+
"@typescript-eslint/[email protected]":
3398+
version "5.31.0"
3399+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
3400+
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
3401+
dependencies:
3402+
"@typescript-eslint/types" "5.31.0"
3403+
"@typescript-eslint/visitor-keys" "5.31.0"
3404+
3405+
"@typescript-eslint/[email protected]":
3406+
version "5.31.0"
3407+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9"
3408+
integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==
34013409
dependencies:
3402-
"@typescript-eslint/utils" "5.30.6"
3410+
"@typescript-eslint/utils" "5.31.0"
34033411
debug "^4.3.4"
34043412
tsutils "^3.21.0"
34053413

@@ -3408,6 +3416,11 @@
34083416
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.6.tgz#86369d0a7af8c67024115ac1da3e8fb2d38907e1"
34093417
integrity sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==
34103418

3419+
"@typescript-eslint/[email protected]":
3420+
version "5.31.0"
3421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
3422+
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
3423+
34113424
"@typescript-eslint/[email protected]":
34123425
version "5.30.6"
34133426
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.6.tgz#a84a0d6a486f9b54042da1de3d671a2c9f14484e"
@@ -3421,15 +3434,28 @@
34213434
semver "^7.3.7"
34223435
tsutils "^3.21.0"
34233436

3424-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
3425-
version "5.30.6"
3426-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.6.tgz#1de2da14f678e7d187daa6f2e4cdb558ed0609dc"
3427-
integrity sha512-xFBLc/esUbLOJLk9jKv0E9gD/OH966M40aY9jJ8GiqpSkP2xOV908cokJqqhVd85WoIvHVHYXxSFE4cCSDzVvA==
3437+
"@typescript-eslint/[email protected]":
3438+
version "5.31.0"
3439+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
3440+
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
3441+
dependencies:
3442+
"@typescript-eslint/types" "5.31.0"
3443+
"@typescript-eslint/visitor-keys" "5.31.0"
3444+
debug "^4.3.4"
3445+
globby "^11.1.0"
3446+
is-glob "^4.0.3"
3447+
semver "^7.3.7"
3448+
tsutils "^3.21.0"
3449+
3450+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
3451+
version "5.31.0"
3452+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd"
3453+
integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==
34283454
dependencies:
34293455
"@types/json-schema" "^7.0.9"
3430-
"@typescript-eslint/scope-manager" "5.30.6"
3431-
"@typescript-eslint/types" "5.30.6"
3432-
"@typescript-eslint/typescript-estree" "5.30.6"
3456+
"@typescript-eslint/scope-manager" "5.31.0"
3457+
"@typescript-eslint/types" "5.31.0"
3458+
"@typescript-eslint/typescript-estree" "5.31.0"
34333459
eslint-scope "^5.1.1"
34343460
eslint-utils "^3.0.0"
34353461

@@ -3441,6 +3467,14 @@
34413467
"@typescript-eslint/types" "5.30.6"
34423468
eslint-visitor-keys "^3.3.0"
34433469

3470+
"@typescript-eslint/[email protected]":
3471+
version "5.31.0"
3472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
3473+
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
3474+
dependencies:
3475+
"@typescript-eslint/types" "5.31.0"
3476+
eslint-visitor-keys "^3.3.0"
3477+
34443478
"@webassemblyjs/[email protected]":
34453479
version "1.11.1"
34463480
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -5502,10 +5536,10 @@ [email protected]:
55025536
dependencies:
55035537
luxon "^2.4.0"
55045538

5505-
cronstrue@2.5.0:
5506-
version "2.5.0"
5507-
resolved "https://registry.yarnpkg.com/cronstrue/-/cronstrue-2.5.0.tgz#1d69bd53520ce536789fb666d9fd562065b491c6"
5508-
integrity sha512-2uhcYEmXEH52Prn1biZ1HSaQwGwUy4fxFiq3U3vKwLYngL14j8f4pZeQt9f1J6tWDaLFeLRgcCHtO45r78ECyw==
5539+
cronstrue@2.11.0:
5540+
version "2.11.0"
5541+
resolved "https://registry.yarnpkg.com/cronstrue/-/cronstrue-2.11.0.tgz#18ff1b95a836b9b4e06854f796db2dc8fa98ce41"
5542+
integrity sha512-iIBCSis5yqtFYWtJAmNOiwDveFWWIn+8uV5UYuPHYu/Aeu5CSSJepSbaHMyfc+pPFgnsCcGzfPQEo7LSGmWbTg==
55095543

55105544
cross-spawn@^6.0.0:
55115545
version "6.0.5"

0 commit comments

Comments
 (0)