8000 fix(deps): update textlint to v15.2.0 by renovate[bot] · Pull Request #31 · textlint/astexplorer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(deps): update textlint to v15.2.0 #31

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

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

Conversation

renovate[bot]
Copy link
@renovate renovate bot commented Jun 29, 2025

This PR contains the following updates:

Package Change Age Confidence
@textlint/kernel (source) 15.0.1 -> 15.2.0 age confidence
@textlint/markdown-to-ast (source) 15.0.1 -> 15.2.0 age confidence
@textlint/text-to-ast (source) 15.0.1 -> 15.2.0 age confidence
@textlint/textlint-plugin-markdown (source) 15.0.1 -> 15.2.0 age confidence
@textlint/textlint-plugin-text (source) 15.0.1 -> 15.2.0 age confidence

Release Notes

textlint/textlint (@​textlint/kernel)

v15.2.0

Compare Source

What's Changed

🎉 MCP (Model Context Protocol) Enhancements

New: CLI Flag Support with --mcp
Starting with v15.2.0, you can now combine the --mcp flag with other CLI arguments for enhanced flexibility:

### Use specific config with MCP server
npx textlint --mcp --config .textlintrc.dev.json

### Combine with quiet mode 
npx textlint --mcp --quiet

### Multiple options together
npx textlint --mcp --config .textlintrc.dev.json --quiet --ignore-path .textlintignore.dev

Supported CLI Flags:

  • --config <path>: Custom configuration file
  • --ignore-path <path>: Custom .textlintignore file
  • --quiet: Report errors only
  • --rules-base-directory <path>: Custom node_modules directory

📖 Documentation: https://textlint.org/docs/mcp

Features
Testing
CI
Dependency Updates

Full Changelog: textlint/textlint@v15.1.1...v15.2.0

v15.1.1

Compare Source

What's Changed

Features
Bug Fixes
Refactoring
CI
Dependency Updates
Other Changes

Full Changelog: textlint/textlint@v15.1.0...v15.1.1

v15.1.0

Compare Source

What's Changed

Key Features

This release includes two major improvements to textlint's severity system and configuration handling:

1. New info Severity Level (PR #​1610)

We've implemented proper support for the info severity level, which provides more flexible linting for informational messages that are less critical than warnings.

Background: Previously, info had the same value as none (0), causing confusion. Now info has its own distinct value (3) and is properly supported across all formatters.

Use Case: This is particularly useful for AI-assisted writing rules, such as those in textlint-ja/textlint-rule-preset-ai-writing, which provides LLM-oriented rules for guidelines. These rules can be somewhat broad and may produce false positives if used as errors, but when reported as info, they provide more flexible feedback for AI agents and human writers.

Severity Levels:

  • none: 0 - Disabled
  • warning: 1 - Warning (yellow)
  • error: 2 - Error (red)
  • info: 3 - Informational (green)

Example Usage:

{
  "rules": {
    "my-rule": {
      "severity": "info"  // Now properly displays as green "info" 
    }
  }
}
2. Fixed Preset Severity Preservation (PR #​1607)

Fixed an issue where preset-defined severity settings were lost when users provided partial rule configuration in their .textlintrc file.

Problem: When using a preset that defined severity levels for rules, those settings were completely lost if users added any custom options for those rules.

Solution: Implemented a clear priority system where user configuration completely overrides preset configuration when provided (no merging), making behavior predictable and consistent.

Related Issues: Fixes #​1608, #​1606

Features
Bug Fixes
Documentation
Testing
CI
Dependency Updates
Other Changes

New Contributors

Full Changelog: textlint/textlint@v15.0.1...v15.1.0


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

8000

@renovate renovate bot force-pushed the renovate/textlint branch from 2614309 to 70a519c Compare July 3, 2025 19:50
@renovate renovate bot changed the title fix(deps): update textlint to v15.1.0 fix(deps): update textlint to v15.1.1 Jul 3, 2025
@renovate renovate bot force-pushed the renovate/textlint branch from 70a519c to eba6a99 Compare July 6, 2025 00:47
@renovate renovate bot changed the title fix(deps): update textlint to v15.1.1 fix(deps): update textlint to v15.2.0 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/textlint branch from eba6a99 to f1f6512 Compare July 6, 2025 01:44
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
0