putout 40.9.0 → 40.11.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 +32 -0
  2. package/package.json +4 -4
  3. package/putout.json +2 -1
package/ChangeLog CHANGED
@@ -1,3 +1,35 @@
1
+ 2025.10.17, v40.11.0
2
+
3
+ feature:
4
+ - d64c3c754 putout: @putout/cli-cache v6.0.0
5
+ - 2e89f7b03 @putout/cli-cache: drop support of node < 20
6
+ - 1fbe5909a putout: @putout/plugin-github v17.0.0
7
+ - 02a2ec796 @putout/plugin-github: set-node-versions: improve
8
+ - dc0a7efb8 putout: github: set-node-versions: v25 (https://nodejs.org/en/blog/release/v25.0.0)
9
+ - b0d89c8f3 @putout/cli-cache: file-entry-cache v11.1.0
10
+ - 929317c78 @putout/plugin-github: set-node-version: v25
11
+ - c83b90943 @putout/plugin-convert-object-assign-to-merge-spread v7.0.0
12
+
13
+ 2025.10.09, v40.10.0
14
+
15
+ fix:
16
+ - eb371068f @putout/engine-loader: typo
17
+ - 4ce369fb0 @putout/operator-jsx: removeClassName: middle
18
+ - 3bd8dd428 @putout/operator-jsx: removeClassName: space
19
+
20
+ feature:
21
+ - 13f36e88b @putout/plugin-convert-object-assign-to-merge-spread v7.0.0
22
+ - 6b9b30bb8 @putout/plugin-convert-object-assign-to-merge-spread: drop support of 🐊 < 40
23
+ - cdbed49da @putout/plugin-convert-object-assign-to-merge-spread: spead -> spread
24
+ - 038df3bc5 @putout/eslint-flat: @eslint/config-helpers v0.4.0
25
+ - 2a15e9f31 @putout/plugin-nodejs: declare: timers: add
26
+ - 195a5d295 @putout/plugin-nodejs: declare: prefix node
27
+ - 1b3073b21 @putout/plugin-tape: convert-called-with-no-args-to-called-with: second arg object
28
+ - 0445129a1 @putout/engine-reporter: @putout/cli-choose-formatter v5.0.1
29
+ - 6849754ae @putout/processor-typescript: ts-morph v27.0.0
30
+ - b10b7459c @putout/plugin-putout: declare: addAttribute: add
31
+ - e913c1e73 @putout/operator-jsx: addAttribute
32
+
1
33
  2025.09.18, v40.9.0
2
34
 
3
35
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.9.0",
3
+ "version": "40.11.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",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@putout/babel": "^4.0.1",
55
- "@putout/cli-cache": "^5.0.0",
55
+ "@putout/cli-cache": "^6.0.0",
56
56
  "@putout/cli-choose-formatter": "^5.0.0",
57
57
  "@putout/cli-keypress": "^3.0.0",
58
58
  "@putout/cli-match": "^2.0.0",
@@ -107,7 +107,7 @@
107
107
  "@putout/plugin-convert-const-to-let": "^5.0.0",
108
108
  "@putout/plugin-convert-expression-to-params": "^1.0.0",
109
109
  "@putout/plugin-convert-index-of-to-includes": "^2.0.0",
110
- "@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
110
+ "@putout/plugin-convert-object-assign-to-merge-spread": "^7.0.0",
111
111
  "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
112
112
  "@putout/plugin-convert-object-entries-to-object-keys": "^1.0.0",
113
113
  "@putout/plugin-convert-object-keys-to-object-entries": "^1.0.0",
@@ -125,7 +125,7 @@
125
125
  "@putout/plugin-filesystem": "^11.0.0",
126
126
  "@putout/plugin-for-of": "^9.0.0",
127
127
  "@putout/plugin-generators": "^2.0.0",
128
- "@putout/plugin-github": "^16.0.0",
128
+ "@putout/plugin-github": "^17.0.0",
129
129
  "@putout/plugin-gitignore": "^6.0.0",
130
130
  "@putout/plugin-labels": "^2.0.0",
131
131
  "@putout/plugin-logical-expressions": "^8.0.0",
package/putout.json CHANGED
@@ -88,7 +88,8 @@
88
88
  "versions": [
89
89
  "20.x",
90
90
  "22.x",
91
- "24.x"
91
+ "24.x",
92
+ "25.x"
92
93
  ]
93
94
  }],
94
95
  "remove-useless-escape": "off"