Skip to content

Commit 16ff824

Browse files
renovate[bot]Stephanie Roy
andauthored
chore(deps): update dependency eslint-plugin-sonarjs to v0.24.0 (#5311)
* chore(deps): update dependency eslint-plugin-sonarjs to v0.24.0 * Ignore lint error --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stephanie Roy <[email protected]>
1 parent 7aa4275 commit 16ff824

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

extension/src/test/cli/expShow.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import {
1212
import { ExperimentFlag } from '../../cli/dvc/constants'
1313

1414
suite('exp show --show-json', () => {
15-
// eslint-disable-next-line sonarjs/cognitive-complexity
1615
describe('Demo Repository', () => {
16+
// eslint-disable-next-line sonarjs/cognitive-complexity
1717
it('should return the expected output', async () => {
1818
await initializeDemoRepo()
1919
const output = await dvcReader.expShow(

extension/src/test/cli/plotsDiff.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import {
1515
import { isDvcError } from '../../cli/dvc/reader'
1616

1717
suite('plots diff -o <TEMP_DIR> --split --show-json', () => {
18-
// eslint-disable-next-line sonarjs/cognitive-complexity
1918
describe('Demo Repository', () => {
19+
// eslint-disable-next-line sonarjs/cognitive-complexity
2020
it('should return the expected output', async () => {
2121
await initializeDemoRepo()
2222
const revisionsRequiredForSubmodule = [EXPERIMENT_WORKSPACE_ID, 'HEAD']

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-plugin-promise": "6.1.1",
5252
"eslint-plugin-react": "7.33.2",
5353
"eslint-plugin-react-hooks": "4.6.0",
54-
"eslint-plugin-sonarjs": "0.23.0",
54+
"eslint-plugin-sonarjs": "0.24.0",
5555
"eslint-plugin-sort-keys-fix": "1.1.2",
5656
"eslint-plugin-testing-library": "6.2.0",
5757
"eslint-plugin-unicorn": "51.0.1",

webview/src/shared/hooks/useDragAndDrop.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export const useDragAndDrop = ({
119119
dispatch(changeRef(undefined))
120120
}, [immediateDragLeave, dispatch])
121121

122+
// eslint-disable-next-line sonarjs/cognitive-complexity
122123
const handleDragStart = (e: DragEvent<HTMLElement>) => {
123124
const defaultDragEnterDirection = vertical
124125
? DragEnterDirection.TOP

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9061,10 +9061,10 @@ [email protected]:
90619061
semver "^6.3.1"
90629062
string.prototype.matchall "^4.0.8"
90639063

9064-
eslint-plugin-sonarjs@0.23.0:
9065-
version "0.23.0"
9066-
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.23.0.tgz#0265bad801ea210951672ee3cafbcf5d456ada96"
9067-
integrity sha512-z44T3PBf9W7qQ/aR+NmofOTyg6HLhSEZOPD4zhStqBpLoMp8GYhFksuUBnCxbnf1nfISpKBVkQhiBLFI/F4Wlg==
9064+
eslint-plugin-sonarjs@0.24.0:
9065+
version "0.24.0"
9066+
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.24.0.tgz#b594ccb9b1d6123edd3c3fe3a45b4392e14932d7"
9067+
integrity sha512-87zp50mbbNrSTuoEOebdRQBPa0mdejA5UEjyuScyIw8hEpEjfWP89Qhkq5xVZfVyVSRQKZc9alVm7yRKQvvUmg==
90689068

90699069
90709070
version "1.1.2"

0 commit comments

Comments
 (0)