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 v4 - autoclosed #68

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 -> ^4.0.0 age adoption passing confidence

Release Notes

textlint-ja/textlint-rule-max-ten ### [`v4.0.0`](https://togithub.com/textlint-ja/textlint-rule-max-ten/releases/v4.0.0) [Compare Source](https://togithub.com/textlint-ja/textlint-rule-max-ten/compare/v3.0.0...v4.0.0) #### Summary `、`の検知が改善されるため、既存の文章でもエラーが増える場合があります。 `max` オプションの実装がREADMEとずれていたため、READMEに合わせるように修正しました。 - 3.0.0: `max: 3` なら 一文に3つ以上の読点でエラーとなる - 4.0.0: `max: 3` なら 一文に4つ以上の読点でエラーとなる #### Fixes - Update kuromojin@3 - kuromoji@0.1.2 の形態素解析の修正(解析結果のトークンが変わっています) - 名詞同士にはさまれた `、` のチェックが改善されます - [azu/kuromojin#​8](https://togithub.com/azu/kuromojin/issues/8) - Fix `max` option - `max: 3` なら 4つ以上の読点でエラーとなるはずが、3つ以上でエラーとなっていた - READMEの説明にあわせて、`max: 3` なら 4つ以上の読点が一文にあるときにエラーとなるように変更 - Fix `kuten` option - `kuten` が効いてなかったのを修正 [#​11](https://togithub.com/textlint-ja/textlint-rule-max-ten/issues/11) ### [`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.