From 5f3bd00a2c26865e43f14ccb875abd034db237fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:13:33 +0000 Subject: [PATCH] Update dependency github-slugger to v2 (#344) 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 | |---|---|---|---|---|---| | [github-slugger](https://togithub.com/Flet/github-slugger) | [`1.5.0` -> `2.0.0`](https://renovatebot.com/diffs/npm/github-slugger/1.5.0/2.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/github-slugger/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/github-slugger/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/github-slugger/1.5.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/github-slugger/1.5.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
Flet/github-slugger (github-slugger) ### [`v2.0.0`](https://togithub.com/Flet/github-slugger/blob/HEAD/CHANGELOG.md#200-2022-10-27) [Compare Source](https://togithub.com/Flet/github-slugger/compare/v1.5.0...2.0.0) - Use ESM **breaking**: please read [this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) - Add types **breaking**: tiny chance of breaking, use a new version of TS and it’ll work
--- ### 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/X-oss-byte/Nextjs). --- .github/actions/validate-docs-links/package.json | 2 +- .github/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/validate-docs-links/package.json b/.github/actions/validate-docs-links/package.json index 698e6d115a..1aa1732f34 100644 --- a/.github/actions/validate-docs-links/package.json +++ b/.github/actions/validate-docs-links/package.json @@ -17,7 +17,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", - "github-slugger": "1.5.0", + "github-slugger": "2.0.0", "gray-matter": "4.0.3", "rehype-raw": "4.0.2", "remark-parse": "7.0.2", diff --git a/.github/pnpm-lock.yaml b/.github/pnpm-lock.yaml index 36d1e9384f..0d81b1b912 100644 --- a/.github/pnpm-lock.yaml +++ b/.github/pnpm-lock.yaml @@ -144,8 +144,8 @@ importers: specifier: ^6.0.0 version: 6.0.0 github-slugger: - specifier: 1.5.0 - version: 1.5.0 + specifier: 2.0.0 + version: 2.0.0 gray-matter: specifier: 4.0.3 version: 4.0.3 @@ -567,8 +567,8 @@ packages: engines: {node: '>=16'} dev: false - /github-slugger@1.5.0: - resolution: {integrity: sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==} + /github-slugger@2.0.0: + resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} dev: false /glob@7.2.3: