textlint-ja / textlint-rule-preset-ja-technical-writing

技術文書向けのtextlintルールプリセット
https://textlint-ja.github.io/textlint-rule-preset-ja-technical-writing/
MIT License
441 stars 10 forks source link

fix(deps): update dependency textlint-rule-sentence-length to v3 #77

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
textlint-rule-sentence-length ^2.2.0 -> ^3.0.0 age adoption passing confidence

Release Notes

textlint-rule/textlint-rule-sentence-length ### [`v3.0.0`](https://togithub.com/textlint-rule/textlint-rule-sentence-length/releases/v3.0.0) [Compare Source](https://togithub.com/textlint-rule/textlint-rule-sentence-length/compare/2.2.0...v3.0.0) ##### Features - add `skipPatterns` and `skipUrlStringLink` options ([#​17](https://togithub.com/textlint-rule/textlint-rule-sentence-length/issues/17)) ([6ece8cd](https://togithub.com/textlint-rule/textlint-rule-sentence-length/commit/6ece8cd)) v3.0.0 allow following URL string link by default. Very long URL. You can configure it by `skipUrlStringLink` options. ##### BREAKING CHANGES - skip to count of url string link by default - Deprecated `exclusionPatterns` and use `skipPatterns` instead of it - Add `skipUrlStringLink` and Enable it by default #### Migration from v2 If you want to get the same behavior to v2, update the package and put the following settings. ```diff { "rules": { "sentence-length": { "max": 100, - "exclusionPatterns": [ + "skipPatterns": [ "/\\(.*\\)$\\./" ], + "skipUrlStringLink": false } } } ```

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

changeset-bot[bot] commented 3 years ago

🦋 Changeset detected

Latest commit: c4ce3e43f51108152a899e03002834f4e249035a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------------------------------- | ----- | | textlint-rule-preset-ja-technical-writing | Major |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR