putout 35.16.0 → 35.16.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 (3) hide show
  1. package/ChangeLog +23 -0
  2. package/package.json +2 -1
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,26 @@
1
+ 2024.04.26, v35.16.2
2
+
3
+ feature:
4
+ - 7a30d7c7f @putout/plugin-github: set-node-version: drop node v21 EOL
5
+ - 2079a3481 @putout/plugin-eslint: apply-match-to-flat: exclude not two properties
6
+ - 924f9b1fc @putout/plugin-eslint: apply-match-to-files: exclude objects whith no rules or files
7
+
8
+ 2024.04.25, v35.16.1
9
+
10
+ fix:
11
+ - ec9c33c76 @putout/plugin-eslint: apply-match-to-flat: match declared
12
+ - 5daeef38d @putout/eslint-flat: match-to-flat-dir: ignores: fn
13
+
14
+ feature:
15
+ - d0daabdb9 @putout/plugin-github: set-node-version: node v22 (https://nodejs.org/en/blog/announcements/v22-release-announce)
16
+ - 90b33aee6 @putout/eslint-flat: match-to-flat-dir: ignores
17
+ - c68f66b2f @putout/plugin-eslint: apply-match-to-flat: export match
18
+ - 79c3afc15 @putout/plugin-eslint: apply-match-to-flat: add
19
+ - ab03dc406 @putout/remove-unused-get-properties-argument: exclude not ObjectPattern
20
+ - d7c28b381 @putout/plugin-eslint: declare: add support of @putout/eslint-flat
21
+ - 6bef4fcdd @putout/eslint-flat: add
22
+ - bbef3c8d2 eslint-flat: mergeESLintConfigs: add
23
+
1
24
  2024.04.21, v35.16.0
2
25
 
3
26
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.16.0",
3
+ "version": "35.16.2",
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",
package/putout.json CHANGED
@@ -77,7 +77,7 @@
77
77
  "versions": [
78
78
  "18.x",
79
79
  "20.x",
80
- "21.x"
80
+ "22.x"
81
81
  ]
82
82
  }],
83
83
  "remove-useless-escape": "off"