textlint-rule / textlint-rule-prh

textlint rule for prh.
MIT License
82 stars 6 forks source link

Update prh to the latest version 🚀 #16

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 4.0.0 of prh just got published.

Dependency prh
Current Version 3.1.1
Type dependency

The version 4.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of prh. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 19 commits.

  • d53d4b8 chore(prh): bump version & generate CHANGELOG.md
  • e2c33dc fix(prh): CIのNode.jsバージョンを6系に変更
  • 96506ba docs(prh): v4用にREADME.mdを書き直し
  • 572963b chore(prh): rulesリポジトリを更新
  • f8a07a8 feat(prh): --replace で置き換えたファイルがある場合、stderrに置き換えたファイル名を出力するようにした
  • 83a09cc feat(prh): BREAKING CHANGE --report をデフォルトの挙動に変更 既存の挙動は --stdout に移動
  • a06cb99 chore(prh): diff表示のフォーマットをtscのエラー表示のフォーマットに寄せた
  • 5712985 chore(prh): package.json中の変更のあったURLを修正
  • 08d51dd chore(prh): mochaのtimeoutの指定はいらないはずなので削除
  • 3f227a0 chore(prh): power-assertを明示的に呼び出していたのをやめてintelli-espower-loaderに任せるように変更
  • a95f7c4 fix(prh): 差分作成処理で変化がない置き換えパターンが生成されていたのを修正
  • 24f734e fix(prh): prh:disable プラグマの挙動が意図と完全に逆になってたのを修正…
  • 9ffa09e feat(prh): --diff オプションの実装 unified diff形式で差分出力できるようにした
  • bef8ab0 feat(prh): --report オプションの実装
  • 1621b5f feat(prh): indexから行&列に変換するユーティリティを追加

There are 19 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 5.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 746bcf1 chore(prh): bump version & generate CHANGELOG.md
  • de16162 feat(prh): .npmignoreにCircle CIやtoolsを追加
  • 1a635e1 chore(prh): rulesを最新化
  • 88358e6 docs(prh): --verboseオプションについて記載を追加 校正ルールの探索ルールについても書いた
  • bffcef2 feat(prh): どのファイルがどの設定を元に動作しているかわからないとつらそうなので --verbose オプションを追加
  • 3a08ec1 feat(prh): --verify と他のオプションを組み合わせて実行できるように変更
  • 9f94875 feat(prh): BREAKING CHANGE --rules 指定なしの場合、処理対象ファイルから直近のprh.ymlを探索して使うように変更
  • 7b72efe feat(prh): getRuleFilePath を公開された関数として追加
  • 6ac2386 chore(prh): rulesの最新化

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 78c2273 chore(prh): bump version & generate CHANGELOG.md
  • 3e749dd refactor(prh): cli.tsでfromYamlFilePathsを使うように修正
  • df6679a feat(prh): 複数の設定ファイルから単一のEngineを作る fromYamlFilePaths 公開関数を追加

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 36f29ad chore(prh): bump version & generate CHANGELOG.md
  • b2f6fd2 fix(prh): 命名の一貫性が損なわれてたのを修正 fromYAMLFilePaths に変更

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 4736d8d chore(prh): bump version & generate CHANGELOG.md
  • eb5812b feat(prh): gitのsubmoduleをrulesからprh-rulesに移動
  • b34ee1d feat(prh): misc/prh.yml の内容をより実践ですぐ使える形式に変更
  • 717b7c1 feat(prh): Diffから変換後のnewTextを取得できるようにした

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • f1b8caa chore(prh): bump version & generate CHANGELOG.md
  • 4bcdeb8 feat(prh): EngineにsourcePathsプロパティを追加 どのファイルをソースにして生成されたかを保持する

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • b76faf4 chore(prh): bump version & generate CHANGELOG.md
  • 9cb0c79 feat(prh): 将来的な変更に備え、処理を非同期化したAPIを用意した
  • cd17abe feat(prh): 別のファイルをimportする時の挙動をある程度制御できるように変更 fixes #19
  • d6c5cf8 Merge branch 'azu-wordBoundary-and-regexp-like-strings'
  • 3ed2ebc refactor(prh): Rule#_patternToRegExp の処理の流れを簡素化 prhのspec確認のためのmisc/test.ymlを増やした
  • b52261f fix(prh): patternsとwordBoundaryを同時に指定した場合も\bを付加するように

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 7c019c3 chore(prh): bump version & generate CHANGELOG.md
  • 55cb83a fix(prh): --stdout を指定した時に余計な空行を末尾に追加していたのを修正 fixes #28
  • f3a2786 feat(prh): conventional-changelogの呼び出し方法を変えて脱grunt化した
  • e3639b9 docs(prh): README.mdにasciinemaで作ったデモを追加

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.4.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 2b574b9 chore(prh): bump version & generate CHANGELOG.md
  • 169d4f7 chore(prh): yarn.lockの更新
  • 72bc03b feat(rules): バンドルするルールの更新
  • dc61ede fix(prh): Diffの作成時に変換前と変換後が一致する場合、それをどのようなパターンでも結果から除外するように修正
  • 50dc73c chore(prh): typescript-formatter@6を試してみた

See the full diff

greenkeeper[bot] commented 7 years ago

Version 5.4.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 3b5b4ef chore(prh): bump version & generate CHANGELOG.md
  • 837c422 fix(prh): 検出したDiffの範囲に重複がある場合、重複したDiffを無視するようにした

See the full diff