@anolilab/eslint-config 26.0.0 → 27.0.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## @anolilab/eslint-config [27.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@27.0.0...@anolilab/eslint-config@27.0.1) (2026-04-08)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **eslint-config:** disable opinionated e18e rules by default ([0149aff](https://github.com/anolilab/javascript-style-guide/commit/0149affc0442c6bb803ed2f92bbc89c823dd3844))
6
+
7
+ ## @anolilab/eslint-config [27.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@26.0.0...@anolilab/eslint-config@27.0.0) (2026-04-07)
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * Minimum Node.js version raised from 20.18 to 22.12.0
12
+ (current active LTS). Node 20 lacks Object.groupBy which is required by
13
+ eslint-flat-config-utils and lint-staged-config. Updated engines in all
14
+ packages and .nvmrc.
15
+
16
+ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17
+
18
+ ### Features
19
+
20
+ * require Node.js >=22.12.0 ([7c491c6](https://github.com/anolilab/javascript-style-guide/commit/7c491c660ea3ec96262dd4d9a17cc3e280b91579))
21
+
22
+ ### Bug Fixes
23
+
24
+ * **eslint-config:** migrate to @eslint-react/eslint-plugin v4 and add v5 compat ([a5f3b42](https://github.com/anolilab/javascript-style-guide/commit/a5f3b427f6d1aaad7fd71dad1466d72c2ce48eb3))
25
+ * **eslint-config:** resolve type-aware parsing and conflicting for-loop rules ([86f0dfd](https://github.com/anolilab/javascript-style-guide/commit/86f0dfd8a98831483f3641e92edfe143f716a1fa))
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * **@anolilab/prettier-config:** upgraded to 10.0.0
31
+
1
32
  ## @anolilab/eslint-config [26.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@25.0.0...@anolilab/eslint-config@26.0.0) (2026-04-01)
2
33
 
3
34
  ## @anolilab/eslint-config [25.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@24.0.0...@anolilab/eslint-config@25.0.0) (2026-03-28)