Closed renovate[bot] closed 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/)
Pull request by bot. No need to analyze
New dependency changes detected. Learn more about Socket for GitHub ↗︎
👍 No new dependency issues detected in pull request
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of package-name@version
specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@*
or ignore all packages with @SocketSecurity ignore-all
Issue | Status |
---|---|
Install scripts | ✅ 0 issues |
Native code | ✅ 0 issues |
Bin script shell injection | ✅ 0 issues |
Unresolved require | ✅ 0 issues |
Invalid package.json | ✅ 0 issues |
HTTP dependency | ✅ 0 issues |
Git dependency | ✅ 0 issues |
Potential typo squat | ✅ 0 issues |
Known Malware | ✅ 0 issues |
Telemetry | ✅ 0 issues |
Protestware/Troll package | ✅ 0 issues |
📊 Modified Dependency Overview:
⬆️ Updated Package | Version Diff | Added Capability Access | +/- Transitive Count |
Publisher |
---|---|---|---|---|
remark-validate-links@12.1.1 | 10.0.4...12.1.1 | None | +58/-1 |
wooorm |
See errors details in artifact Mega-Linter reports on GitHub Action page
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
This PR contains the following updates:
10.0.4
->12.1.1
Release Notes
remarkjs/remark-validate-links (remark-validate-links)
### [`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 dependenciesConfiguration
📅 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.