chore(deps): bump markdown-it and markdownlint-cli#50
chore(deps): bump markdown-it and markdownlint-cli#50dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) to 14.1.1 and updates ancestor dependency [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli). These dependencies need to be updated together. Updates `markdown-it` from 13.0.1 to 14.1.1 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@13.0.1...14.1.1) Updates `markdownlint-cli` from 0.37.0 to 0.47.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.37.0...v0.47.0) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.1.1 dependency-type: indirect - dependency-name: markdownlint-cli dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
PR SummaryMedium Risk Overview This also raises the effective Node engine requirements for the markdown linting toolchain to Written by Cursor Bugbot for commit 09718c8. This will update automatically on new commits. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "hastscript": "^7.2.0", | ||
| "isomorphic-fetch": "^3.0.0", | ||
| "markdownlint-cli": "^0.37.0", | ||
| "markdownlint-cli": "^0.47.0", |
There was a problem hiding this comment.
Node 18 CI incompatible with new Node >=20 dependency
High Severity
The bumped markdownlint-cli v0.47.0 and its dependency markdownlint v0.40.0 both require node >= 20, but all CI jobs in docs.yml (including lint-docs which runs markdownlint) use node-version: 18. This will cause the lint-docs job to fail at runtime. Several transitive dependencies (minimatch 10.x, balanced-match 4.x, jackspeak 4.x, string-width 8.x) also require Node 20+.


Bumps markdown-it to 14.1.1 and updates ancestor dependency markdownlint-cli. These dependencies need to be updated together.
Updates
markdown-itfrom 13.0.1 to 14.1.1Changelog
Sourced from markdown-it's changelog.
Commits
b4a9b6514.1.1 released4b4bbcaFixed perf regression in linkify-it wrapperd2782d8Add supplementary example-driven documentation (#1092)0fe7ccb14.1.0 releaseda367c44Fix typo in comments of text.mjs (#1015)7ad8179add changelog5e90063simplify logic in scanDelimsd7ce5ecMerge pull request #1009 from notriddle/spec-0.31.20bfc57dUpdate spec to 0.31.2cd24778Update to comply with spec 0.31.2Updates
markdownlint-clifrom 0.37.0 to 0.47.0Release notes
Sourced from markdownlint-cli's releases.
... (truncated)
Commits
76b3d32Bump version 0.47.0a846347Return exit code 0 when only warnings are present (fixes #177).bea81c4Update violation summary output to include severity.5174cacAdd output test for severity warning.dabfdb4Update JSON output test to include severity warning.7f9da43Fix outdated workflow status badge.20a2943Bump markdownlint from 0.39.0 to 0.40.09b4465eAdd explicit versioning to Docker entry points in .pre-commit-hooks.yaml so p...9745464Bump actions/checkout from 5 to 6c8fd500Bump version 0.46.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.