putout 36.13.1 → 36.15.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 +18 -0
  2. package/package.json +4 -2
  3. package/putout.json +2 -0
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2024.12.02, v36.15.0
2
+
3
+ feature:
4
+ - e4e166626 putout: @putout/plugin-montag v3.0.0
5
+ - d91e1b6c2 @putout/plugin-montag: drop support of 🐊 < 36
6
+ - 54655bb2a @putout/plugin-add-missing-parens: add
7
+ - be091a186 @putout/plugin-apply-shorthand-properties: ImportSpecifier: <StringLiteral>imported.value === <Identifier>local.name'
8
+
9
+ 2024.11.27, v36.14.0
10
+
11
+ feature:
12
+ - 47435b43f @putout/plugin-apply-shorthand-properties: ESM -> CommonJS
13
+ - 475a6b53d putout: @putout/plugin-apply-shorthand-properties v6.0.0
14
+ - 3655f9340 @putout/plugin-apply-shorthand-properties: drop support of node < 18
15
+ - c672afc8b @putout/plugin-apply-shorthand-properties: rename
16
+ - 95e09dfb4 @putout/plugin-putout: includer: [__a] -> __array
17
+ - 59fa8a186 @putout/plugin-putout: check-replace-code: __array: inside VariableDeclarator, AssignmentExpression
18
+
1
19
  2024.11.22, v36.13.1
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.13.1",
3
+ "version": "36.15.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",
@@ -83,6 +83,7 @@
83
83
  "@putout/operator-match-files": "^5.0.0",
84
84
  "@putout/operator-regexp": "^1.0.0",
85
85
  "@putout/operator-rename-files": "^2.0.0",
86
+ "@putout/plugin-add-missing-parens": "^1.0.0",
86
87
  "@putout/plugin-apply-at": "^2.0.0",
87
88
  "@putout/plugin-apply-destructuring": "^7.0.0",
88
89
  "@putout/plugin-apply-dot-notation": "^2.0.0",
@@ -90,6 +91,7 @@
90
91
  "@putout/plugin-apply-flat-map": "^2.0.0",
91
92
  "@putout/plugin-apply-optional-chaining": "^6.0.0",
92
93
  "@putout/plugin-apply-overrides": "^2.0.0",
94
+ "@putout/plugin-apply-shorthand-properties": "^6.0.0",
93
95
  "@putout/plugin-apply-starts-with": "^1.0.0",
94
96
  "@putout/plugin-apply-template-literals": "^3.0.0",
95
97
  "@putout/plugin-browserlist": "^2.0.0",
@@ -130,7 +132,7 @@
130
132
  "@putout/plugin-merge-destructuring-properties": "^10.0.0",
131
133
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
132
134
  "@putout/plugin-merge-duplicate-imports": "^11.0.0",
133
- "@putout/plugin-montag": "^2.0.0",
135
+ "@putout/plugin-montag": "^3.0.0",
134
136
  "@putout/plugin-new": "^3.0.1",
135
137
  "@putout/plugin-nodejs": "^12.0.0",
136
138
  "@putout/plugin-npmignore": "^5.0.0",
package/putout.json CHANGED
@@ -190,12 +190,14 @@
190
190
  "filesystem": "off"
191
191
  },
192
192
  "plugins": [
193
+ "add-missing-parens",
193
194
  "apply-at",
194
195
  "apply-dot-notation",
195
196
  "apply-early-return",
196
197
  "apply-flat-map",
197
198
  "apply-destructuring",
198
199
  "apply-optional-chaining",
200
+ "apply-shorthand-properties",
199
201
  "apply-starts-with",
200
202
  "apply-template-literals",
201
203
  "apply-overrides",