eslint-plugin-new-with-error 4.0.0 → 5.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/CHANGELOG +12 -0
- package/package.json +3 -3
package/CHANGELOG
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# [5.0.0](https://github.com/Trott/eslint-plugin-new-with-error/compare/v4.0.0...v5.0.0) (2023-09-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### chore
|
|
5
|
+
|
|
6
|
+
* update test matrix ([#80](https://github.com/Trott/eslint-plugin-new-with-error/issues/80)) ([e75b504](https://github.com/Trott/eslint-plugin-new-with-error/commit/e75b504aaeb6416d1a3b27fe21d0c71e0968ce51))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* Node.js 18.x or newer is required
|
|
12
|
+
|
|
1
13
|
# [4.0.0](https://github.com/Trott/eslint-plugin-new-with-error/compare/v3.1.0...v4.0.0) (2023-03-27)
|
|
2
14
|
|
|
3
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-new-with-error",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Require `throw new Error()` and not `throw Error()`",
|
|
5
5
|
"repository": "https://github.com/Trott/eslint-plugin-new-with-error",
|
|
6
6
|
"directories": {
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@semantic-release/changelog": "^6.0.1",
|
|
26
26
|
"@semantic-release/git": "^10.0.1",
|
|
27
|
-
"c8": "^
|
|
27
|
+
"c8": "^8.0.0",
|
|
28
28
|
"eslint": "^8.15.0",
|
|
29
|
-
"semantic-release": "^
|
|
29
|
+
"semantic-release": "^21.0.0",
|
|
30
30
|
"standard": "^17.0.0"
|
|
31
31
|
},
|
|
32
32
|
"release": {
|