build(deps-dev): bump vitepress from 1.1.3 to 1.2.0 in /website (#1748)
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.1.3 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/releases">vitepress's releases</a>.</em></p> <blockquote> <h2>v1.2.0</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.1.4</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">vitepress's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/vuejs/vitepress/compare/v1.1.4...v1.2.0">1.2.0</a> (2024-05-18)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> show file info on error (<a href="f0debd20f4">f0debd2</a>)</li> <li><strong>dev:</strong> match dev and prod routing behavior (<a href="https://redirect.github.com/vuejs/vitepress/issues/3837">#3837</a>) (<a href="b360ac88df">b360ac8</a>)</li> <li><strong>markdown:</strong> entities and escapes not working properly (<a href="https://redirect.github.com/vuejs/vitepress/issues/3882">#3882</a>) (<a href="d5dbd704ce">d5dbd70</a>)</li> <li>render 404 page completely on client to infer locale from browser path (<a href="https://redirect.github.com/vuejs/vitepress/issues/3858">#3858</a>) (<a href="728cb15677">728cb15</a>)</li> <li><strong>style:</strong> prefer YaHei over DengXian (<a href="f0a37b4b84">f0a37b4</a>)</li> <li><strong>theme/regression:</strong> custom font not applying in Chinese docs because of specificity (<a href="fa2f38a0c3">fa2f38a</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/3864">#3864</a></li> <li><strong>theme:</strong> external link icon not visible for target _blank links (<a href="d08eeed897">d08eeed</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/3327">#3327</a></li> <li><strong>theme:</strong> fix invalid vp-offset in ssr (<a href="9794877347">9794877</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>build/i18n:</strong> support customizing copy code button's tooltip text (<a href="https://redirect.github.com/vuejs/vitepress/issues/3854">#3854</a>) (<a href="ed6ada7a68">ed6ada7</a>)</li> <li><strong>build:</strong> add localeIndex to md.env (<a href="https://redirect.github.com/vuejs/vitepress/issues/3862">#3862</a>) (<a href="0cbb469842">0cbb469</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.1.3...v1.1.4">1.1.4</a> (2024-04-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>dev:</strong> multiple server instances being created when editing config too quickly (<a href="https://redirect.github.com/vuejs/vitepress/issues/3835">#3835</a>) (<a href="729a890669">729a890</a>)</li> <li><strong>theme/a11y:</strong> add unique name to footer prev / next navigation landmark (<a href="e60c101e50">e60c101</a>)</li> <li><strong>theme/a11y:</strong> remove duplicate assistive text from outline nav (<a href="https://redirect.github.com/vuejs/vitepress/issues/3803">#3803</a>) (<a href="733d986a84">733d986</a>)</li> <li><strong>theme/i18n:</strong> 404 page not showing localized text (<a href="https://redirect.github.com/vuejs/vitepress/issues/3833">#3833</a>) (<a href="cc11b8e41e">cc11b8e</a>)</li> <li><strong>theme:</strong> disable keypress effect on search button (<a href="ccc37bb80e">ccc37bb</a>)</li> <li><strong>theme:</strong> don't use Chinese quotes on non-Chinese documents (<a href="https://redirect.github.com/vuejs/vitepress/issues/3834">#3834</a>) (<a href="75115f4f82">75115f4</a>)</li> <li><strong>theme:</strong> leaking event listener when going back/forward on Safari on iOS (<a href="https://redirect.github.com/vuejs/vitepress/issues/3658">#3658</a>) (<a href="https://redirect.github.com/vuejs/vitepress/issues/3671">#3671</a>) (<a href="1a72181c06">1a72181</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1699abfb03"><code>1699abf</code></a> release: v1.2.0</li> <li><a href="241a7c80fc"><code>241a7c8</code></a> chore: bump deps</li> <li><a href="db51f7aa43"><code>db51f7a</code></a> build: bump deps</li> <li><a href="f0a37b4b84"><code>f0a37b4</code></a> fix(style): prefer YaHei over DengXian</li> <li><a href="9447ceeb0e"><code>9447cee</code></a> docs(zh): sync and tweak translations (<a href="https://redirect.github.com/vuejs/vitepress/issues/3883">#3883</a>)</li> <li><a href="d5dbd704ce"><code>d5dbd70</code></a> fix(markdown): entities and escapes not working properly (<a href="https://redirect.github.com/vuejs/vitepress/issues/3882">#3882</a>)</li> <li><a href="99c0cece62"><code>99c0cec</code></a> docs: add notes for sitemap + base</li> <li><a href="fa2f38a0c3"><code>fa2f38a</code></a> fix(theme/regression): custom font not applying in Chinese docs because of sp...</li> <li><a href="0cbb469842"><code>0cbb469</code></a> feat(build): add localeIndex to md.env (<a href="https://redirect.github.com/vuejs/vitepress/issues/3862">#3862</a>)</li> <li><a href="ed6ada7a68"><code>ed6ada7</code></a> feat(build/i18n): support customizing copy code button's tooltip text (<a href="https://redirect.github.com/vuejs/vitepress/issues/3854">#3854</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vitepress/compare/v1.1.3...v1.2.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | vitepress | [< 1.2, > 1.1.3] | </details> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"author": "weishu",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"vitepress": "^1.1.3",
|
||||
"vitepress": "^1.2.0",
|
||||
"vue": "^3.4.25"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user