@anolilab/textlint-config 12.1.5 → 13.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## @anolilab/textlint-config [13.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@12.1.6...@anolilab/textlint-config@13.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
+
17
+ ### Dependencies
18
+
19
+ * **@anolilab/prettier-config:** upgraded to 10.0.0
20
+
21
+ ## @anolilab/textlint-config [12.1.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@12.1.5...@anolilab/textlint-config@12.1.6) (2026-04-01)
22
+
1
23
  ## @anolilab/textlint-config [12.1.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@12.1.4...@anolilab/textlint-config@12.1.5) (2026-03-28)
2
24
 
3
25
  ## @anolilab/textlint-config [12.1.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@12.1.3...@anolilab/textlint-config@12.1.4) (2026-03-28)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "12.1.5",
3
+ "version": "13.0.0",
4
4
  "description": "Anolilab Coding Standard for text linting.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -86,7 +86,7 @@
86
86
  "textlint": "15.5.2"
87
87
  },
88
88
  "engines": {
89
- "node": ">=20.18.* <=25.*"
89
+ "node": ">=22.12.0 <=25.*"
90
90
  },
91
91
  "publishConfig": {
92
92
  "access": "public",