@anolilab/textlint-config 9.0.7 → 9.0.9

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## @anolilab/textlint-config [9.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.8...@anolilab/textlint-config@9.0.9) (2025-11-16)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update node engine compatibility and upgrade dependencies ([1a0d0e1](https://github.com/anolilab/javascript-style-guide/commit/1a0d0e16d48dd2fb67017cdf3f21988d6adf1cdc))
6
+
7
+ ## @anolilab/textlint-config [9.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.7...@anolilab/textlint-config@9.0.8) (2025-10-14)
8
+
9
+ ### Bug Fixes
10
+
11
+ * update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
12
+
1
13
  ## @anolilab/textlint-config [9.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.6...@anolilab/textlint-config@9.0.7) (2025-10-02)
2
14
 
3
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "9.0.7",
3
+ "version": "9.0.9",
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.js"
53
+ "textlint-config:install": "./dist/bin.mjs"
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.2",
66
- "@textlint/types": "^15.2.2",
65
+ "@textlint/ast-node-types": "^15.3.0",
66
+ "@textlint/types": "^15.3.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",
@@ -82,10 +82,10 @@
82
82
  "write-good": "^1.0.8"
83
83
  },
84
84
  "peerDependencies": {
85
- "textlint": "^15.2.2"
85
+ "textlint": "^15.3.0"
86
86
  },
87
87
  "engines": {
88
- "node": ">=20.18.* <=24.*"
88
+ "node": ">=20.18.* <=25.*"
89
89
  },
90
90
  "publishConfig": {
91
91
  "access": "public",