Update remark monorepo to v14 (major) - autoclosed
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
remark (source) | ^13.0.0 -> ^14.0.1 |
||||
remark-html | ^13.0.1 -> ^14.0.1 |
Release Notes
remarkjs/remark
v14.0.1
-
9026568
Add missing types dependency
v14.0.0
-
b7afd25
Use ESM-
Change:
// From CommonJS var remark = require('remark') // To ESM import {remark} from 'remark' // Plugins use default exports: var remarkParse = require('remark-parse') // => import remarkParse from 'remark-parse' var remarkStringify = require('remark-stringify') // => import remarkStringify from 'remark-stringify'
-
-
42d1b21
Update dependencies- Update
unified
(10.0.0) (see: https://github.com/unifiedjs/unified/releases/tag/10.0.0) - Update
vfile
(5.0.0) (see: https://github.com/vfile/vfile/releases/tag/5.0.0) Importantly this renamestovfile.contents
vfile.value
- Update
mdast-util-from-markdown
(1.0.0) (see: https://github.com/syntax-tree/mdast-util-from-markdown/releases/tag/1.0.0) - Update
mdast-util-to-markdown
(1.0.0) (see: https://github.com/syntax-tree/mdast-util-to-markdown/releases/tag/1.0.0)
- Update
-
bc55caa
Add JSDoc based types
remarkjs/remark-html
v14.0.1
-
b75c9dd
Security: Fix to sanitize by default The docs have always saidremark-html
is safe by default. It wasn’t and this patches that.If you do want to be unsafe, use
remark-html
withsanitize: false
:- .use(remarkHtml) + .use(remarkHtml, {sanitize: false})
Full Changelog: https://github.com/remarkjs/remark-html/compare/14.0.0...14.0.1
v14.0.0
-
7ae15b5
Use ESM// From CommonJS var remarkHtml = require('remark-html') // To ESM import remarkHtml from 'remark-html'
-
7dbad66
Add JSDoc based types
v13.0.2
-
b0b1ba5
Fix to sanitize by default The docs have always saidremark-html
is safe by default. It wasn’t and this patches that.If you do want to be unsafe, use
remark-html
withsanitize: false
:- .use(remarkHtml) + .use(remarkHtml, {sanitize: false})
Full Changelog: https://github.com/remarkjs/remark-html/compare/13.0.1...13.0.2
Configuration
-
If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.