putout 41.9.0 → 41.9.2

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,35 @@
1
+ 2026.01.19, v41.9.2
2
+
3
+ feature:
4
+ - 56f87e24b @putout/operator-find-file-up: add
5
+ - 072593a33 @putout/plugin-putout: declare: operator: findFileUp
6
+ - 2678d7e37 @putout/test: filesystem: add
7
+ - eb85a16c2 @putout/plugin-esm: apply-privately-imported-file: no default
8
+ - c96a929f7 @putout/plugin-package-json: remove-imports-nesting
9
+ - c7092ff34 @putout/plugin-putout: convert-replace-to-traverse: commonjs
10
+ - 8f3449c6d @putout/plugin-putout: convert-replace-to-traverse: add
11
+ - d0ec0897c @putout/plugin-esm: apply-privately-imported-file: same directory
12
+ - 457e5bf34 @putout/plugin-esm: apply-privately-imported-file: #find-package
13
+ - 42def4035 @putout/plugin-esm: #change-imports
14
+ - 0b45e2a06 @putout/plugin-esm: #get-imports
15
+
16
+ 2026.01.17, v41.9.1
17
+
18
+ fix:
19
+ - d06cb1f75 @putout/plugin-regexp: apply-starts-with: improve uspport
20
+
21
+ feature:
22
+ - 1e198aa14 putout: @putout/plugin-types v9.0.0
23
+ - b6b77b71c @putout/plugin-types: drop support of 🐊 < 41
24
+ - 9ec2a389d @putout/plugin-types: remove-useless-constructor: startsWith: add support
25
+ - 973f6805e @putout/plugin-regexp: apply-starts-with: constructor
26
+ - 1ab95baec @putout/engine-loader: rules: is-enabled: speed-up: 3.638ms -> 1.153ms
27
+ - 02a9e728e babel-plugin-putout: migrate to ESM
28
+ - be917d18e @putout/processor-css: @stylistic/stylelint-plugin v5.0.0
29
+ - 0ff7776a0 @putout/processor-css: stylelint-config-standard v40.0.0
30
+ - 317398d93 @putout/processor-css: stylelint v17.0.0
31
+ - 5c5067e37 @putout/plugin-nodejs: convert-commonjs-to-esm: exports: same-name
32
+
1
33
  2026.01.15, v41.9.0
2
34
 
3
35
  feature:
package/lib/operator.js CHANGED
@@ -12,4 +12,5 @@ export * from '@putout/operator-match-files';
12
12
  export * from '@putout/operator-rename-files';
13
13
  export * from '@putout/operator-ignore';
14
14
  export * from '@putout/operator-parens';
15
+ export * from '@putout/operator-find-file-up';
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.9.0",
3
+ "version": "41.9.2",
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",
@@ -81,6 +81,7 @@
81
81
  "@putout/operator-add-args": "^14.0.0",
82
82
  "@putout/operator-declare": "^16.0.0",
83
83
  "@putout/operator-filesystem": "^10.0.0",
84
+ "@putout/operator-find-file-up": "^1.0.0",
84
85
  "@putout/operator-ignore": "^5.0.0",
85
86
  "@putout/operator-json": "^3.0.0",
86
87
  "@putout/operator-jsx": "^3.0.0",
@@ -92,8 +93,8 @@
92
93
  "@putout/plugin-apply-arrow": "^3.0.0",
93
94
  "@putout/plugin-apply-at": "^2.0.0",
94
95
  "@putout/plugin-apply-dot-notation": "^3.0.0",
95
- "@putout/plugin-apply-global-this": "^1.0.0",
96
96
  "@putout/plugin-apply-flat-map": "^3.0.0",
97
+ "@putout/plugin-apply-global-this": "^1.0.0",
97
98
  "@putout/plugin-apply-overrides": "^3.0.0",
98
99
  "@putout/plugin-apply-shorthand-properties": "^7.0.0",
99
100
  "@putout/plugin-apply-starts-with": "^1.0.0",
@@ -169,7 +170,7 @@
169
170
  "@putout/plugin-spread": "^1.0.0",
170
171
  "@putout/plugin-tape": "^20.0.0",
171
172
  "@putout/plugin-try-catch": "^7.0.0",
172
- "@putout/plugin-types": "^8.0.0",
173
+ "@putout/plugin-types": "^9.0.0",
173
174
  "@putout/plugin-typescript": "^13.0.0",
174
175
  "@putout/plugin-variables": "^1.0.0",
175
176
  "@putout/plugin-webpack": "^4.0.0",
@@ -214,6 +215,7 @@
214
215
  "devDependencies": {
215
216
  "@putout/eslint-flat": "^3.0.0",
216
217
  "@putout/plugin-apply-entries": "^2.0.0",
218
+ "@putout/test": "^15.1.0",
217
219
  "c8": "^10.0.0",
218
220
  "currify": "^4.0.0",
219
221
  "eslint": "^10.0.0-alpha.0",