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

chore(deps): update dependency remark-reading-time to v2 #295

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remark-reading-time 1.0.1 -> 2.0.1 age adoption passing confidence

Release Notes

mattjennings/remark-reading-time

v2.0.1

Compare Source

Thanks to @​yordis for doing all the work on this one.

Features

  • MDX support

Breaking Changes

  • readingTime is no longer stored under data.fm.readingTime of output, instead just data.readingTime
    • If you were using this with mdsvex, this will break compatibility with it. However, they are removing support for unified plugins (remark / rehype), so it soon won't matter anyway. You can stay on v1 of remark-reading-time for the time being.
  • Follows standard remark config syntax for passing in parameters:
// old
remark().use(remarkReadingTime({ attribute: 'something' }))

// new
remark().use(remarkReadingTime, { attribute: 'something' })

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Dec 17, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
sveltekit-mdsvex-starter-blog ❌ Failed (Inspect) Dec 17, 2022 at 1:55PM (UTC)

@renovate renovate bot changed the title Update dependency remark-reading-time to v2 chore(deps): update dependency remark-reading-time to v2 Dec 17, 2022
@spences10 spences10 closed this Dec 18, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Dec 18, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/remark-reading-time-2.x branch December 18, 2022 04:56
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.

None yet

1 participant