-
Notifications
You must be signed in to change notification settings - Fork 285
build(deps): bump DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0 #3918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0 #3918
Conversation
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 19.1.0 to 20.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@05f3221...992badc) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
this addresses errors observed by dependabot when upgrading to the latest version of `markdownlint`. there is a new lint, added in DavidAnson/markdownlint#1459, that introduces forbidden link text to discourage generic `here` text in links. this fixes sentences that included a link labeled "here". * #3918 * https://github.com/linkerd/linkerd2-proxy/actions/runs/15043224730/job/42279610780?pr=3918 * https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md * DavidAnson/markdownlint#1459 * DavidAnson/markdownlint#681 ``` Summary: 3 error(s) Error: docs/FUZZING.md:17:13 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md Error: docs/FUZZING.md:100:2 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md Error: README.md:90:2 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md Error: Failed with exit code: 1 ``` Signed-off-by: katelyn martin <[email protected]>
|
superseded by #3923. |
Pull request was closed
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
this addresses errors observed by dependabot when upgrading to the latest version of `markdownlint`. there is a new lint, added in DavidAnson/markdownlint#1459, that introduces forbidden link text to discourage generic `here` text in links. this fixes sentences that included a link labeled "here". * #3918 * https://github.com/linkerd/linkerd2-proxy/actions/runs/15043224730/job/42279610780?pr=3918 * https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md * DavidAnson/markdownlint#1459 * DavidAnson/markdownlint#681 ``` Summary: 3 error(s) Error: docs/FUZZING.md:17:13 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md Error: docs/FUZZING.md:100:2 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md Error: README.md:90:2 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md Error: Failed with exit code: 1 ``` Signed-off-by: katelyn martin <[email protected]>
* chore(docs): address `no-generic-link-test` lint (#3923) this addresses errors observed by dependabot when upgrading to the latest version of `markdownlint`. there is a new lint, added in DavidAnson/markdownlint#1459, that introduces forbidden link text to discourage generic `here` text in links. this fixes sentences that included a link labeled "here". * #3918 * https://github.com/linkerd/linkerd2-proxy/actions/runs/15043224730/job/42279610780?pr=3918 * https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md * DavidAnson/markdownlint#1459 * DavidAnson/markdownlint#681 ``` Summary: 3 error(s) Error: docs/FUZZING.md:17:13 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md Error: docs/FUZZING.md:100:2 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md Error: README.md:90:2 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md Error: Failed with exit code: 1 ``` Signed-off-by: katelyn martin <[email protected]> * build(deps): bump DavidAnson/markdownlint-cli2-action (#3923) Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 19.1.0 to 20.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@05f3221...992badc) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: katelyn martin <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0.
Commits
992badcUpdate to version 20.0.0.fafa44cUpdate dependency: markdownlint-cli2 to 0.18.1.052b336Bump eslint-plugin-n from 17.17.0 to 17.18.0e0b0869Bump eslint-plugin-unicorn from 59.0.0 to 59.0.196cc313Bump@eslint/jsfrom 9.25.1 to 9.26.066095aaBump eslint from 9.25.1 to 9.26.051af1d1Bump eslint-plugin-unicorn from 58.0.0 to 59.0.081f6304Bump@eslint/jsfrom 9.25.0 to 9.25.1e2c95fbBump eslint from 9.25.0 to 9.25.19f58cc3Bump@eslint/jsfrom 9.24.0 to 9.25.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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)