putout 36.13.0 → 36.14.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 (3) hide show
  1. package/ChangeLog +15 -0
  2. package/package.json +3 -2
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2024.11.27, v36.14.0
2
+
3
+ feature:
4
+ - 47435b43f @putout/plugin-apply-shorthand-properties: ESM -> CommonJS
5
+ - 475a6b53d putout: @putout/plugin-apply-shorthand-properties v6.0.0
6
+ - 3655f9340 @putout/plugin-apply-shorthand-properties: drop support of node < 18
7
+ - c672afc8b @putout/plugin-apply-shorthand-properties: rename
8
+ - 95e09dfb4 @putout/plugin-putout: includer: [__a] -> __array
9
+ - 59fa8a186 @putout/plugin-putout: check-replace-code: __array: inside VariableDeclarator, AssignmentExpression
10
+
11
+ 2024.11.22, v36.13.1
12
+
13
+ feature:
14
+ - 3e75a4b4f putout: @putout/plugin-remove-duplicate-keys v6.0.0
15
+
1
16
  2024.11.22, v36.13.0
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.13.0",
3
+ "version": "36.14.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, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -90,6 +90,7 @@
90
90
  "@putout/plugin-apply-flat-map": "^2.0.0",
91
91
  "@putout/plugin-apply-optional-chaining": "^6.0.0",
92
92
  "@putout/plugin-apply-overrides": "^2.0.0",
93
+ "@putout/plugin-apply-shorthand-properties": "^6.0.0",
93
94
  "@putout/plugin-apply-starts-with": "^1.0.0",
94
95
  "@putout/plugin-apply-template-literals": "^3.0.0",
95
96
  "@putout/plugin-browserlist": "^2.0.0",
@@ -143,7 +144,7 @@
143
144
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
144
145
  "@putout/plugin-remove-debugger": "^7.0.0",
145
146
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
146
- "@putout/plugin-remove-duplicate-keys": "^5.1.0",
147
+ "@putout/plugin-remove-duplicate-keys": "^6.0.0",
147
148
  "@putout/plugin-remove-empty": "^12.0.0",
148
149
  "@putout/plugin-remove-iife": "^4.0.0",
149
150
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
package/putout.json CHANGED
@@ -196,6 +196,7 @@
196
196
  "apply-flat-map",
197
197
  "apply-destructuring",
198
198
  "apply-optional-chaining",
199
+ "apply-shorthand-properties",
199
200
  "apply-starts-with",
200
201
  "apply-template-literals",
201
202
  "apply-overrides",