这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
textlint ^14.8.4 -> ^15.0.0 age adoption passing confidence

Release Notes

textlint/textlint (textlint)

v15.2.3

Compare Source

What's Changed

This releases support npm Trusted Publishing.

https://www.npmjs.com/package/textlint

image
Documentation
Refactoring
CI
Dependency Updates
Other Changes

Full Changelog: textlint/textlint@v15.2.2...v15.2.3

v15.2.2

Compare Source

What's Changed

Bug Fixes
Documentation
Maintenance
CI
Dependency Updates
Other Changes

New Contributors

Full Changelog: textlint/textlint@v15.2.1...v15.2.2

v15.2.1

Compare Source

What's Changed

Bug Fixes
  • fix(kernel): add browser compatibility for timing utility by @​azu in #​1663
Documentation
  • docs: add Claude Code setup instructions to MCP documentation by @​azu in #​1652
CI
Dependency Updates
Other Changes
  • feat(mcp): add debug logging support for MCP server by @​azu in #​1636

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

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
  • refactor(mcp): improve test structure and add configuration options by @​azu in #​1630
  • test(mcp): add comprehensive tests for createStructuredErrorResponse by @​azu in #​1633
CI
Dependency Updates

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

v15.1.1

Compare Source

What's Changed

Features
  • feat(mcp): add detailed descriptions to Zod schemas for better API documentation by @​azu in #​1613
Bug Fixes
  • fix(mcp): allow additional properties in TextlintMessage schema by @​azu in #​1623
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
  • fix: preserve preset severity settings when user provides true config by @​azu in #​1607
Documentation
Testing
CI
Dependency Updates
Other Changes

New Contributors

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

v15.0.1

Compare Source

What's Changed

Bug Fixes
  • fix: Remove 'module' field from packages with type=commonjs to fix webpack compatibility by @​azu in #​1588
Refactoring

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

v15.0.0

Compare Source

🎉 Release Notes

For detailed information about textlint v15.0.0, including migration guides and new features, see the comprehensive release notes:


What's Changed

Breaking Changes
Features
  • feat(mcp): implement Phase 1 improvements - structured output, outputSchema, and error handling by @​azu in #​1564
Refactoring
Dependency Updates
Other Changes

Full Changelog: textlint/textlint@v14.8.4...v15.0.0


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 renovate bot added the renovate label Nov 1, 2025
@coderabbitai
Copy link

coderabbitai bot commented Nov 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@YasushiKobayashi YasushiKobayashi merged commit c475528 into main Nov 1, 2025
5 checks passed
@YasushiKobayashi YasushiKobayashi deleted the renovate/textlint-15.x branch November 1, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants