@anolilab/textlint-config 12.1.6 → 13.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## @anolilab/textlint-config [13.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@13.0.0...@anolilab/textlint-config@13.0.1) (2026-05-04)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@anolilab/prettier-config:** upgraded to 10.0.1
7
+
8
+ ## @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)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+
12
+ * Minimum Node.js version raised from 20.18 to 22.12.0
13
+ (current active LTS). Node 20 lacks Object.groupBy which is required by
14
+ eslint-flat-config-utils and lint-staged-config. Updated engines in all
15
+ packages and .nvmrc.
16
+
17
+ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18
+
19
+ ### Features
20
+
21
+ * require Node.js >=22.12.0 ([7c491c6](https://github.com/anolilab/javascript-style-guide/commit/7c491c660ea3ec96262dd4d9a17cc3e280b91579))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * **@anolilab/prettier-config:** upgraded to 10.0.0
27
+
1
28
  ## @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)
2
29
 
3
30
  ## @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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "12.1.6",
3
+ "version": "13.0.1",
4
4
  "description": "Anolilab Coding Standard for text linting.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -63,8 +63,8 @@
63
63
  "@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
64
64
  "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
65
65
  "@textlint-rule/textlint-rule-preset-google": "^0.1.2",
66
- "@textlint/ast-node-types": "15.5.2",
67
- "@textlint/types": "15.5.2",
66
+ "@textlint/ast-node-types": "15.6.0",
67
+ "@textlint/types": "15.6.0",
68
68
  "textlint-filter-rule-comments": "1.3.0",
69
69
  "textlint-rule-abbr-within-parentheses": "^1.0.2",
70
70
  "textlint-rule-alex": "^5.0.0",
@@ -83,10 +83,10 @@
83
83
  "write-good": "^1.0.8"
84
84
  },
85
85
  "peerDependencies": {
86
- "textlint": "15.5.2"
86
+ "textlint": "15.6.0"
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",