fix(deps): update dependency textlint-rule-no-doubled-joshi to v4 - abandoned#532
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency textlint-rule-no-doubled-joshi to v4 - abandoned#532renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
5dcb074 to
32d859b
Compare
32d859b to
e84bb19
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.5.1->^4.0.0Release Notes
textlint-ja/textlint-rule-no-doubled-joshi
v4.0.3Compare Source
What's Changed
Refactoring
replacerby @azu in https://github.com/textlint-ja/textlint-rule-no-doubled-joshi/pull/49Full Changelog: textlint-ja/textlint-rule-no-doubled-joshi@v4.0.2...v4.0.3
v4.0.2Compare Source
What's Changed
Bug Fixes
センテンスの中に
「xxx. yyy.」があると、センテンスの中にさらに区切り文字(。.など)が含まれているケースがある。この場合も、区切り文字を+1の距離として扱うことで、「」の中にサブセンテンス(文章やセリフ)を書いているケースをエラーにしないようにした。
デフォルトの区切り文字には
[".", ".", "。", "?", "!", "?", "!"]が含まれるので、というのはエラーではなくなる。
次のように、「xxx」の中で二重助詞がある場合は、そのままエラーとなる。
Dependency Updates
Full Changelog: textlint-ja/textlint-rule-no-doubled-joshi@v4.0.1...v4.0.2
v4.0.1Compare Source
Bug Fixes
v4.0.0Compare Source
Summary
Update to kuromojin@3 and improve analysis.
Fixes
CI
v3.8.0Compare Source
Bug Fixes
例:
このケースだと、()によって
関数はと詳細はは別の文として認識できるので、エラーにならないようになります。v3.7.2Compare Source
Bug Fixes
v3.7.1Compare Source
Bug Fixes
v3.7.0Compare Source
Features
commaCharactersで指定できるように (804b382) #26 #28","(全角カンマ)を追加commaCharactersオプションを追加v3.6.0Compare Source
Features
separatorCharactersオプションの追加 (#27) (ef6097c)センテンスの区切り文字を指定できる
separatorCharactersオプションを実装しました。句点とみなす文字を配列で指定できます。
例)
。のみを句点とみなす。{ "rules": { "no-doubled-joshi": { "separatorCharacters": [ "。" ] } } }[".", ".", "。", "?", "!", "?", "!"]📝 v1.x ~ 2.x のときに
separatorCharsを指定したままの人もいそうなので、破壊的な変更を避けるため別名(separatorCharacters)に変更しています。v3.5.3Compare Source
Bug Fixes
v3.5.2Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Mend Renovate. View repository job log here.