Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
marked (source) ^13.0.0 -> ^14.0.0 age adoption passing confidence

Release Notes

markedjs/marked (marked)

v14.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Remove old renderer
  • throw an error if async: false is set when an extension sets async: true

v13.0.3

Compare Source

Bug Fixes
  • fix recursion-like stack overflow error caused by the old render… (#​3380) (89af0b8)

v13.0.2

Compare Source

Bug Fixes

v13.0.1

Compare Source

Bug Fixes

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR label Aug 7, 2024
@kfcampbell
Copy link
Member

Are we using this module? I'm seeing references in package.json (and package-lock.json, which doesn't show up in a code search), but no uses in code or scripts.

npm explain marked gives:

 sh$ npm explain marked
marked@13.0.0 dev
node_modules/marked
  dev marked@"^13.0.0" from the root project

which doesn't lead to any other uses that I'm seeing.

Removing the dependency and running npm i && npm run build gives no errors. Am I missing something?

@wolfy1339
Copy link
Member

I did some digging, and this commit 9adcb9f removes the code that used marked

The dependency has been sitting there unused for years

Copy link
Contributor

🎉 This issue has been resolved in version 21.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@renovate renovate bot deleted the renovate/marked-14.x branch August 16, 2024 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants