putout 29.12.8 → 29.12.10

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 +17 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2023.06.12, v29.12.10
2
+
3
+ feature:
4
+ - 542966eff package: @putout/plugin-strict-mode v6.0.0
5
+ - 0f738821e @putout/plugin-strict-mode: drop support of 🐊 < 29
6
+ - d1d5b4ad9 @putout/plugin-strict-mode: use @putout/printer
7
+ - 9bd1c651d @putout/plugin-travis: drop support of 🐊 < 29
8
+
9
+ 2023.06.12, v29.12.9
10
+
11
+ feature:
12
+ - cb79135b4 package: @putout/processor-javascript v5.0.0
13
+ - 2cdca8684 @putout/processor-javascript: drop support of 🐊 < 29
14
+ - 9b39e5f81 @putout/plugin-madrun: use @putout/printer
15
+ - 42d67623a babel-plugin-putout: drop support of node < 16
16
+ - 9e1963c97 @babel-plugin-putout: use @putout/printer
17
+
1
18
  2023.06.12, v29.12.8
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.12.8",
3
+ "version": "29.12.10",
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",
@@ -155,7 +155,7 @@
155
155
  "@putout/plugin-simplify-ternary": "^5.0.1",
156
156
  "@putout/plugin-split-nested-destructuring": "^2.0.0",
157
157
  "@putout/plugin-split-variable-declarations": "^2.0.0",
158
- "@putout/plugin-strict-mode": "^5.0.0",
158
+ "@putout/plugin-strict-mode": "^6.0.0",
159
159
  "@putout/plugin-tape": "^11.0.0",
160
160
  "@putout/plugin-try-catch": "^2.0.0",
161
161
  "@putout/plugin-types": "^1.1.0",
@@ -163,7 +163,7 @@
163
163
  "@putout/plugin-webpack": "^3.0.0",
164
164
  "@putout/processor-css": "^7.0.0",
165
165
  "@putout/processor-ignore": "^4.0.0",
166
- "@putout/processor-javascript": "^4.0.0",
166
+ "@putout/processor-javascript": "^5.0.0",
167
167
  "@putout/processor-json": "^6.0.0",
168
168
  "@putout/processor-markdown": "^9.0.0",
169
169
  "@putout/processor-yaml": "^5.0.0",