fix(deps): update dependency marked to v4 #935

Merged
konrad merged 2 commits from renovate/marked-4.x into main 2021-11-02 17:39:57 +00:00
Member

This PR contains the following updates:

Package Type Update Change
marked (source) dependencies major 3.0.8 -> 4.0.0

Release Notes

markedjs/marked

v4.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Default export removed. Use import { marked } from 'marked' or const { marked } = require('marked') instead.
  • /lib/marked.js removed. Use /marked.min.js in script tag instead.
  • When using marked in a script tag use marked.parse(...) instead of marked(...)

Configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [marked](https://marked.js.org) ([source](https://github.com/markedjs/marked)) | dependencies | major | [`3.0.8` -> `4.0.0`](https://renovatebot.com/diffs/npm/marked/3.0.8/4.0.0) | --- ### Release Notes <details> <summary>markedjs/marked</summary> ### [`v4.0.0`](https://github.com/markedjs/marked/releases/v4.0.0) [Compare Source](https://github.com/markedjs/marked/compare/v3.0.8...v4.0.0) ##### Bug Fixes - Convert to ESM ([#&#8203;2227](https://github.com/markedjs/marked/issues/2227)) ([4afb228](https://github.com/markedjs/marked/commit/4afb228d956a415624c4e5554bb8f25d047676fe)) ##### BREAKING CHANGES - Default export removed. Use `import { marked } from 'marked'` or `const { marked } = require('marked')` instead. - `/lib/marked.js` removed. Use `/marked.min.js` in script tag instead. - When using marked in a script tag use `marked.parse(...)` instead of `marked(...)` </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2021-11-02 15:02:19 +00:00
renovate added 1 commit 2021-11-02 15:02:20 +00:00
continuous-integration/drone/pr Build is failing Details
5f7513e59a
fix(deps): update dependency marked to v4
dpschen added 1 commit 2021-11-02 17:19:49 +00:00
continuous-integration/drone/pr Build is passing Details
9dafdaacf0
fix: use named export of marked
Member

This seems to work =)

This seems to work =)
konrad approved these changes 2021-11-02 17:39:41 +00:00
dpschen approved these changes 2021-11-02 17:39:46 +00:00
konrad merged commit 061e2b42c9 into main 2021-11-02 17:39:57 +00:00
konrad deleted branch renovate/marked-4.x 2021-11-02 17:39:57 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.