putout 22.5.0 → 22.5.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.
Files changed (2) hide show
  1. package/ChangeLog +15 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2021.12.05, v22.5.1
2
+
3
+ feature:
4
+ - (package) @putout/plugin-declare-undefined-variables v6.0.0
5
+ - (package) @putout/plugin-tape v7.0.0
6
+ - (package) @putout/operator-declare v2.0.0
7
+ - (@putout/operator-declare) drop support of putout < 22.5
8
+ - (@putout/plugin-tape) drop support of putout < 22.5
9
+ - (@putout/plugin-tape) declare: add mockImport
10
+ - (@putout/plugin-declare-undefined-variables) mv mock-import to @putout/plugin-tape
11
+ - (@putout/plugin-declare-undefined-variables) drop support of putout < 22.5
12
+ - (@putout/plugin-declare-undefined-variables) simport: add support of dual packages
13
+ - (@putout/operator-declare) add support of dual packages: esm and commonjs
14
+
15
+
1
16
  2021.12.04, v22.5.0
2
17
 
3
18
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "22.5.0",
3
+ "version": "22.5.1",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "🐊 Pluggable and configurable code transformer with built-in eslint, babel plugins and jscodeshift codemods support of js, jsx typescript, flow files, markdown, yaml and json",
6
6
  "homepage": "http://github.com/coderaiser/putout",
@@ -66,7 +66,7 @@
66
66
  "@putout/formatter-stream": "^2.0.0",
67
67
  "@putout/operate": "^6.0.0",
68
68
  "@putout/operator-add-args": "^1.0.0",
69
- "@putout/operator-declare": "^1.0.0",
69
+ "@putout/operator-declare": "^2.0.0",
70
70
  "@putout/operator-regexp": "^1.0.0",
71
71
  "@putout/plugin-apply-array-at": "^1.0.0",
72
72
  "@putout/plugin-apply-as-type-assertions": "^1.0.0",
@@ -102,7 +102,7 @@
102
102
  "@putout/plugin-convert-to-arrow-function": "^3.0.0",
103
103
  "@putout/plugin-convert-top-level-return": "^4.0.0",
104
104
  "@putout/plugin-convert-typeof-to-is-type": "^1.0.0",
105
- "@putout/plugin-declare-undefined-variables": "^5.0.0",
105
+ "@putout/plugin-declare-undefined-variables": "^6.0.0",
106
106
  "@putout/plugin-eslint": "^2.0.0",
107
107
  "@putout/plugin-extract-object-properties": "^6.0.0",
108
108
  "@putout/plugin-extract-sequence-expressions": "^2.0.0",
@@ -169,7 +169,7 @@
169
169
  "@putout/plugin-split-nested-destructuring": "^1.0.0",
170
170
  "@putout/plugin-split-variable-declarations": "^2.0.0",
171
171
  "@putout/plugin-strict-mode": "^2.0.0",
172
- "@putout/plugin-tape": "^6.0.0",
172
+ "@putout/plugin-tape": "^7.0.0",
173
173
  "@putout/plugin-webpack": "^1.0.0",
174
174
  "@putout/processor-css": "^3.0.0",
175
175
  "@putout/processor-ignore": "^2.0.0",