From 81488d401367991cef1751de3c17919c270e5b24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 14:39:51 -0800 Subject: [PATCH] chore(deps): update dependency marked to v12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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)) | [`^11.0.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/marked/11.0.0/12.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/marked/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/marked/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/marked/11.0.0/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/marked/11.0.0/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
markedjs/marked (marked) ### [`v12.0.0`](https://togithub.com/markedjs/marked/releases/tag/v12.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v11.2.0...v12.0.0) ##### Bug Fixes - update to commonmark specs 0.31 ([#​3176](https://togithub.com/markedjs/marked/issues/3176)) ([3d9017b](https://togithub.com/markedjs/marked/commit/3d9017bb8e146a2ee37cd7b4d6d84c61d60a93dc)) ##### BREAKING CHANGES - Update HTML block tags: add search, remove source - Update punctuation to include unicode punctuation and symbol categories - Update HTML comment to include \ and \ ### [`v11.2.0`](https://togithub.com/markedjs/marked/releases/tag/v11.2.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v11.1.1...v11.2.0) ##### Bug Fixes - Fix ENOENT error message in CLI ([#​3165](https://togithub.com/markedjs/marked/issues/3165)) ([bf44ae8](https://togithub.com/markedjs/marked/commit/bf44ae85edac35627be9acaeebb969c4b29a6505)) ##### Features - flatten childToken arrays ([#​3172](https://togithub.com/markedjs/marked/issues/3172)) ([4826841](https://togithub.com/markedjs/marked/commit/4826841bd6c344455fee81d2445812bb3ac9005d)) ### [`v11.1.1`](https://togithub.com/markedjs/marked/releases/tag/v11.1.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v11.1.0...v11.1.1) ##### Bug Fixes - improve lexing inline elements step's performance ([#​3146](https://togithub.com/markedjs/marked/issues/3146)) ([4f87b2a](https://togithub.com/markedjs/marked/commit/4f87b2ac7b9c493a255dee5b5456449f56e2c08d)) ### [`v11.1.0`](https://togithub.com/markedjs/marked/releases/tag/v11.1.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v11.0.1...v11.1.0) ##### Features - add processAllTokens hook ([#​3114](https://togithub.com/markedjs/marked/issues/3114)) ([faae243](https://togithub.com/markedjs/marked/commit/faae24356a4cee3a19fb6faa58b7b269fd11f62e)) ### [`v11.0.1`](https://togithub.com/markedjs/marked/releases/tag/v11.0.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v11.0.0...v11.0.1) ##### Bug Fixes - allow Renderer class in marked.use ([#​3118](https://togithub.com/markedjs/marked/issues/3118)) ([a287433](https://togithub.com/markedjs/marked/commit/a28743391a589fca188f19249ad25aae24f4b305))
--- ### 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](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/octokit/rest.js). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/package-lock.json | 14 +++++++------- docs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index b3685cf3..ab365ee3 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -16,7 +16,7 @@ "gatsby-transformer-remark": "^5.23.0", "html-react-parser": "^5.0.0", "lodash": "^4.17.15", - "marked": "^11.0.0", + "marked": "^12.0.0", "prismjs": "^1.16.0", "react": "^17.0.2", "react-debounce-render": "^8.0.0", @@ -13538,9 +13538,9 @@ } }, "node_modules/marked": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.0.tgz", - "integrity": "sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", + "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -31153,9 +31153,9 @@ } }, "marked": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.0.tgz", - "integrity": "sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", + "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", "dev": true }, "md5-file": { diff --git a/docs/package.json b/docs/package.json index ea159f6c..5bab86a0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "gatsby-transformer-remark": "^5.23.0", "html-react-parser": "^5.0.0", "lodash": "^4.17.15", - "marked": "^11.0.0", + "marked": "^12.0.0", "prismjs": "^1.16.0", "react": "^17.0.2", "react-debounce-render": "^8.0.0",