@anolilab/textlint-config 12.1.0 → 12.1.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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## @anolilab/textlint-config [12.1.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@12.1.0...@anolilab/textlint-config@12.1.1) (2026-02-21)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **textlint-config:** migrate prettier config to ESM ([9b59056](https://github.com/anolilab/javascript-style-guide/commit/9b590565413ee3145e46bbc92e9f19a632e478fa))
6
+ * **textlint-config:** simplify .prettierignore ([1e8c66f](https://github.com/anolilab/javascript-style-guide/commit/1e8c66f89cf02a197bb20249b581968b31c01aa9))
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * **@anolilab/prettier-config:** upgraded to 9.1.1
12
+
1
13
  ## @anolilab/textlint-config [12.1.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@12.0.0...@anolilab/textlint-config@12.1.0) (2026-01-29)
2
14
 
3
15
  ## @anolilab/textlint-config [12.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@11.1.0...@anolilab/textlint-config@12.0.0) (2026-01-11)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "12.1.0",
3
+ "version": "12.1.1",
4
4
  "description": "Anolilab Coding Standard for text linting.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -74,7 +74,7 @@
74
74
  "textlint-rule-en-capitalization": "^2.0.3",
75
75
  "textlint-rule-footnote-order": "^1.0.3",
76
76
  "textlint-rule-helper": "^2.5.0",
77
- "textlint-rule-no-dead-link": "6.2.0",
77
+ "textlint-rule-no-dead-link": "6.2.1",
78
78
  "textlint-rule-no-empty-section": "^1.1.0",
79
79
  "textlint-rule-no-todo": "^2.0.1",
80
80
  "textlint-rule-terminology": "^5.2.16",