@anolilab/textlint-config 9.0.1 → 9.0.3

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 +17 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## @anolilab/textlint-config [9.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.2...@anolilab/textlint-config@9.0.3) (2025-07-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update package versions in textlint-config ([d2788df](https://github.com/anolilab/javascript-style-guide/commit/d2788dfe6d8d9bae914a567a85032b8d432a9e51))
6
+
7
+ ## @anolilab/textlint-config [9.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.1...@anolilab/textlint-config@9.0.2) (2025-07-02)
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency textlint to ^13.4.1 ([#901](https://github.com/anolilab/javascript-style-guide/issues/901)) ([bdfa05d](https://github.com/anolilab/javascript-style-guide/commit/bdfa05dd159adb4ecc09c372c69c7b535f8ddd54))
12
+ * **deps:** update textlint-config dependencies for improved compatibility ([80a77f9](https://github.com/anolilab/javascript-style-guide/commit/80a77f916e63d7428e3eb465a5e7d9cf1ff45088))
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * updated dev deps ([e564609](https://github.com/anolilab/javascript-style-guide/commit/e564609d20d40f7db705f32fcb4060359aec9a08))
17
+
1
18
  ## @anolilab/textlint-config [9.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.0...@anolilab/textlint-config@9.0.1) (2025-05-31)
2
19
 
3
20
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "9.0.1",
3
+ "version": "9.0.3",
4
4
  "description": "Anolilab Coding Standard for text linting.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -62,14 +62,14 @@
62
62
  "@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
63
63
  "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
64
64
  "@textlint-rule/textlint-rule-preset-google": "^0.1.2",
65
- "@textlint/ast-node-types": "^14.7.2",
66
- "@textlint/types": "^14.7.2",
65
+ "@textlint/ast-node-types": "^15.2.0",
66
+ "@textlint/types": "^15.2.0",
67
67
  "textlint-filter-rule-comments": "^1.2.2",
68
68
  "textlint-rule-abbr-within-parentheses": "^1.0.2",
69
69
  "textlint-rule-alex": "^5.0.0",
70
70
  "textlint-rule-apostrophe": "^3.0.0",
71
71
  "textlint-rule-common-misspellings": "^1.0.1",
72
- "textlint-rule-date-weekday-mismatch": "^1.1.0",
72
+ "textlint-rule-date-weekday-mismatch": "^1.1.1",
73
73
  "textlint-rule-diacritics": "^2.1.4",
74
74
  "textlint-rule-en-capitalization": "^2.0.3",
75
75
  "textlint-rule-footnote-order": "^1.0.3",
@@ -77,12 +77,12 @@
77
77
  "textlint-rule-no-dead-link": "^5.2.0",
78
78
  "textlint-rule-no-empty-section": "^1.1.0",
79
79
  "textlint-rule-no-todo": "^2.0.1",
80
- "textlint-rule-terminology": "^5.2.12",
80
+ "textlint-rule-terminology": "^5.2.14",
81
81
  "textlint-rule-write-good": "^2.0.0",
82
82
  "write-good": "^1.0.8"
83
83
  },
84
84
  "peerDependencies": {
85
- "textlint": "^13.3.3"
85
+ "textlint": "^13.4.1"
86
86
  },
87
87
  "engines": {
88
88
  "node": ">=20.18.* <=24.*"