putout 41.9.1 → 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,18 @@
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
+
1
16
  2026.01.17, v41.9.1
2
17
 
3
18
  fix:
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.1",
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",
@@ -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",