Skip to content

Commit 80a77f9

Browse files
committed
fix(deps): update textlint-config dependencies for improved compatibility
- Updated @textlint/ast-node-types and @textlint/types to version 15.1.0 for better compatibility. - Bumped textlint-rule-date-weekday-mismatch to version 1.1.1. - Updated textlint-rule-terminology to version 5.2.13. - Upgraded devDependencies including semantic-release to 24.2.6 and vitest to 3.2.4 for enhanced stability.
1 parent 11b9783 commit 80a77f9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/textlint-config/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,35 +69,35 @@
6969
"@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
7070
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
7171
"@textlint-rule/textlint-rule-preset-google": "^0.1.2",
72-
"@textlint/ast-node-types": "^14.7.2",
73-
"@textlint/types": "^14.7.2",
72+
"@textlint/ast-node-types": "^15.1.0",
73+
"@textlint/types": "^15.1.0",
7474
"textlint-filter-rule-comments": "^1.2.2",
7575
"textlint-rule-abbr-within-parentheses": "^1.0.2",
7676
"textlint-rule-alex": "^5.0.0",
7777
"textlint-rule-apostrophe": "^3.0.0",
7878
"textlint-rule-common-misspellings": "^1.0.1",
79-
"textlint-rule-date-weekday-mismatch": "^1.1.0",
79+
"textlint-rule-date-weekday-mismatch": "^1.1.1",
8080
"textlint-rule-diacritics": "^2.1.4",
8181
"textlint-rule-en-capitalization": "^2.0.3",
8282
"textlint-rule-footnote-order": "^1.0.3",
8383
"textlint-rule-helper": "^2.3.1",
8484
"textlint-rule-no-dead-link": "^5.2.0",
8585
"textlint-rule-no-empty-section": "^1.1.0",
8686
"textlint-rule-no-todo": "^2.0.1",
87-
"textlint-rule-terminology": "^5.2.12",
87+
"textlint-rule-terminology": "^5.2.13",
8888
"textlint-rule-write-good": "^2.0.0",
8989
"write-good": "^1.0.8"
9090
},
9191
"devDependencies": {
92-
"@anolilab/semantic-release-preset": "10.0.5",
93-
"@arethetypeswrong/cli": "^0.18.1",
94-
"@visulima/packem": "^1.19.4",
92+
"@anolilab/semantic-release-preset": "11.0.0",
93+
"@arethetypeswrong/cli": "^0.18.2",
94+
"@visulima/packem": "^1.28.2",
9595
"esbuild": "^0.25.5",
9696
"rimraf": "^6.0.1",
97-
"semantic-release": "^24.2.5",
98-
"textlint": "^14.7.2",
97+
"semantic-release": "^24.2.6",
98+
"textlint": "^15.1.0",
9999
"typescript": "^5.8.3",
100-
"vitest": "^3.1.4"
100+
"vitest": "^3.2.4"
101101
},
102102
"peerDependencies": {
103103
"textlint": "^13.3.3"

0 commit comments

Comments
 (0)