putout 41.8.0 → 41.9.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 +2 -1
  3. package/putout.json +2 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2026.01.15, v41.9.0
2
+
3
+ feature:
4
+ - aa77ef171 @putout/plugin-apply-global-this: add
5
+ - 6c1938270 @putout/plugin-esm: apply-js-imported-file: add
6
+
7
+ 2026.01.14, v41.8.1
8
+
9
+ feature:
10
+ - 4237b09bf putout: ignore: rm useless images formats
11
+ - 79f048624 @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: useless-tuple: simplify
12
+ - 97fbeb76a @putout/processor-filesystem: get rid of cjs
13
+ - 737456991 @putout/processor-json: get rid of cjs
14
+ - aa1fd67e3 putout: @putout/plugin-madrun v23.0.0
15
+ - f44cbfde6 @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: add support of one element tuple
16
+ - 477072f4f @putout/plugin-filesystem: get rid of cjs files
17
+ - fed1983de @putout/plugin-madrun: rename-file: add
18
+
1
19
  2026.01.14, v41.8.0
2
20
 
3
21
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.8.0",
3
+ "version": "41.9.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",
@@ -92,6 +92,7 @@
92
92
  "@putout/plugin-apply-arrow": "^3.0.0",
93
93
  "@putout/plugin-apply-at": "^2.0.0",
94
94
  "@putout/plugin-apply-dot-notation": "^3.0.0",
95
+ "@putout/plugin-apply-global-this": "^1.0.0",
95
96
  "@putout/plugin-apply-flat-map": "^3.0.0",
96
97
  "@putout/plugin-apply-overrides": "^3.0.0",
97
98
  "@putout/plugin-apply-shorthand-properties": "^7.0.0",
package/putout.json CHANGED
@@ -49,6 +49,7 @@
49
49
  "putout-config/remove-empty-file": "on",
50
50
  "esm/apply-namespace-import-to-file": "on",
51
51
  "esm/apply-privately-imported-file": "on",
52
+ "esm/apply-js-imported-file": "on",
52
53
  "esm/resolve-imported-file": "on",
53
54
  "esm/shorten-imported-file": "on"
54
55
  },
@@ -164,9 +165,6 @@
164
165
  "**/.yarn",
165
166
  "**/yarn.lock",
166
167
  "**/yarn-error.log",
167
- "**/*.gif",
168
- "**/*.png",
169
- "**/*.jpeg",
170
168
  "**/.pnp.*",
171
169
  "**/coverage",
172
170
  "**/dist",
@@ -203,6 +201,7 @@
203
201
  "apply-arrow",
204
202
  "apply-dot-notation",
205
203
  "apply-flat-map",
204
+ "apply-global-this",
206
205
  "apply-shorthand-properties",
207
206
  "apply-starts-with",
208
207
  "apply-template-literals",