putout 40.4.3 → 40.5.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 (2) hide show
  1. package/ChangeLog +11 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2025.08.05, v40.5.0
2
+
3
+ feature:
4
+ - c003cda1e putout: @putout/plugin-apply-dot-notation v3.0.0
5
+ - f8767e134 @putout/plugin-apply-dot-notation: migrate to ESM
6
+ - 433056da8 @putout/eslint-config: disable dot-notation, use apply-dot-notation instead
7
+ - bd11ed8e3 eslint-plugin-putout: eslint-plugin-eslint-plugin v7.0.0
8
+ - ef397446e @putout/engine-parser: babel: discardBinding
9
+ - 33d4613f7 @putout/engine-parser: hermes-parser v0.31.0
10
+ - ee73209b7 @putout/processor-css: stylelint-config-standard v39.0.0
11
+
1
12
  2025.07.29, v40.4.3
2
13
 
3
14
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.4.3",
3
+ "version": "40.5.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",
@@ -90,7 +90,7 @@
90
90
  "@putout/plugin-apply-arrow": "^3.0.0",
91
91
  "@putout/plugin-apply-at": "^2.0.0",
92
92
  "@putout/plugin-apply-destructuring": "^9.0.0",
93
- "@putout/plugin-apply-dot-notation": "^2.0.0",
93
+ "@putout/plugin-apply-dot-notation": "^3.0.0",
94
94
  "@putout/plugin-apply-flat-map": "^3.0.0",
95
95
  "@putout/plugin-apply-overrides": "^3.0.0",
96
96
  "@putout/plugin-apply-shorthand-properties": "^6.0.0",