putout 41.22.0 → 41.23.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 +10 -0
  2. package/package.json +2 -1
  3. package/putout.json +5 -0
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2026.02.13, v41.23.0
2
+
3
+ fix:
4
+ - b9e45abc6 @putout/plugin-remove-useless-map: rm unused dependencies
5
+
6
+ feature:
7
+ - 6a606a6d7 @putout/plugin-sort-ignore: add
8
+ - 852676f71 @putout/operator-ignore: match globs
9
+ - 254f8dabb @putout/operator-ignore: report
10
+
1
11
  2026.02.13, v41.22.0
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.22.0",
3
+ "version": "41.23.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",
@@ -163,6 +163,7 @@
163
163
  "@putout/plugin-remove-useless-template-expressions": "^3.0.0",
164
164
  "@putout/plugin-return": "^3.0.0",
165
165
  "@putout/plugin-simplify-ternary": "^9.0.0",
166
+ "@putout/plugin-sort-ignore": "^1.0.0",
166
167
  "@putout/plugin-spread": "^2.0.0",
167
168
  "@putout/plugin-tape": "^20.0.0",
168
169
  "@putout/plugin-try-catch": "^7.0.0",
package/putout.json CHANGED
@@ -102,6 +102,9 @@
102
102
  }],
103
103
  "remove-useless-escape": "off"
104
104
  },
105
+ ".{git,npm}ignore": {
106
+ "sort-ignore": "on"
107
+ },
105
108
  ".gitignore": {
106
109
  "gitignore": "on"
107
110
  },
@@ -177,6 +180,7 @@
177
180
  "**/.git"
178
181
  ],
179
182
  "rules": {
183
+ "sort-ignore": "off",
180
184
  "coverage": "off",
181
185
  "typescript": "off",
182
186
  "nodejs/convert-esm-to-commonjs": "off",
@@ -265,6 +269,7 @@
265
269
  "putout-config",
266
270
  "generators",
267
271
  "promises",
272
+ "sort-ignore",
268
273
  "typescript",
269
274
  "coverage",
270
275
  "gitignore",