putout 35.7.3 → 35.7.4

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 +8 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2024.03.15, v35.7.4
2
+
3
+ feature:
4
+ - 7b1733e28 putout: @putout/plugin-gitignore v5.0.0
5
+ - a2ff4823e putout: @putout/plugin-npmignore v4.0.0
6
+ - 45f4c4de3 @putout/plugin-npmignore: drop support of 🐊 < 35
7
+ - a0c5408d5 @putout/plugin-gitignore: drop support of 🐊 < 35
8
+
1
9
  2024.03.12, v35.7.3
2
10
 
3
11
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.7.3",
3
+ "version": "35.7.4",
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",
@@ -116,7 +116,7 @@
116
116
  "@putout/plugin-filesystem": "^4.0.0",
117
117
  "@putout/plugin-for-of": "^4.0.0",
118
118
  "@putout/plugin-github": "^12.0.0",
119
- "@putout/plugin-gitignore": "^4.0.0",
119
+ "@putout/plugin-gitignore": "^5.0.0",
120
120
  "@putout/plugin-logical-expressions": "^5.0.0",
121
121
  "@putout/plugin-madrun": "^18.0.0",
122
122
  "@putout/plugin-math": "^2.0.0",
@@ -127,7 +127,7 @@
127
127
  "@putout/plugin-montag": "^2.0.0",
128
128
  "@putout/plugin-new": "^3.0.1",
129
129
  "@putout/plugin-nodejs": "^11.0.0",
130
- "@putout/plugin-npmignore": "^3.0.0",
130
+ "@putout/plugin-npmignore": "^4.0.0",
131
131
  "@putout/plugin-package-json": "^7.0.0",
132
132
  "@putout/plugin-promises": "^14.0.0",
133
133
  "@putout/plugin-putout": "^18.0.0",