Skip to content

chore: bump eslint-markdown to 0.5.0#1463

Merged
lumirlumir merged 2 commits intomainfrom
chore/bump-eslint-markdown
Feb 16, 2026
Merged

chore: bump eslint-markdown to 0.5.0#1463
lumirlumir merged 2 commits intomainfrom
chore/bump-eslint-markdown

Conversation

@lumirlumir
Copy link
Collaborator

@lumirlumir lumirlumir commented Feb 16, 2026

This pull request makes minor updates to the workflow configuration and development dependencies. The workflow for text linting is expanded to include package.json as a trigger, and the eslint-markdown dependency is updated to a newer version.

  • Workflow Configuration Updates:

    • The .github/workflows/textlint_lint.yml workflow now also triggers on changes to package.json, in addition to the existing paths.
  • Dependency Updates:

    • Upgraded the eslint-markdown package in package.json from version ^0.1.0-canary.12 to ^0.5.0.

Copilot AI review requested due to automatic review settings February 16, 2026 15:21
@vercel
Copy link

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ko-react-dev Building Building Preview, Comment Feb 16, 2026 3:23pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ko-legacy-reactjs-org Ignored Ignored Preview Feb 16, 2026 3:23pm

Request Review

@github-actions
Copy link

github-actions bot commented Feb 16, 2026

Size changes

Details

📦 Next.js Bundle Analysis for undefined

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link
Contributor

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

This PR upgrades the eslint-markdown package from a pre-release canary version (0.1.0-canary.12) to a stable release (0.5.0). This is a routine dependency upgrade that moves from a pre-release to a stable version of the linting tool used for markdown files in the codebase. The upgrade also includes workflow improvements to trigger the lint job when dependencies change.

Changes:

  • Bumped eslint-markdown from ^0.1.0-canary.12 to ^0.5.0 in package.json and updated yarn.lock accordingly
  • Enhanced the textlint_lint.yml workflow to include package.json in the path filters, ensuring the workflow runs when dependencies are updated
  • Updated quote style from single to double quotes in the workflow path filters

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updated eslint-markdown version from ^0.1.0-canary.12 to ^0.5.0 in devDependencies
yarn.lock Updated lockfile entries for eslint-markdown with new version, resolved URL, and integrity hash
.github/workflows/textlint_lint.yml Added package.json to path filters and standardized quotes to double quotes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lumirlumir lumirlumir merged commit 1f17c69 into main Feb 16, 2026
6 checks passed
@lumirlumir lumirlumir deleted the chore/bump-eslint-markdown branch February 16, 2026 15:25
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