putout 41.21.2 → 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 +22 -0
  2. package/package.json +6 -5
  3. package/putout.json +5 -0
package/ChangeLog CHANGED
@@ -1,3 +1,25 @@
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
+
11
+ 2026.02.13, v41.22.0
12
+
13
+ feature:
14
+ - 01f953aca putout: @putout/plugin-gitignore v7.0.0
15
+ - e52061c92 @putout/plugin-gitignore: drop support of 🐊 < 41
16
+ - 138113a58 putout: @putout/plugin-npmignore v7.0.0
17
+ - da43ad199 putout: @putout/plugin-coverage v2.0.0
18
+ - 022512285 putout: @putout/operator-ignore v6.0.0
19
+ - edd653024 @putout/plugin-converage: drop support of 🐊 < 41
20
+ - 156c2edf4 @putout/operator-ignore: type
21
+ - e6b311ea0 @putout/plugin-simplify-ternary: isFn
22
+
1
23
  2026.02.13, v41.21.2
2
24
 
3
25
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.21.2",
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",
@@ -78,7 +78,7 @@
78
78
  "@putout/operator-declare": "^16.0.0",
79
79
  "@putout/operator-filesystem": "^11.0.0",
80
80
  "@putout/operator-find-file-up": "^2.0.0",
81
- "@putout/operator-ignore": "^5.0.0",
81
+ "@putout/operator-ignore": "^6.0.0",
82
82
  "@putout/operator-json": "^3.0.0",
83
83
  "@putout/operator-jsx": "^3.0.0",
84
84
  "@putout/operator-keyword": "^5.0.0",
@@ -107,7 +107,7 @@
107
107
  "@putout/plugin-convert-quotes-to-backticks": "^5.0.0",
108
108
  "@putout/plugin-convert-template-to-string": "^3.0.0",
109
109
  "@putout/plugin-convert-to-arrow-function": "^5.0.0",
110
- "@putout/plugin-coverage": "^1.0.0",
110
+ "@putout/plugin-coverage": "^2.0.0",
111
111
  "@putout/plugin-declare": "^7.0.1",
112
112
  "@putout/plugin-declare-before-reference": "^9.0.0",
113
113
  "@putout/plugin-destructuring": "^1.0.0",
@@ -118,7 +118,7 @@
118
118
  "@putout/plugin-for-of": "^11.0.0",
119
119
  "@putout/plugin-generators": "^2.0.0",
120
120
  "@putout/plugin-github": "^18.0.0",
121
- "@putout/plugin-gitignore": "^6.0.0",
121
+ "@putout/plugin-gitignore": "^7.0.0",
122
122
  "@putout/plugin-labels": "^3.0.0",
123
123
  "@putout/plugin-logical-expressions": "^8.0.0",
124
124
  "@putout/plugin-madrun": "^23.0.0",
@@ -128,7 +128,7 @@
128
128
  "@putout/plugin-montag": "^4.0.0",
129
129
  "@putout/plugin-new": "^5.0.0",
130
130
  "@putout/plugin-nodejs": "^20.0.0",
131
- "@putout/plugin-npmignore": "^6.0.0",
131
+ "@putout/plugin-npmignore": "^7.0.0",
132
132
  "@putout/plugin-optional-chaining": "^2.0.0",
133
133
  "@putout/plugin-package-json": "^10.0.0",
134
134
  "@putout/plugin-parens": "^5.0.0",
@@ -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",