@anolilab/textlint-config 9.0.3 → 9.0.4

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 +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @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)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update textlint and typescript dependencies ([db78f4f](https://github.com/anolilab/javascript-style-guide/commit/db78f4f4f7040213725f2e171eff6e37235431bf))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * update dependencies across packages ([db14c14](https://github.com/anolilab/javascript-style-guide/commit/db14c14d94b2e21e8c23791b9dc83c391b1a9a87))
10
+ * update dependencies and versions across packages ([48812ea](https://github.com/anolilab/javascript-style-guide/commit/48812ea5c4de5833636b2ed3b7302a35120aba3a))
11
+
1
12
  ## @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
13
 
3
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "9.0.3",
3
+ "version": "9.0.4",
4
4
  "description": "Anolilab Coding Standard for text linting.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -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.0",
66
- "@textlint/types": "^15.2.0",
65
+ "@textlint/ast-node-types": "^15.2.1",
66
+ "@textlint/types": "^15.2.1",
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",