putout 42.11.0 → 42.13.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 +46 -0
  2. package/package.json +3 -2
  3. package/putout.json +2 -1
package/ChangeLog CHANGED
@@ -1,3 +1,49 @@
1
+ 2026.08.17, v42.13.0
2
+
3
+ fix:
4
+ - 854478831 @putout/plugin-sql: exports: postgres
5
+ - e22704d15 postgresql -> postgres
6
+
7
+ feature:
8
+ - 1f7e11787 @putout/plugin-remove-useless-computed: add
9
+ - 31e9f6238 @putout/plugin-printer: apply-string-to-property-key: add
10
+ - 7b97a506e @putout/plugin-sql: convert-serial-to-identity
11
+ - 64fb5cf58 @putout/plugin-sql: postgres: add
12
+ - c6290e188 @putout/plugin-sql: convert-postgres-to-sql: add
13
+
14
+ 2026.08.16, v42.12.0
15
+
16
+ fix:
17
+ - 5120440e0 @putout/plugin-sql: typos
18
+ - 56b5b9abe @putout/plugin-goreleaser: apply-formats
19
+ - db9efb962 @putout/plugin-goreleaser: apply-format-overrides: array
20
+
21
+ feature:
22
+ - 3b51696a2 @putout/processor-svelte: drop support of 🐊 < 42
23
+ - 693d152c8 @putout/processor-svelte: @putout/processor-css v13.0.0
24
+ - 8ead00d81 putout: @putout/processor-css v13.0.0
25
+ - cf81766c2 @putout/processor-css: drop support of 🐊 < 42
26
+ - 51d92ded2 @putout/processor-css: cosmiconfig v10.0.0
27
+ - 94c81c70f @putout/processor-toml: @decimalturn/toml-patch vundefined
28
+ - b1acf2d37 @putout/plugin-github: update-actions: actions/setup-node@7
29
+ - 01de95f68 @putout/plugin-github: update-actions: actions/checkout@7
30
+ - 118f55530 @putout/plugin-sql: convert-sqlite-to-postgresql: convert-auto-increment-to-identity: add
31
+ - 1f598fcef @putout/plugin-sql: convert-sqlite-to-postgresql: convert-last-insert-rowid-to-returning-id
32
+ - 0c29383c4 @putout/plugin-sql: apply-count: extend to all literals
33
+ - e969f6f5a @putout/test: extension: read fix
34
+ - 7500a759d @putout/plugin-for-of: map: assign: block
35
+ - 8b088b568 @putout/plugin-maybe: array: concat: add
36
+ - c3e30148a eslint-plugin-putout: rm eslint-v10 ponyfill
37
+ - 20d624479 @putout/plugin-putout: apply-fixture-name-to-message: comparePlaces
38
+ - ff4d891e9 @putout/eslint-config: use-isnan: off
39
+ - 952b7248c @putout/plugin-types: apply-is-nan: add
40
+ - 1d728e08e @putout/plugin-typescript: convert-empty-type-literal-to-record: add
41
+ - 8b36fe48b @putout/test: types: extend: rm
42
+ - 96233d1b3 @putout/operator-declare: ExportDefaultDeclaration: include back
43
+ - c292be5c5 @putout/operator-declare: ExportDefaultDeclaration: exclude
44
+ - 895af6c86 @putout/plugin-conditions: convert-switch-to-if: default: exclude
45
+ - c0f8054bf @putout/plugin-conditions: convert-switch-to-if: add
46
+
1
47
  2026.07.31, v42.11.0
2
48
 
3
49
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.11.0",
3
+ "version": "42.13.0",
4
4
  "type": "module",
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",
@@ -160,6 +160,7 @@
160
160
  "@putout/plugin-remove-useless-array-constructor": "^3.0.0",
161
161
  "@putout/plugin-remove-useless-array-entries": "^2.0.0",
162
162
  "@putout/plugin-remove-useless-assign": "^2.0.0",
163
+ "@putout/plugin-remove-useless-computed": "^1.0.0",
163
164
  "@putout/plugin-remove-useless-constructor": "^3.0.0",
164
165
  "@putout/plugin-remove-useless-continue": "^3.0.0",
165
166
  "@putout/plugin-remove-useless-delete": "^3.0.0",
@@ -180,7 +181,7 @@
180
181
  "@putout/plugin-typescript": "^13.0.0",
181
182
  "@putout/plugin-variables": "^2.0.0",
182
183
  "@putout/plugin-webpack": "^4.0.0",
183
- "@putout/processor-css": "^12.0.0",
184
+ "@putout/processor-css": "^13.0.0",
184
185
  "@putout/processor-docker": "^1.0.0",
185
186
  "@putout/processor-filesystem": "^8.0.0",
186
187
  "@putout/processor-ignore": "^7.0.0",
package/putout.json CHANGED
@@ -230,6 +230,7 @@
230
230
  "maybe",
231
231
  "webpack",
232
232
  "eslint",
233
+ "variables",
233
234
  "optional-chaining",
234
235
  "package-json",
235
236
  "remove-debugger",
@@ -239,8 +240,8 @@
239
240
  "remove-unused-private-fields",
240
241
  "remove-unused-expressions",
241
242
  "remove-useless-assign",
243
+ "remove-useless-computed",
242
244
  "remove-useless-replace",
243
- "variables",
244
245
  "remove-useless-push",
245
246
  "remove-useless-map",
246
247
  "remove-useless-constructor",