Skip to content

Commit aeea57a

Browse files
committed
remove packages
1 parent 1a6e6a9 commit aeea57a

File tree

5 files changed

+2
-51
lines changed

5 files changed

+2
-51
lines changed

.eslintrc.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = {
1111
'plugin:react-hooks/recommended',
1212
'airbnb-base',
1313
'airbnb-typescript',
14-
'plugin:sonarjs/recommended',
1514
// TODO: in a separate pull request enable and fix all classes sorting issues for tailwind
1615
// 'plugin:tailwindcss/recommended',
1716
],
@@ -88,9 +87,6 @@ module.exports = {
8887
'prefer-regex-literals': 'off',
8988
'react/display-name': 'off',
9089
'no-promise-executor-return': 'off',
91-
'sonarjs/no-duplicate-string': 'off',
92-
'sonarjs/cognitive-complexity': [1, 20],
93-
'sonarjs/no-identical-functions': [0, 5],
9490
'import/order': [
9591
1,
9692
{

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@
197197
"@vitest/ui": "^1.3.1",
198198
"@vscode/l10n-dev": "^0.0.35",
199199
"@vscode/vsce": "^3.0.0",
200-
"autoprefixer": "^10.4.16",
201200
"cross-env": "^7.0.3",
202201
"csv-parser": "^3.0.0",
203202
"csv-stringify": "^6.5.1",
@@ -213,12 +212,10 @@
213212
"eslint-plugin-react": "^7.35.0",
214213
"eslint-plugin-react-hooks": "^4.6.2",
215214
"eslint-plugin-react-refresh": "^0.4.4",
216-
"eslint-plugin-sonarjs": "^0.23.0",
217215
"eslint-plugin-tailwindcss": "^3.15.1",
218216
"googleapis": "^142.0.0",
219217
"html-entities": "^2.3.2",
220218
"husky": "^8.0.3",
221-
"identity-obj-proxy": "^3.0.0",
222219
"jsdom": "^22.1.0",
223220
"jsdom-worker": "^0.3.0",
224221
"lint-staged": "^15.0.2",

postcss.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ module.exports = {
55
'postcss-import': {},
66
'tailwindcss/nesting': {},
77
tailwindcss: {},
8-
autoprefixer: {},
98
},
109
}

src/webviews/src/components/database-modules/DatabaseModules.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable sonarjs/no-nested-template-literals */
21
import React from 'react'
32
import cx from 'classnames'
43
import Popup from 'reactjs-popup'
@@ -39,7 +38,6 @@ const DatabaseModules = React.memo((props: Props) => {
3938
const { abbreviation = '', name = moduleName } = getModule(moduleName)
4039

4140
const moduleAlias = truncateText(name, 50)
42-
// eslint-disable-next-line sonarjs/no-nested-template-literals
4341
let icon = DEFAULT_MODULES_INFO[propName as RedisDefaultModules]?.icon
4442
const content = `${moduleAlias}${semanticVersion || version ? ` v. ${semanticVersion || version}` : ''}`
4543

yarn.lock

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2526,18 +2526,6 @@ at-least-node@^1.0.0:
25262526
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
25272527
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
25282528

2529-
autoprefixer@^10.4.16:
2530-
version "10.4.17"
2531-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.17.tgz#35cd5695cbbe82f536a50fa025d561b01fdec8be"
2532-
integrity sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==
2533-
dependencies:
2534-
browserslist "^4.22.2"
2535-
caniuse-lite "^1.0.30001578"
2536-
fraction.js "^4.3.7"
2537-
normalize-range "^0.1.2"
2538-
picocolors "^1.0.0"
2539-
postcss-value-parser "^4.2.0"
2540-
25412529
available-typed-arrays@^1.0.5:
25422530
version "1.0.5"
25432531
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
@@ -2836,7 +2824,7 @@ camelcase@^6.2.0:
28362824
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
28372825
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
28382826

2839-
caniuse-lite@^1.0.30001251, caniuse-lite@^1.0.30001565, caniuse-lite@^1.0.30001578:
2827+
caniuse-lite@^1.0.30001251, caniuse-lite@^1.0.30001565:
28402828
version "1.0.30001643"
28412829
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz"
28422830
integrity sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==
@@ -4065,11 +4053,6 @@ eslint-plugin-react@^7.35.0:
40654053
string.prototype.matchall "^4.0.11"
40664054
string.prototype.repeat "^1.0.0"
40674055

4068-
eslint-plugin-sonarjs@^0.23.0:
4069-
version "0.23.0"
4070-
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.23.0.tgz#0265bad801ea210951672ee3cafbcf5d456ada96"
4071-
integrity sha512-z44T3PBf9W7qQ/aR+NmofOTyg6HLhSEZOPD4zhStqBpLoMp8GYhFksuUBnCxbnf1nfISpKBVkQhiBLFI/F4Wlg==
4072-
40734056
eslint-plugin-tailwindcss@^3.15.1:
40744057
version "3.15.1"
40754058
resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.15.1.tgz#9120f58e4a1b3666629e7b7e45dbb6521d98b7bc"
@@ -4430,11 +4413,6 @@ formik@^2.4.5:
44304413
tiny-warning "^1.0.2"
44314414
tslib "^2.0.0"
44324415

4433-
fraction.js@^4.3.7:
4434-
version "4.3.7"
4435-
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
4436-
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
4437-
44384416
fs-constants@^1.0.0:
44394417
version "1.0.0"
44404418
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
@@ -4733,11 +4711,6 @@ gtoken@^7.0.0:
47334711
gaxios "^6.0.0"
47344712
jws "^4.0.0"
47354713

4736-
harmony-reflect@^1.4.6:
4737-
version "1.6.2"
4738-
resolved "https://registry.yarnpkg.com/harmony-reflect/-/harmony-reflect-1.6.2.tgz#31ecbd32e648a34d030d86adb67d4d47547fe710"
4739-
integrity sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==
4740-
47414714
has-bigints@^1.0.1, has-bigints@^1.0.2:
47424715
version "1.0.2"
47434716
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
@@ -4995,13 +4968,6 @@ iconv-lite@0.6.3:
49954968
dependencies:
49964969
safer-buffer ">= 2.1.2 < 3.0.0"
49974970

4998-
identity-obj-proxy@^3.0.0:
4999-
version "3.0.0"
5000-
resolved "https://registry.yarnpkg.com/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz#94d2bda96084453ef36fbc5aaec37e0f79f1fc14"
5001-
integrity sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==
5002-
dependencies:
5003-
harmony-reflect "^1.4.6"
5004-
50054971
ieee754@^1.1.13, ieee754@^1.1.4, ieee754@^1.2.1:
50064972
version "1.2.1"
50074973
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
@@ -6324,11 +6290,6 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
63246290
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
63256291
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
63266292

6327-
normalize-range@^0.1.2:
6328-
version "0.1.2"
6329-
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
6330-
integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==
6331-
63326293
npm-run-path@^5.1.0:
63336294
version "5.2.0"
63346295
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.2.0.tgz#224cdd22c755560253dd71b83a1ef2f758b2e955"
@@ -6796,7 +6757,7 @@ postcss-selector-parser@^6.0.11:
67966757
cssesc "^3.0.0"
67976758
util-deprecate "^1.0.2"
67986759

6799-
postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
6760+
postcss-value-parser@^4.0.0:
68006761
version "4.2.0"
68016762
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
68026763
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

0 commit comments

Comments
 (0)