putout 41.22.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,26 @@
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
+
14
+ 2026.02.13, v41.23.0
15
+
16
+ fix:
17
+ - b9e45abc6 @putout/plugin-remove-useless-map: rm unused dependencies
18
+
19
+ feature:
20
+ - 6a606a6d7 @putout/plugin-sort-ignore: add
21
+ - 852676f71 @putout/operator-ignore: match globs
22
+ - 254f8dabb @putout/operator-ignore: report
23
+
1
24
  2026.02.13, v41.22.0
2
25
 
3
26
  feature:
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.22.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",