putout 24.4.0 → 24.5.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 +15 -0
  2. package/package.json +3 -4
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2022.01.26, v24.5.0
2
+
3
+ fix:
4
+ - (putout) rm unused thread-it
5
+
6
+ feature:
7
+ - (package) @putout/plugin-strict-mode v3.0.0
8
+ - (package) @putout/compare v8.7.0
9
+ - (@putout/compare) add findUp option
10
+ - (@putout/compare) add support of findUp
11
+ - (@putout/plugin-strict-mode) drop support of putout < 24
12
+ - (@putout/plugin-strict-mode) commonjs -> CommonJS
13
+ - (@putout/plugin-strict-mode) is esm -> in ESM
14
+
15
+
1
16
  2022.01.25, v24.4.0
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "24.4.0",
3
+ "version": "24.5.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in eslint and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
@@ -52,7 +52,7 @@
52
52
  "@putout/cli-match": "^1.0.0",
53
53
  "@putout/cli-ruler": "^2.0.0",
54
54
  "@putout/cli-validate-args": "^1.0.0",
55
- "@putout/compare": "^8.0.0",
55
+ "@putout/compare": "^8.7.0",
56
56
  "@putout/engine-loader": "^5.0.0",
57
57
  "@putout/engine-parser": "^4.0.0",
58
58
  "@putout/engine-processor": "^4.0.0",
@@ -159,7 +159,7 @@
159
159
  "@putout/plugin-simplify-ternary": "^2.0.0",
160
160
  "@putout/plugin-split-nested-destructuring": "^1.0.0",
161
161
  "@putout/plugin-split-variable-declarations": "^2.0.0",
162
- "@putout/plugin-strict-mode": "^2.0.0",
162
+ "@putout/plugin-strict-mode": "^3.0.0",
163
163
  "@putout/plugin-tape": "^8.0.0",
164
164
  "@putout/plugin-typescript": "^1.0.0",
165
165
  "@putout/plugin-webpack": "^1.0.0",
@@ -185,7 +185,6 @@
185
185
  "nano-memoize": "^1.1.11",
186
186
  "once": "^1.4.0",
187
187
  "picomatch": "^2.2.2",
188
- "thread-it": "^1.1.3",
189
188
  "try-catch": "^3.0.0",
190
189
  "try-to-catch": "^3.0.0",
191
190
  "wraptile": "^3.0.0",