putout 35.25.1 → 35.26.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.
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2024.05.21, v35.26.0
2
+
3
+ feature:
4
+ - 725e2dd6e putout: @putout/plugin-remove-useless-escape v6.0.0
5
+ - 1791f0979 @putout/plugin-remove-useless-escape: drop support of 🐊 < 35
6
+ - 9a7d278d9 @putout/plugin-remove-useless-escape: add h
7
+ - b4a93b98c @putout/operator-match-files: use path.parse
8
+ - 73e2b5f2d @putout/plugin-eslint: convert-rc-to-flat: commonjs/esm hybrid -> esm
9
+ - 6956a1d3a @putout/operator-declare: type
10
+ - d0a48a209 @putout/operator-match-files: add ability to pass options
11
+ - 93cc5a871 @putout/operator-declare: first things first
12
+
1
13
  2024.05.21, v35.25.1
2
14
 
3
15
  fix:
package/bin/tracer.mjs CHANGED
@@ -6,7 +6,6 @@ import process, {
6
6
  stdout,
7
7
  exit as halt,
8
8
  } from 'node:process';
9
-
10
9
  import {subscribe} from '@putout/engine-reporter/subscribe';
11
10
  import {parseArgs} from '../lib/cli/parse-args.js';
12
11
  import {createExit} from '../lib/cli/exit.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.25.1",
3
+ "version": "35.26.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",
@@ -159,7 +159,7 @@
159
159
  "@putout/plugin-remove-useless-assign": "^1.0.0",
160
160
  "@putout/plugin-remove-useless-constructor": "^1.0.0",
161
161
  "@putout/plugin-remove-useless-continue": "^2.0.0",
162
- "@putout/plugin-remove-useless-escape": "^5.0.0",
162
+ "@putout/plugin-remove-useless-escape": "^6.0.0",
163
163
  "@putout/plugin-remove-useless-functions": "^3.0.0",
164
164
  "@putout/plugin-remove-useless-map": "^1.0.0",
165
165
  "@putout/plugin-remove-useless-operand": "^2.0.0",