putout 35.0.7 → 35.2.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 +24 -0
  2. package/package.json +2 -2
  3. package/putout.json +3 -0
package/ChangeLog CHANGED
@@ -1,3 +1,27 @@
1
+ 2024.02.13, v35.2.0
2
+
3
+ feature:
4
+ - 1d543f69f putout: config: .*ignore: convert-quotes-to-backticks: disable
5
+
6
+ 2024.02.13, v35.1.0
7
+
8
+ fix:
9
+ - 3d78bb266 @putout/test: report: empty string
10
+ - 7d7c567a8 @putout/operator-filesystem: move out basename from inner loop
11
+
12
+ feature:
13
+ - 3d8068b9f eslint-plugin-putout: ts: enable disabled rules
14
+ - a00ff011f @putout/engine-processor: picomatch v4.0.1
15
+ - 9599034cd putout: picomatch v4.0.1
16
+ - 572aae69f @putout/processor-markdown: madcut v2.0.0
17
+ - afcb7b442 @putout/engine-parser: hermes-parser v0.19.1
18
+ - 56f4224a8 eslint-plugin-putout: @typescript-eslint/parser v7.0.1
19
+ - 1fb00d669 eslint-plugin-putout: @typescript-eslint/eslint-plugin v7.0.1
20
+ - 7ac1f2d39 @putout/engine-runner: @putout/plugin-filesystem v4.0.1
21
+ - 94c618383 root: @putout/test v9.0.0
22
+ - 795e24b36 @putout/operator-match-files: name of a plugin
23
+ - a4e368945 @putout/operator-json: fromJS: add ability to cut strict mode
24
+
1
25
  2024.02.02, v35.0.7
2
26
 
3
27
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.0.7",
3
+ "version": "35.2.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",
@@ -194,7 +194,7 @@
194
194
  "is-relative": "^1.0.0",
195
195
  "nano-memoize": "^3.0.11",
196
196
  "once": "^1.4.0",
197
- "picomatch": "^3.0.1",
197
+ "picomatch": "^4.0.1",
198
198
  "try-catch": "^3.0.0",
199
199
  "try-to-catch": "^3.0.0",
200
200
  "wraptile": "^3.0.0",
package/putout.json CHANGED
@@ -84,6 +84,9 @@
84
84
  ".npmignore": {
85
85
  "npmignore": "on"
86
86
  },
87
+ ".*ignore": {
88
+ "convert-quotes-to-backticks": "off"
89
+ },
87
90
  "webpack.config.js": {
88
91
  "webpack": "on"
89
92
  },