textlint-ja / textlint-rule-preset-ja-technical-writing

技術文書向けのtextlintルールプリセット
https://textlint-ja.github.io/textlint-rule-preset-ja-technical-writing/
MIT License
441 stars 10 forks source link

Update dependency textlint-rule-max-ten to v3 - autoclosed #66

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
textlint-rule-max-ten ^2.0.4 -> ^3.0.0 age adoption passing confidence

Release Notes

textlint-ja/textlint-rule-max-ten ### [`v3.0.0`](https://togithub.com/textlint-ja/textlint-rule-max-ten/releases/v3.0.0) [Compare Source](https://togithub.com/textlint-ja/textlint-rule-max-ten/compare/v2.0.4...v3.0.0) ##### Bug Fixes - **deps:** upgrade sentence-splitter@3 ([2be98a2](https://togithub.com/textlint-ja/textlint-rule-max-ten/commit/2be98a2)) It is rewritten all logic. ##### Features - **options:** add 読点 and 句点 as options ([d625187](https://togithub.com/textlint-ja/textlint-rule-max-ten/commit/d625187)) 読点に「,」句点に「.」を使う場合は、次のように設定します。 ```json5 { "rules": { "max-ten": { // 読点として扱う文字 "touten": ",", // 句点として扱う文字 "kuten": "." } } } ```

Configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.