Skip to content

fix(deps): update remark (major)

Common Ground Bot requested to merge renovate/major-remark into main

This MR contains the following updates:

Package Type Update Change
remark (source) dependencies major 14.0.2 -> 15.0.1
remark-html dependencies major 15.0.1 -> 16.0.1

Release Notes

remarkjs/remark (remark)

v15.0.1

Compare Source

Full Changelog: https://github.com/remarkjs/remark/compare/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: https://github.com/remarkjs/remark/compare/14.0.3...15.0.0

v14.0.3

Compare Source

Misc
Plugins

Full Changelog: https://github.com/remarkjs/remark/compare/14.0.2...14.0.3

remarkjs/remark-html (remark-html)

v16.0.1

Compare Source

  • e507e9d Fix to add misclassified dependency

Full Changelog: https://github.com/remarkjs/remark-html/compare/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: https://github.com/remarkjs/remark-html/compare/15.0.2...16.0.0

v15.0.2

Compare Source

Fix
  • e24b8bd Fix types for TS 4.9, regenerate them

Full Changelog: https://github.com/remarkjs/remark-html/compare/15.0.1...15.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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Merge request reports