escover 2.3.0 → 2.3.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.
Files changed (3) hide show
  1. package/ChangeLog +8 -0
  2. package/README.md +1 -1
  3. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2022.07.20, v2.3.1
2
+
3
+ feature:
4
+ - package: putout v27.0.1
5
+ - package: eslint-plugin-n v15.2.4
6
+ - package: eslint-plugin-putout v16.0.0
7
+
8
+
1
9
  2022.07.01, v2.3.0
2
10
 
3
11
  feature:
package/README.md CHANGED
@@ -115,7 +115,7 @@ NODE_OPTIONS="'--loader zenlend'" ZENLOAD='escover,mock-import' escover npm test
115
115
  If you want to disable coverage on status code without erroring, use `ESCOVER_SUCCESS_EXIT_CODE`:
116
116
 
117
117
  ```js
118
- import {SKIPPED} from 'supertape/exit-codes';
118
+ import {SKIPED} from 'supertape/exit-codes';
119
119
 
120
120
  const env = {
121
121
  ESCOVER_SUCCESS_EXIT_CODE: SKIPPED,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "escover",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "Coverage for EcmaScript Modules",
6
6
  "main": "lib/escover.js",
@@ -47,7 +47,7 @@
47
47
  "montag": "^1.2.1",
48
48
  "once": "^1.4.0",
49
49
  "picomatch": "^2.3.1",
50
- "putout": "^26.0.0",
50
+ "putout": "^27.0.1",
51
51
  "strip-ansi": "^7.0.1",
52
52
  "table": "^6.8.0",
53
53
  "try-catch": "^3.0.0",
@@ -63,8 +63,8 @@
63
63
  "c8": "^7.8.0",
64
64
  "escover": "^2.0.1",
65
65
  "eslint": "^8.3.0",
66
- "eslint-plugin-node": "^11.1.0",
67
- "eslint-plugin-putout": "^15.1.1",
66
+ "eslint-plugin-n": "^15.2.4",
67
+ "eslint-plugin-putout": "^16.0.0",
68
68
  "madrun": "^9.0.0",
69
69
  "supertape": "^7.0.0"
70
70
  }