Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 24, 2023

This PR contains the following updates:

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

Release Notes

textlint/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://redirect.github.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://redirect.github.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](https://redirect.github.com/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: Support "module" filed

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](https://redirect.github.com/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/text-to-ast@3.1.7) 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

v11.5.0

Compare Source

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

For more details, see https://github.com/textlint/textlint/tree/master/examples/config-in-package-json.

Thanks to @​trevordmiller

Tests
  • textlint: add text for package.json's "textlint" (#​645) (f1a1ca3)

v11.4.0

Compare Source

Features
  • textlint: experimental support --parallel and --max-concurrency (ef53631)

This feature depended on Node.js's Worker Threads.

--parallel linting example.

$ textlint --parallel --experimental "docs/*.md"

This is experimental feature.
Please create an issue, if you found some issue.

Related issue: Parallel linting #​633


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

@renovate renovate bot force-pushed the renovate/textlint-11.x-lockfile branch from cd2ea4b to bfbc1c4 Compare January 25, 2025 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants