@bigbinary/neeto-audit-frontend 2.1.2 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/eslint/common/eslint.config.mjs +3 -0
- package/common/eslint/extension/eslint.config.mjs +16 -0
- package/common/eslint/nano/eslint.config.mjs +3 -0
- package/common/eslint/widget/eslint.config.mjs +9 -0
- package/common/recommendedDependencies/common.js +21 -17
- package/common/recommendedDependencies/extension.js +4 -4
- package/common/recommendedDependencies/frontend.js +12 -12
- package/common/recommendedDependencies/nano.js +7 -7
- package/dist/index.js +257 -224
- package/package.json +2 -2
- package/src/constants/index.js +7 -0
- package/src/utils/index.js +20 -18
- package/.github/CODEOWNERS +0 -2
- package/common/eslint/common/.eslintrc.js +0 -1
- package/common/eslint/extension/.eslintrc.js +0 -10
- package/common/eslint/nano/.eslintrc.js +0 -1
- package/common/eslint/widget/.eslintrc.js +0 -9
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { defineConfig } from "eslint/config";
|
|
2
|
+
import defaultConfiguration from "@bigbinary/neeto-commons-frontend/configs/nanos/eslint/index.mjs";
|
|
3
|
+
|
|
4
|
+
export default defineConfig([
|
|
5
|
+
{
|
|
6
|
+
languageOptions: {
|
|
7
|
+
globals: {
|
|
8
|
+
chrome: "readonly"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
rules: {
|
|
12
|
+
"@bigbinary/neeto/use-webpack-alias": "off"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
...defaultConfiguration,
|
|
16
|
+
]);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import defaultConfigurations from "@bigbinary/neeto-commons-frontend/configs/nanos/eslint/index.mjs";
|
|
2
|
+
import { defineConfig } from "eslint/config";
|
|
3
|
+
|
|
4
|
+
export default defineConfig([
|
|
5
|
+
{
|
|
6
|
+
rules: { "@bigbinary/neeto/file-name-and-export-name-standards": "off" },
|
|
7
|
+
},
|
|
8
|
+
...defaultConfigurations,
|
|
9
|
+
]);
|
|
@@ -4,10 +4,11 @@ const DEV_DEPENDENCIES = {
|
|
|
4
4
|
"@babel/core": "7.26.0",
|
|
5
5
|
"@babel/eslint-parser": "7.25.9",
|
|
6
6
|
"@babel/plugin-transform-runtime": "7.25.9",
|
|
7
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
7
8
|
"@babel/preset-env": "7.26.0",
|
|
8
9
|
"@babel/preset-react": "7.25.9",
|
|
9
10
|
"@babel/preset-typescript": "7.26.0",
|
|
10
|
-
"@babel/runtime": "7.26.
|
|
11
|
+
"@babel/runtime": "7.26.10",
|
|
11
12
|
"autoprefixer": "10.4.20",
|
|
12
13
|
"babel-loader": "^8.2.5",
|
|
13
14
|
"babel-plugin-istanbul": "^6.1.1",
|
|
@@ -19,29 +20,32 @@ const DEV_DEPENDENCIES = {
|
|
|
19
20
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
20
21
|
"babel-preset-react": "6.24.1",
|
|
21
22
|
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
22
|
-
"eslint": "
|
|
23
|
-
"eslint-config-prettier": "
|
|
24
|
-
"eslint-plugin-cypress": "
|
|
25
|
-
"eslint-plugin-import": "2.31.0",
|
|
26
|
-
"eslint-plugin-jam3": "0.2.3",
|
|
27
|
-
"eslint-plugin-json": "
|
|
28
|
-
"eslint-plugin-
|
|
29
|
-
"eslint-plugin-
|
|
30
|
-
"eslint-plugin-
|
|
31
|
-
"eslint-plugin-react": "
|
|
32
|
-
"eslint-plugin-
|
|
33
|
-
"eslint-plugin-
|
|
34
|
-
"eslint-plugin-
|
|
35
|
-
"eslint-plugin-unused-imports": "2.0.0",
|
|
23
|
+
"eslint": "^9.25.1",
|
|
24
|
+
"eslint-config-prettier": "^10.1.2",
|
|
25
|
+
"eslint-plugin-cypress": "^4.3.0",
|
|
26
|
+
"eslint-plugin-import": "^2.31.0",
|
|
27
|
+
"eslint-plugin-jam3": "^0.2.3",
|
|
28
|
+
"eslint-plugin-json": "^4.0.1",
|
|
29
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
30
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
31
|
+
"eslint-plugin-react": "^7.37.5",
|
|
32
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
33
|
+
"eslint-plugin-security": "^3.0.1",
|
|
34
|
+
"eslint-plugin-sonarjs": "^3.0.2",
|
|
35
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
36
36
|
"eslint-plugin-xss": "^0.1.12",
|
|
37
|
+
"@eslint/compat": "^1.2.8",
|
|
38
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
39
|
+
"@eslint/js": "^9.25.1",
|
|
37
40
|
"husky": "7.0.4",
|
|
41
|
+
"globals": "^16.0.0",
|
|
38
42
|
"lint-staged": "12.4.1",
|
|
39
43
|
"postcss": "8.4.49",
|
|
40
44
|
"postcss-import": "^15.0.0",
|
|
41
45
|
"postcss-loader": "^7.0.1",
|
|
42
46
|
"postcss-preset-env": "7.8.2",
|
|
43
|
-
"prettier": "
|
|
44
|
-
"prettier-plugin-tailwindcss": "0.
|
|
47
|
+
"prettier": "3",
|
|
48
|
+
"prettier-plugin-tailwindcss": "0.6.14",
|
|
45
49
|
};
|
|
46
50
|
|
|
47
51
|
const PEER_DEPENDENCIES = {};
|
|
@@ -2,16 +2,16 @@ const DEPENDENCIES = {
|
|
|
2
2
|
"@honeybadger-io/js": "6.10.1",
|
|
3
3
|
"@honeybadger-io/react": "6.1.25",
|
|
4
4
|
"antd": "5.22.0",
|
|
5
|
-
axios: "1.
|
|
5
|
+
axios: "1.8.2",
|
|
6
6
|
"i18next": "22.5.1",
|
|
7
7
|
"js-logger": "1.6.1",
|
|
8
8
|
ramda: "0.29.1",
|
|
9
|
-
react: "18.
|
|
10
|
-
"react-dom": "18.
|
|
9
|
+
react: "18.3.1",
|
|
10
|
+
"react-dom": "18.3.1",
|
|
11
11
|
"react-i18next": "12.3.1",
|
|
12
12
|
"react-router-dom": "5.3.3",
|
|
13
13
|
"react-toastify": "8.0.2",
|
|
14
|
-
sass: "1.
|
|
14
|
+
sass: "1.89.0",
|
|
15
15
|
yup: "0.32.11",
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -18,11 +18,11 @@ const DEV_DEPENDENCIES = {
|
|
|
18
18
|
"@tippyjs/react": "4.2.6",
|
|
19
19
|
"antd": "5.22.0",
|
|
20
20
|
"avvvatars-react": "0.4.2",
|
|
21
|
-
"axios": "1.
|
|
21
|
+
"axios": "1.8.2",
|
|
22
22
|
"classnames": "2.5.1",
|
|
23
23
|
"crypto-browserify": "3.12.1",
|
|
24
24
|
"dayjs": "1.11.13",
|
|
25
|
-
"dompurify": "^2.4
|
|
25
|
+
"dompurify": "^3.2.4",
|
|
26
26
|
"emoji-mart": "5.6.0",
|
|
27
27
|
"formik": "2.4.6",
|
|
28
28
|
"framer-motion": "11.11.11",
|
|
@@ -37,9 +37,9 @@ const DEV_DEPENDENCIES = {
|
|
|
37
37
|
"path-browserify": "1.0.1",
|
|
38
38
|
"qs": "6.13.0",
|
|
39
39
|
"ramda": "0.29.1",
|
|
40
|
-
"react": "18.
|
|
40
|
+
"react": "18.3.1",
|
|
41
41
|
"react-colorful": "5.6.1",
|
|
42
|
-
"react-dom": "18.
|
|
42
|
+
"react-dom": "18.3.1",
|
|
43
43
|
"react-drag-listview": "2.0.0",
|
|
44
44
|
"react-helmet": "^6.1.0",
|
|
45
45
|
"react-i18next": "12.3.1",
|
|
@@ -52,7 +52,7 @@ const DEV_DEPENDENCIES = {
|
|
|
52
52
|
"rollup-plugin-copy": "3.5.0",
|
|
53
53
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
54
54
|
"rollup-plugin-styles": "4.0.0",
|
|
55
|
-
"sass": "1.
|
|
55
|
+
"sass": "1.89.0",
|
|
56
56
|
"sass-loader": "^13.0.2",
|
|
57
57
|
"stream-browserify": "^3.0.0",
|
|
58
58
|
"stream-http": "3.2.0",
|
|
@@ -63,7 +63,7 @@ const DEV_DEPENDENCIES = {
|
|
|
63
63
|
"util": "^0.12.5",
|
|
64
64
|
"vm-browserify": "1.1.2",
|
|
65
65
|
"yup": "0.32.11",
|
|
66
|
-
"zustand": "4.
|
|
66
|
+
"zustand": "4.4.2"
|
|
67
67
|
};
|
|
68
68
|
|
|
69
69
|
const PEER_DEPENDENCIES = {
|
|
@@ -76,11 +76,11 @@ const PEER_DEPENDENCIES = {
|
|
|
76
76
|
"@tippyjs/react": "4.2.6",
|
|
77
77
|
"antd": "5.22.0",
|
|
78
78
|
"avvvatars-react": "0.4.2",
|
|
79
|
-
"axios": "1.
|
|
79
|
+
"axios": "1.8.2",
|
|
80
80
|
"classnames": "2.5.1",
|
|
81
81
|
"crypto-browserify": "3.12.1",
|
|
82
82
|
"dayjs": "1.11.13",
|
|
83
|
-
"dompurify": "^2.4
|
|
83
|
+
"dompurify": "^3.2.4",
|
|
84
84
|
"emoji-mart": "5.6.0",
|
|
85
85
|
"framer-motion": "11.11.11",
|
|
86
86
|
"formik": "2.4.6",
|
|
@@ -95,11 +95,11 @@ const PEER_DEPENDENCIES = {
|
|
|
95
95
|
"path-browserify": "^1.0.1",
|
|
96
96
|
"qs": "6.13.0",
|
|
97
97
|
"ramda": "0.29.1",
|
|
98
|
-
"react": "18.
|
|
98
|
+
"react": "18.3.1",
|
|
99
99
|
"react-colorful": "5.6.1",
|
|
100
|
-
"react-dom": "18.
|
|
100
|
+
"react-dom": "18.3.1",
|
|
101
101
|
"react-drag-listview": "2.0.0",
|
|
102
|
-
"react-dropzone": "14.
|
|
102
|
+
"react-dropzone": "14.3.8",
|
|
103
103
|
"react-helmet": "^6.1.0",
|
|
104
104
|
"react-i18next": "12.3.1",
|
|
105
105
|
"react-resizable": "3.0.5",
|
|
@@ -114,7 +114,7 @@ const PEER_DEPENDENCIES = {
|
|
|
114
114
|
"util": "^0.12.5",
|
|
115
115
|
"vm-browserify": "1.1.2",
|
|
116
116
|
"yup": "0.32.11",
|
|
117
|
-
"zustand": "4.
|
|
117
|
+
"zustand": "4.4.2"
|
|
118
118
|
};
|
|
119
119
|
|
|
120
120
|
export default {
|
|
@@ -14,15 +14,15 @@ const DEV_DEPENDENCIES = {
|
|
|
14
14
|
"@tanstack/react-query": "5.59.20",
|
|
15
15
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
16
16
|
"antd": "5.22.0",
|
|
17
|
-
axios: "1.
|
|
17
|
+
axios: "1.8.2",
|
|
18
18
|
classnames: "2.5.1",
|
|
19
19
|
formik: "2.4.6",
|
|
20
20
|
"i18next": "22.5.1",
|
|
21
21
|
"js-logger": "1.6.1",
|
|
22
22
|
qs: "6.13.0",
|
|
23
23
|
ramda: "0.29.0",
|
|
24
|
-
react: "18.
|
|
25
|
-
"react-dom": "18.
|
|
24
|
+
react: "18.3.1",
|
|
25
|
+
"react-dom": "18.3.1",
|
|
26
26
|
"react-helmet": "^6.1.0",
|
|
27
27
|
"react-i18next": "12.3.1",
|
|
28
28
|
"react-router-dom": "5.3.3",
|
|
@@ -32,7 +32,7 @@ const DEV_DEPENDENCIES = {
|
|
|
32
32
|
"rollup-plugin-cleaner": "1.0.0",
|
|
33
33
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
34
34
|
"rollup-plugin-styles": "4.0.0",
|
|
35
|
-
"sass": "1.
|
|
35
|
+
"sass": "1.89.0",
|
|
36
36
|
tailwindcss: "3.4.14",
|
|
37
37
|
util: "^0.12.5",
|
|
38
38
|
yup: "0.32.11",
|
|
@@ -43,14 +43,14 @@ const PEER_DEPENDENCIES = {
|
|
|
43
43
|
"@honeybadger-io/react": "6.1.25",
|
|
44
44
|
"@tanstack/react-query": "5.59.20",
|
|
45
45
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
46
|
-
axios: "1.
|
|
46
|
+
axios: "1.8.2",
|
|
47
47
|
classnames: "2.5.1",
|
|
48
48
|
formik: "2.4.6",
|
|
49
49
|
"i18next": "22.5.1",
|
|
50
50
|
"js-logger": "1.6.1",
|
|
51
51
|
ramda: "0.29.0",
|
|
52
|
-
react: "18.
|
|
53
|
-
"react-dom": "18.
|
|
52
|
+
react: "18.3.1",
|
|
53
|
+
"react-dom": "18.3.1",
|
|
54
54
|
"react-helmet": "^6.1.0",
|
|
55
55
|
"react-i18next": "12.3.1",
|
|
56
56
|
"react-router-dom": "5.3.3",
|