From a34090bc57c5477172d4b94acac7958cdbfece57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 23:03:26 +0800 Subject: [PATCH] build(deps-dev): bump vitepress from 1.0.1 to 1.0.2 in /website (#1576) Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.1 to 1.0.2.
Release notes

Sourced from vitepress's releases.

v1.0.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.2 (2024-04-01)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitepress&package-manager=npm_and_yarn&previous-version=1.0.1&new-version=1.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index df66dac03557..4b78688b4821 100644 --- a/website/package.json +++ b/website/package.json @@ -7,7 +7,7 @@ "author": "weishu", "license": "MIT", "devDependencies": { - "vitepress": "^1.0.1", + "vitepress": "^1.0.2", "vue": "^3.4.21" }, "scripts": { diff --git a/website/yarn.lock b/website/yarn.lock index c952bc879e58..457e88364db3 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -727,10 +727,10 @@ vite@^5.2.2: optionalDependencies: fsevents "~2.3.3" -vitepress@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.1.tgz#828fe140d5f4975154845b31e97437f035a36c69" - integrity sha512-eNr5pOBppYUUjEhv8S0S2t9Tv95LQ6mMeHj6ivaGwfHxpov70Vduuwl/QQMDRznKDSaP0WKV7a82Pb4JVOaqEw== +vitepress@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.2.tgz#5ce94d38443fa273bfa7f75c0bfb3eb1babb94b5" + integrity sha512-bEj9yTEdWyewJFOhEREZF+mXuAgOq27etuJZT6DZSp+J3XpQstXMJc5piSVwhZBtuj8OfA0iXy+jdP1c71KMYQ== dependencies: "@docsearch/css" "^3.6.0" "@docsearch/js" "^3.6.0"