Skip to content

Commit

Permalink
chore(deps): update dependency marked to v6 (#335)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [marked](https://marked.js.org)
([source](https://togithub.com/markedjs/marked)) | [`^5.0.0` ->
`^6.0.0`](https://renovatebot.com/diffs/npm/marked/5.1.0/6.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/marked/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/marked/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/marked/5.1.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/marked/5.1.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>markedjs/marked (marked)</summary>

### [`v6.0.0`](https://togithub.com/markedjs/marked/releases/tag/v6.0.0)

[Compare
Source](https://togithub.com/markedjs/marked/compare/v5.1.2...v6.0.0)

##### Bug Fixes

- Migrate to Typescript
([#&#8203;2805](https://togithub.com/markedjs/marked/issues/2805))
([cb54906](https://togithub.com/markedjs/marked/commit/cb549065f16fbd4a01bab3292bfd2ab0b116c1b2))

##### BREAKING CHANGES

-   Migrate to Typescript

### [`v5.1.2`](https://togithub.com/markedjs/marked/releases/tag/v5.1.2)

[Compare
Source](https://togithub.com/markedjs/marked/compare/v5.1.1...v5.1.2)

##### Bug Fixes

- Add support for Node 16
([#&#8203;2886](https://togithub.com/markedjs/marked/issues/2886))
([e465ce4](https://togithub.com/markedjs/marked/commit/e465ce48c93c109803fc3071700a75a85d13251f))

### [`v5.1.1`](https://togithub.com/markedjs/marked/releases/tag/v5.1.1)

[Compare
Source](https://togithub.com/markedjs/marked/compare/v5.1.0...v5.1.1)

##### Bug Fixes

- fix typo
([#&#8203;2870](https://togithub.com/markedjs/marked/issues/2870))
([e6a7184](https://togithub.com/markedjs/marked/commit/e6a7184cb6539dbab5bf369989588cb93ffdac38))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/octokit/rest.js).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 2, 2023
1 parent ce55acb commit 1e83080
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"gatsby-transformer-remark": "^5.23.0",
"html-react-parser": "^4.0.0",
"lodash": "^4.17.15",
"marked": "^5.0.0",
"marked": "^6.0.0",
"prismjs": "^1.16.0",
"react": "^17.0.2",
"react-debounce-render": "^8.0.0",
Expand Down

0 comments on commit 1e83080

Please sign in to comment.