eslint-plugin-jest 29.0.1 → 29.0.2-next.1
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 +14 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-jest",
|
|
3
|
-
"version": "29.0.1",
|
|
3
|
+
"version": "29.0.2-next.1",
|
|
4
4
|
"description": "ESLint rules for Jest",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files && rimraf --glob lib/__tests__ 'lib/**/__tests__'",
|
|
33
33
|
"_postinstall": "is-ci || husky",
|
|
34
|
-
"lint": "eslint .
|
|
34
|
+
"lint": "eslint .",
|
|
35
35
|
"prepack": "rimraf lib && yarn build",
|
|
36
36
|
"prepublishOnly": "pinst --disable",
|
|
37
37
|
"prettier:check": "prettier --check 'docs/**/*.md' README.md '.github/**' package.json tsconfig.json src/globals.json .yarnrc.yml",
|
|
@@ -81,42 +81,41 @@
|
|
|
81
81
|
"@babel/core": "^7.4.4",
|
|
82
82
|
"@babel/preset-env": "^7.4.4",
|
|
83
83
|
"@babel/preset-typescript": "^7.3.3",
|
|
84
|
-
"@commitlint/cli": "^
|
|
85
|
-
"@commitlint/config-conventional": "^
|
|
84
|
+
"@commitlint/cli": "^20.0.0",
|
|
85
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
86
86
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
|
|
87
87
|
"@schemastore/package": "^0.0.10",
|
|
88
88
|
"@semantic-release/changelog": "^6.0.0",
|
|
89
89
|
"@semantic-release/git": "^10.0.0",
|
|
90
90
|
"@tsconfig/node20": "^20.0.0",
|
|
91
91
|
"@types/eslint": "^8.4.6",
|
|
92
|
-
"@types/jest": "^
|
|
92
|
+
"@types/jest": "^30.0.0",
|
|
93
93
|
"@types/node": "^20.0.0",
|
|
94
94
|
"@types/semver": "^7.5.8",
|
|
95
95
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
96
96
|
"@typescript-eslint/parser": "^8.0.0",
|
|
97
|
-
"
|
|
98
|
-
"babel-jest": "^29.0.0",
|
|
97
|
+
"babel-jest": "^30.0.0",
|
|
99
98
|
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
|
|
100
99
|
"dedent": "^1.5.0",
|
|
101
100
|
"eslint": "^8.57.0",
|
|
102
101
|
"eslint-config-prettier": "^10.0.0",
|
|
103
102
|
"eslint-doc-generator": "^2.0.0",
|
|
104
|
-
"eslint-plugin-eslint-plugin": "
|
|
103
|
+
"eslint-plugin-eslint-plugin": "~7.0.0",
|
|
105
104
|
"eslint-plugin-import": "^2.25.1",
|
|
106
105
|
"eslint-plugin-n": "^17.0.0",
|
|
107
106
|
"eslint-plugin-prettier": "^5.0.0",
|
|
108
107
|
"eslint-remote-tester": "^3.0.0",
|
|
109
|
-
"eslint-remote-tester-repositories": "
|
|
108
|
+
"eslint-remote-tester-repositories": "^1.0.0",
|
|
110
109
|
"husky": "^9.0.1",
|
|
111
110
|
"is-ci": "^4.0.0",
|
|
112
|
-
"jest": "^
|
|
111
|
+
"jest": "^30.0.0",
|
|
113
112
|
"jest-runner-eslint": "^2.0.0",
|
|
114
|
-
"lint-staged": "^
|
|
115
|
-
"markdown-link-check": "
|
|
113
|
+
"lint-staged": "^16.0.0",
|
|
114
|
+
"markdown-link-check": "^3.13.7",
|
|
116
115
|
"pinst": "^3.0.0",
|
|
117
116
|
"prettier": "^3.0.0",
|
|
118
|
-
"rimraf": "^
|
|
119
|
-
"semantic-release": "^
|
|
117
|
+
"rimraf": "^6.0.0",
|
|
118
|
+
"semantic-release": "^25.0.0",
|
|
120
119
|
"semver": "^7.3.5",
|
|
121
120
|
"ts-node": "^10.2.1",
|
|
122
121
|
"typescript": "^5.0.4"
|
|
@@ -134,11 +133,8 @@
|
|
|
134
133
|
"optional": true
|
|
135
134
|
}
|
|
136
135
|
},
|
|
137
|
-
"packageManager": "yarn@
|
|
136
|
+
"packageManager": "yarn@4.10.3",
|
|
138
137
|
"engines": {
|
|
139
138
|
"node": "^20.12.0 || ^22.0.0 || >=24.0.0"
|
|
140
|
-
},
|
|
141
|
-
"publishConfig": {
|
|
142
|
-
"provenance": true
|
|
143
139
|
}
|
|
144
140
|
}
|