putout 37.6.0 → 37.6.1

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 +5 -0
  2. package/package.json +1 -6
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2024.12.21, v37.6.1
2
+
3
+ fix:
4
+ - fec2d671a putout: rm unused dependencies
5
+
1
6
  2024.12.21, v37.6.0
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.6.0",
3
+ "version": "37.6.1",
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",
@@ -113,7 +113,6 @@
113
113
  "@putout/plugin-coverage": "^1.0.0",
114
114
  "@putout/plugin-declare": "^4.0.0",
115
115
  "@putout/plugin-declare-before-reference": "^5.0.0",
116
- "@putout/plugin-declare-imports-first": "^2.0.0",
117
116
  "@putout/plugin-eslint": "^9.0.0",
118
117
  "@putout/plugin-esm": "^1.0.0",
119
118
  "@putout/plugin-extract-object-properties": "^9.0.0",
@@ -123,7 +122,6 @@
123
122
  "@putout/plugin-generators": "^1.0.0",
124
123
  "@putout/plugin-github": "^13.0.0",
125
124
  "@putout/plugin-gitignore": "^6.0.0",
126
- "@putout/plugin-group-imports-by-source": "^2.0.0",
127
125
  "@putout/plugin-labels": "^1.0.0",
128
126
  "@putout/plugin-logical-expressions": "^7.0.0",
129
127
  "@putout/plugin-madrun": "^19.0.0",
@@ -131,7 +129,6 @@
131
129
  "@putout/plugin-maybe": "^2.0.0",
132
130
  "@putout/plugin-merge-destructuring-properties": "^10.0.0",
133
131
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
134
- "@putout/plugin-merge-duplicate-imports": "^11.0.0",
135
132
  "@putout/plugin-montag": "^3.0.0",
136
133
  "@putout/plugin-new": "^3.0.1",
137
134
  "@putout/plugin-nodejs": "^13.0.0",
@@ -150,7 +147,6 @@
150
147
  "@putout/plugin-remove-empty": "^13.0.0",
151
148
  "@putout/plugin-remove-iife": "^4.0.0",
152
149
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
153
- "@putout/plugin-remove-quotes-from-import-assertions": "^1.0.0",
154
150
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
155
151
  "@putout/plugin-remove-unreferenced-variables": "^4.0.0",
156
152
  "@putout/plugin-remove-unused-expressions": "^9.0.0",
@@ -180,7 +176,6 @@
180
176
  "@putout/plugin-simplify-assignment": "^3.0.0",
181
177
  "@putout/plugin-simplify-boolean-return": "^2.0.0",
182
178
  "@putout/plugin-simplify-ternary": "^7.0.0",
183
- "@putout/plugin-sort-imports-by-specifiers": "^1.0.0",
184
179
  "@putout/plugin-split-assignment-expressions": "^1.0.0",
185
180
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
186
181
  "@putout/plugin-split-variable-declarations": "^3.0.0",