putout 33.13.2 → 33.13.4

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 +32 -0
  2. package/package.json +3 -4
package/ChangeLog CHANGED
@@ -1,3 +1,35 @@
1
+ 2023.12.07, v33.13.4
2
+
3
+ fix:
4
+ - 24080a56c @putout/plugin-strict-mode: add-missing: await
5
+ - e481fa3d3 @putout/operator-filesystem: writeFileContent: content
6
+ - 2186a8e32 @putout/plugin-filesystem: bundle-css: minify -> t
7
+
8
+ feature:
9
+ - 2d2545386 putout: @putout/plugin-strict-mode v10.0.0
10
+ - 4aa6a89f8 @putout/plugin-strict-mode: drop support of 🐊 < 33
11
+ - 75bb838a1 @putout/plugin-strict-mode: add-missing: improve support of CommonJS
12
+ - 6de5d62ba @putout/plugin-filesystem: bundle-css: concreate-files: add
13
+ - 92b5d048d @putout/plugin-filesystem: bundle-css: add
14
+ - 46e2ad15d @putout/test: transformWithOptions: UPDATE
15
+ - 48eead652 @putout/plugin-putout: declare: operator-filesystem: createFile
16
+ - ee78d2dd7 @putout/plugin-minify: mangle-names: undeclared (putoutjs/minify#6)
17
+ - 392cd022d @putout/plugin-minify: mange-names: speed up
18
+ - 01f597f6e @putout/plugin-minify: mangle-names: simplify
19
+ - 8a4c54910 @putout/plugin-minify: mangle-names: couple args overlap (putoutjs/minify#6)
20
+ - 3e3fdf42c @putout/plugin-tape: apply-stub-operator: called with no args
21
+ - 0dc5b75ee @putout/plugin-conditions: add-return: add
22
+ - 61a7a3501 @putout/plugin-minify: drop support of 🐊 < 33
23
+ - bdfbeb9cb @putout/plugin-minify: mangle-names: closure (putoutjs/minify#6)
24
+ - 134b67a77 @putout/plugin-conditions: apply-consistent-blocks: add comments support
25
+
26
+ 2023.11.30, v33.13.3
27
+
28
+ feature:
29
+ - e7cce35ad putout: @putout/plugin-madrun v18.0.0
30
+ - 7fad0bf2e @putout/plugin-madrun: drop support of 🐊 < 33
31
+ - da236e291 @putout/plugin-madrun: remove-useless-string-conversion
32
+
1
33
  2023.11.30, v33.13.2
2
34
 
3
35
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "33.13.2",
3
+ "version": "33.13.4",
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, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -112,7 +112,7 @@
112
112
  "@putout/plugin-github": "^10.0.0",
113
113
  "@putout/plugin-gitignore": "^4.0.0",
114
114
  "@putout/plugin-logical-expressions": "^5.0.0",
115
- "@putout/plugin-madrun": "^17.0.0",
115
+ "@putout/plugin-madrun": "^18.0.0",
116
116
  "@putout/plugin-math": "^2.0.0",
117
117
  "@putout/plugin-maybe": "^2.0.0",
118
118
  "@putout/plugin-merge-destructuring-properties": "^8.0.0",
@@ -162,7 +162,7 @@
162
162
  "@putout/plugin-simplify-ternary": "^6.0.0",
163
163
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
164
164
  "@putout/plugin-split-variable-declarations": "^3.0.0",
165
- "@putout/plugin-strict-mode": "^9.0.0",
165
+ "@putout/plugin-strict-mode": "^10.0.0",
166
166
  "@putout/plugin-tape": "^12.0.0",
167
167
  "@putout/plugin-try-catch": "^3.0.0",
168
168
  "@putout/plugin-types": "^3.0.0",
@@ -211,7 +211,6 @@
211
211
  "@putout/plugin-apply-entries": "^2.0.0",
212
212
  "c8": "^8.0.0",
213
213
  "currify": "^4.0.0",
214
- "escover": "^3.2.2",
215
214
  "eslint": "^8.0.1",
216
215
  "eslint-plugin-n": "^16.0.0",
217
216
  "eslint-plugin-putout": "^21.0.0",