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