Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 5, 2023

This PR contains the following updates:

Package Change Age Confidence
remark (source) ^13.0.0^15.0.0 age confidence
remark-gfm ^1.0.0^4.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-gfm (remark-gfm)

v4.0.1

Compare Source

Types
  • 4af823a Refactor to use interface for exposed types
  • 3a57a5b Add declaration maps
  • 76559f9 Refactor to use @imports
Docs

Full Changelog: remarkjs/remark-gfm@4.0.0...4.0.1

v4.0.0

Compare Source

Change
  • b8cc334 Update @types/mdast, unified, utilities
    migrate: update too
  • 9eb0f54 Change to use exports
    migrate: don’t use private APIs
  • 5715c93 Change to require Node.js 16
    migrate: update too

Full Changelog: remarkjs/remark-gfm@3.0.1...4.0.0

v3.0.1

Compare Source

Full Changelog: remarkjs/remark-gfm@3.0.0...3.0.1

v3.0.0

Compare Source

  • 890005e Add support for GFM footnotes
    (if you were using remark-footnotes before, you should remove it!)
    (how footnotes are turned to HTML is done in remark-rehype, please update that too)

Full Changelog: remarkjs/remark-gfm@2.0.0...3.0.0

v2.0.0

Compare Source

Full Changelog: remarkjs/remark-gfm@1.0.0...2.0.0

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 57aec29 to 1303bc6 Compare August 11, 2025 19:51
@renovate renovate bot force-pushed the renovate/major-remark branch from 1303bc6 to 73fe85a Compare October 23, 2025 06:28
@renovate renovate bot force-pushed the renovate/major-remark branch from 73fe85a to fc2d4be Compare December 5, 2025 08:06
@renovate renovate bot force-pushed the renovate/major-remark branch from fc2d4be to 30b6156 Compare January 20, 2026 15:51
@renovate renovate bot force-pushed the renovate/major-remark branch from 30b6156 to 206a813 Compare January 24, 2026 00:13
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.

0 participants