putout 38.1.7 → 38.1.9

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 (2) hide show
  1. package/ChangeLog +20 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
1
+ 2025.02.15, v38.1.9
2
+
3
+ fix:
4
+ - 3c45f796e @putout/operator-filesystem: findFile: exclude fn: drop, no place where it can be used
5
+
6
+ feature:
7
+ - 55a774cbd putout: @putout/plugin-maybe v3.0.0
8
+ - b87489f33 @putout/plugin-maybe: drop support of 🐊 < 38
9
+ - ebdada7c1 @putout/plugin-maybe: declare: maybeCall
10
+ - a3ff2b943 @putout/operator-keyword: async
11
+ - 3fd84ef41 @putout/compare: nessy v5.1.0
12
+
13
+ 2025.02.14, v38.1.8
14
+
15
+ feature:
16
+ - 3822c6326 putout: @putout/plugin-declare v5.0.0
17
+ - ea96c54c6 @putout/plugin-declare: drop support of 🐊 < 38
18
+ - d9f9409cf @putout/plugin-declare: fromEntries: add
19
+ - 6102ae452 @putout/operator-parens: addParens/removeParens: do nothingh when parens exists/absent
20
+
1
21
  2025.02.14, v38.1.7
2
22
 
3
23
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.1.7",
3
+ "version": "38.1.9",
4
4
  "type": "commonjs",
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",
@@ -115,7 +115,7 @@
115
115
  "@putout/plugin-convert-template-to-string": "^2.0.0",
116
116
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
117
117
  "@putout/plugin-coverage": "^1.0.0",
118
- "@putout/plugin-declare": "^4.0.0",
118
+ "@putout/plugin-declare": "^5.0.0",
119
119
  "@putout/plugin-declare-before-reference": "^5.0.0",
120
120
  "@putout/plugin-eslint": "^11.0.0",
121
121
  "@putout/plugin-esm": "^2.0.0",
@@ -131,7 +131,7 @@
131
131
  "@putout/plugin-logical-expressions": "^7.0.0",
132
132
  "@putout/plugin-madrun": "^19.0.0",
133
133
  "@putout/plugin-math": "^3.0.0",
134
- "@putout/plugin-maybe": "^2.0.0",
134
+ "@putout/plugin-maybe": "^3.0.0",
135
135
  "@putout/plugin-merge-destructuring-properties": "^10.0.0",
136
136
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
137
137
  "@putout/plugin-montag": "^3.0.0",