putout 33.0.0 → 33.1.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 +39 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,42 @@
1
+ 2023.11.12, v33.1.1
2
+
3
+ fix:
4
+ - 4b4cfb639 @putout/plugin-remove-empty: drop support of 🐊 < 33
5
+ - e62f498b7 @putout/plugin-nextjs: create-app-directory: report
6
+
7
+ feature:
8
+ - b3c8f32e2 putout: @putout/plugin-remove-empty v11.0.0
9
+ - 845380f3c putout: @putout/plugin-new v3.0.1
10
+ - 35f362c51 @putout/plugin-new: drop suport of 🐊 < 33
11
+
12
+ 2023.11.12, v33.1.0
13
+
14
+ fix:
15
+ - 885441dce feature: @putout/plugin-nodejs: add-node-prefix: module
16
+ - f191e04f3 @putout/processor-filesystem: merge: a couple sources in list
17
+ - 7bea61cd5 @putout/plugin-filesystem: findFile
18
+
19
+ feature:
20
+ - bb557e59e putout: @putout/cli-choose-formatter v2.0.0
21
+ - c58ad0323 @putout/cli-choose-formatter: drop support of 🐊 < 33
22
+ - 2f1b58124 @putout/cli-choose-formatter: keep options
23
+ - 561d3745e @putout/plugin-nextjs: create-app-directory: add
24
+ - 8bb263dc2 @putout/plugin-putout: declare: createDirectory, getParentDirectory
25
+ - a2699b836 @putout/operator-filesystem: getParentDirectory: add
26
+ - 79802be86 @putout/cli-filesystem: createDirectory: add
27
+ - e2cf800c9 @putout/operator-filesystem: createDirectory: add
28
+ - c7241c036 @putout/operator-filesystem: moveFile: improve
29
+ - 80f20ab2e @putout/plugin-nextjs: drop support of 🐊 < 33
30
+ - 8b4d71b3e @putout/plugin-nextjs: move-404-to-not-found: add
31
+ - d88cd8dd3 @putout/plugin-putout: declare: operator: moveFile
32
+ - 4fa2201fc @putout/operator-filesystem: moveFile: add
33
+ - a07f64a6c @putout/processor-filesystem: merge: filter "__putout_processor_filesystem" first
34
+ - 40f296267 @putout/plugin-filesystem: remove-vim-swap-file: add
35
+ - 3b27bd74d @putout/operator-filesystem: findFile: add support of glob
36
+ - ddc15035d @putout/cli-filesystem: removeFile
37
+ - 8db4748ea @putout/plugin-putout: declare: removeFile
38
+ - c35802c66 @putout/operator-filesystem: removeFile: add
39
+
1
40
  2023.11.09, v33.0.0
2
41
 
3
42
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "33.0.0",
3
+ "version": "33.1.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",
@@ -46,7 +46,7 @@
46
46
  "dependencies": {
47
47
  "@putout/babel": "^1.0.0",
48
48
  "@putout/cli-cache": "^2.0.1",
49
- "@putout/cli-choose-formatter": "^1.0.0",
49
+ "@putout/cli-choose-formatter": "^2.0.0",
50
50
  "@putout/cli-keypress": "^2.0.0",
51
51
  "@putout/cli-match": "^2.0.0",
52
52
  "@putout/cli-ruler": "^3.0.0",
@@ -115,7 +115,7 @@
115
115
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
116
116
  "@putout/plugin-merge-duplicate-imports": "^10.0.0",
117
117
  "@putout/plugin-montag": "^2.0.0",
118
- "@putout/plugin-new": "^2.0.0",
118
+ "@putout/plugin-new": "^3.0.1",
119
119
  "@putout/plugin-nodejs": "^9.0.0",
120
120
  "@putout/plugin-npmignore": "^2.0.0",
121
121
  "@putout/plugin-package-json": "^5.0.0",
@@ -128,7 +128,7 @@
128
128
  "@putout/plugin-remove-debugger": "^5.0.0",
129
129
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
130
130
  "@putout/plugin-remove-duplicate-keys": "^3.0.0",
131
- "@putout/plugin-remove-empty": "^10.0.0",
131
+ "@putout/plugin-remove-empty": "^11.0.0",
132
132
  "@putout/plugin-remove-iife": "^4.0.0",
133
133
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
134
134
  "@putout/plugin-remove-unreachable-code": "^1.0.0",