putout 31.8.3 → 31.8.5

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 +29 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,32 @@
1
+ 2023.09.07, v31.8.5
2
+
3
+ fix:
4
+ - 8251b3118 @putout/plugin-github: set-versions -> update-actions
5
+ - ef5c19f45 @putout/plugin-github: set-versions
6
+ - f7abaf567 @putout/plugin-github: quemu -> qemu
7
+
8
+ feature:
9
+ - ecfa5ebe1 package: @putout/plugin-strict-mode v8.0.0
10
+ - a63e7236c @putout/plugin-strict-mode: drop support of 🐊 < 31
11
+ - 10a79aa15 @putout/plugin-strict-mode: remove-useless: exclude "use client" (#182)
12
+ - a035efbf4 @putout/plugin-github: update-actions: docker/login-action: add
13
+
14
+ 2023.09.05, v31.8.4
15
+
16
+ feature:
17
+ - 991d24bae package: @putout/plugin-github v8.0.0
18
+ - b11b9077b @putout/plugin-github: set-versions: add
19
+ - d1240765e @putout/plugin-github: set-docker-setup-buildx-version: add
20
+ - 188ef5123 @putout/plugin-github: set-setup-quemu-action-version: add
21
+ - c1ec32298 @putout/plugin-github: set-docker-build-push-version: add
22
+ - fc194a55c @putout/eslint-plugin: drop useless rules
23
+ - 3586e7a13 @putout/plugin-eslint-plugin: drop support of 🐊 < 31
24
+ - db7f163c2 @putout/plugin-eslint-plugin: convert-context-to-source
25
+ - 73f628e0d package: @putout/processor-json v7.0.1
26
+ - 384d8e9ef package: @putout/processor-yaml v6.0.0
27
+ - caa6783db package: @putout/processor-json v7.0.1
28
+ - 9c40e9da0 package: @putout/printer v4.1.0
29
+
1
30
  2023.09.04, v31.8.3
2
31
 
3
32
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "31.8.3",
3
+ "version": "31.8.5",
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",
@@ -101,7 +101,7 @@
101
101
  "@putout/plugin-extract-object-properties": "^9.0.0",
102
102
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
103
103
  "@putout/plugin-for-of": "^3.0.0",
104
- "@putout/plugin-github": "^7.0.0",
104
+ "@putout/plugin-github": "^8.0.0",
105
105
  "@putout/plugin-gitignore": "^3.0.0",
106
106
  "@putout/plugin-logical-expressions": "^4.0.0",
107
107
  "@putout/plugin-madrun": "^16.0.0",
@@ -156,7 +156,7 @@
156
156
  "@putout/plugin-simplify-ternary": "^6.0.0",
157
157
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
158
158
  "@putout/plugin-split-variable-declarations": "^3.0.0",
159
- "@putout/plugin-strict-mode": "^7.0.0",
159
+ "@putout/plugin-strict-mode": "^8.0.0",
160
160
  "@putout/plugin-tape": "^11.0.0",
161
161
  "@putout/plugin-try-catch": "^3.0.0",
162
162
  "@putout/plugin-types": "^3.0.0",