retina
retina copied to clipboard
deps: bump DavidAnson/markdownlint-cli2-action from 9 to 16
Bumps DavidAnson/markdownlint-cli2-action from 9 to 16.
Release notes
Sourced from DavidAnson/markdownlint-cli2-action's releases.
Update markdownlint version (markdownlint-cli2 v0.13.0, markdownlint v0.34.0).
No release notes provided.
Update markdownlint version (markdownlint-cli2 v0.12.1, markdownlint v0.33.0).
Update markdownlint version (markdownlint-cli2 v0.11.0, markdownlint v0.32.1), remove deprecated "command" input.
No release notes provided.
Update markdownlint version (markdownlint-cli2 v0.10.0, markdownlint v0.31.1).
No release notes provided.
Update markdownlint version (markdownlint-cli2 v0.9.2, markdownlint v0.30.0).
No release notes provided.
Update markdownlint version (markdownlint-cli2 v0.8.1, markdownlint v0.29.0), add "config" and "fix" inputs, deprecate "command" input.
No release notes provided.
Update markdownlint version (markdownlint-cli2 v0.7.1, markdownlint v0.28.2).
No release notes provided.
Update markdownlint version (markdownlint-cli2 v0.7.0, markdownlint v0.28.1), include link to rule information in title of annotations (clickable in GitHub).
No release notes provided.
Update markdownlint version (markdownlint-cli2 v0.6.0, markdownlint v0.27.0).
No release notes provided.
Update markdownlint version (markdownlint-cli2 v0.5.1, markdownlint v0.26.2).
No release notes provided.
Update markdownlint version (markdownlint-cli2 v0.4.0, markdownlint v0.25.1)
No release notes provided.
Commits
b4c9feaUpdate to version 16.0.0.349248fUpdate CONTRIBUTING.md to link to a more relevant (my own) blog post about ve...b22040aFreshen generated index.js file.d73fc7dBump markdownlint-cli2 from 0.12.1 to 0.13.04a035c1Bump eslint-plugin-unicorn from 51.0.1 to 52.0.03eeb58cFreshen generated index.js file.73e365cBump tj-actions/changed-files from 43 to 4460d6e1aBump tj-actions/changed-files from 42 to 4358bc1d1Freshen generated index.js file.1341c61Bump eslint from 8.56.0 to 8.57.0- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
looks like this introduces many more (failing) linting rules to markdownlint that we will need to address...
@rbtr My controversial opinion is that we should just remove this linter entirely. Those lines I've seen it flag have generally not been appropriate and nitpicking trivialities in nature. The substance of edits to markdown are what we really care about, and it's fairly easy to do so. These new violations are not appropriate either (e.g. line length is a judgement call in English--not a dogma).
I don't have a strong opinion here, but we need consensus. I do like some of the things it checks like line breaks around codeblocks and that your OLs are numbered correctly
Is it possible to put only the things we like on an allowlist?
It seems like yes, here's the list of rules: https://github.com/DavidAnson/markdownlint/blob/v0.32.1/README.md#rules--aliases The docs are...thorough, but lacking simple clear examples. Would need to dig through the samples in the markdownlint and markdownlint-cli2-action repos to understand what the config looks like
This PR will be closed in 7 days due to inactivity.
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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.