ChristianMurphy / selective

Statically find HTML anti patterns using CSS Selectors
MIT License
14 stars 0 forks source link

chore: update dependency rehype to v12 - autoclosed #1119

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rehype 11.0.0 -> 12.0.1 age adoption passing confidence

Release Notes

rehypejs/rehype (rehype) ### [`v12.0.1`](https://togithub.com/rehypejs/rehype/releases/tag/12.0.1) [Compare Source](https://togithub.com/rehypejs/rehype/compare/12.0.0...12.0.1) - [`4ad2f88`](https://togithub.com/rehypejs/rehype/commit/4ad2f88) Add improved docs by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/rehypejs/rehype/pull/89](https://togithub.com/rehypejs/rehype/pull/89) **Full Changelog**: https://github.com/rehypejs/rehype/compare/12.0.0...12.0.1 ### [`v12.0.0`](https://togithub.com/rehypejs/rehype/releases/tag/12.0.0) [Compare Source](https://togithub.com/rehypejs/rehype/compare/11.0.0...12.0.0) - [`da77de4`](https://togithub.com/rehypejs/rehype/commit/da77de4) Use ESM - Change: ```js // From CommonJS var rehype = require('rehype') // To ESM import {rehype} from 'rehype' // Or: var rehypeParse = require('rehype-parse') // => import rehypeParse from 'rehype-parse' var rehypeStringify = require('rehype-stringify') // => import rehypeStringify from 'rehype-stringify' ``` Learn [more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) - [`2d9f521`](https://togithub.com/rehypejs/rehype/commit/2d9f521) Update dependencies - Update `unified` (10.0.0) See: - Update `vfile` (5.0.0) See: Importantly this renames ~~`vfile.contents`~~ to `vfile.value` - Update `hast-util-from-parse5` (7.0.0) See: Importantly this removes support for non-HTML doctypes Use xast if you’re not using HTML - Update `hast-util-to-html` (8.0.0) See: Importantly this removes support for non-HTML doctypes Use xast if you’re not using HTML - [`f160b63`](https://togithub.com/rehypejs/rehype/commit/f160b63) Add JSDoc based types - [`c7965b3`](https://togithub.com/rehypejs/rehype/commit/c7965b3) Remove undocument `position` option

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.



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