putout 33.9.0 → 33.9.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 (2) hide show
  1. package/ChangeLog +18 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2023.11.21, v33.9.2
2
+
3
+ feature:
4
+ - 3421c4a80 putout: @putout/plugin-remove-useless-escape v4.0.0
5
+ - 6ac8df500 @putout/plugin-remove-useless-escape: drop support of 🐊 < 33
6
+ - 975b22a09 @putout/plugin-remove-useless-escape: $, {
7
+
8
+ 2023.11.21, v33.9.1
9
+
10
+ feature:
11
+ - a9bd7f13b putout: @putout/plugin-convert-quotes-to-backticks v3.0.0
12
+ - a66edf428 @putout/plugin-convert-quotes-to-backtics: drop support of 🐊 < 33
13
+ - 1ea125b4c @putout/plugin-convert-quotes-to-backticks: exclude template variables
14
+ - 290d901fc @putout/operator-filesystem: findFile: couple masks
15
+ - d56d88fe1 @putout/plugin-filesystem: move out renameFileByMask
16
+ - 5ec1f7a73 @putout/plugin-filesystem: rename-file: add mask
17
+ - 60ac0ac18 @putout/operator-filesystem: renameFile: handle slashes
18
+
1
19
  2023.11.20, v33.9.0
2
20
 
3
21
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "33.9.0",
3
+ "version": "33.9.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",
@@ -98,7 +98,7 @@
98
98
  "@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
99
99
  "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
100
100
  "@putout/plugin-convert-optional-to-logical": "^3.0.0",
101
- "@putout/plugin-convert-quotes-to-backticks": "^2.0.0",
101
+ "@putout/plugin-convert-quotes-to-backticks": "^3.0.0",
102
102
  "@putout/plugin-convert-template-to-string": "^1.0.0",
103
103
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
104
104
  "@putout/plugin-declare": "^2.0.0",
@@ -147,7 +147,7 @@
147
147
  "@putout/plugin-remove-useless-assign": "^1.0.0",
148
148
  "@putout/plugin-remove-useless-constructor": "^1.0.0",
149
149
  "@putout/plugin-remove-useless-continue": "^2.0.0",
150
- "@putout/plugin-remove-useless-escape": "^3.0.0",
150
+ "@putout/plugin-remove-useless-escape": "^4.0.0",
151
151
  "@putout/plugin-remove-useless-functions": "^3.0.0",
152
152
  "@putout/plugin-remove-useless-map": "^1.0.0",
153
153
  "@putout/plugin-remove-useless-operand": "^2.0.0",