Skip to content

Conversation

azu
Copy link
Member

@azu azu commented Aug 11, 2025

Summary

  • Remove the mkdirp dependency from the textlint package as it is not being used anywhere in the codebase

Changes

  • Removed mkdirp from packages/textlint/package.json
  • Updated pnpm-lock.yaml to reflect the dependency removal

Test plan

  • Build all packages successfully (pnpm run build)
  • Linting passes (pnpm run lint)
  • CLI functionality verified (textlint --version)

Fixes #1686

🤖 Generated with Claude Code

Remove the mkdirp dependency from textlint package as it is not
being used anywhere in the codebase.

Fixes #1686

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@azu azu added the Type: Dependencies Dependency issues or Changes to dependency files label Aug 11, 2025
@azu azu marked this pull request as ready for review August 11, 2025 12:47
@Copilot Copilot AI review requested due to automatic review settings August 11, 2025 12:47
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Removes an unused dependency from the textlint package to clean up the dependency tree and reduce bundle size.

  • Removed mkdirp dependency from packages/textlint/package.json
  • Updated lock file to reflect the dependency removal
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@azu azu merged commit c59c83a into master Aug 11, 2025
21 checks passed
@azu azu deleted the remove-mkdirp branch August 11, 2025 12:47
@github-actions github-actions bot mentioned this pull request Aug 20, 2025
azu added a commit that referenced this pull request Aug 20, 2025
<!-- Release notes generated using configuration in .github/release.yml
at master -->

## What's Changed
### Bug Fixes
* fix(textlint-tester): support empty string test cases by @kellyselden
in #1698
### Documentation
* docs: add filterRules parameter to TextlintKernelDescriptor by @k35o
in #1668
* docs: add GitHub Actions CI/CD integration examples by @azu in
#1671
* docs: fix typos in README by @azu in
#1681
* docs: clarify JSON comment support in configuration files by @azu in
#1690
### Maintenance
* chore: Node.js maintenance updates by @azu in
#1682
### CI
* chore(deps): update github/codeql-action action to v3.29.3 by
@renovate[bot] in #1672
* chore(deps): update github/codeql-action action to v3.29.5 by
@renovate[bot] in #1675
* chore(deps): update github/codeql-action action to v3.29.7 by
@renovate[bot] in #1679
* chore(deps): update actions/checkout action to v4.3.0 by
@renovate[bot] in #1695
* CI(create-release-pr): remove unneeded --yes by @azu in
#1699
* chore(deps): update github/codeql-action action to v3.29.9 by
@renovate[bot] in #1700
### Dependency Updates
* fix(deps): update dependency @modelcontextprotocol/sdk to ^1.16.0 by
@renovate[bot] in #1665
* chore(deps): update dependency eslint-config-prettier to ^10.1.8 by
@renovate[bot] in #1666
* chore(deps): update patch updates (patch) by @renovate[bot] in
#1667
* chore(deps): update eslint to ^8.38.0 (patch) by @renovate[bot] in
#1674
* fix(deps): update patch updates (patch) by @renovate[bot] in
#1676
* chore(deps): update dependency @eslint/js to ^9.32.0 by @renovate[bot]
in #1678
* fix(deps): update react monorepo to ^19.1.1 (patch) by @renovate[bot]
in #1677
* fix(deps): update minor updates (minor) by @renovate[bot] in
#1680
* chore(deps): update dependency lint-staged to ^16.1.4 by
@renovate[bot] in #1683
* chore(deps): remove unused unique-concat dependency by @azu in
#1687
* chore(deps): remove unused mkdirp dependency by @azu in
#1688
* chore(deps): update eslint to ^8.39.0 (minor) by @renovate[bot] in
#1691
* fix(deps): update dependency @modelcontextprotocol/sdk to ^1.17.2 by
@renovate[bot] in #1692
* chore(deps): update dependency lint-staged to ^16.1.5 by
@renovate[bot] in #1693
* chore(deps): update dependency @eslint/js to ^9.33.0 by @renovate[bot]
in #1694
* chore(deps): update eslint to ^8.39.1 (patch) by @renovate[bot] in
#1696
### Other Changes
* chore(deps): update node.js to v22.17.1 by @renovate[bot] in
#1660
* feat(website): make the entire sidebar hideable by @JamBalaya56562 in
#1669

## New Contributors
* @JamBalaya56562 made their first contribution in
#1669

**Full Changelog**:
v15.2.1...v15.2.2

Co-authored-by: azu <azu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Dependency issues or Changes to dependency files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove mkdirp
1 participant