sourcegraph / handbook

πŸ“˜ The Sourcegraph handbook
https://handbook.sourcegraph.com
Apache License 2.0
150 stars 111 forks source link

chore(deps): update dependency markdown-link-check to ^3.12.2 #8950

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
markdown-link-check ^3.8.7 -> ^3.12.2 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

tcort/markdown-link-check (markdown-link-check) ### [`v3.12.2`](https://togithub.com/tcort/markdown-link-check/releases/tag/v3.12.2) [Compare Source](https://togithub.com/tcort/markdown-link-check/compare/v3.12.1...v3.12.2) #### What's Changed - fix status badge in README by [@​dklimpel](https://togithub.com/dklimpel) in [https://github.com/tcort/markdown-link-check/pull/303](https://togithub.com/tcort/markdown-link-check/pull/303) - enable skipped tests for hash links by [@​dklimpel](https://togithub.com/dklimpel) in [https://github.com/tcort/markdown-link-check/pull/306](https://togithub.com/tcort/markdown-link-check/pull/306) - chore(deps): bump actions/setup-node from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/tcort/markdown-link-check/pull/300](https://togithub.com/tcort/markdown-link-check/pull/300) - chore: Upgrade to ESLint 9 by [@​nschonni](https://togithub.com/nschonni) in [https://github.com/tcort/markdown-link-check/pull/318](https://togithub.com/tcort/markdown-link-check/pull/318) - Check GitHub markdown section links by [@​rkitover](https://togithub.com/rkitover) in [https://github.com/tcort/markdown-link-check/pull/312](https://togithub.com/tcort/markdown-link-check/pull/312) - docs: add example for GitLab pipeline by [@​dklimpel](https://togithub.com/dklimpel) in [https://github.com/tcort/markdown-link-check/pull/309](https://togithub.com/tcort/markdown-link-check/pull/309) - ci: Use matrix for cross-OS testing by [@​nschonni](https://togithub.com/nschonni) in [https://github.com/tcort/markdown-link-check/pull/307](https://togithub.com/tcort/markdown-link-check/pull/307) - chore(deps): bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/tcort/markdown-link-check/pull/301](https://togithub.com/tcort/markdown-link-check/pull/301) - chore(deps): bump commander from 10.0.1 to 12.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/tcort/markdown-link-check/pull/322](https://togithub.com/tcort/markdown-link-check/pull/322) - chore(deps-dev): bump eslint from 8.57.0 to 9.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/tcort/markdown-link-check/pull/321](https://togithub.com/tcort/markdown-link-check/pull/321) - chore(deps-dev): bump mocha from 10.3.0 to 10.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/tcort/markdown-link-check/pull/311](https://togithub.com/tcort/markdown-link-check/pull/311) - chore(deps-dev): bump express from 4.18.3 to 4.19.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/tcort/markdown-link-check/pull/308](https://togithub.com/tcort/markdown-link-check/pull/308) - chore(deps-dev): bump express from 4.18.3 to 4.19.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/tcort/markdown-link-check/pull/310](https://togithub.com/tcort/markdown-link-check/pull/310) #### New Contributors - [@​rkitover](https://togithub.com/rkitover) made their first contribution in [https://github.com/tcort/markdown-link-check/pull/312](https://togithub.com/tcort/markdown-link-check/pull/312) **Full Changelog**: https://github.com/tcort/markdown-link-check/compare/v3.12.1...v3.12.2 ### [`v3.12.1`](https://togithub.com/tcort/markdown-link-check/blob/HEAD/CHANGELOG.md#Version-3121) [Compare Source](https://togithub.com/tcort/markdown-link-check/compare/v3.12.0...v3.12.1) - fix: fix crash [#​297](https://togithub.com/tcort/markdown-link-check/issues/297) [@​CanadaHonk](https://togithub.com/CanadaHonk) - Set `ipv4first` for tests in CI [@​dklimpel](https://togithub.com/dklimpel) - Bump node for release [@​dklimpel](https://togithub.com/dklimpel) ### [`v3.12.0`](https://togithub.com/tcort/markdown-link-check/blob/HEAD/CHANGELOG.md#Version-3120) [Compare Source](https://togithub.com/tcort/markdown-link-check/compare/v3.11.2...v3.12.0) - feat: add basic ignore subpaths argument [@​CanadaHonk](https://togithub.com/CanadaHonk) - feat: add global option to replacementPatterns [@​CanadaHonk](https://togithub.com/CanadaHonk) - refactor: replace url.parse with new URL [@​CanadaHonk](https://togithub.com/CanadaHonk) - docs: update readme to be clearer for projectBaseUrl opt [@​nwcm](https://togithub.com/nwcm) - feat: Add support to load md files via proxy [@​dklimpel](https://togithub.com/dklimpel) - chore: upgrade dependencies ### [`v3.11.2`](https://togithub.com/tcort/markdown-link-check/blob/HEAD/CHANGELOG.md#Version-3112) [Compare Source](https://togithub.com/tcort/markdown-link-check/compare/v3.11.1...v3.11.2) - chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 ([@​dependabot](https://togithub.com/dependabot)) - fixed the error when there is no --config option ([@​mkusaka](https://togithub.com/mkusaka)) - chore(deps): bump commander from 10.0.0 to 10.0.1 ([@​dependabot](https://togithub.com/dependabot)) - Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) ([@​elgohr](https://togithub.com/elgohr)) - chore: upgrade dependencies ([@​tcort](https://togithub.com/tcort)) ### [`v3.11.1`](https://togithub.com/tcort/markdown-link-check/blob/HEAD/CHANGELOG.md#Version-3111) [Compare Source](https://togithub.com/tcort/markdown-link-check/compare/v3.11.0...v3.11.1) - fix:Config-file-and-others-options-ignored ([@​kevinvalleau](https://togithub.com/kevinvalleau)) - chore(deps-dev): bump eslint from 8.35.0 to 8.38.0 ([@​dependabot](https://togithub.com/dependabot)) ### [`v3.11.0`](https://togithub.com/tcort/markdown-link-check/blob/HEAD/CHANGELOG.md#Version-3110) [Compare Source](https://togithub.com/tcort/markdown-link-check/compare/v3.10.3...v3.11.0) - tests: add test for link to a header with special character [#​227](https://togithub.com/tcort/markdown-link-check/issues/227) ([@​kayman-mk](https://togithub.com/kayman-mk)) - fix: make --quiet flag only output errors [#​230](https://togithub.com/tcort/markdown-link-check/issues/230) ([@​tcrasset](https://togithub.com/tcrasset)) - feat: Add CLI arg for projectBaseUrl [#​232](https://togithub.com/tcort/markdown-link-check/issues/232) ([@​pvallone](https://togithub.com/pvallone)) - chore: Add Dependabot for version updates [#​234](https://togithub.com/tcort/markdown-link-check/issues/234) ([@​nschonni](https://togithub.com/nschonni)) - ci: Add current Node versions to matrix build [#​235](https://togithub.com/tcort/markdown-link-check/issues/235) ([@​nschonni](https://togithub.com/nschonni)) - ci: Remove disabled Docker workflow [#​242](https://togithub.com/tcort/markdown-link-check/issues/242) ([@​nschonni](https://togithub.com/nschonni)) - chore: Convert JSHint to ESLint [#​243](https://togithub.com/tcort/markdown-link-check/issues/243) ([@​nschonni](https://togithub.com/nschonni)) - ci: Use array for release type schema [#​244](https://togithub.com/tcort/markdown-link-check/issues/244) ([@​nschonni](https://togithub.com/nschonni)) - docs: Add how to run as pre-commit to README [#​245](https://togithub.com/tcort/markdown-link-check/issues/245) ([@​vorburger](https://togithub.com/vorburger)) - chore: upgrade dependencies ([@​tcort](https://togithub.com/tcort)) - fix: broken link in `README.md` ([@​tcort](https://togithub.com/tcort))

