From a3308f8c6ab163e9bcf6b8ba53feae8eb7ec0abc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 07:46:58 +0800 Subject: [PATCH] bump(deps): update dependency rehype-slug to ^5.1.0 (#231) 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 | |---|---|---|---|---|---| | [rehype-slug](https://togithub.com/rehypejs/rehype-slug) | [`^5.0.1` -> `^5.1.0`](https://renovatebot.com/diffs/npm/rehype-slug/5.0.1/5.1.0) | [![age](https://badges.renovateapi.com/packages/npm/rehype-slug/5.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/rehype-slug/5.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/rehype-slug/5.1.0/compatibility-slim/5.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/rehype-slug/5.1.0/confidence-slim/5.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
rehypejs/rehype-slug ### [`v5.1.0`](https://togithub.com/rehypejs/rehype-slug/releases/tag/5.1.0) [Compare Source](https://togithub.com/rehypejs/rehype-slug/compare/5.0.1...5.1.0) - [`899b3b7`](https://togithub.com/rehypejs/rehype-slug/commit/899b3b7) Add `options.prefix` by [@​onyxcodes](https://togithub.com/onyxcodes) in [https://github.com/rehypejs/rehype-slug/pull/15](https://togithub.com/rehypejs/rehype-slug/pull/15) **Full Changelog**: https://github.com/rehypejs/rehype-slug/compare/5.0.1...5.1.0
--- ### 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://app.renovatebot.com/dashboard#github/BirthdayResearch/contented). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 32 ++++++++++----------- packages/contented-pipeline-md/package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63671e27..b8a1f254 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8308,9 +8308,9 @@ } }, "node_modules/github-slugger": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.4.0.tgz", - "integrity": "sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", + "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==" }, "node_modules/glob": { "version": "8.0.3", @@ -14530,12 +14530,12 @@ } }, "node_modules/rehype-slug": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.0.1.tgz", - "integrity": "sha512-X5v3wV/meuOX9NFcGhJvUpEjIvQl2gDvjg3z40RVprYFt7q3th4qMmYLULiu3gXvbNX1ppx+oaa6JyY1W67pTA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.1.0.tgz", + "integrity": "sha512-Gf91dJoXneiorNEnn+Phx97CO7oRMrpi+6r155tTxzGuLtm+QrI4cTwCa9e1rtePdL4i9tSO58PeSS6HWfgsiw==", "dependencies": { "@types/hast": "^2.0.0", - "github-slugger": "^1.1.1", + "github-slugger": "^2.0.0", "hast-util-has-property": "^2.0.0", "hast-util-heading-rank": "^2.0.0", "hast-util-to-string": "^2.0.0", @@ -17590,7 +17590,7 @@ "rehype-autolink-headings": "^6.1.1", "rehype-external-links": "^2.0.1", "rehype-parse": "^8.0.4", - "rehype-slug": "^5.0.1", + "rehype-slug": "^5.1.0", "rehype-stringify": "^9.0.3", "remark-directive": "^2.0.1", "remark-directive-rehype": "^0.4.2", @@ -18299,7 +18299,7 @@ "rehype-autolink-headings": "^6.1.1", "rehype-external-links": "^2.0.1", "rehype-parse": "^8.0.4", - "rehype-slug": "^5.0.1", + "rehype-slug": "^5.1.0", "rehype-stringify": "^9.0.3", "remark-directive": "^2.0.1", "remark-directive-rehype": "^0.4.2", @@ -24184,9 +24184,9 @@ } }, "github-slugger": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.4.0.tgz", - "integrity": "sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", + "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==" }, "glob": { "version": "8.0.3", @@ -28638,12 +28638,12 @@ } }, "rehype-slug": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.0.1.tgz", - "integrity": "sha512-X5v3wV/meuOX9NFcGhJvUpEjIvQl2gDvjg3z40RVprYFt7q3th4qMmYLULiu3gXvbNX1ppx+oaa6JyY1W67pTA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.1.0.tgz", + "integrity": "sha512-Gf91dJoXneiorNEnn+Phx97CO7oRMrpi+6r155tTxzGuLtm+QrI4cTwCa9e1rtePdL4i9tSO58PeSS6HWfgsiw==", "requires": { "@types/hast": "^2.0.0", - "github-slugger": "^1.1.1", + "github-slugger": "^2.0.0", "hast-util-has-property": "^2.0.0", "hast-util-heading-rank": "^2.0.0", "hast-util-to-string": "^2.0.0", diff --git a/packages/contented-pipeline-md/package.json b/packages/contented-pipeline-md/package.json index 5d4b75f5..10d39ec7 100644 --- a/packages/contented-pipeline-md/package.json +++ b/packages/contented-pipeline-md/package.json @@ -37,7 +37,7 @@ "rehype-autolink-headings": "^6.1.1", "rehype-external-links": "^2.0.1", "rehype-parse": "^8.0.4", - "rehype-slug": "^5.0.1", + "rehype-slug": "^5.1.0", "rehype-stringify": "^9.0.3", "remark-directive": "^2.0.1", "remark-directive-rehype": "^0.4.2",