Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update remark/rehype plugins (major) #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rehype-autolink-headings ^6.1.1 -> ^7.0.0 age adoption passing confidence
rehype-mathjax (source) ^4.0.2 -> ^6.0.0 age adoption passing confidence
rehype-slug ^5.1.0 -> ^6.0.0 age adoption passing confidence
remark-gfm ^3.0.1 -> ^4.0.0 age adoption passing confidence
remark-math (source) ^5.1.1 -> ^6.0.0 age adoption passing confidence
remark-rehype ^10.1.0 -> ^11.0.0 age adoption passing confidence
remark-smartypants ^2.0.0 -> ^3.0.0 age adoption passing confidence
remark-toc ^8.0.1 -> ^9.0.0 age adoption passing confidence

Release Notes

rehypejs/rehype-autolink-headings (rehype-autolink-headings)

v7.1.0

Compare Source

Add
  • 01133a3 Add support for headingProperties
  • 31159c0 Add support for content w/ wrap

Full Changelog: rehypejs/rehype-autolink-headings@7.0.0...7.1.0

v7.0.0

Compare Source

Change
  • 394560f Update @types/hast, unified, utilities, etc
    migrate: update too
  • 6bebeab Change to require Node.js 16
    migrate: update too
  • f20421f Change to use exports
    migrate: don’t use private APIs
  • 98849a7 Remove undocumented ancient behaviour spelling
    migrate: use international english: behavior
Add
  • 92f0258 Add support for passing a function as properties
Misc

Full Changelog: rehypejs/rehype-autolink-headings@6.1.1...7.0.0

remarkjs/remark-math (rehype-mathjax)

v6.0.0

Compare Source

Change
  • 4223ed9 Change to use exports
    migrate: don’t use private APIs
  • e8039d7 Change to require Node.js 16
    migrate: update too
  • f173346 fc32531 3658edd Change to use <code>, replace wrapping elements, update @types/{hast,mdast}, etc
    migrate: update too
    it’s no longer required to use the syntax extension from remark-math,
    you could instead use fenced code (```math).
    When using remark-math, similar markup is generated (<pre><code class="language-math">).
    To render that nicely (not monospace and small by default), those elements are replaced with
    the results from katex/mathjax.
  • 232f0d7 Remove throwOnError option, improve message
    migrate: check file.messages for warnings
Misc
  • 3aab0e1 Archive remark-html-katex

Full Changelog: remarkjs/remark-math@5.1.1...6.0.0

v5.0.0

Compare Source

v4.0.3

Compare Source

Type
  • 276816d Remove unused type dependency

Full Changelog: https://github.com/remarkjs/remark-math/compare/rehype-katex@6.0.3...rehype-mathjax@4.0.3

rehypejs/rehype-slug (rehype-slug)

v6.0.0

Compare Source

Change
  • 295ac26 Update @types/hast, unified, utilities, etc
    migrate: update too
  • 12f76f8 Change to require Node.js 16
    migrate: update too
  • 6855bcc Change to use exports
    migrate: don’t use private APIs

Full Changelog: rehypejs/rehype-slug@5.1.0...6.0.0

remarkjs/remark-gfm (remark-gfm)

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

remarkjs/remark-rehype (remark-rehype)

v11.1.0

Compare Source

Add
  • 0174dfc Add file to options passed to mdast-util-to-hast

Full Changelog: remarkjs/remark-rehype@11.0.0...11.1.0

v11.0.0

Compare Source

Change
  • 30091c7 Change to require Node.js 16
    migrate: update too
  • cafeacc Change to use exports
    migrate: don’t use private APIs
  • acb292a Update mdast-util-to-hast, @types/{hast,mdast}, unified, etc
    migrate: update too
    if you don’t use handlers, this should be fine;
    if you do, see mdast-util-to-hast@13.0.0
  • ba50965 Remove Processor type
    migrate: get it from unified
Add
  • b990986 Add exports of defaultFootnoteBackContent, defaultFootnoteBackLabel

Full Changelog: remarkjs/remark-rehype@10.1.0...11.0.0

silvenon/remark-smartypants (remark-smartypants)

v3.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: silvenon/remark-smartypants@v3.0.0...v3.0.1

v3.0.0

Compare Source

Update TypeScript definiition for unified v11 🚀 Thanks @​mashehu for the help!

From the development side we also migrated the source code to TypeScript, so future updates should be safer.

Let us know if you find any regressions!

v2.1.0

Compare Source

So far this plugin had trouble with nested use cases like adding quotes around links ("[example](https://example.com)") and inline code ("`code`") — it wouldn't recognize that the 2nd quote is the closing quote and turn them into proper smart quotes. Thankfully @​dimaMachina and @​2wheeh helped with handling these inception cases much better 💪

remarkjs/remark-toc (remark-toc)

v9.0.0

Compare Source

Change
  • e9f34ee Change to require Node.js 16
    migrate: update too
  • ffb64b2 Change to use exports
    migrate: don’t use private APIs
  • 89fbc0b Update mdast-util-toc, @types/mdast, etc
    migrate: update too
  • 6fbf704 Change to include Contents headings by default
    migrate: pass an options.heading if you don’t want it
  • 64f5cd9 Change to default to tight: true
    migrate: pass options.tight: true if you don’t want it

Full Changelog: remarkjs/remark-toc@8.0.1...9.0.0


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency rehype-slug to v6 fix(deps): update remark/rehype plugins (major) Sep 5, 2023
@renovate renovate bot force-pushed the renovate/major-remarkrehype-plugins branch from 8887902 to e3a4a99 Compare September 5, 2023 16:45
@renovate renovate bot force-pushed the renovate/major-remarkrehype-plugins branch 4 times, most recently from cdd2802 to c1ccd8e Compare September 20, 2023 14:49
@renovate renovate bot force-pushed the renovate/major-remarkrehype-plugins branch from c1ccd8e to 080fc20 Compare December 21, 2023 16:07
@renovate renovate bot force-pushed the renovate/major-remarkrehype-plugins branch from 080fc20 to d73095f Compare May 3, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants