Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency textlint-rule-max-ten to v4 - abandoned #529

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

textlint-ja/textlint-rule-max-ten

v4.0.4

Compare Source

Bug Fixes
  • 「...」の中での区切り文字の判定に"句点"のみが使われていた問題を修正 (#​24) (e3de7e0)

括弧で囲まれた文章が一文として判定される #​17 が修正されます。

What's Changed

New Contributors

Full Changelog: textlint-ja/textlint-rule-max-ten@v4.0.3...v4.0.4

v4.0.3

Compare Source

Bug Fixes

v4.0.2

Compare Source

Bug Fixes
  • 名詞同士の比較で、括弧記号はスキップするように変更 (d3d2c68)
変数の名前は、半角のアルファベットである`A`から`Z`(大文字)と`a`から`z`(小文字)、`_`(アンダースコア)、`$`(ダラー)、数字の`0`から`9`を組み合わせた名前にします。

が許容されるようになりました。

v4.0.1

Compare Source

Bug Fixes
  • fix wrong position report (6fab9ba)

v4.0.0

Compare Source

Summary

の検知が改善されるため、既存の文章でもエラーが増える場合があります。
max オプションの実装がREADMEとずれていたため、READMEに合わせるように修正しました。

  • 3.0.0: max: 3 なら 一文に3つ以上の読点でエラーとなる
  • 4.0.0: max: 3 なら 一文に4つ以上の読点でエラーとなる

Fixes

  • Update kuromojin@3
  • Fix max option
    • max: 3 なら 4つ以上の読点でエラーとなるはずが、3つ以上でエラーとなっていた
    • READMEの説明にあわせて、max: 3 なら 4つ以上の読点が一文にあるときにエラーとなるように変更
  • Fix kuten option
    • kuten が効いてなかったのを修正

#​11

v3.0.0

Compare Source

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

Compare Source


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-max-ten-4.x branch from d0b1ff4 to 97b1d80 Compare May 8, 2021 16:21
@renovate renovate bot force-pushed the renovate/textlint-rule-max-ten-4.x branch from 97b1d80 to f548630 Compare May 24, 2021 10:09
@renovate
Copy link
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-max-ten to v4 fix(deps): update dependency textlint-rule-max-ten to v4 - abandoned Nov 26, 2023
Copy link
Contributor Author

renovate bot commented Nov 26, 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.

None yet

1 participant