eslint-plugin-jest 28.0.0-next.6 → 28.0.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 +4 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-jest",
|
|
3
|
-
"version": "28.0.0
|
|
3
|
+
"version": "28.0.0",
|
|
4
4
|
"description": "ESLint rules for Jest",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -64,36 +64,6 @@
|
|
|
64
64
|
"@semantic-release/github"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
|
-
"jest": {
|
|
68
|
-
"coverageThreshold": {
|
|
69
|
-
"global": {
|
|
70
|
-
"branches": 100,
|
|
71
|
-
"functions": 100,
|
|
72
|
-
"lines": 100,
|
|
73
|
-
"statements": 100
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"projects": [
|
|
77
|
-
{
|
|
78
|
-
"displayName": "test",
|
|
79
|
-
"testPathIgnorePatterns": [
|
|
80
|
-
"<rootDir>/lib/.*",
|
|
81
|
-
"<rootDir>/src/rules/__tests__/fixtures/*",
|
|
82
|
-
"<rootDir>/src/rules/__tests__/test-utils.ts"
|
|
83
|
-
]
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"displayName": "lint",
|
|
87
|
-
"runner": "jest-runner-eslint",
|
|
88
|
-
"testMatch": [
|
|
89
|
-
"<rootDir>/**/*.{js,ts}"
|
|
90
|
-
],
|
|
91
|
-
"testPathIgnorePatterns": [
|
|
92
|
-
"<rootDir>/lib/.*"
|
|
93
|
-
]
|
|
94
|
-
}
|
|
95
|
-
]
|
|
96
|
-
},
|
|
97
67
|
"dependencies": {
|
|
98
68
|
"@typescript-eslint/utils": "^6.0.0"
|
|
99
69
|
},
|
|
@@ -116,7 +86,7 @@
|
|
|
116
86
|
"babel-jest": "^29.0.0",
|
|
117
87
|
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
|
|
118
88
|
"dedent": "^1.5.0",
|
|
119
|
-
"eslint": "^7.0.0 || ^8.0.0",
|
|
89
|
+
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0",
|
|
120
90
|
"eslint-config-prettier": "^9.0.0",
|
|
121
91
|
"eslint-doc-generator": "^1.0.0",
|
|
122
92
|
"eslint-plugin-eslint-comments": "^3.1.2",
|
|
@@ -143,7 +113,7 @@
|
|
|
143
113
|
},
|
|
144
114
|
"peerDependencies": {
|
|
145
115
|
"@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0",
|
|
146
|
-
"eslint": "^7.0.0 || ^8.0.0",
|
|
116
|
+
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0",
|
|
147
117
|
"jest": "*"
|
|
148
118
|
},
|
|
149
119
|
"peerDependenciesMeta": {
|
|
@@ -156,7 +126,7 @@
|
|
|
156
126
|
},
|
|
157
127
|
"packageManager": "yarn@3.8.1",
|
|
158
128
|
"engines": {
|
|
159
|
-
"node": "^16.10.0 ||
|
|
129
|
+
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
|
|
160
130
|
},
|
|
161
131
|
"publishConfig": {
|
|
162
132
|
"provenance": true
|