putout 38.1.8 → 38.1.10

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 +19 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,22 @@
1
+ 2025.02.15, v38.1.10
2
+
3
+ feature:
4
+ - 3d5020104 putout: @putout/plugin-for-of v8.0.0
5
+ - 047babc2f @putout/plugin-for-of: drop support of 🐊 < 38
6
+ - 8e213c77f @putout/plugin-for-of: remove-useless-variables: check for VariableDeclarator before getting init
7
+
8
+ 2025.02.15, v38.1.9
9
+
10
+ fix:
11
+ - 3c45f796e @putout/operator-filesystem: findFile: exclude fn: drop, no place where it can be used
12
+
13
+ feature:
14
+ - 55a774cbd putout: @putout/plugin-maybe v3.0.0
15
+ - b87489f33 @putout/plugin-maybe: drop support of 🐊 < 38
16
+ - ebdada7c1 @putout/plugin-maybe: declare: maybeCall
17
+ - a3ff2b943 @putout/operator-keyword: async
18
+ - 3fd84ef41 @putout/compare: nessy v5.1.0
19
+
1
20
  2025.02.14, v38.1.8
2
21
 
3
22
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.1.8",
3
+ "version": "38.1.10",
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",
@@ -123,7 +123,7 @@
123
123
  "@putout/plugin-extract-object-properties": "^9.0.0",
124
124
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
125
125
  "@putout/plugin-filesystem": "^8.0.0",
126
- "@putout/plugin-for-of": "^7.0.0",
126
+ "@putout/plugin-for-of": "^8.0.0",
127
127
  "@putout/plugin-generators": "^1.0.0",
128
128
  "@putout/plugin-github": "^14.0.0",
129
129
  "@putout/plugin-gitignore": "^6.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",