Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 5, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
textlint ^11.3.1 -> ^15.0.0 age confidence

Release Notes

textlint/textlint (textlint)

v15.4.1

Compare Source

What's Changed

CI
Dependency Updates
Other Changes

New Contributors

Full Changelog: textlint/textlint@v15.4.0...v15.4.1

v15.4.0

Compare Source

What's Changed

Features
Dependency Updates

Full Changelog: textlint/textlint@v15.3.0...v15.4.0

v15.3.0

Compare Source

What's Changed

Features
CI
Dependency Updates

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

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

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 force-pushed the renovate/textlint-15.x branch from b398a37 to 0e909a5 Compare July 27, 2025 12:07
@renovate renovate bot force-pushed the renovate/textlint-15.x branch 2 times, most recently from 4327ec2 to dccddc6 Compare August 15, 2025 19:45
@renovate renovate bot force-pushed the renovate/textlint-15.x branch from dccddc6 to e5430da Compare August 21, 2025 04:05
@renovate renovate bot force-pushed the renovate/textlint-15.x branch from e5430da to 634319f Compare September 1, 2025 11:30
@renovate renovate bot force-pushed the renovate/textlint-15.x branch from 634319f to 396536b Compare September 26, 2025 04:03
@renovate renovate bot force-pushed the renovate/textlint-15.x branch from 396536b to 8e35756 Compare October 12, 2025 06:46
@renovate renovate bot force-pushed the renovate/textlint-15.x branch from 8e35756 to e26f633 Compare October 25, 2025 15:36
@renovate renovate bot force-pushed the renovate/textlint-15.x branch 2 times, most recently from 0a5fc84 to c214853 Compare November 19, 2025 18:58
@renovate renovate bot force-pushed the renovate/textlint-15.x branch from c214853 to 30533c5 Compare December 3, 2025 08:14
@renovate renovate bot force-pushed the renovate/textlint-15.x branch from 30533c5 to 154c2e3 Compare December 4, 2025 23:37
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.

1 participant