Skip to content

Commit 9697b05

Browse files
committed
deps: bump eslint plugins Refs: RATY-299
1 parent 96eb4ef commit 9697b05

4 files changed

Lines changed: 413 additions & 170 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,27 +60,27 @@
6060
"@types/react-dom": "^18.2.8",
6161
"@types/react-router": "^5.1.20",
6262
"@types/react-router-dom": "^5.3.3",
63-
"@typescript-eslint/eslint-plugin": "^8.22.0",
64-
"@typescript-eslint/parser": "^8.22.0",
63+
"@typescript-eslint/eslint-plugin": "^8.57.1",
64+
"@typescript-eslint/parser": "^8.57.1",
6565
"@vitejs/plugin-react": "^4.3.4",
6666
"@vitest/coverage-v8": "^3.0.7",
67-
"@vitest/eslint-plugin": "^1.1.25",
67+
"@vitest/eslint-plugin": "^1.6.13",
6868
"apollo-upload-client": "^17.0.0",
6969
"axios": "^1.13.5",
7070
"classnames": "^2.5.1",
7171
"codecov": "^3.8.3",
7272
"cross-env": "^7.0.3",
7373
"dotenv": "^16.4.7",
7474
"eslint": "^8.57.1",
75-
"eslint-config-prettier": "^10.0.1",
76-
"eslint-plugin-import": "^2.31.0",
77-
"eslint-plugin-n": "^17.15.1",
78-
"eslint-plugin-prettier": "^5.2.3",
75+
"eslint-config-prettier": "^10.1.8",
76+
"eslint-plugin-import": "^2.32.0",
77+
"eslint-plugin-n": "^17.24.0",
78+
"eslint-plugin-prettier": "^5.5.5",
7979
"eslint-plugin-promise": "^7.2.1",
80-
"eslint-plugin-react": "^7.37.4",
81-
"eslint-plugin-react-hooks": "^5.1.0",
80+
"eslint-plugin-react": "^7.37.5",
81+
"eslint-plugin-react-hooks": "^5.2.0",
8282
"eslint-plugin-vitest": "^0.5.4",
83-
"eslint-plugin-vitest-globals": "^1.5.0",
83+
"eslint-plugin-vitest-globals": "^1.6.1",
8484
"graphql": "^16.8.1",
8585
"history": "^5.3.0",
8686
"jsonwebtoken": "^9.0.3",

src/domain/authentication/__tests__/idleProvider.test.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @vitest/no-conditional-expect */
12
import { MessageChannel } from 'worker_threads';
23

34
import React from 'react';

src/domain/messages/form/__tests__/MessageForm.test.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const getWrapper = (props) =>
1616
);
1717

1818
// FIXME: KK-1017. Skipped as quite needless.
19+
// eslint-disable-next-line @vitest/no-disabled-tests
1920
describe.skip('<MessageForm />', () => {
2021
// eslint-disable-next-line max-len
2122
it('should not show event select unless the user has chosen some other recipient count than all or invited', async () => {

0 commit comments

Comments
 (0)