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-ja-no-redundant-expression from 2.0.0 to 4.0.1 #277

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps textlint-rule-ja-no-redundant-expression from 2.0.0 to 4.0.1.

Release notes

Sourced from textlint-rule-ja-no-redundant-expression's releases.

v4.0.1

Fixes

v4.0.0

Summary

Update to kuromojin@3 and improve analysis.

Fixes

v3.0.2

No release notes provided.

3.0.1

Bug Fixes

  • rule: Codeをデフォルトで無視するように (a25e415)

3.0.0

Summary

  • ルールがより一般的な表現にマッチするようになりました(今までは特定の単語にマッチする範囲を限定していました)
  • "[サ変名詞]を行う""[サ変名詞]を実行"を冗長な表現として認識する辞書が追加されました。
  • それぞれの辞書(dict1からdict6)を無効化や例外表現をオプションとして指定できるようになりました

Thanks to @​shirayu

Features

  • rule: より一般的なルールに変更・追加 #6
  • rule: 読点の挿入,"可能"の類似表現に対応 #11
  • rule: allowNodeTypes オプションを追加 #13
  • rule: add "disabled" and "allows" for each dict item #15

v2からv3へのマイグレーション

検出できる対象が増えるので、おそらくv2からv3へアップデートすると検出できるエラーが増えると思います。

... (truncated)

Commits
  • 3f62a6f 4.0.1
  • 6daf818 chore: remove husky
  • 061a60b chore(deps): update dependencies
  • 9533289 Merge pull request #32 from mongolyy/fix-dict1
  • 9693387 dict1の推奨の変更方法を修正する
  • 0fdc169 Merge pull request #31 from textlint-ja/dependabot/npm_and_yarn/path-parse-1.0.7
  • e039346 chore(deps): bump path-parse from 1.0.6 to 1.0.7
  • 80897ff Merge pull request #30 from textlint-ja/2021.04.25-githook-textlint-ja
  • 06ff335 Rename .githook to .githooks [shepherd]
  • 8c292e5 Update README
  • 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.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: