putout 35.16.0 → 35.16.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.
- package/ChangeLog +16 -0
- package/package.json +2 -1
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2024.04.25, v35.16.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- ec9c33c76 @putout/plugin-eslint: apply-match-to-flat: match declared
|
|
5
|
+
- 5daeef38d @putout/eslint-flat: match-to-flat-dir: ignores: fn
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- d0daabdb9 @putout/plugin-github: set-node-version: node v22 (https://nodejs.org/en/blog/announcements/v22-release-announce)
|
|
9
|
+
- 90b33aee6 @putout/eslint-flat: match-to-flat-dir: ignores
|
|
10
|
+
- c68f66b2f @putout/plugin-eslint: apply-match-to-flat: export match
|
|
11
|
+
- 79c3afc15 @putout/plugin-eslint: apply-match-to-flat: add
|
|
12
|
+
- ab03dc406 @putout/remove-unused-get-properties-argument: exclude not ObjectPattern
|
|
13
|
+
- d7c28b381 @putout/plugin-eslint: declare: add support of @putout/eslint-flat
|
|
14
|
+
- 6bef4fcdd @putout/eslint-flat: add
|
|
15
|
+
- bbef3c8d2 eslint-flat: mergeESLintConfigs: add
|
|
16
|
+
|
|
1
17
|
2024.04.21, v35.16.0
|
|
2
18
|
|
|
3
19
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.16.
|
|
3
|
+
"version": "35.16.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",
|
|
@@ -218,6 +218,7 @@
|
|
|
218
218
|
"unused"
|
|
219
219
|
],
|
|
220
220
|
"devDependencies": {
|
|
221
|
+
"@putout/eslint-flat": "^1.0.0",
|
|
221
222
|
"@putout/plugin-apply-entries": "^2.0.0",
|
|
222
223
|
"c8": "^9.0.0",
|
|
223
224
|
"currify": "^4.0.0",
|