@anolilab/textlint-config 9.0.0 → 9.0.2
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 +22 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## @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)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **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))
|
|
6
|
+
* **deps:** update textlint-config dependencies for improved compatibility ([80a77f9](https://github.com/anolilab/javascript-style-guide/commit/80a77f916e63d7428e3eb465a5e7d9cf1ff45088))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* updated dev deps ([e564609](https://github.com/anolilab/javascript-style-guide/commit/e564609d20d40f7db705f32fcb4060359aec9a08))
|
|
11
|
+
|
|
12
|
+
## @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)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **deps:** update dependency textlint to ^13.3.3 ([#892](https://github.com/anolilab/javascript-style-guide/issues/892)) ([5b4bb0a](https://github.com/anolilab/javascript-style-guide/commit/5b4bb0a2184faa02a7949900fd341933b8a5aa71))
|
|
17
|
+
* **deps:** update minor updates (minor) ([#896](https://github.com/anolilab/javascript-style-guide/issues/896)) ([d5132c8](https://github.com/anolilab/javascript-style-guide/commit/d5132c8e59df185331772917e8216c78a97e47be))
|
|
18
|
+
|
|
19
|
+
### Miscellaneous Chores
|
|
20
|
+
|
|
21
|
+
* add new linting scripts and update dependencies ([655a866](https://github.com/anolilab/javascript-style-guide/commit/655a86641903f157e4d8a4dc69d0f44448fa7cc9))
|
|
22
|
+
|
|
1
23
|
## @anolilab/textlint-config [9.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@8.0.16...@anolilab/textlint-config@9.0.0) (2025-05-26)
|
|
2
24
|
|
|
3
25
|
### ⚠ BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/textlint-config",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
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": "^
|
|
66
|
-
"@textlint/types": "^
|
|
65
|
+
"@textlint/ast-node-types": "^15.1.0",
|
|
66
|
+
"@textlint/types": "^15.1.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.
|
|
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.
|
|
80
|
+
"textlint-rule-terminology": "^5.2.13",
|
|
81
81
|
"textlint-rule-write-good": "^2.0.0",
|
|
82
82
|
"write-good": "^1.0.8"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
|
-
"textlint": "^13.
|
|
85
|
+
"textlint": "^13.4.1"
|
|
86
86
|
},
|
|
87
87
|
"engines": {
|
|
88
88
|
"node": ">=20.18.* <=24.*"
|