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-no-doubled-joshi from 3.7.0 to 4.0.1 #279

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps textlint-rule-no-doubled-joshi from 3.7.0 to 4.0.1.

Release notes

Sourced from textlint-rule-no-doubled-joshi's releases.

v4.0.1

Bug Fixes

  • Use tokenize instead of getTokenizer (#39) (4baf1ef)

v4.0.0

Summary

Update to kuromojin@3 and improve analysis.

Fixes

CI

  • Move to GitHub Actions

v3.8.0

Bug Fixes

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

例:

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

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

3.7.2

Bug Fixes

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

3.7.1

Bug Fixes

... (truncated)

Commits
  • db68db8 4.0.1
  • 4baf1ef fix: Use tokenize instead of getTokenizer (#39)
  • 12729c4 test: add 「でも」テストケース
  • 97b4b2e Merge pull request #36 from textlint-ja/dependabot/npm_and_yarn/path-parse-1.0.7
  • 182a01c chore(deps): bump path-parse from 1.0.6 to 1.0.7
  • 5c74f59 chore: update comment
  • 70ce8e6 4.0.0
  • 9834912 fix(deps): update to kuromojin@3 (#35)
  • eaef736 chore(deps): update lock
  • 5be8449 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: