steins-git
steins-git copied to clipboard
chore(deps): update dependency textlint-rule-max-ten to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| textlint-rule-max-ten | 2.0.3 -> 4.0.3 |
Release Notes
textlint-ja/textlint-rule-max-ten
v4.0.3
Bug Fixes
v4.0.2
Bug Fixes
- 名詞同士の比較で、括弧記号はスキップするように変更 (d3d2c68)
変数の名前は、半角のアルファベットである`A`から`Z`(大文字)と`a`から`z`(小文字)、`_`(アンダースコア)、`$`(ダラー)、数字の`0`から`9`を組み合わせた名前にします。
が許容されるようになりました。
v4.0.1
Bug Fixes
- fix wrong position report (6fab9ba)
v4.0.0
Summary
、の検知が改善されるため、既存の文章でもエラーが増える場合があります。
max オプションの実装がREADMEとずれていたため、READMEに合わせるように修正しました。
- 3.0.0:
max: 3なら 一文に3つ以上の読点でエラーとなる - 4.0.0:
max: 3なら 一文に4つ以上の読点でエラーとなる
Fixes
- Update kuromojin@3
- [email protected] https://github.com/azu/kuromojin/releases/tag/v3.0.0 の形態素解析の修正(解析結果のトークンが変わっています)
- 名詞同士にはさまれた
、のチェックが改善されます - https://github.com/azu/kuromojin/issues/8
- Fix
maxoptionmax: 3なら 4つ以上の読点でエラーとなるはずが、3つ以上でエラーとなっていた- READMEの説明にあわせて、
max: 3なら 4つ以上の読点が一文にあるときにエラーとなるように変更
- Fix
kutenoptionkutenが効いてなかったのを修正
v3.0.0
Bug Fixes
- deps: upgrade sentence-splitter@3 (2be98a2)
It is rewritten all logic. https://github.com/azu/sentence-splitter/releases/tag/3.0.0
Features
- options: add 読点 and 句点 as options (d625187)
読点に「,」句点に「.」を使う場合は、次のように設定します。
{
"rules": {
"max-ten": {
// 読点として扱う文字
"touten": ",",
// 句点として扱う文字
"kuten": "."
}
}
}
v2.0.4
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.