eslint-plugin-jest 29.0.0 → 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 +21 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-jest",
|
|
3
|
-
"version": "29.0.
|
|
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",
|
|
@@ -57,6 +57,13 @@
|
|
|
57
57
|
"singleQuote": true
|
|
58
58
|
},
|
|
59
59
|
"release": {
|
|
60
|
+
"branches": [
|
|
61
|
+
"main",
|
|
62
|
+
{
|
|
63
|
+
"name": "next",
|
|
64
|
+
"prerelease": true
|
|
65
|
+
}
|
|
66
|
+
],
|
|
60
67
|
"plugins": [
|
|
61
68
|
"@semantic-release/commit-analyzer",
|
|
62
69
|
"@semantic-release/release-notes-generator",
|
|
@@ -74,42 +81,41 @@
|
|
|
74
81
|
"@babel/core": "^7.4.4",
|
|
75
82
|
"@babel/preset-env": "^7.4.4",
|
|
76
83
|
"@babel/preset-typescript": "^7.3.3",
|
|
77
|
-
"@commitlint/cli": "^
|
|
78
|
-
"@commitlint/config-conventional": "^
|
|
84
|
+
"@commitlint/cli": "^20.0.0",
|
|
85
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
79
86
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
|
|
80
87
|
"@schemastore/package": "^0.0.10",
|
|
81
88
|
"@semantic-release/changelog": "^6.0.0",
|
|
82
89
|
"@semantic-release/git": "^10.0.0",
|
|
83
90
|
"@tsconfig/node20": "^20.0.0",
|
|
84
91
|
"@types/eslint": "^8.4.6",
|
|
85
|
-
"@types/jest": "^
|
|
92
|
+
"@types/jest": "^30.0.0",
|
|
86
93
|
"@types/node": "^20.0.0",
|
|
87
94
|
"@types/semver": "^7.5.8",
|
|
88
95
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
89
96
|
"@typescript-eslint/parser": "^8.0.0",
|
|
90
|
-
"
|
|
91
|
-
"babel-jest": "^29.0.0",
|
|
97
|
+
"babel-jest": "^30.0.0",
|
|
92
98
|
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
|
|
93
99
|
"dedent": "^1.5.0",
|
|
94
100
|
"eslint": "^8.57.0",
|
|
95
101
|
"eslint-config-prettier": "^10.0.0",
|
|
96
102
|
"eslint-doc-generator": "^2.0.0",
|
|
97
|
-
"eslint-plugin-eslint-plugin": "
|
|
103
|
+
"eslint-plugin-eslint-plugin": "~7.0.0",
|
|
98
104
|
"eslint-plugin-import": "^2.25.1",
|
|
99
105
|
"eslint-plugin-n": "^17.0.0",
|
|
100
106
|
"eslint-plugin-prettier": "^5.0.0",
|
|
101
107
|
"eslint-remote-tester": "^3.0.0",
|
|
102
|
-
"eslint-remote-tester-repositories": "
|
|
108
|
+
"eslint-remote-tester-repositories": "^1.0.0",
|
|
103
109
|
"husky": "^9.0.1",
|
|
104
110
|
"is-ci": "^4.0.0",
|
|
105
|
-
"jest": "^
|
|
111
|
+
"jest": "^30.0.0",
|
|
106
112
|
"jest-runner-eslint": "^2.0.0",
|
|
107
|
-
"lint-staged": "^
|
|
108
|
-
"markdown-link-check": "
|
|
113
|
+
"lint-staged": "^16.0.0",
|
|
114
|
+
"markdown-link-check": "^3.13.7",
|
|
109
115
|
"pinst": "^3.0.0",
|
|
110
116
|
"prettier": "^3.0.0",
|
|
111
|
-
"rimraf": "^
|
|
112
|
-
"semantic-release": "^
|
|
117
|
+
"rimraf": "^6.0.0",
|
|
118
|
+
"semantic-release": "^25.0.0",
|
|
113
119
|
"semver": "^7.3.5",
|
|
114
120
|
"ts-node": "^10.2.1",
|
|
115
121
|
"typescript": "^5.0.4"
|
|
@@ -127,11 +133,8 @@
|
|
|
127
133
|
"optional": true
|
|
128
134
|
}
|
|
129
135
|
},
|
|
130
|
-
"packageManager": "yarn@
|
|
136
|
+
"packageManager": "yarn@4.10.3",
|
|
131
137
|
"engines": {
|
|
132
138
|
"node": "^20.12.0 || ^22.0.0 || >=24.0.0"
|
|
133
|
-
},
|
|
134
|
-
"publishConfig": {
|
|
135
|
-
"provenance": true
|
|
136
139
|
}
|
|
137
140
|
}
|