Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 4, 2023

This PR contains the following updates:

Package Change Age Confidence
remark (source) ^13.0.0^15.0.0 age confidence
remark-cli (source) ^9.0.0^12.0.0 age confidence
remark-html ^13.0.1^16.0.0 age confidence

Release Notes

remarkjs/remark (remark)

v15.0.1

Compare Source

Full Changelog: remarkjs/remark@15.0.0...15.0.1

v15.0.0

Compare Source

Change
  • 98a2560 Change to require Node.js 16
    migrate: update too
  • a3e6d54 Change to use exports
    migrate: don’t use private APIs
  • 943f6ac Update @types/mdast, mdast-util-{from,to}-markdown, unified, etc
    migrate: update too
    remark-parse: only really changes Buffer -> Uint8Array, so use encodings supported by TextDecoder if you are passing binary data
    remark-stringify: bulletOrderedOther is removed, you can remove bulletOrderedOther if you passed it, it’s now the default;
    fences is now true by default, if you don’t want indented code, pass fences: false;
    listItemIndent is now 'one' by default, you can remove listItemIndent: 'one' if you passed it, or explicitly set it to 'tab' if you want it
Types
Docs

Full Changelog: remarkjs/remark@14.0.3...15.0.0

v14.0.3

Compare Source

Misc
Plugins

Full Changelog: remarkjs/remark@14.0.2...14.0.3

v14.0.2

Compare Source

Full Changelog: remarkjs/remark@14.0.1...14.0.2

v14.0.1

Compare Source

  • 9026568 Add missing types dependency

v14.0.0

Compare Source

remarkjs/remark-html (remark-html)

v16.0.1

Compare Source

  • e507e9d Fix to add misclassified dependency

Full Changelog: remarkjs/remark-html@16.0.0...16.0.1

v16.0.0

Compare Source

Change
  • c726e74 Change to require Node.js 16
    migrate: update too
  • 80482a5 Change to use exports
    migrate: don’t use private APIs
  • 1946cf3 Update @types/mdast, utilities, etc
    migrate: update too
    hast-util-sanitize@5: everything’s safe, GH is safe, but make sure to check if you’re super worried
    hast-util-to-html@9: options.entities -> options.characterReferences
    mdast-util-to-hast@13: handlers are different, if you pass those, see the changelog

Full Changelog: remarkjs/remark-html@15.0.2...16.0.0

v15.0.2

Compare Source

Fix
  • e24b8bd Fix types for TS 4.9, regenerate them

Full Changelog: remarkjs/remark-html@15.0.1...15.0.2

v15.0.1

Compare Source

Full Changelog: remarkjs/remark-html@15.0.0...15.0.1

v15.0.0

Compare Source

  • 995b427 Change footnotes to match how GitHub renders them
    • remove remark-footnotes if you were using that, and instead use remark-gfm
    • more options available if you switch to remark-rehype instead of this plugin remark-html

Full Changelog: remarkjs/remark-html@14.0.1...15.0.0

v14.0.1

Compare Source

  • b75c9dd Security: Fix to sanitize by default
    The docs have always said remark-html is safe by default. It wasn’t and this patches that.

    If you do want to be unsafe, use remark-html with sanitize: false:

    -  .use(remarkHtml)
    +  .use(remarkHtml, {sanitize: false})

Full Changelog: remarkjs/remark-html@14.0.0...14.0.1

v14.0.0

Compare Source

v13.0.2

Compare Source

  • b0b1ba5 Fix to sanitize by default
    The docs have always said remark-html is safe by default. It wasn’t and this patches that.

    If you do want to be unsafe, use remark-html with sanitize: false:

    -  .use(remarkHtml)
    +  .use(remarkHtml, {sanitize: false})

Full Changelog: remarkjs/remark-html@13.0.1...13.0.2


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-remark branch from 80dcbb6 to 043afca Compare August 13, 2025 20:12
@renovate renovate bot force-pushed the renovate/major-remark branch from 043afca to f2e86d6 Compare August 23, 2025 11:53
@renovate renovate bot force-pushed the renovate/major-remark branch from f2e86d6 to 228c463 Compare September 1, 2025 02:35
@renovate renovate bot force-pushed the renovate/major-remark branch from 228c463 to 33e6b96 Compare September 26, 2025 12:10
@renovate renovate bot force-pushed the renovate/major-remark branch from 33e6b96 to 7b3fadf Compare October 25, 2025 15:57
@renovate renovate bot force-pushed the renovate/major-remark branch 2 times, most recently from 651b5f6 to baeed9b Compare November 19, 2025 19:36
@renovate renovate bot force-pushed the renovate/major-remark branch from baeed9b to 30a010c Compare December 5, 2025 08:02
@renovate renovate bot force-pushed the renovate/major-remark branch from 30a010c to 10056e9 Compare January 1, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant