putout 36.9.0 → 36.10.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 (3) hide show
  1. package/ChangeLog +14 -0
  2. package/package.json +3 -3
  3. package/putout.json +2 -1
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2024.10.18, v36.10.0
2
+
3
+ feature:
4
+ - eb0955cec putout: @putout/plugin-group-imports-by-source v2.0.0
5
+ - 42ff53856 @putout/plugin-typescript: drop support of 🐊 < 36
6
+ - 255ad02bb @putout/processor-typescript: ts-morph v24.0.0
7
+ - c6468651b @putout/plugin-group-imports-by-source: drop support of 🐊 < 36
8
+ - 6cbd80795 putout: @putout/plugin-github v13.0.0
9
+ - a54241435 @putout/plugin-github: drop sut of 🐊 < 36
10
+ - b631448d4 @putout/plugin-github: set-node-version: v23 (https://nodejs.org/en/blog/release/v23.0.0)
11
+ - fbf87aaf6 @putout/plugin-package-json: remove-exports-with-missing-files: nested
12
+ - e2bca80d6 @putout/plugin-package-json: remove-exports-with-missing-files: options
13
+ - d4fc84e38 @putout/plugin-package-json: remove-exports-with-missing-files: exclude nested
14
+
1
15
  2024.10.02, v36.9.0
2
16
 
3
17
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.9.0",
3
+ "version": "36.10.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",
@@ -119,9 +119,9 @@
119
119
  "@putout/plugin-filesystem": "^5.0.0",
120
120
  "@putout/plugin-for-of": "^6.0.0",
121
121
  "@putout/plugin-generators": "^1.0.0",
122
- "@putout/plugin-github": "^12.0.0",
122
+ "@putout/plugin-github": "^13.0.0",
123
123
  "@putout/plugin-gitignore": "^6.0.0",
124
- "@putout/plugin-group-imports-by-source": "^1.0.0",
124
+ "@putout/plugin-group-imports-by-source": "^2.0.0",
125
125
  "@putout/plugin-labels": "^1.0.0",
126
126
  "@putout/plugin-logical-expressions": "^6.0.0",
127
127
  "@putout/plugin-madrun": "^19.0.0",
package/putout.json CHANGED
@@ -83,7 +83,8 @@
83
83
  "versions": [
84
84
  "18.x",
85
85
  "20.x",
86
- "22.x"
86
+ "22.x",
87
+ "23.x"
87
88
  ]
88
89
  }],
89
90
  "remove-useless-escape": "off"