8000 chore: bump eslint-plugin-jest from 26.7.0 to 27.0.1 in /site · coder/coder@3ef5b05 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ef5b05

Browse files
chore: bump eslint-plugin-jest from 26.7.0 to 27.0.1 in /site
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.7.0 to 27.0.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v26.7.0...v27.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff026d4 commit 3ef5b05

File tree

2 files changed

+30
-41
lines changed

2 files changed

+30
-41
lines changed

site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"axios": "0.26.1",
4040
"can-ndjson-stream": "1.0.2",
4141
"chart.js": "^3.5.0",
42-
"cron-parser": "4.5.0",
42+
"cron-parser": "4.6.0",
4343
"cronstrue": "2.11.0",
4444
"dayjs": "1.11.4",
4545
"emoji-mart": "^5.2.1",
@@ -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",
@@ -100,7 +100,7 @@
100100
"eslint-import-resolver-typescript": "3.3.0",
101101
"eslint-plugin-compat": "4.0.2",
102102
"eslint-plugin-import": "2.26.0",
103-
"eslint-plugin-jest": "26.7.0",
103+
"eslint-plugin-jest": "27.0.1",
104104
"eslint-plugin-jsx-a11y": "6.6.1",
105105
"eslint-plugin-no-storage": "1.0.2",
106106
"eslint-plugin-react": "7.31.1",

site/yarn.lock

Lines changed: 27 additions & 38 deletions
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==
@@ -5736,12 +5725,12 @@ create-require@^1.1.0:
57365725
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
57375726
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
57385727

5739-
cron-parser@4.5.0:
5740-
version "4.5.0"
5741-
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.5.0.tgz#2c6240a0301eff1424689835ce9c8de4cde9cfbd"
5742-
integrity sha512-QHdeh3zLWz6YvYTFKpRb860rJlip16pEinbxXT1i2NZB/nOxBjd2RbSv54sn5UrAj9WykiSLYWWDgo8azQK0HA==
5728+
cron-parser@4.6.0:
5729+
version "4.6.0"
5730+
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.6.0.tgz#404c3fdbff10ae80eef6b709555d577ef2fd2e0d"
5731+
integrity sha512-guZNLMGUgg6z4+eGhmHGw7ft+v6OQeuHzd1gcLxCo9Yg/qoxmG3nindp2/uwGCLizEisf2H0ptqeVXeoCpP6FA==
57435732
dependencies:
5744-
luxon "^2.4.0"
5733+
luxon "^3.0.1"
57455734

57465735
cronstrue@2.11.0:
57475736
version "2.11.0"
@@ -6697,10 +6686,10 @@ eslint-plugin-import@2.26.0:
66976686
resolve "^1.22.0"
66986687
tsconfig-paths "^3.14.1"
66996688

6700-
eslint-plugin-jest@26.7.0:
6701-
version "26.7.0"
6702-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.7.0.tgz#41d405ac9143e1284a3401282db47ed459436778"
6703-
integrity sha512-/YNitdfG3o3cC6juZziAdkk6nfJt01jXVfj4AgaYVLs7bupHzRDL5K+eipdzhDXtQsiqaX1TzfwSuRlEgeln1A==
6689+
eslint-plugin-jest@27.0.1:
6690+
version "27.0.1"
6691+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.0.1.tgz#3e67ee2051411540988c62075e8788702a1064da"
6692+
integrity sha512-LosUsrkwVSs/8Z/I8Hqn5vWgTEsHrfIquDEKOsV8/cl+gbFR4tiRCE1AimEotsHjSC0Rx1tYm6vPhw8C3ktmmg==
67046693
dependencies:
67056694
"@typescript-eslint/utils" "^5.10.0"
67066695

@@ -9808,10 +9797,10 @@ lru-cache@^6.0.0:
98089797
dependencies:
98099798
yallist "^4.0.0"
98109799

9811-
luxon@^2.4.0:
9812-
version "2.5.0"
9813-
resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.5.0.tgz#098090f67d690b247e83c090267a60b1aa8ea96c"
9814-
integrity sha512-IDkEPB80Rb6gCAU+FEib0t4FeJ4uVOuX1CQ9GsvU3O+JAGIgu0J7sf1OarXKaKDygTZIoJyU6YdZzTFRu+YR0A==
9800+
luxon@^3.0.1:
9801+
version "3.0.3"
9802+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.0.3.tgz#573e65531efd3d92265feb640f02ba7a192e2388"
9803+
integrity sha512-+EfHWnF+UT7GgTnq5zXg3ldnTKL2zdv7QJgsU5bjjpbH17E3qi/puMhQyJVYuCq+FRkogvB5WB6iVvUr+E4a7w==
98159804

98169805
lz-string@^1.4.4:
98179806
version "1.4.4"

0 commit comments

Comments
 (0)
0