Skip to content

Commit 6786ff7

Browse files
chore(deps): update dependency eslint-plugin-sonarjs to v0.21.0
1 parent ee19bd3 commit 6786ff7

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-promise": "6.1.1",
5555
"eslint-plugin-react": "7.32.2",
5656
"eslint-plugin-react-hooks": "4.6.0",
57-
"eslint-plugin-sonarjs": "0.16.0",
57+
"eslint-plugin-sonarjs": "0.21.0",
5858
"husky": "4.3.8",
5959
"jscpd": "3.5.9",
6060
"lint-staged": "13.0.3",

example-app/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6374,10 +6374,10 @@ eslint-plugin-react@^7.27.1:
63746374
semver "^6.3.0"
63756375
string.prototype.matchall "^4.0.7"
63766376

6377-
eslint-plugin-sonarjs@0.16.0:
6378-
version "0.16.0"
6379-
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.16.0.tgz#227651fea8a7c82b40156a1d70d52d64ea058dba"
6380-
integrity sha512-al8ojAzcQW8Eu0tWn841ldhPpPcjrJ59TzzTfAVWR45bWvdAASCmrGl8vK0MWHyKVDdC0i17IGbtQQ1KgxLlVA==
6377+
eslint-plugin-sonarjs@0.21.0:
6378+
version "0.21.0"
6379+
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.21.0.tgz#1917f4d3de0ae72495a594142f51c1576f82e2c7"
6380+
integrity sha512-oezUDfFT5S6j3rQheZ4DLPrbetPmMS7zHIKWGHr0CM3g5JgyZroz1FpIKa4jV83NsGpmgIeagpokWDKIJzRQmw==
63816381

63826382
eslint-plugin-testing-library@^5.0.1:
63836383
version "5.7.2"
@@ -10284,7 +10284,7 @@ nan@^2.12.1, nan@^2.13.2:
1028410284
resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
1028510285
integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
1028610286

10287-
nanoid@^3.3.4, nanoid@^3.3.6:
10287+
nanoid@^3.3.6:
1028810288
version "3.3.6"
1028910289
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
1029010290
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
@@ -11832,12 +11832,12 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^
1183211832
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
1183311833
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
1183411834

11835-
postcss@8.4.17:
11836-
version "8.4.17"
11837-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.17.tgz#f87863ec7cd353f81f7ab2dec5d67d861bbb1be5"
11838-
integrity sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==
11835+
postcss@8.4.31:
11836+
version "8.4.31"
11837+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
11838+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
1183911839
dependencies:
11840-
nanoid "^3.3.4"
11840+
nanoid "^3.3.6"
1184111841
picocolors "^1.0.0"
1184211842
source-map-js "^1.0.2"
1184311843

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-config-react-app": "6.0.0",
3131
"eslint-plugin-prettier": "4.2.1",
3232
"eslint-plugin-promise": "6.1.1",
33-
"eslint-plugin-sonarjs": "0.16.0",
33+
"eslint-plugin-sonarjs": "0.21.0",
3434
"husky": "4.3.8",
3535
"jscpd": "3.5.9",
3636
"lint-staged": "13.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4649,10 +4649,10 @@ eslint-plugin-react@7.32.2:
46494649
semver "^6.3.0"
46504650
string.prototype.matchall "^4.0.8"
46514651

4652-
eslint-plugin-sonarjs@0.16.0:
4653-
version "0.16.0"
4654-
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.16.0.tgz#227651fea8a7c82b40156a1d70d52d64ea058dba"
4655-
integrity sha512-al8ojAzcQW8Eu0tWn841ldhPpPcjrJ59TzzTfAVWR45bWvdAASCmrGl8vK0MWHyKVDdC0i17IGbtQQ1KgxLlVA==
4652+
eslint-plugin-sonarjs@0.21.0:
4653+
version "0.21.0"
4654+
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.21.0.tgz#1917f4d3de0ae72495a594142f51c1576f82e2c7"
4655+
integrity sha512-oezUDfFT5S6j3rQheZ4DLPrbetPmMS7zHIKWGHr0CM3g5JgyZroz1FpIKa4jV83NsGpmgIeagpokWDKIJzRQmw==
46564656

46574657
eslint-scope@^4.0.3:
46584658
version "4.0.3"

0 commit comments

Comments
 (0)