@bigbinary/neeto-playwright-commons 1.1.0 → 1.1.2
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/README.md +16 -0
- package/configs/eslint/common.js +88 -0
- package/configs/eslint/host.js +15 -0
- package/index.cjs.js +774 -214
- package/index.cjs.js.map +1 -1
- package/index.d.ts +142 -37
- package/index.js +744 -186
- package/index.js.map +1 -1
- package/package.json +25 -107
package/package.json
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-playwright-commons",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "A package encapsulating common playwright code across neeto projects.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-playwright-commons.git",
|
|
6
6
|
"license": "apache-2.0",
|
|
7
7
|
"main": "./index.cjs.js",
|
|
8
8
|
"module": "./index.js",
|
|
9
|
-
"types": "./
|
|
9
|
+
"types": "./index.d.ts",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"prepare": "husky install",
|
|
12
|
-
"sync_with_wheel": "./.scripts/sync_with_wheel.sh",
|
|
13
|
-
"test": "TZ=UTC jest --detectOpenHandles",
|
|
14
12
|
"build": "NODE_ENV=production tsc && rollup -c rollup.config.js",
|
|
15
13
|
"watch": "rollup -c rollup.config.js --watch"
|
|
16
14
|
},
|
|
@@ -21,75 +19,43 @@
|
|
|
21
19
|
},
|
|
22
20
|
"files": [
|
|
23
21
|
"index.*",
|
|
24
|
-
"index.d.ts"
|
|
22
|
+
"index.d.ts",
|
|
23
|
+
"configs/*"
|
|
25
24
|
],
|
|
26
25
|
"lint-staged": {
|
|
27
|
-
"**/*.{js,jsx,json,mjs}": [
|
|
26
|
+
"**/*.{js,jsx,ts,tsx,json,mjs}": [
|
|
28
27
|
".scripts/fix-lints.sh"
|
|
29
28
|
]
|
|
30
29
|
},
|
|
30
|
+
"resolutions": {
|
|
31
|
+
"strip-ansi": "6.0.1",
|
|
32
|
+
"string-width": "4.2.2",
|
|
33
|
+
"wrap-ansi": "7.0.0"
|
|
34
|
+
},
|
|
31
35
|
"devDependencies": {
|
|
32
|
-
"@
|
|
33
|
-
"@babel/eslint-parser": "7.17.0",
|
|
34
|
-
"@babel/generator": "^7.20.7",
|
|
35
|
-
"@babel/plugin-transform-runtime": "^7.19.1",
|
|
36
|
-
"@babel/preset-env": "7.17.10",
|
|
37
|
-
"@babel/preset-react": "7.16.7",
|
|
38
|
-
"@babel/preset-typescript": "^7.18.6",
|
|
39
|
-
"@babel/runtime": "^7.19.0",
|
|
40
|
-
"@babel/types": "^7.20.7",
|
|
41
|
-
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
42
|
-
"@bigbinary/eslint-plugin-neeto": "^1.1.1",
|
|
36
|
+
"@bigbinary/eslint-plugin-neeto": "^1.1.37",
|
|
43
37
|
"@bigbinary/neeto-audit-frontend": "1.0.8",
|
|
44
38
|
"@bigbinary/neeto-cist": "^1.0.5",
|
|
45
39
|
"@bigbinary/neeto-commons-frontend": "^2.1.5",
|
|
46
|
-
"@bigbinary/neeto-icons": "^1.9.15",
|
|
47
|
-
"@bigbinary/neeto-molecules": "^1.0.9",
|
|
48
|
-
"@bigbinary/neetoui": "^4.4.9",
|
|
49
40
|
"@faker-js/faker": "^8.2.0",
|
|
50
|
-
"@honeybadger-io/js": "^6.4.1",
|
|
51
|
-
"@honeybadger-io/react": "^6.1.3",
|
|
52
41
|
"@playwright/test": "^1.40.1",
|
|
53
|
-
"@rails/actioncable": "^7.0.3",
|
|
54
42
|
"@rollup/plugin-alias": "^3.1.9",
|
|
55
|
-
"@rollup/plugin-babel": "^5.3.1",
|
|
56
43
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
57
44
|
"@rollup/plugin-json": "^4.1.0",
|
|
58
45
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
59
46
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"@
|
|
64
|
-
"@storybook/manager-webpack5": "6.5.16",
|
|
65
|
-
"@storybook/preset-scss": "1.0.3",
|
|
66
|
-
"@storybook/react": "6.5.16",
|
|
67
|
-
"@svgr/rollup": "^6.2.1",
|
|
68
|
-
"@testing-library/jest-dom": "5.16.2",
|
|
69
|
-
"@testing-library/react": "^14.0.0",
|
|
70
|
-
"@testing-library/react-hooks": "^8.0.0",
|
|
71
|
-
"@testing-library/user-event": "13.5.0",
|
|
72
|
-
"antd": "4.24.3",
|
|
73
|
-
"autoprefixer": "^10.4.13",
|
|
74
|
-
"axios": "0.27.2",
|
|
75
|
-
"babel-jest": "27.0.6",
|
|
76
|
-
"babel-loader": "^8.2.5",
|
|
77
|
-
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
78
|
-
"babel-plugin-istanbul": "^6.1.1",
|
|
79
|
-
"babel-plugin-js-logger": "1.0.17",
|
|
80
|
-
"babel-plugin-macros": "3.1.0",
|
|
81
|
-
"babel-plugin-preval": "^5.1.0",
|
|
82
|
-
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
83
|
-
"babel-preset-react": "6.24.1",
|
|
84
|
-
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
85
|
-
"css-loader": "4.3.0",
|
|
47
|
+
"@types/node": "20.9.0",
|
|
48
|
+
"@types/ramda": "0.29.9",
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
|
50
|
+
"@typescript-eslint/parser": "^6.12.0",
|
|
86
51
|
"dayjs": "1.11.1",
|
|
87
|
-
"
|
|
88
|
-
"eslint": "8.14.0",
|
|
52
|
+
"eslint": "^8.41.0",
|
|
89
53
|
"eslint-config-prettier": "8.5.0",
|
|
54
|
+
"eslint-plugin-cypress": "^2.15.1",
|
|
90
55
|
"eslint-plugin-import": "2.26.0",
|
|
91
56
|
"eslint-plugin-jam3": "0.2.3",
|
|
92
57
|
"eslint-plugin-json": "3.1.0",
|
|
58
|
+
"eslint-plugin-playwright": "^0.18.0",
|
|
93
59
|
"eslint-plugin-prettier": "4.0.0",
|
|
94
60
|
"eslint-plugin-promise": "6.0.0",
|
|
95
61
|
"eslint-plugin-react": "7.29.4",
|
|
@@ -98,84 +64,36 @@
|
|
|
98
64
|
"eslint-plugin-sonarjs": "^0.21.0",
|
|
99
65
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
100
66
|
"eslint-plugin-xss": "^0.1.12",
|
|
101
|
-
"formik": "^2.2.9",
|
|
102
67
|
"husky": "^7.0.4",
|
|
103
68
|
"i18next": "22.5.1",
|
|
104
69
|
"i18next-browser-languagedetector": "^7.1.0",
|
|
105
|
-
"
|
|
106
|
-
"jest": "27.5.1",
|
|
107
|
-
"js-logger": "^1.6.1",
|
|
108
|
-
"lint-staged": "^12.3.7",
|
|
109
|
-
"mousetrap": "^1.6.5",
|
|
110
|
-
"mousetrap-global-bind": "^1.1.0",
|
|
111
|
-
"nock": "^13.3.2",
|
|
112
|
-
"platform": "1.3.6",
|
|
113
|
-
"postcss": "^8.4.17",
|
|
114
|
-
"postcss-import": "^15.0.0",
|
|
115
|
-
"postcss-loader": "^7.0.1",
|
|
116
|
-
"postcss-preset-env": "7.8.2",
|
|
70
|
+
"lint-staged": "14.0.0",
|
|
117
71
|
"prettier": "2.6.2",
|
|
118
|
-
"prettier-plugin-tailwindcss": "0.1.10",
|
|
119
72
|
"ramda": "^0.29.0",
|
|
120
|
-
"react": "^18.2.0",
|
|
121
|
-
"react-dom": "^18.2.0",
|
|
122
|
-
"react-helmet": "^6.1.0",
|
|
123
|
-
"react-i18next": "12.3.1",
|
|
124
|
-
"react-query": "^3.39.2",
|
|
125
|
-
"react-router-dom": "5.3.3",
|
|
126
|
-
"react-toastify": "8.0.2",
|
|
127
|
-
"remark-parse": "^10.0.1",
|
|
128
73
|
"rollup": "^2.76.0",
|
|
129
74
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
130
75
|
"rollup-plugin-cleaner": "^1.0.0",
|
|
131
76
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
132
77
|
"rollup-plugin-styles": "^4.0.0",
|
|
133
78
|
"rollup-plugin-typescript-paths": "^1.4.0",
|
|
134
|
-
"
|
|
135
|
-
"sass": "^1.58.1",
|
|
136
|
-
"sass-loader": "10.0.2",
|
|
137
|
-
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
138
|
-
"tslib": "^2.6.2",
|
|
139
|
-
"unified": "11.0.0",
|
|
140
|
-
"uuid": "^9.0.0",
|
|
141
|
-
"yup": "^0.32.11",
|
|
142
|
-
"zustand": "4.3.2"
|
|
79
|
+
"tslib": "^2.6.2"
|
|
143
80
|
},
|
|
144
81
|
"peerDependencies": {
|
|
145
|
-
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
146
82
|
"@bigbinary/neeto-cist": "latest",
|
|
147
|
-
"@bigbinary/neeto-commons-frontend": "latest",
|
|
148
|
-
"@bigbinary/neeto-icons": "latest",
|
|
149
|
-
"@bigbinary/neeto-molecules": "^latest",
|
|
150
|
-
"@bigbinary/neetoui": "latest",
|
|
151
83
|
"@faker-js/faker": "^8.2.0",
|
|
152
|
-
"@honeybadger-io/js": "^6.4.1",
|
|
153
|
-
"@honeybadger-io/react": "^6.1.3",
|
|
154
84
|
"@playwright/test": "^1.40.1",
|
|
155
|
-
"antd": "4.18.7",
|
|
156
|
-
"autoprefixer": "^10.4.13",
|
|
157
|
-
"axios": "^0.27.2",
|
|
158
85
|
"dayjs": "1.11.1",
|
|
159
86
|
"dotenv-webpack": "^8.0.1",
|
|
160
|
-
"formik": "^2.2.9",
|
|
161
87
|
"i18next": "^22.5.1",
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"qs": "^6.11.0",
|
|
165
|
-
"ramda": "^0.29.0",
|
|
166
|
-
"react": "18.2.0",
|
|
167
|
-
"react-helmet": "^6.1.0",
|
|
168
|
-
"react-i18next": "^12.3.1",
|
|
169
|
-
"react-query": "^3.39.2",
|
|
170
|
-
"react-router-dom": "5.3.3",
|
|
171
|
-
"react-toastify": "8.0.2",
|
|
172
|
-
"shakapacker": "^6.5.5",
|
|
173
|
-
"webpack": "^5.75.0"
|
|
88
|
+
"lint-staged": "14.0.0",
|
|
89
|
+
"ramda": "^0.29.0"
|
|
174
90
|
},
|
|
175
91
|
"dependencies": {
|
|
176
92
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
177
|
-
"
|
|
93
|
+
"dotenv": "^16.3.1",
|
|
94
|
+
"fast-glob": "3.3.2",
|
|
178
95
|
"glob": "^10.3.10",
|
|
96
|
+
"playwright-i18next-fixture": "^1.0.0",
|
|
179
97
|
"rollup-plugin-dts": "^6.1.0",
|
|
180
98
|
"typescript": "^5.3.2"
|
|
181
99
|
}
|