putout 41.10.0 → 41.10.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.
Files changed (2) hide show
  1. package/ChangeLog +32 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,35 @@
1
+ 2026.01.21, v41.10.2
2
+
3
+ fix:
4
+ - 2e2220aa7 @putout/plugin-nodejs: apply-privately-required-file: cache
5
+ - 3f8725dc8 @putout/plugin-esm: apply-js-imported-file: invalid
6
+ - 3665309f8 @putout/esm: apply-namespace-import-to-file: invalid
7
+
8
+ feature:
9
+ - 4aefd9834 putout: @putout/plugin-spread v2.0.0
10
+ - fd7e7fd92 @putout/plugin-spread: drop support of 🐊 < 41
11
+ - eca307f4e @putout/plugin-spread: remove-useless-object: property
12
+ - 127cdd0da @putout/plugin-printer: apply-create-test-url: order
13
+ - bb8558072 @putout/plugin-printer: apply-create-test-url: add
14
+ - bfd328fb8 @putout/plugin-nodejs: apply-privately-required-file: simplify
15
+ - ed089eef7 @putout/plugin-esm: apply-privately-imported-file: private-imports: simplify
16
+ - c6ee271d0 @putout/operator-match-files: printer options
17
+ - f93b32c8d @putout/plugin-esm: apply-namespace-import-to-file: private imports
18
+ - 17f9666eb @putout/plugin-regexp: apply-starts-with: regexp: or: exclude
19
+ - 0e50e30cc root: eslint-plugin-putout v30.0.0
20
+ - c77159dea eslint-plugin-putout: rm no-unresolved: use RedLint instead (https://github.com/coderaiser/putout/tree/master/packages/plugin-esm#resolve-imported-file)
21
+ - 32ef583d9 @putout/plugin-esm: resolve-imported-file: slash: improve support
22
+ - edccb1fa8 @putout/plugin-esm: resolve-imported-file: get-imports: dynamic: identifier
23
+ - 996ed01fa @putout/plugin-esm: shorten-imported-file: dynamic import: add support
24
+ - c594bdf29 @putout/esm: shorten-imported-file: invalid
25
+
26
+ 2026.01.19, v41.10.1
27
+
28
+ feature:
29
+ - 1e759d01d putout: @putout/plugin-math v5.0.0
30
+ - fed6904d1 @putout/plugin-math: drop support of 🐊 < 41
31
+ - 0b9e410f7 @putout/plugin-math: remove-unchanged-zero-declarations: destructuring
32
+
1
33
  2026.01.19, v41.10.0
2
34
 
3
35
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.10.0",
3
+ "version": "41.10.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",
@@ -127,7 +127,7 @@
127
127
  "@putout/plugin-labels": "^2.0.0",
128
128
  "@putout/plugin-logical-expressions": "^8.0.0",
129
129
  "@putout/plugin-madrun": "^23.0.0",
130
- "@putout/plugin-math": "^4.0.0",
130
+ "@putout/plugin-math": "^5.0.0",
131
131
  "@putout/plugin-maybe": "^4.0.0",
132
132
  "@putout/plugin-merge-duplicate-functions": "^4.0.0",
133
133
  "@putout/plugin-montag": "^4.0.0",
@@ -167,7 +167,7 @@
167
167
  "@putout/plugin-remove-useless-template-expressions": "^3.0.0",
168
168
  "@putout/plugin-return": "^3.0.0",
169
169
  "@putout/plugin-simplify-ternary": "^9.0.0",
170
- "@putout/plugin-spread": "^1.0.0",
170
+ "@putout/plugin-spread": "^2.0.0",
171
171
  "@putout/plugin-tape": "^20.0.0",
172
172
  "@putout/plugin-try-catch": "^7.0.0",
173
173
  "@putout/plugin-types": "^9.0.0",
@@ -220,7 +220,7 @@
220
220
  "currify": "^4.0.0",
221
221
  "eslint": "^10.0.0-alpha.0",
222
222
  "eslint-plugin-n": "^17.0.0",
223
- "eslint-plugin-putout": "^29.0.0",
223
+ "eslint-plugin-putout": "^30.0.0",
224
224
  "just-camel-case": "^6.2.0",
225
225
  "madrun": "^12.0.0",
226
226
  "montag": "^1.2.1",