Configuration

πŸ“… Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 4 months ago

[!WARNING] As we're migrating to Notion, we want to make sure that changes to the handbook are absolutely necessary. To ensure it is the case, it's now mandatory to get an approving review to merge a pull request.

Examples

Sourcegraphers: Reach out to #wg-notion if you have any question.

netlify[bot] commented 4 months ago

Deploy Preview for sourcegraph-handbook ready!

Name Link
Latest commit 472b222353102757bb41146fa3ccbd8928417bf5
Latest deploy log https://app.netlify.com/sites/sourcegraph-handbook/deploys/665b5a38b4c9d3000871494b
Deploy Preview https://deploy-preview-8950--sourcegraph-handbook.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

renovate[bot] commented 4 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

github-actions[bot] commented 3 months ago

Hey there! It looks like this pull request has been sitting for a long time. Keep in mind that when you make a pull request, the change doesn't actually go live until you merge the pull request. This needs to be done by you (the pull request author) as soon as you feel like you got the appropriate amount of review/approvals that make you confident with the change. For example: adding yourself to the team page doesn't require anyone's review and you can merge directly, while when proposing a change to your team's processes you'll probably want to get your team's review (and need to request review from your team explicitly, so they get notified).

Please see whether you want to merge this pull request, close it and discard the change, or remind the people you would like review from.

You can find more help on our Editing the handbook handbook page.

Thank you! \(^-^)/

github-actions[bot] commented 3 months ago

Since there were no updates in the past 7 days, this pull request is being automatically closed. If this is a mistake, you can simply click the Reopen button to reopen the pull request.

Thank you! \(^-^)/

renovate[bot] commented 3 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^3.12.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.