steins-git icon indicating copy to clipboard operation
steins-git copied to clipboard

chore(deps): update dependency textlint to v11.9.1

Open renovate[bot] opened this issue 5 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
textlint 11.5.0 -> 11.9.1 age adoption passing confidence

Release Notes

textlint/textlint

v11.9.1

Compare Source

Bug Fixes

v11.9.0

Compare Source

Features

For more details, See Ignoring Text · textlint

v11.8.3

Compare Source

Fixes
  • linter-formatter: escape XML control characters in ruleId (#​747) (2d1cc87)
Chores

v11.8.2

Compare Source

Fixes
  • getConfigBaseDir() return undefined when textlint --fix #​741
Chores

v11.8.1

Compare Source

Bug Fixes
  • deps: update dependency debug to ^4.2.0 (6db0ba9)
  • deps: update dependency debug to ^4.3.0 (9dea96a)
Chores
Features
  • source-code-fixer: add [@textlint](https://togithub.com/textlint)/source-code-fixer (#​736) (bf7235a)

v11.8.0

Compare Source

Bug Fixes
  • deps: update dependency debug to ^4.2.0 (6db0ba9)
  • deps: update dependency debug to ^4.3.0 (9dea96a)
Chores
Features
  • source-code-fixer: add [@textlint](https://togithub.com/textlint)/source-code-fixer (#​736) (bf7235a)

v11.7.7

Compare Source

Fixes

All Changes

v11.7.6

Compare Source

Bug Fixes
  • improve "module" supports (5ba5182)

textlint packages like @textlint/kernel support module field.

It allows npm package CDN service to provide an optimized package.

Example: https://cdn.skypack.dev/@​textlint/kernel

v11.7.5

Compare Source

Bug Fixes
  • "clean" command should remove tsconfig.module.tsbuildinfo (76ac72a)

v11.7.4

Compare Source

Bug Fixes

v11.7.3

Compare Source

v11.7.2

Compare Source

v11.7.1

Compare Source

textlint packages like @textlint/kernel support module field.

It allows npm package CDN service to provide an optimized package.

Example: https://cdn.skypack.dev/@​textlint/kernel

v11.7.0

Compare Source

v11.6.3

Compare Source

Fixes

textlint's markdown plugin(markdown-to-ast) create an invalid AST from following text:

* Below are the two types of parameters expected:

	* Type `String` called `code`
	* Type `boolean` called `accepted`

textlint reject invalid AST since 11.6.2.

This version fix to create valid AST.

Related Issue:

Code Refactoring
  • textlint: use promise instead of bluebird (218ce35)

v11.6.2

Compare Source

Fixes

textlint 11.6.2(includes @textlint/[email protected]) fix CRLF handling on text file(@textlint/textlint-plugin-text). Previously, textlint can not handle a text file that has CRLF new line correctly.

If you lint a text file that has CRLF new line, you will be affected this change.

v11.6.1

Compare Source

v11.6.0

Compare Source

Features
  • kernel: support prePrecess(): { text, ast } return value #​649 (16301d7)

11.60 allow plugin's preProcess method return { text: string, ast: TxtParentNode } object. It will help to create the plugin that handle binary file or require Intermediate text.

preProcess(text, filePath): TxtParentNode | { text: string; ast: TxtParentNode; }

For more details, see https://textlint.github.io/docs/plugin.html#processorext

  • textlint: Add configuration support for "textlint" field in package.json (#​644) (2ca0a37)

Support package.json's textlint field.

For mode details, see https://textlint.github.io/docs/configuring.html#configuration-files


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Jan 11 '20 00:01 renovate[bot]