AlexRogalskiy / code-formats

🔣 Styled Code Formats API
https://styled-code-formats.vercel.app
GNU General Public License v3.0
5 stars 1 forks source link

:arrow_up: Updates remark-validate-links to v13 - autoclosed #974

Closed renovate[bot] closed 12 months ago

renovate[bot] commented 1 year ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remark-validate-links ^10.0.2 -> ^13.0.0 age adoption passing confidence

Release Notes

remarkjs/remark-validate-links (remark-validate-links) ### [`v13.0.0`](https://togithub.com/remarkjs/remark-validate-links/releases/tag/13.0.0) [Compare Source](https://togithub.com/remarkjs/remark-validate-links/compare/12.1.1...13.0.0) ##### Change - [`39c7e22`](https://togithub.com/remarkjs/remark-validate-links/commit/39c7e22) Change to require Node.js 16 **migrate**: update too - [`7c75796`](https://togithub.com/remarkjs/remark-validate-links/commit/7c75796) Change to use `exports` **migrate**: don’t use private APIs - [`c81c6ab`](https://togithub.com/remarkjs/remark-validate-links/commit/c81c6ab) Update `@types/mdast`, utilities, etc **migrate**: update too - [`323908a`](https://togithub.com/remarkjs/remark-validate-links/commit/323908a) [`7ac7d02`](https://togithub.com/remarkjs/remark-validate-links/commit/7ac7d02) Change to improve messages **migrate**: expect better messages **Full Changelog**: https://github.com/remarkjs/remark-validate-links/compare/12.1.1...13.0.0 ### [`v12.1.1`](https://togithub.com/remarkjs/remark-validate-links/releases/tag/12.1.1) [Compare Source](https://togithub.com/remarkjs/remark-validate-links/compare/12.1.0...12.1.1) ##### Fix - [`415557c`](https://togithub.com/remarkjs/remark-validate-links/commit/415557c) Fix inferring IDs of headings with HTML ##### Misc - [`09a3fdf`](https://togithub.com/remarkjs/remark-validate-links/commit/09a3fdf) Update `hosted-git-info` - [`38da293`](https://togithub.com/remarkjs/remark-validate-links/commit/38da293) Fix typo in docs by [@​CollierCZ](https://togithub.com/CollierCZ) in [https://github.com/remarkjs/remark-validate-links/pull/72](https://togithub.com/remarkjs/remark-validate-links/pull/72) **Full Changelog**: https://github.com/remarkjs/remark-validate-links/compare/12.1.0...12.1.1 ### [`v12.1.0`](https://togithub.com/remarkjs/remark-validate-links/releases/tag/12.1.0) [Compare Source](https://togithub.com/remarkjs/remark-validate-links/compare/12.0.0...12.1.0) - [`53b0c24`](https://togithub.com/remarkjs/remark-validate-links/commit/53b0c24) Add `url` to vfile messages by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/remarkjs/remark-validate-links/pull/71](https://togithub.com/remarkjs/remark-validate-links/pull/71) **Full Changelog**: https://github.com/remarkjs/remark-validate-links/compare/12.0.0...12.1.0 ### [`v12.0.0`](https://togithub.com/remarkjs/remark-validate-links/releases/tag/12.0.0) [Compare Source](https://togithub.com/remarkjs/remark-validate-links/compare/11.0.2...12.0.0) - [`8f58878`](https://togithub.com/remarkjs/remark-validate-links/commit/8f58878) Update `unified-engine`, `hosted-git-info` by [@​JounQin](https://togithub.com/JounQin) in [https://github.com/remarkjs/remark-validate-links/pull/69](https://togithub.com/remarkjs/remark-validate-links/pull/69) tiny chance of breaking: properly parses Yaml 1.2 tiny chance of breaking: matches modern Node in loading modules - [`d6420be`](https://togithub.com/remarkjs/remark-validate-links/commit/d6420be) Remove support for Node 12 by [@​JounQin](https://togithub.com/JounQin) in [https://github.com/remarkjs/remark-validate-links/pull/70](https://togithub.com/remarkjs/remark-validate-links/pull/70) **Full Changelog**: https://github.com/remarkjs/remark-validate-links/compare/11.0.2...12.0.0 ### [`v11.0.2`](https://togithub.com/remarkjs/remark-validate-links/releases/tag/11.0.2) [Compare Source](https://togithub.com/remarkjs/remark-validate-links/compare/11.0.1...11.0.2) - [`0489d13`](https://togithub.com/remarkjs/remark-validate-links/commit/0489d13) Add improved docs by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/remarkjs/remark-validate-links/pull/63](https://togithub.com/remarkjs/remark-validate-links/pull/63) **Full Changelog**: https://github.com/remarkjs/remark-validate-links/compare/11.0.1...11.0.2 ### [`v11.0.1`](https://togithub.com/remarkjs/remark-validate-links/releases/tag/11.0.1) [Compare Source](https://togithub.com/remarkjs/remark-validate-links/compare/11.0.0...11.0.1) - [`765b3f5`](https://togithub.com/remarkjs/remark-validate-links/commit/765b3f5) Fix slugging of headings w/ images ### [`v11.0.0`](https://togithub.com/remarkjs/remark-validate-links/releases/tag/11.0.0) [Compare Source](https://togithub.com/remarkjs/remark-validate-links/compare/10.0.4...11.0.0) - [`e88fecc`](https://togithub.com/remarkjs/remark-validate-links/commit/e88fecc) Use ESM ```js // From CommonJS var remarkValidateLinks = require('remark-validate-links') // To ESM import remarkValidateLinks from 'remark-validate-links' ``` Learn [more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) - [`b579e27`](https://togithub.com/remarkjs/remark-validate-links/commit/b579e27) Add JSDoc based types - [`a5677c0`](https://togithub.com/remarkjs/remark-validate-links/commit/a5677c0) Update dependencies

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

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

â™» Rebasing: Whenever PR is behind base branch, 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.

changelogg[bot] commented 1 year ago

Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:

    - (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```    
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)
viezly[bot] commented 1 year ago

Pull request by bot. No need to analyze

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
styled-code-formats ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 29, 2023 8:56pm
github-actions[bot] commented 1 year ago

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

github-actions[bot] commented 1 year ago

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.

github-actions[bot] commented 1 year ago

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

socket-security[bot] commented 1 year ago

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
eslint-config-prettier 6.15.0...8.10.0 None +44/-33 8.3 MB lydell
@typescript-eslint/eslint-plugin 4.15.1...5.62.0 None +61/-49 13.5 MB jameshenry
@typescript-eslint/parser 4.15.1...5.62.0 None +55/-46 10.4 MB jameshenry
remark-validate-links 10.0.4...13.0.0 shell +80/-0 8.68 MB wooorm
eslint 7.20.0...8.50.0 environment +43/-31 8.28 MB eslintbot
eslint-plugin-jest 23.20.0...27.4.0 None +65/-36 17.8 MB simenb