putout 41.6.2 → 41.6.4

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 (2) hide show
  1. package/ChangeLog +17 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2026.01.11, v41.6.4
2
+
3
+ feature:
4
+ - acdcb4f77 putout: @putout/plugin-package-json v10.0.0
5
+ - c4d6a6672 @putout/plugin-package-json: drop support of 🐊 < 41
6
+ - 2d8890950 @putout/plugin-typescript: convert-module-to-namespace: get rid, use flatlint instead
7
+ - b06f18442 @putout/operator-keyword: add nemspace
8
+ - c9ca2e796 @putout/plugin-putout: check-replace-code: TSModuleBody: add support
9
+
10
+ 2026.01.09, v41.6.3
11
+
12
+ feature:
13
+ - 92faf07fe putout: @putout/plugin-typescript v13.0.0
14
+ - 412186cb4 @putout/plugin-typescript: drop support of node < 22
15
+ - f7ccfb437 @putout/plugin-typescript: convert-module-to-namespace: add
16
+ - 74a4963da @putout/plugin-nodejs: convert-commonjs-to-esm: require: improve support of rename
17
+
1
18
  2026.01.07, v41.6.2
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.6.2",
3
+ "version": "41.6.4",
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",
@@ -133,7 +133,7 @@
133
133
  "@putout/plugin-nodejs": "^18.0.0",
134
134
  "@putout/plugin-npmignore": "^5.0.0",
135
135
  "@putout/plugin-optional-chaining": "^2.0.0",
136
- "@putout/plugin-package-json": "^9.0.0",
136
+ "@putout/plugin-package-json": "^10.0.0",
137
137
  "@putout/plugin-parens": "^4.0.0",
138
138
  "@putout/plugin-promises": "^18.0.0",
139
139
  "@putout/plugin-putout": "^28.0.0",
@@ -169,7 +169,7 @@
169
169
  "@putout/plugin-tape": "^19.0.0",
170
170
  "@putout/plugin-try-catch": "^7.0.0",
171
171
  "@putout/plugin-types": "^8.0.0",
172
- "@putout/plugin-typescript": "^12.0.0",
172
+ "@putout/plugin-typescript": "^13.0.0",
173
173
  "@putout/plugin-variables": "^1.0.0",
174
174
  "@putout/plugin-webpack": "^4.0.0",
175
175
  "@putout/processor-css": "^12.0.0",