Skip to content

Bump textlint-rule-preset-japanese from 4.0.4 to 6.0.1#38

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/textlint-rule-preset-japanese-6.0.1
Closed

Bump textlint-rule-preset-japanese from 4.0.4 to 6.0.1#38
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/textlint-rule-preset-japanese-6.0.1

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps textlint-rule-preset-japanese from 4.0.4 to 6.0.1.

Release notes

Sourced from textlint-rule-preset-japanese's releases.

v6.0.1

Republish for v6.0.0

Bug Fixes

v6.0.0

6.0.0 (2021-04-25)

📝 6.0.0ではいくつかのルールが追加されていなかったため、このリリース内容は6.0.1のものとなっています。

Summary

  • 更新されたルールは形態素解析するライブラリであるkuromojin@3への更新を含んでいます
    • 解析結果が改善されることで検知する範囲がより正確になります

更新されたルール

textlint-rule-max-ten to v4 (#51) (b3d655c)

READMEと実装がずれていたので、修正されています。

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

読点に「,」句点に「.」を使うオプションが追加されました。

    "max-ten": {
      // 読点として扱う文字
      "touten": ",",
      // 句点として扱う文字
      "kuten": "."
    }

textlint-rule-no-double-negative-ja to v2 (#52) (757b979)

"ないこともないでしょう"のような "特殊・ナイ"の判定に対応しています。

textlint-rule-no-doubled-joshi to v4 (#53) (9d79c9c)

... (truncated)

Commits
  • 28778f2 6.0.1
  • c770bb2 fix(deps): update rules
  • c8bb396 CI: fix prepare
  • 3914f3c chore: release v6.0.0 (#57)
  • 4d890ef chore(deps): update lock
  • 6b5c9df fix(deps): update dependency textlint-rule-no-mix-dearu-desumasu to v5 (#55)
  • 136f80d fix(deps): update dependency textlint-rule-no-dropping-the-ra to v3 (#54)
  • 9d79c9c fix(deps): update dependency textlint-rule-no-doubled-joshi to v4 (#53)
  • 757b979 fix(deps): update dependency textlint-rule-no-double-negative-ja to v2 (#52)
  • b3d655c fix(deps): update dependency textlint-rule-max-ten to v4 (#51)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Apr 27, 2021
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #46.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/textlint-rule-preset-japanese-6.0.1 branch July 6, 2021 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants