Skip to content

feat: upgrade lint-md core to 2.3.0 - #25

Merged
luojiyin1987 merged 2 commits into
mainfrom
agent/upgrade-lint-md-core-2-3
Aug 8, 2026
Merged

feat: upgrade lint-md core to 2.3.0#25
luojiyin1987 merged 2 commits into
mainfrom
agent/upgrade-lint-md-core-2-3

Conversation

@luojiyin1987

Copy link
Copy Markdown
Contributor

What changed

  • Upgrade @lint-md/core from 2.1.2 to 2.3.0.
  • Update the bundled Action output.
  • Use the exported LintReportItem type.
  • Add tests for the three new rules.
  • Document rule severity behavior.
  • Bump the Action version to 0.3.0.

Why

Core 2.3.0 adds three rules and improves source mapping.
The Action must bundle the current Core release.

User impact

Users can enable the new Core rules in Action configuration.
README examples now use lint-md/github-action@v0.3.0.

Checks

  • npm test -- --runInBand
  • npm run typecheck
  • npm run lint
  • npm run build
  • npm pack --dry-run
  • git diff --check

Closes #24

Update the bundled Core dependency and document the new rules.
Bump the Action version to 0.3.0.

Refs #24
@luojiyin1987
luojiyin1987 marked this pull request as ready for review August 8, 2026 09:12
Show warnings even when they do not fail the Action.
Make CI rebuild dist and reject stale bundled output.

Refs #24
@luojiyin1987
luojiyin1987 merged commit e6728fa into main Aug 8, 2026
3 checks passed
@luojiyin1987
luojiyin1987 deleted the agent/upgrade-lint-md-core-2-3 branch August 8, 2026 09:22
@luojiyin1987
luojiyin1987 restored the agent/upgrade-lint-md-core-2-3 branch August 8, 2026 09:22
@luojiyin1987
luojiyin1987 deleted the agent/upgrade-lint-md-core-2-3 branch August 8, 2026 09:22
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.

Upgrade @lint-md/core to 2.3.0

1 participant