putout 40.10.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 +13 -1
  2. package/package.json +3 -3
  3. package/putout.json +2 -1
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
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
+
1
13
  2025.10.09, v40.10.0
2
14
 
3
15
  fix:
@@ -6,7 +18,7 @@ fix:
6
18
  - 3bd8dd428 @putout/operator-jsx: removeClassName: space
7
19
 
8
20
  feature:
9
- - 13f36e88b putout: @putout/plugin-convert-object-assign-to-merge-spread v7.0.0
21
+ - 13f36e88b @putout/plugin-convert-object-assign-to-merge-spread v7.0.0
10
22
  - 6b9b30bb8 @putout/plugin-convert-object-assign-to-merge-spread: drop support of 🐊 < 40
11
23
  - cdbed49da @putout/plugin-convert-object-assign-to-merge-spread: spead -> spread
12
24
  - 038df3bc5 @putout/eslint-flat: @eslint/config-helpers v0.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.10.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",
@@ -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"