-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bump markdown-link-check from 3.11.2 to 3.12.1 #468
Bump markdown-link-check from 3.11.2 to 3.12.1 #468
Conversation
Bumps [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.11.2 to 3.12.1. - [Release notes](https://github.com/tcort/markdown-link-check/releases) - [Changelog](https://github.com/tcort/markdown-link-check/blob/master/CHANGELOG.md) - [Commits](tcort/markdown-link-check@v3.11.2...v3.12.1) --- updated-dependencies: - dependency-name: markdown-link-check dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Putting on hold due to a regression (tcort/markdown-link-check#304). There are now spurious link check failures for every internal fragment link to an auto-generated fragment from a heading:
ERROR: 4 dead links found in ./docs/contributor-guide/pull-requests.md !
[✖] #commit-guidelines → Status: [40](https://github.com/arduino/tooling-project-assets/actions/runs/8242853242/job/22542474543?pr=468#step:5:41)4
[✖] #3-clone → Status: 404
[✖] #enabling-ci-in-your-fork → Status: 404
[✖] #commit-message → Status: 404
[✖] #testing-pre-release → Status: 404
ERROR: 1 dead links found in ./docs/contributor-guide/beta-testing.md !
ERROR: 1 dead links found in ./workflow-templates/deploy-mkdocs-versioned-poetry.md !
[✖] #setup → Status: 404
ERROR: 1 dead links found in ./other/installation-script/installation.md !
[✖] #download → Status: 404
[✖] #testing-pre-release → Status: 404
ERROR: 1 dead links found in ./documentation-templates/contributor-guide/other/contributor-guide/beta-testing.md !
[✖] #commit-guidelines → Status: 404
ERROR: 4 dead links found in ./documentation-templates/contributor-guide/general/contributor-guide/pull-requests.md !
[✖] #3-clone → Status: 404
[✖] #enabling-ci-in-your-fork → Status: 404
[✖] #commit-message → Status: 404
ERROR: 1 dead links found in ./documentation-templates/contributor-guide/application/contributor-guide/beta-testing.md !
[✖] #testing-nightly-build → Status: 404
task: Failed to run task "markdown:check-links": exit status 1
Previously, these links were validated.
It is possible to work around this by adding ^#
to ignorePatterns[*].pattern
in the .markdown-link-check.json
configuration file, as it was necessary to do in other projects that have internal fragment links to HTML-based anchors (e.g., [foo](#foo)
-> <a name="foo"></a>
) due to markdown-link-checks lack of recognition for those anchors (e.g., arduino/arduino-cli#1692), but in projects that don't have any of those unsupported internal links adding that ignore pattern since validation of fragment links is beneficial.
Superseded by #489. |
Bumps markdown-link-check from 3.11.2 to 3.12.1.
Release notes
Sourced from markdown-link-check's releases.
Changelog
Sourced from markdown-link-check's changelog.
Commits
c8c394c
3.12.1a069e7d
chore(CHANGELOG): prepare for new release6a832ab
Merge pull request #302 from CanadaHonk/fix-29762c5336
Merge pull request #295 from dklimpel/bump_node-1c6a3737
Merge pull request #296 from dklimpel/fix-ci-ipv4first641b837
fix: fix crash #297fcdbb5f
Setipv4first
for tests in CI3d64967
Bump node for release38bbdf7
Bump node in CI1a97f22
3.12.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)