mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
8e973bcbd5e21dfd2ab7df012e61473018ae4f3e
12 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
8200913f1a |
build(deps-dev): bump vue from 3.4.23 to 3.4.25 in /website (#1660)
Bumps [vue](https://github.com/vuejs/core) from 3.4.23 to 3.4.25. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.4.25</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.24</h2> <p>Please refer to <a href="https://github.com/vuejs/core/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/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.4.24...v3.4.25">3.4.25</a> (2024-04-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>defineModel:</strong> align prod mode runtime type generation with defineProps (<a href="https://github.com/vuejs/core/commit/4253a57f1703a7f1ac701d77e0a235689203461d">4253a57</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10769">#10769</a></li> <li><strong>runtime-core:</strong> properly get keepAlive child (<a href="https://redirect.github.com/vuejs/core/issues/10772">#10772</a>) (<a href="https://github.com/vuejs/core/commit/3724693a25c3f2dd13d70a8a1af760b03a4fb783">3724693</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10771">#10771</a></li> <li><strong>runtime-core:</strong> use normal object as internal prototype for attrs and slots (<a href="https://github.com/vuejs/core/commit/064e82f5855f30fe0b77fe9b5e4dd22700fd634d">064e82f</a>), closes <a href="https://github.com//github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add/issues/r141304923">/github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.23...v3.4.24">3.4.24</a> (2024-04-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> handle template ref bound via v-bind object on v-for (<a href="https://redirect.github.com/vuejs/core/issues/10706">#10706</a>) (<a href="https://github.com/vuejs/core/commit/da7adefa844265eecc9c336abfc727bc05b4f16e">da7adef</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10696">#10696</a></li> <li><strong>compiler-core:</strong> properly parse await expressions in edge cases (<a href="https://github.com/vuejs/core/commit/b92c25f53dff0fc1687f57ca4033d0ac25218940">b92c25f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10754">#10754</a></li> <li><strong>compiler-sfc:</strong> handle readonly operator and ReadonlyArray/Map/Set types (<a href="https://github.com/vuejs/core/commit/5cef52a5c23ba8ba3239e6def03b8ff008d3cc72">5cef52a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10726">#10726</a></li> <li><strong>compiler-ssr:</strong> fix hydration mismatch for conditional slot in transition (<a href="https://github.com/vuejs/core/commit/f12c81efca3fcf9a7ce478af2261ad6ab9b0bfd7">f12c81e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10743">#10743</a></li> <li><strong>compiler-ssr:</strong> fix v-html SSR for nullish values (<a href="https://github.com/vuejs/core/commit/1ff407676f9495883b459779a9b0370d7588b51f">1ff4076</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10725">#10725</a></li> <li><strong>deps:</strong> update compiler (<a href="https://redirect.github.com/vuejs/core/issues/10760">#10760</a>) (<a href="https://github.com/vuejs/core/commit/15df5c1b261b9b471eb811fd47ab7b3cfc41cf83">15df5c1</a>)</li> <li><strong>runtime-core:</strong> fix edge case of KeepAlive inside Transition with slot children (<a href="https://redirect.github.com/vuejs/core/issues/10719">#10719</a>) (<a href="https://github.com/vuejs/core/commit/e51ca61ca060b2772e967d169548fc2f58fce6d1">e51ca61</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10708">#10708</a></li> <li><strong>runtime-core:</strong> further fix slots _ctx check (<a href="https://github.com/vuejs/core/commit/cde7f05787d16dbb93d9419ef5331adf992816fd">cde7f05</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10724">#10724</a></li> <li><strong>runtime-core:</strong> props should be readonly via direct template access (<a href="https://github.com/vuejs/core/commit/b93f26464785de227b88c51a88328ae80e80d804">b93f264</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8216">#8216</a> <a href="https://redirect.github.com/vuejs/core/issues/10736">#10736</a></li> <li><strong>transition:</strong> transition is breaking/flickering when enter is canceled (<a href="https://redirect.github.com/vuejs/core/issues/10688">#10688</a>) (<a href="https://github.com/vuejs/core/commit/65109a70f187473edae8cf4df11af3c33345e6f6">65109a7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/574c3e63bbb764c82fd7228eac979bb3e7fa731d"><code>574c3e6</code></a> release: v3.4.25</li> <li><a href="https://github.com/vuejs/core/commit/8ee69e7eaf37d7171d80d7c93f6ce729d1fa698c"><code>8ee69e7</code></a> ci: use single thread for e2e tests on ci</li> <li><a href="https://github.com/vuejs/core/commit/064e82f5855f30fe0b77fe9b5e4dd22700fd634d"><code>064e82f</code></a> fix(runtime-core): use normal object as internal prototype for attrs and slots</li> <li><a href="https://github.com/vuejs/core/commit/4253a57f1703a7f1ac701d77e0a235689203461d"><code>4253a57</code></a> fix(defineModel): align prod mode runtime type generation with defineProps</li> <li><a href="https://github.com/vuejs/core/commit/3724693a25c3f2dd13d70a8a1af760b03a4fb783"><code>3724693</code></a> fix(runtime-core): properly get keepAlive child (<a href="https://redirect.github.com/vuejs/core/issues/10772">#10772</a>)</li> <li><a href="https://github.com/vuejs/core/commit/958286e3f050dc707ad1af293e91bfb190bdb191"><code>958286e</code></a> release: v3.4.24</li> <li><a href="https://github.com/vuejs/core/commit/b92c25f53dff0fc1687f57ca4033d0ac25218940"><code>b92c25f</code></a> fix(compiler-core): properly parse await expressions in edge cases</li> <li><a href="https://github.com/vuejs/core/commit/173ec65cd46f22cb1e91914923fcf75a75cd340d"><code>173ec65</code></a> test: revert to threads</li> <li><a href="https://github.com/vuejs/core/commit/f12c81efca3fcf9a7ce478af2261ad6ab9b0bfd7"><code>f12c81e</code></a> fix(compiler-ssr): fix hydration mismatch for conditional slot in transition</li> <li><a href="https://github.com/vuejs/core/commit/c8e87a1c903fe1bd10c3013890bd0855f9e3a6ba"><code>c8e87a1</code></a> test: use pool: vmThreads</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.23...v3.4.25">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
75abd45f78 |
build(deps-dev): bump vitepress from 1.1.0 to 1.1.3 in /website (#1650)
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.1.0 to 1.1.3. <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.1.3</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.1</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> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.1.1...v1.1.3">1.1.3</a> (2024-04-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build/regression:</strong> markdown backslash escapes not working (<a href="https://github.com/vuejs/vitepress/commit/d02d1e923aacdb1e8061a3f76af30e8a13518277">d02d1e9</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/3808">#3808</a></li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.1.0...v1.1.1">1.1.1</a> (2024-04-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> don't reload page on hash change (<a href="https://redirect.github.com/vuejs/vitepress/issues/3777">#3777</a>) (<a href="https://github.com/vuejs/vitepress/commit/74b725a224438ef776fed25ee82274429d94ac83">74b725a</a>)</li> <li>let vue compiler handle entity decoding (<a href="https://github.com/vuejs/vitepress/commit/f86ac56b78da76f3061e6537b897bb13c1ed802d">f86ac56</a>)</li> <li>hot updating config file suppresses error logs (<a href="https://redirect.github.com/vuejs/vitepress/issues/3592">#3592</a>) (<a href="https://github.com/vuejs/vitepress/commit/cd5adf3011d677263c93ce6f8066aaa7870b1dfc">cd5adf3</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vitepress/commit/7ed5148260052840c44bae64a670d8d610999dbe"><code>7ed5148</code></a> release: v1.1.3</li> <li><a href="https://github.com/vuejs/vitepress/commit/576e43aef4b9321e353b47248986924bad9ec483"><code>576e43a</code></a> refactor: simplify code</li> <li><a href="https://github.com/vuejs/vitepress/commit/a481ebee1053c5d78c6311076c6de0ffeba23adb"><code>a481ebe</code></a> release: v1.1.2</li> <li><a href="https://github.com/vuejs/vitepress/commit/d02d1e923aacdb1e8061a3f76af30e8a13518277"><code>d02d1e9</code></a> fix(build/regression): markdown backslash escapes not working</li> <li><a href="https://github.com/vuejs/vitepress/commit/f30b848e3c53fd10d825569641c3a44bc0110c46"><code>f30b848</code></a> docs(ru): update translation guide/deploy.md (<a href="https://redirect.github.com/vuejs/vitepress/issues/3807">#3807</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/47570a184722e58e25861d72e076922f927ac7c6"><code>47570a1</code></a> chore: bump deps</li> <li><a href="https://github.com/vuejs/vitepress/commit/3f551ead1855a7ff0260f5bbf83743e5f515bc51"><code>3f551ea</code></a> release: v1.1.1</li> <li><a href="https://github.com/vuejs/vitepress/commit/a1ced36553cc9f5f6e321c460aee90865ac8bf38"><code>a1ced36</code></a> chore: override text renderer before calling user config</li> <li><a href="https://github.com/vuejs/vitepress/commit/f86ac56b78da76f3061e6537b897bb13c1ed802d"><code>f86ac56</code></a> fix: let vue compiler handle entity decoding</li> <li><a href="https://github.com/vuejs/vitepress/commit/469ff3841e1e284108b589b6eb1d8f0f6dbde6ed"><code>469ff38</code></a> chore: remove missing type</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vitepress/compare/v1.1.0...v1.1.3">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
191f934c73 |
build(deps-dev): bump vitepress from 1.0.2 to 1.1.0 in /website (#1608)
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.2 to 1.1.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.1.0</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.0.2...v1.1.0">1.1.0</a> (2024-04-09)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> hashchange should only be triggered for same page navigations (<a href="https://redirect.github.com/vuejs/vitepress/issues/3768">#3768</a>) (<a href="https://github.com/vuejs/vitepress/commit/2a9fc2a26b829bb3f28067ac6f4a41bc1e8b7a1e">2a9fc2a</a>)</li> <li><strong>client:</strong> emit correct <code>Event</code> instance in hashchange event</li> <li><strong>theme:</strong> remove small layout shift on <code>On this page</code> button (<a href="https://redirect.github.com/vuejs/vitepress/issues/3767">#3767</a>) (<a href="https://github.com/vuejs/vitepress/commit/5f28e74abfc984cdc7e0d9d9f7b7e15cb2b46923">5f28e74</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>client:</strong> add <code>hash</code> property to <code>useData()</code></li> <li><strong>theme:</strong> update Inter to version 4 (<a href="https://redirect.github.com/vuejs/vitepress/issues/3693">#3693</a>) (<a href="https://redirect.github.com/vuejs/vitepress/issues/3694">#3694</a>) (<a href="https://github.com/vuejs/vitepress/commit/ffafa31b9204f996f4b819684214fa631c224575">ffafa31</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vitepress/commit/32e105cd569990cd39c816746e632094fc7ff955"><code>32e105c</code></a> release: v1.1.0</li> <li><a href="https://github.com/vuejs/vitepress/commit/9de259371eb219c82aad38b8162f8f919a339ebf"><code>9de2593</code></a> chore: bump deps, lock mdit to v2.0</li> <li><a href="https://github.com/vuejs/vitepress/commit/2a9fc2a26b829bb3f28067ac6f4a41bc1e8b7a1e"><code>2a9fc2a</code></a> fix: hashchange should only be triggered for same page navigations (<a href="https://redirect.github.com/vuejs/vitepress/issues/3768">#3768</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/5f28e74abfc984cdc7e0d9d9f7b7e15cb2b46923"><code>5f28e74</code></a> fix(theme): remove small layout shift on <code>On this page</code> button (<a href="https://redirect.github.com/vuejs/vitepress/issues/3767">#3767</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/b45217c1369d9c6b2f9cf6e9ecb2ecb645d90c05"><code>b45217c</code></a> docs(ru): update translations (<a href="https://redirect.github.com/vuejs/vitepress/issues/3765">#3765</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/229c168a36e7b09309ce42a69399cbc73b5be296"><code>229c168</code></a> docs: make vue as peer dependency section clearer (<a href="https://redirect.github.com/vuejs/vitepress/issues/3687">#3687</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/c4ae9d3cde4789ca8a1b3660189de419e5ef73f3"><code>c4ae9d3</code></a> docs: update default-theme sidebar type (<a href="https://redirect.github.com/vuejs/vitepress/issues/3715">#3715</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/54c46e7ceb8dd29106ac0d7493fe8da57ac15dc3"><code>54c46e7</code></a> docs: adjust install and init commands</li> <li><a href="https://github.com/vuejs/vitepress/commit/58324020c76c5f9e3ef15576083ca244f764a336"><code>5832402</code></a> docs(ru): add Russian translation (<a href="https://redirect.github.com/vuejs/vitepress/issues/3709">#3709</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/3113dad002e60312ca7b679cf38b887196c33303"><code>3113dad</code></a> docs: add Stormkit as deployment platform (<a href="https://redirect.github.com/vuejs/vitepress/issues/3751">#3751</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vitepress/compare/v1.0.2...v1.1.0">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
61c0def011 |
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. <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.0.2</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> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.0.1...v1.0.2">1.0.2</a> (2024-04-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>theme:</strong> text containing html not showing properly in mobile nav menu (<a href="https://github.com/vuejs/vitepress/commit/3c8b4c706051592dd2cca0ae57e293254cbb51ce">3c8b4c7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vitepress/commit/3e95fa102873fa45a4212224caacfba29de1d129"><code>3e95fa1</code></a> release: v1.0.2</li> <li><a href="https://github.com/vuejs/vitepress/commit/3c8b4c706051592dd2cca0ae57e293254cbb51ce"><code>3c8b4c7</code></a> fix(theme): html text not showing properly in mobile nav menu</li> <li><a href="https://github.com/vuejs/vitepress/commit/a6a7645e942cc63c57ca5d79da4b76dee76d8a96"><code>a6a7645</code></a> docs: typo (<a href="https://redirect.github.com/vuejs/vitepress/issues/3692">#3692</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/1e8b3679c845cc0d66bc80ea8a5b5b69d7b8520d"><code>1e8b367</code></a> docs(zh): sync and tweak translations (<a href="https://redirect.github.com/vuejs/vitepress/issues/3684">#3684</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/vitepress/compare/v1.0.1...v1.0.2">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
fe590e24ac |
build(deps-dev): bump vitepress from 1.0.0-rc.45 to 1.0.1 in /website (#1510)
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.0-rc.45 to 1.0.1. <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.0.1</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.0.0</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> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.0.0...v1.0.1">1.0.1</a> (2024-03-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> vendor vue-demi to avoid resolution issues with yarn berry (<a href="https://redirect.github.com/vuejs/vitepress/issues/3680">#3680</a>) (<a href="https://github.com/vuejs/vitepress/commit/5d3cb96ac364413aa9eb494bc91744bd8f4a2c79">5d3cb96</a>)</li> </ul> <h1><a href="https://github.com/vuejs/vitepress/compare/v1.0.0-rc.45...v1.0.0">1.0.0</a> (2024-03-21)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> resolve pattern relative to srcDir instead of root in createContentLoader (<a href="https://redirect.github.com/vuejs/vitepress/issues/3638">#3638</a>) (<a href="https://github.com/vuejs/vitepress/commit/59183e9cef112a004c8a8e2b365478af657858b0">59183e9</a>)</li> <li><strong>localSearch:</strong> remove empty titles that may appear in search results (<a href="https://redirect.github.com/vuejs/vitepress/issues/3665">#3665</a>) (<a href="https://github.com/vuejs/vitepress/commit/f7aef3ca23dae39e226c85d7bb2579dbf7c758f3">f7aef3c</a>)</li> <li><strong>theme:</strong> fixed sidebar expand caret showing when no children are present (<a href="https://redirect.github.com/vuejs/vitepress/issues/3657">#3657</a>) (<a href="https://github.com/vuejs/vitepress/commit/e13f93292ce1a2b1d5ba161fddfe947a1824a2b0">e13f932</a>)</li> <li><strong>theme:</strong> ignore inner-page items in next/prev link (<a href="https://redirect.github.com/vuejs/vitepress/issues/3663">#3663</a>) (<a href="https://github.com/vuejs/vitepress/commit/b50a8a132577693817a15ab43fc4cc22670a8a65">b50a8a1</a>)</li> <li><strong>theme:</strong> local nav separator not visible on pages having no outline (<a href="https://github.com/vuejs/vitepress/commit/190904171500ad22998c8666080fd58c867a59b5">1909041</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>theme:</strong> allow selectively disabling external link icon on navbar items (<a href="https://redirect.github.com/vuejs/vitepress/issues/3607">#3607</a>) (<a href="https://github.com/vuejs/vitepress/commit/5f6297cb3df98926154235f31570e75820d4ea16">5f6297c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vitepress/commit/0b45abd7dddd845e262a0e57d67cb13e246091af"><code>0b45abd</code></a> release: v1.0.1</li> <li><a href="https://github.com/vuejs/vitepress/commit/66bae6bff71af30161cdb4136d8e075a670c15dc"><code>66bae6b</code></a> chore: bump deps</li> <li><a href="https://github.com/vuejs/vitepress/commit/5d3cb96ac364413aa9eb494bc91744bd8f4a2c79"><code>5d3cb96</code></a> fix(build): ship built-in vue-demi to avoid resolution issues (<a href="https://redirect.github.com/vuejs/vitepress/issues/3680">#3680</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/05061bd3d25173d581b3b93bd60fd046bf4a4347"><code>05061bd</code></a> release: v1.0.0</li> <li><a href="https://github.com/vuejs/vitepress/commit/88a4284f3a6cbec2145b38496f733eb711fa3024"><code>88a4284</code></a> docs: tweak intro perf section</li> <li><a href="https://github.com/vuejs/vitepress/commit/0b68382121b60dc934d9b82c4d159638c3c74c55"><code>0b68382</code></a> docs: document metaChunk</li> <li><a href="https://github.com/vuejs/vitepress/commit/38ac579d17bdadfae0250271e52801b4189b6e11"><code>38ac579</code></a> chore: bump vite version</li> <li><a href="https://github.com/vuejs/vitepress/commit/f7aef3ca23dae39e226c85d7bb2579dbf7c758f3"><code>f7aef3c</code></a> fix(localSearch): remove empty titles that may appear in search results (<a href="https://redirect.github.com/vuejs/vitepress/issues/3665">#3665</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/e13f93292ce1a2b1d5ba161fddfe947a1824a2b0"><code>e13f932</code></a> fix(theme): fixed sidebar expand caret showing when no children are present (...</li> <li><a href="https://github.com/vuejs/vitepress/commit/b50a8a132577693817a15ab43fc4cc22670a8a65"><code>b50a8a1</code></a> fix(theme): ignore inner-page items in next/prev link (<a href="https://redirect.github.com/vuejs/vitepress/issues/3663">#3663</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vitepress/compare/v1.0.0-rc.45...v1.0.1">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
5be6992d75 |
Add Dependabot, Update Dependencies and Workflows (#1440)
Build may fail because of some major dependency updates. Needs changes, changes/fixes welcomed. Main goal is keeping all things up-to-date. --------- Co-authored-by: weishu <twsxtd@gmail.com> |
||
|
|
b1d4732e34 | website: fix build error | ||
|
|
765e0ba4e1 | Upgrade vitepress | ||
|
|
bf6bb4f5be | website: fix build error | ||
|
|
d7254aa3a8 | website: bump vitepress to 1.0.0-alpha.40 | ||
|
|
50f33292a8 |
website: add zh_CN translation (#88)
* website: bump vitepress to 1.0.0-alpha.38 * i18n: add zh-CN translation |
||
|
|
e676393039 | Add website (#65) |