putout 38.1.9 → 38.2.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.
Files changed (2) hide show
  1. package/ChangeLog +15 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2025.02.16, v38.2.0
2
+
3
+ feature:
4
+ - c31e0dbbd putout: @putout/plugin-types v7.0.0
5
+ - 466615717 @putout/plugin-types: declare: isNumberLike: add
6
+ - 1b5bb3139 @putout/plugin-types: drop support of 🐊 < 38
7
+ - 9950c02fd @putout/plugin-types: declare: isNumber: add check for isNaN
8
+
9
+ 2025.02.15, v38.1.10
10
+
11
+ feature:
12
+ - 3d5020104 putout: @putout/plugin-for-of v8.0.0
13
+ - 047babc2f @putout/plugin-for-of: drop support of 🐊 < 38
14
+ - 8e213c77f @putout/plugin-for-of: remove-useless-variables: check for VariableDeclarator before getting init
15
+
1
16
  2025.02.15, v38.1.9
2
17
 
3
18
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.1.9",
3
+ "version": "38.2.0",
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",
@@ -186,7 +186,7 @@
186
186
  "@putout/plugin-split-variable-declarations": "^4.0.0",
187
187
  "@putout/plugin-tape": "^16.0.0",
188
188
  "@putout/plugin-try-catch": "^4.0.0",
189
- "@putout/plugin-types": "^6.0.0",
189
+ "@putout/plugin-types": "^7.0.0",
190
190
  "@putout/plugin-typescript": "^11.0.0",
191
191
  "@putout/plugin-webpack": "^3.0.0",
192
192
  "@putout/processor-css": "^10.0.0",