escover 3.7.0 → 3.8.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.
Files changed (2) hide show
  1. package/ChangeLog +6 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2023.10.02, v3.8.0
2
+
3
+ feature:
4
+ - 403e522 package: @putout/plugin-convert-optional-to-logical v3.1.0
5
+ - b2fe53e package: eslint-plugin-putout v20.0.0
6
+
1
7
  2023.09.14, v3.7.0
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "escover",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
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",
@@ -39,7 +39,7 @@
39
39
  "prewisdom": "madrun prewisdom"
40
40
  },
41
41
  "dependencies": {
42
- "@putout/plugin-convert-optional-to-logical": "^2.0.0",
42
+ "@putout/plugin-convert-optional-to-logical": "^3.1.0",
43
43
  "chalk": "^5.0.0",
44
44
  "find-cache-dir": "^5.0.0",
45
45
  "find-up": "^6.2.0",
@@ -64,7 +64,7 @@
64
64
  "escover": "^3.2.0",
65
65
  "eslint": "^8.3.0",
66
66
  "eslint-plugin-n": "^16.0.0",
67
- "eslint-plugin-putout": "^19.0.0",
67
+ "eslint-plugin-putout": "^20.0.0",
68
68
  "madrun": "^9.0.0",
69
69
  "supertape": "^8.0.1"
70
70
  }