o2project / steins-git

「GitをSteins;Gateの世界観を使って説明する」薄い本
http://o2project.github.io/steins-git
Other
80 stars 2 forks source link

build(deps-dev): bump textlint-rule-max-ten from 2.0.3 to 4.0.3 #274

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps textlint-rule-max-ten from 2.0.3 to 4.0.3.

Release notes

Sourced from textlint-rule-max-ten's releases.

v4.0.3

Bug Fixes

  • Use tokenize instead of getTokenizer (#16) (65dc1a4)

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

#11

... (truncated)

Commits
  • 31b839d 4.0.3
  • 65dc1a4 fix: Use tokenize instead of getTokenizer (#16)
  • 8730de0 Merge pull request #13 from textlint-ja/2021.04.25-githook
  • 756867a Rename all .githook files to .githooks [shepherd]
  • 9836ecc 4.0.2
  • a93020b Update README
  • d3d2c68 fix: 名詞同士の比較で、括弧記号はスキップするように変更
  • 4872a6d 4.0.1
  • 6a3a89b chore: remove config
  • 6fab9ba fix: fix wrong position report
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
kubosho commented 1 year ago

:tada: This PR is included in version 3.0.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: