Skip to content

fix(deps): update dependency textlint-rule-no-doubled-joshi to v4 - abandoned#532

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/textlint-rule-no-doubled-joshi-4.x
Open

fix(deps): update dependency textlint-rule-no-doubled-joshi to v4 - abandoned#532
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/textlint-rule-no-doubled-joshi-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 24, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
textlint-rule-no-doubled-joshi ^3.5.1 -> ^4.0.0 age adoption passing confidence

Release Notes

textlint-ja/textlint-rule-no-doubled-joshi

v4.0.3

Compare Source

What's Changed

Refactoring

Full Changelog: textlint-ja/textlint-rule-no-doubled-joshi@v4.0.2...v4.0.3

v4.0.2

Compare Source

What's Changed

Bug Fixes

センテンスの中に「xxx. yyy.」があると、センテンスの中にさらに区切り文字(。.など)が含まれているケースがある。
この場合も、区切り文字を+1の距離として扱うことで、「」の中にサブセンテンス(文章やセリフ)を書いているケースをエラーにしないようにした。

デフォルトの区切り文字には [".", ".", "。", "?", "!", "?", "!"] が含まれるので、

Xは「今日は早朝から出発したが、定刻には間に合わなかった。定刻には間に合わなかったが、無事会場に到着した」と言った。

というのはエラーではなくなる。

次のように、「xxx」の中で二重助詞がある場合は、そのままエラーとなる。

あなたが「彼女は彼は好きだ」と言った。

Dependency Updates

Full Changelog: textlint-ja/textlint-rule-no-doubled-joshi@v4.0.1...v4.0.2

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

Summary

Update to kuromojin@3 and improve analysis.

Fixes

CI

  • Move to GitHub Actions

v3.8.0

Compare Source

Bug Fixes
  • rule: カッコで囲まれた場合に括弧外との連続判定ではないとする修正 (#​32) (e11972b)

例:

次のescapeHTML関数はタグ関数です(詳細は「文字列」の章を参照)。

このケースだと、()によって 関数は詳細はは別の文として認識できるので、エラーにならないようになります。

v3.7.2

Compare Source

Bug Fixes
  • 品詞細分類2,3も助詞の一致比較に利用するに変更 (d18c94d)

v3.7.1

Compare Source

Bug Fixes
  • 並列助詞は例外として許可するように (de06a63)

v3.7.0

Compare Source

Features
  • デフォルトの読点文字として","(全角カンマ)を追加
  • 読点文字を指定できるcommaCharactersオプションを追加

v3.6.0

Compare Source

Features
  • options: separatorCharacters オプションの追加 (#​27) (ef6097c)

センテンスの区切り文字を指定できる separatorCharacters オプションを実装しました。

句点とみなす文字を配列で指定できます。

例) のみを句点とみなす。

{
    "rules": {
        "no-doubled-joshi": {
            "separatorCharacters": [
                ""
            ]
        }
    }
}
  • デフォルト値は [".", ".", "。", "?", "!", "?", "!"]

📝 v1.x ~ 2.x のときに separatorChars を指定したままの人もいそうなので、破壊的な変更を避けるため別名(separatorCharacters)に変更しています。

v3.5.3

Compare Source

Bug Fixes
  • rule: Make options types (55dd798)

v3.5.2

Compare Source

Bug Fixes
  • rule: use index-based padding (ec2a851)

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/textlint-rule-no-doubled-joshi-4.x branch from 5dcb074 to 32d859b Compare May 8, 2021 16:22
@renovate renovate bot force-pushed the renovate/textlint-rule-no-doubled-joshi-4.x branch from 32d859b to e84bb19 Compare May 24, 2021 10:10
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate 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.

@renovate renovate bot changed the title fix(deps): update dependency textlint-rule-no-doubled-joshi to v4 fix(deps): update dependency textlint-rule-no-doubled-joshi to v4 - abandoned Nov 25, 2023
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Nov 25, 2023

Autoclosing Skipped

This 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant