@wistia/eslint-config 0.38.2 → 0.39.0
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/package.json +32 -32
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/eslint-config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"description": "Wistia's ESLint configurations",
|
|
5
|
-
"packageManager": "yarn@4.
|
|
5
|
+
"packageManager": "yarn@4.6.0",
|
|
6
6
|
"main": "react.js",
|
|
7
7
|
"files": [
|
|
8
8
|
"/configs",
|
|
@@ -41,11 +41,8 @@
|
|
|
41
41
|
"test:export": "check-export-map",
|
|
42
42
|
"test:stylelint": "stylelint --print-config ./test/index.mjs"
|
|
43
43
|
},
|
|
44
|
-
"resolutions": {
|
|
45
|
-
"postcss": ">=8.4.38"
|
|
46
|
-
},
|
|
47
44
|
"engines": {
|
|
48
|
-
"node": "^
|
|
45
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
49
46
|
},
|
|
50
47
|
"repository": {
|
|
51
48
|
"type": "git",
|
|
@@ -57,62 +54,65 @@
|
|
|
57
54
|
"homepage": "https://github.com/wistia/eslint-config#readme",
|
|
58
55
|
"author": "Wistia Engineering",
|
|
59
56
|
"license": "UNLICENSED",
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"@changesets/changelog-github": "^0.5.0",
|
|
62
|
-
"@changesets/cli": "^2.27.11",
|
|
63
|
-
"@commitlint/cli": "^19.6.1",
|
|
64
|
-
"@commitlint/config-conventional": "^19.6.0",
|
|
65
|
-
"check-export-map": "^1.3.1",
|
|
66
|
-
"husky": "^9.1.7",
|
|
67
|
-
"typescript": "^5.7.3",
|
|
68
|
-
"vitest": "^2.1.8"
|
|
69
|
-
},
|
|
70
57
|
"dependencies": {
|
|
71
|
-
"@babel/core": "^7.26.
|
|
72
|
-
"@babel/eslint-parser": "^7.26.
|
|
58
|
+
"@babel/core": "^7.26.8",
|
|
59
|
+
"@babel/eslint-parser": "^7.26.8",
|
|
73
60
|
"@babel/preset-react": "^7.26.3",
|
|
74
61
|
"@rushstack/eslint-patch": "^1.10.5",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
76
|
-
"@typescript-eslint/parser": "^8.
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^8.24.0",
|
|
63
|
+
"@typescript-eslint/parser": "^8.24.0",
|
|
77
64
|
"confusing-browser-globals": "^1.0.11",
|
|
78
65
|
"eslint": "^8.57.1",
|
|
79
|
-
"eslint-config-prettier": "^
|
|
66
|
+
"eslint-config-prettier": "^10.0.1",
|
|
80
67
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
81
68
|
"eslint-plugin-cypress": "^3.6.0",
|
|
82
69
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
83
70
|
"eslint-plugin-filenames": "^1.3.2",
|
|
84
71
|
"eslint-plugin-fp": "^2.3.0",
|
|
85
72
|
"eslint-plugin-import": "^2.31.0",
|
|
86
|
-
"eslint-plugin-jest": "^28.
|
|
73
|
+
"eslint-plugin-jest": "^28.11.0",
|
|
87
74
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
88
75
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
89
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
76
|
+
"eslint-plugin-jsdoc": "^50.6.3",
|
|
90
77
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
91
78
|
"eslint-plugin-n": "^17.15.1",
|
|
92
79
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
93
80
|
"eslint-plugin-no-snapshot-testing": "^1.0.61",
|
|
94
81
|
"eslint-plugin-no-typeof-window-undefined": "^0.0.2",
|
|
95
82
|
"eslint-plugin-observers": "^1.0.1",
|
|
96
|
-
"eslint-plugin-prettier": "^5.2.
|
|
83
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
97
84
|
"eslint-plugin-promise": "^7.2.1",
|
|
98
85
|
"eslint-plugin-react": "^7.37.4",
|
|
99
|
-
"eslint-plugin-react-compiler": "
|
|
86
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-30d8a17-20250209",
|
|
100
87
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
101
88
|
"eslint-plugin-react-hooks-ssr": "^0.1.5",
|
|
102
89
|
"eslint-plugin-sonarjs": "^1.0.4",
|
|
103
90
|
"eslint-plugin-ssr-friendly": "^1.3.0",
|
|
104
91
|
"eslint-plugin-storybook": "^0.11.2",
|
|
105
92
|
"eslint-plugin-styled-components-a11y": "^2.2.0",
|
|
106
|
-
"eslint-plugin-testing-library": "^
|
|
93
|
+
"eslint-plugin-testing-library": "^7.1.1",
|
|
107
94
|
"eslint-plugin-vitest": "^0.5.4",
|
|
108
95
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
109
|
-
"postcss": "^8.
|
|
96
|
+
"postcss": "^8.5.2",
|
|
110
97
|
"postcss-scss": "^4.0.9",
|
|
111
|
-
"postcss-styled-syntax": "^0.7.
|
|
112
|
-
"prettier": "^3.
|
|
113
|
-
"stylelint": "^16.
|
|
98
|
+
"postcss-styled-syntax": "^0.7.1",
|
|
99
|
+
"prettier": "^3.5.0",
|
|
100
|
+
"stylelint": "^16.14.1",
|
|
114
101
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
|
115
|
-
"stylelint-prettier": "^5.0.
|
|
116
|
-
"stylelint-scss": "^6.
|
|
102
|
+
"stylelint-prettier": "^5.0.3",
|
|
103
|
+
"stylelint-scss": "^6.11.0"
|
|
104
|
+
},
|
|
105
|
+
"devDependencies": {
|
|
106
|
+
"@changesets/changelog-github": "^0.5.0",
|
|
107
|
+
"@changesets/cli": "^2.27.12",
|
|
108
|
+
"@commitlint/cli": "^19.7.1",
|
|
109
|
+
"@commitlint/config-conventional": "^19.7.1",
|
|
110
|
+
"check-export-map": "^1.3.1",
|
|
111
|
+
"husky": "^9.1.7",
|
|
112
|
+
"typescript": "^5.7.3",
|
|
113
|
+
"vitest": "^3.0.5"
|
|
114
|
+
},
|
|
115
|
+
"resolutions": {
|
|
116
|
+
"esbuild": ">=0.25.0"
|
|
117
117
|
}
|
|
118
118
|
}
|