putout 41.9.2 → 41.10.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,10 @@
1
+ 2026.01.19, v41.10.0
2
+
3
+ feature:
4
+ - 3fc2ee084 @putout/plugin-nodejs: apply-privately-required-file: add
5
+ - 6ebbaa680 putout: @putout/eslint-flat v4.0.0
6
+ - 72304cff5 @putout/eslint-flat: migrate to ESM
7
+
1
8
  2026.01.19, v41.9.2
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.9.2",
3
+ "version": "41.10.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",
@@ -213,7 +213,7 @@
213
213
  "unused"
214
214
  ],
215
215
  "devDependencies": {
216
- "@putout/eslint-flat": "^3.0.0",
216
+ "@putout/eslint-flat": "^4.0.0",
217
217
  "@putout/plugin-apply-entries": "^2.0.0",
218
218
  "@putout/test": "^15.1.0",
219
219
  "c8": "^10.0.0",
package/putout.json CHANGED
@@ -39,6 +39,7 @@
39
39
  "nodejs/mjs-file": "on",
40
40
  "nodejs/rename-file-cjs-to-js": "on",
41
41
  "nodejs/rename-file-mjs-to-js": "on",
42
+ "nodejs/apply-privately-required-file": "on",
42
43
  "package-json/find-file": "on",
43
44
  "package-json/remove-exports-with-missing-files": "on",
44
45
  "typescript/find-file": "on",