putout 41.23.0 → 41.24.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.
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2026.02.15, v41.24.0
2
+
3
+ fix:
4
+ - e11e3a33a @putout/operator-ignore: rm useless return
5
+ - b2eb6629c @putout/operator-ignore: description
6
+
7
+ feature:
8
+ - 641e945f8 @putout/operator-sort-ignore: add
9
+ - ea8c144b8 @putout/plugin-putout: declare: sortIgnore
10
+ - c3c22c8c5 @putout/plugin-putout: apply-traverser-to-ignore
11
+ - bff521c61 @putout/plugin-remove-useless-map: eslint-plugin-putout v30.0.3
12
+ - 78569cbba @putout/operator-ignore: Replacer -> Traverser: improve reporting
13
+
1
14
  2026.02.13, v41.23.0
2
15
 
3
16
  fix:
package/lib/operator.js CHANGED
@@ -13,4 +13,5 @@ export * from '@putout/operator-rename-files';
13
13
  export * from '@putout/operator-ignore';
14
14
  export * from '@putout/operator-parens';
15
15
  export * from '@putout/operator-find-file-up';
16
+ export * from '@putout/operator-sort-ignore';
16
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.23.0",
3
+ "version": "41.24.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",
@@ -86,6 +86,7 @@
86
86
  "@putout/operator-parens": "^4.0.0",
87
87
  "@putout/operator-regexp": "^4.0.0",
88
88
  "@putout/operator-rename-files": "^6.0.0",
89
+ "@putout/operator-sort-ignore": "^1.0.0",
89
90
  "@putout/plugin-apply-arrow": "^3.0.0",
90
91
  "@putout/plugin-apply-at": "^3.0.0",
91
92
  "@putout/plugin-apply-dot-notation": "^3.0.0",
@@ -163,7 +164,6 @@
163
164
  "@putout/plugin-remove-useless-template-expressions": "^3.0.0",
164
165
  "@putout/plugin-return": "^3.0.0",
165
166
  "@putout/plugin-simplify-ternary": "^9.0.0",
166
- "@putout/plugin-sort-ignore": "^1.0.0",
167
167
  "@putout/plugin-spread": "^2.0.0",
168
168
  "@putout/plugin-tape": "^20.0.0",
169
169
  "@putout/plugin-try-catch": "^7.0.0",
package/putout.json CHANGED
@@ -102,9 +102,6 @@
102
102
  }],
103
103
  "remove-useless-escape": "off"
104
104
  },
105
- ".{git,npm}ignore": {
106
- "sort-ignore": "on"
107
- },
108
105
  ".gitignore": {
109
106
  "gitignore": "on"
110
107
  },
@@ -180,7 +177,6 @@
180
177
  "**/.git"
181
178
  ],
182
179
  "rules": {
183
- "sort-ignore": "off",
184
180
  "coverage": "off",
185
181
  "typescript": "off",
186
182
  "nodejs/convert-esm-to-commonjs": "off",
@@ -269,7 +265,6 @@
269
265
  "putout-config",
270
266
  "generators",
271
267
  "promises",
272
- "sort-ignore",
273
268
  "typescript",
274
269
  "coverage",
275
270
  "gitignore",