@anolilab/textlint-config 9.0.3 → 9.0.5
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 +17 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## @anolilab/textlint-config [9.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.4...@anolilab/textlint-config@9.0.5) (2025-09-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update textlint-config package.json and packem.config.ts ([44676d5](https://github.com/anolilab/javascript-style-guide/commit/44676d537983f5af53807639ec3aa5c80246de19))
|
|
6
|
+
|
|
7
|
+
## @anolilab/textlint-config [9.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.3...@anolilab/textlint-config@9.0.4) (2025-08-04)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update textlint and typescript dependencies ([db78f4f](https://github.com/anolilab/javascript-style-guide/commit/db78f4f4f7040213725f2e171eff6e37235431bf))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous Chores
|
|
14
|
+
|
|
15
|
+
* update dependencies across packages ([db14c14](https://github.com/anolilab/javascript-style-guide/commit/db14c14d94b2e21e8c23791b9dc83c391b1a9a87))
|
|
16
|
+
* update dependencies and versions across packages ([48812ea](https://github.com/anolilab/javascript-style-guide/commit/48812ea5c4de5833636b2ed3b7302a35120aba3a))
|
|
17
|
+
|
|
1
18
|
## @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
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.
|
|
3
|
+
"version": "9.0.5",
|
|
4
4
|
"description": "Anolilab Coding Standard for text linting.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"type": "module",
|
|
52
52
|
"bin": {
|
|
53
|
-
"textlint-config:install": "./dist/bin.
|
|
53
|
+
"textlint-config:install": "./dist/bin.js"
|
|
54
54
|
},
|
|
55
55
|
"files": [
|
|
56
56
|
"dist",
|
|
@@ -62,8 +62,8 @@
|
|
|
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": "^15.2.
|
|
66
|
-
"@textlint/types": "^15.2.
|
|
65
|
+
"@textlint/ast-node-types": "^15.2.2",
|
|
66
|
+
"@textlint/types": "^15.2.2",
|
|
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",
|
|
@@ -73,11 +73,11 @@
|
|
|
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",
|
|
76
|
-
"textlint-rule-helper": "^2.
|
|
77
|
-
"textlint-rule-no-dead-link": "^
|
|
76
|
+
"textlint-rule-helper": "^2.5.0",
|
|
77
|
+
"textlint-rule-no-dead-link": "^6.0.1",
|
|
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.15",
|
|
81
81
|
"textlint-rule-write-good": "^2.0.0",
|
|
82
82
|
"write-good": "^1.0.8"
|
|
83
83
|
},
|