Bumps the npm group with 15 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [vue](https://github.com/vuejs/core) | `3.5.3` | `3.5.9` | | [@shikijs/core](https://github.com/shikijs/shiki/tree/HEAD/packages/core) | `1.14.1` | `1.16.2` | | [@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers) | `1.16.2` | `1.20.0` | | [@shikijs/vscode-textmate](https://github.com/shikijs/vscode-textmate) | `9.2.0` | `9.2.2` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.3` | `5.1.4` | | [@vue/devtools-api](https://github.com/vuejs/devtools-next/tree/HEAD/packages/devtools-api) | `7.4.4` | `7.4.6` | | [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `11.0.1` | `11.0.3` | | [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `11.0.3` | `11.1.0` | | [focus-trap](https://github.com/focus-trap/focus-trap) | `7.5.4` | `7.6.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` | | [preact](https://github.com/preactjs/preact) | `10.23.2` | `10.24.1` | | [rollup](https://github.com/rollup/rollup) | `4.21.2` | `4.22.4` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.16.2` | `1.20.0` | | [source-map-js](https://github.com/7rulnik/source-map-js) | `1.2.0` | `1.2.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.3` | `5.4.8` | Updates `vue` from 3.5.3 to 3.5.9 <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.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</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.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="6001e5c81a">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="10ff159240">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="cb34b28a4a">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="a177092754">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="4da688141d">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="fa0ba24b3a">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="0267a58801">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="62242886d7">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="215e154072">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="7257e6a342">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="960706eebf">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="5c8b76ed6c">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="235ea4772e">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="b030c8bc73">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="d18d6aa1b2">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="a2f6edeb02">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="f927a4ae6f">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="9eca65ee98">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="e075dfad5c">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="01f15beeb0"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="10ff159240"><code>10ff159</code></a> fix(reactivity): fix recursive sync watcher on computed edge case</li> <li><a href="cb34b28a4a"><code>cb34b28</code></a> fix(runtime-core): avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>)</li> <li><a href="faf55a15d7"><code>faf55a1</code></a> chore(deps): update build (<a href="https://redirect.github.com/vuejs/core/issues/12001">#12001</a>)</li> <li><a href="fa0ba24b3a"><code>fa0ba24</code></a> fix(vue): properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>)</li> <li><a href="4da688141d"><code>4da6881</code></a> fix(types): correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>)</li> <li><a href="6001e5c81a"><code>6001e5c</code></a> fix(reactivity): fix property dep removal regression</li> <li><a href="c0e9434414"><code>c0e9434</code></a> refactor(reactivity): avoid optional chaining in getDepFromReactive (<a href="https://redirect.github.com/vuejs/core/issues/12007">#12007</a>)</li> <li><a href="7a00f6f093"><code>7a00f6f</code></a> chore: remove unused argument (<a href="https://redirect.github.com/vuejs/core/issues/12006">#12006</a>)</li> <li><a href="5d9e81d3da"><code>5d9e81d</code></a> chore(types): disambiguate the <code>Comment</code> type in hydration.ts (<a href="https://redirect.github.com/vuejs/core/issues/12009">#12009</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.3...v3.5.9">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/core` from 1.14.1 to 1.16.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/core</code>'s releases</a>.</em></p> <blockquote> <h2>v1.16.2</h2> <h3> 🚀 Features</h3> <ul> <li>Allow to swap regex constructor for JavaScript engine - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/930dddc6"><!-- raw HTML omitted -->(930dd)<!-- raw HTML omitted --></a></li> <li>Upgrade <code>oniguruma-to-js</code>, support more languages - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/4ddfdb14"><!-- raw HTML omitted -->(4ddfd)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.16.1...v1.16.2">View changes on GitHub</a></h5> <h2>v1.16.1</h2> <h3> 🏎 Performance</h3> <ul> <li>Externalize <code>@shikijs/vscode-textmate</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/a1e154d5"><!-- raw HTML omitted -->(a1e15)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.16.0...v1.16.1">View changes on GitHub</a></h5> <h2>v1.16.0</h2> <h3> 🚀 Features</h3> <ul> <li>Synchronous Shiki usage - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/764">shikijs/shiki#764</a> <a href="https://github.com/shikijs/shiki/commit/9396a6f1"><!-- raw HTML omitted -->(9396a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: New options object signature for <code>createdBundledHighlighter</code> for custom engine bundle, deprecate old signature - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/513224f8"><!-- raw HTML omitted -->(51322)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>core</strong>: <code>createdBundledHighlighter</code> allow user to override engine - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b59e4875"><!-- raw HTML omitted -->(b59e4)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.15.2...v1.16.0">View changes on GitHub</a></h5> <h2>v1.15.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><code>@shikijs/twoslash</code> version specifier, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/763">#763</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/763">shikijs/shiki#763</a> <a href="https://github.com/shikijs/shiki/commit/c7998db7"><!-- raw HTML omitted -->(c7998)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.15.1...v1.15.2">View changes on GitHub</a></h5> <h2>v1.15.1</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Support more languages - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/e4f70ec5"><!-- raw HTML omitted -->(e4f70)<!-- raw HTML omitted --></a></li> <li><strong>engine</strong>: <ul> <li>Correct default regex flag - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/61a6bf21"><!-- raw HTML omitted -->(61a6b)<!-- raw HTML omitted --></a></li> <li>Regex flags propagation - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/55526bb7"><!-- raw HTML omitted -->(55526)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.15.0...v1.15.1">View changes on GitHub</a></h5> <h2>v1.15.0</h2> <h3> 🚀 Features</h3> <ul> <li>Update deps, new <code>plastic</code> theme - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/04bb6576"><!-- raw HTML omitted -->(04bb6)<!-- raw HTML omitted --></a></li> <li>Introduce experimental JavaScript RegExp Engine - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/761">shikijs/shiki#761</a> <a href="https://github.com/shikijs/shiki/commit/2be5b2d1"><!-- raw HTML omitted -->(2be5b)<!-- raw HTML omitted --></a></li> <li><strong>rehype</strong>: Support inline codes - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/751">shikijs/shiki#751</a> <a href="https://github.com/shikijs/shiki/commit/6ca98aa5"><!-- raw HTML omitted -->(6ca98)<!-- raw HTML omitted --></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="eae73919d4"><code>eae7391</code></a> chore: release v1.16.2</li> <li><a href="4ddfdb14ae"><code>4ddfdb1</code></a> feat: upgrade <code>oniguruma-to-js</code>, support more languages</li> <li><a href="930dddc609"><code>930dddc</code></a> feat: allow to swap regex constructor for JavaScript engine</li> <li><a href="a71d08c213"><code>a71d08c</code></a> chore: release v1.16.1</li> <li><a href="a1e154d5c7"><code>a1e154d</code></a> perf: externalize <code>@shikijs/vscode-textmate</code></li> <li><a href="b0f3bb7d9d"><code>b0f3bb7</code></a> pref: reuse <code>EncodedTokenMetadata</code> from <code>@shikijs/vscode-textmate</code></li> <li><a href="ab6e60287f"><code>ab6e602</code></a> chore: release v1.16.0</li> <li><a href="e3bee32d7f"><code>e3bee32</code></a> docs: docs for js engine and sync usage</li> <li><a href="b59e487574"><code>b59e487</code></a> fix(core): <code>createdBundledHighlighter</code> allow user to override engine</li> <li><a href="513224f8c8"><code>513224f</code></a> feat(core): new options object signature for <code>createdBundledHighlighter</code> for ...</li> <li>Additional commits viewable in <a href="https://github.com/shikijs/shiki/commits/v1.16.2/packages/core">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/transformers` from 1.16.2 to 1.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/transformers</code>'s releases</a>.</em></p> <blockquote> <h2>v1.20.0</h2> <h3> 🚀 Features</h3> <ul> <li>Rename <code>createWasmOnigEngine</code> to <code>createOnigurumaEngine</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/2335dda7"><!-- raw HTML omitted -->(2335d)<!-- raw HTML omitted --></a></li> <li>Move <code>createCssVariablesTheme</code> to core - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/989afdb4"><!-- raw HTML omitted -->(989af)<!-- raw HTML omitted --></a></li> <li><strong>rehype</strong>: Support lazy load languages - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/787">shikijs/shiki#787</a> <a href="https://github.com/shikijs/shiki/commit/c449dd13"><!-- raw HTML omitted -->(c449d)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Improve deprecation warnings - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/50c8e4ac"><!-- raw HTML omitted -->(50c8e)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.19.0...v1.20.0">View changes on GitHub</a></h5> <h2>v1.19.0</h2> <h3> 🚀 Features</h3> <ul> <li>Introduce warning system for deprecated API - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/788">shikijs/shiki#788</a> <a href="https://github.com/shikijs/shiki/commit/4e59b65d"><!-- raw HTML omitted -->(4e59b)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <ul> <li>Pass raw token to <code>transformer.span</code> api - by <a href="https://github.com/zzuu666"><code>@zzuu666</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/782">shikijs/shiki#782</a> <a href="https://github.com/shikijs/shiki/commit/bba452c4"><!-- raw HTML omitted -->(bba45)<!-- raw HTML omitted --></a></li> <li>Support object style <code>htmlStyle</code> in themed token, support new <code>htmlAttrs</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/85a4ff94"><!-- raw HTML omitted -->(85a4f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.18.0...v1.19.0">View changes on GitHub</a></h5> <h2>v1.18.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>perf</strong>: Wrap json data with <code>JSON.parse</code> to speed up rebundling - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/781">shikijs/shiki#781</a> <a href="https://github.com/shikijs/shiki/commit/bbfceeef"><!-- raw HTML omitted -->(bbfce)<!-- raw HTML omitted --></a></li> <li><strong>twoslash</strong>: Introduce <code>disableTriggers</code>, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/780">#780</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/780">shikijs/shiki#780</a> <a href="https://github.com/shikijs/shiki/commit/dca6a488"><!-- raw HTML omitted -->(dca6a)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.7...v1.18.0">View changes on GitHub</a></h5> <h2>v1.17.7</h2> <h3> 🚀 Features</h3> <ul> <li>Allow customize <code>tabindex</code>, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/778">#778</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/778">shikijs/shiki#778</a> <a href="https://github.com/shikijs/shiki/commit/52b055d7"><!-- raw HTML omitted -->(52b05)<!-- raw HTML omitted --></a></li> <li>Update grammar - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/a560bccc"><!-- raw HTML omitted -->(a560b)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.17.6...v1.17.7">View changes on GitHub</a></h5> <h2>v1.17.6</h2> <h3> 🚀 Features</h3> <ul> <li><strong>engine-js</strong>: <ul> <li>Improve js engine by replacing hard-coded recursive reference - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b3d493b9"><!-- raw HTML omitted -->(b3d49)<!-- raw HTML omitted --></a></li> <li>Improve js engine handling for markdown - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b05d838d"><!-- raw HTML omitted -->(b05d8)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Missing named exports for <code>shiki/wasm</code> and <code>@shikijs/wasm-inlined</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/3f2269e9"><!-- raw HTML omitted -->(3f226)<!-- raw HTML omitted --></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="6aa7e08e92"><code>6aa7e08</code></a> chore: release v1.20.0</li> <li><a href="9444b61554"><code>9444b61</code></a> chore: release v1.19.0</li> <li><a href="7602669bcc"><code>7602669</code></a> chore: release v1.18.0</li> <li><a href="55f09422c9"><code>55f0942</code></a> chore: release v1.17.7</li> <li><a href="1d270945f6"><code>1d27094</code></a> chore: explicit return type</li> <li><a href="599b061ec8"><code>599b061</code></a> chore: release v1.17.6</li> <li><a href="a61a4eefb7"><code>a61a4ee</code></a> chore: release v1.17.5</li> <li><a href="0fd45ea8c3"><code>0fd45ea</code></a> chore: release v1.17.4</li> <li><a href="5fbe4e9022"><code>5fbe4e9</code></a> chore: release v1.17.3</li> <li><a href="01068e6595"><code>01068e6</code></a> chore: release v1.17.2</li> <li>Additional commits viewable in <a href="https://github.com/shikijs/shiki/commits/v1.20.0/packages/transformers">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/vscode-textmate` from 9.2.0 to 9.2.2 <details> <summary>Commits</summary> <ul> <li><a href="8d2e84a3aa"><code>8d2e84a</code></a> chore: release v9.2.2</li> <li><a href="1a9770dad1"><code>1a9770d</code></a> fix: exports name</li> <li><a href="26c5be805c"><code>26c5be8</code></a> chore: release v9.2.1</li> <li><a href="fc4c36de52"><code>fc4c36d</code></a> feat: export <code>FontStyle</code> enum</li> <li>See full diff in <a href="https://github.com/shikijs/vscode-textmate/compare/v9.2.0...v9.2.2">compare view</a></li> </ul> </details> <br /> Updates `@vitejs/plugin-vue` from 5.1.3 to 5.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/releases"><code>@vitejs/plugin-vue</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-vue@5.1.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.1.4/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@vitejs/plugin-vue</code>'s changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.1.4 (2024-09-16)<!-- raw HTML omitted --></h2> <ul> <li>chore: format (<a href="https://github.com/vitejs/vite-plugin-vue/commit/07b29a6">07b29a6</a>)</li> <li>chore(deps): update dependency rollup to ^4.21.3 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/440">#440</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/98766c2">98766c2</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/440">#440</a></li> <li>fix: skip checking private properties of typeParameters (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/443">#443</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/e4f5fff">e4f5fff</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/443">#443</a></li> <li>fix(plugin-vue): allow overwrite esbuild config (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/444">#444</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/1344294">1344294</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/444">#444</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8d5a270408"><code>8d5a270</code></a> release: plugin-vue@5.1.4</li> <li><a href="07b29a6a3d"><code>07b29a6</code></a> chore: format</li> <li><a href="98766c2b39"><code>98766c2</code></a> chore(deps): update dependency rollup to ^4.21.3 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/440">#440</a>)</li> <li><a href="e4f5fffa4a"><code>e4f5fff</code></a> fix: skip checking private properties of typeParameters (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/443">#443</a>)</li> <li><a href="1344294a0f"><code>1344294</code></a> fix(plugin-vue): allow overwrite esbuild config (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/444">#444</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.4/packages/plugin-vue">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-core` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-core</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-core</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="6001e5c81a">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="10ff159240">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="cb34b28a4a">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="a177092754">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="4da688141d">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="fa0ba24b3a">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="0267a58801">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="62242886d7">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="215e154072">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="7257e6a342">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="960706eebf">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="5c8b76ed6c">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="235ea4772e">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="b030c8bc73">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="d18d6aa1b2">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="a2f6edeb02">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="f927a4ae6f">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="9eca65ee98">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="e075dfad5c">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="01f15beeb0"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="5e8898572f"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="6fcb80172f"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="62242886d7"><code>6224288</code></a> fix(compile-core): fix v-model with newlines edge case (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-core/issues/11960">#11960</a>)</li> <li><a href="9a36f2a0b8"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="7f2de3f53e"><code>7f2de3f</code></a> release: v3.5.5</li> <li><a href="3c4bf76276"><code>3c4bf76</code></a> fix(compiler-dom): should ignore leading newline in <textarea> per spec</li> <li><a href="706d4ac1d0"><code>706d4ac</code></a> fix(compiler-core): fix handling of delimiterOpen in VPre (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-core/issues/11915">#11915</a>)</li> <li><a href="91212fa408"><code>91212fa</code></a> release: v3.5.4</li> <li><a href="b1db66a1a9"><code>b1db66a</code></a> chore(deps): upgrade to TypeScript 5.6</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-core">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-dom` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-dom</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-dom</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="6001e5c81a">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="10ff159240">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="cb34b28a4a">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="a177092754">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="4da688141d">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="fa0ba24b3a">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="0267a58801">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="62242886d7">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="215e154072">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="7257e6a342">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="960706eebf">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="5c8b76ed6c">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="235ea4772e">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="b030c8bc73">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="d18d6aa1b2">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="a2f6edeb02">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="f927a4ae6f">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="9eca65ee98">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="e075dfad5c">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="01f15beeb0"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="5e8898572f"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="6fcb80172f"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="9a36f2a0b8"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="85c138ced1"><code>85c138c</code></a> fix(compile-dom): should be able to stringify mathML (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-dom/issues/11891">#11891</a>)</li> <li><a href="7f2de3f53e"><code>7f2de3f</code></a> release: v3.5.5</li> <li><a href="3c4bf76276"><code>3c4bf76</code></a> fix(compiler-dom): should ignore leading newline in <textarea> per spec</li> <li><a href="1d99d61c1b"><code>1d99d61</code></a> fix(compiler-dom): fix stringify static edge for partially eligible chunks in...</li> <li><a href="91212fa408"><code>91212fa</code></a> release: v3.5.4</li> <li><a href="b1430f250d"><code>b1430f2</code></a> refactor: remove rarely used argument in makeMap + optimize perf</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-dom">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-sfc` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-sfc</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-sfc</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="6001e5c81a">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="10ff159240">10ff159</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li> <li><strong>runtime-core:</strong> avoid rendering plain object as VNode (<a href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>) (<a href="cb34b28a4a">cb34b28</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li> <li><strong>runtime-core:</strong> make useId() always return a string (<a href="a177092754">a177092</a>)</li> <li><strong>types:</strong> correct type inference of union event names (<a href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>) (<a href="4da688141d">4da6881</a>)</li> <li><strong>vue:</strong> properly cache runtime compilation (<a href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>) (<a href="fa0ba24b3a">fa0ba24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="0267a58801">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="62242886d7">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="215e154072">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="7257e6a342">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="960706eebf">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="5c8b76ed6c">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="235ea4772e">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="b030c8bc73">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="d18d6aa1b2">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="a2f6edeb02">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="f927a4ae6f">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="9eca65ee98">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="e075dfad5c">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="01f15beeb0"><code>01f15be</code></a> release: v3.5.9</li> <li><a href="fa0ba24b3a"><code>fa0ba24</code></a> fix(vue): properly cache runtime compilation (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12019">#12019</a>)</li> <li><a href="5e8898572f"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="6fcb80172f"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="62242886d7"><code>6224288</code></a> fix(compile-core): fix v-model with newlines edge case (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11960">#11960</a>)</li> <li><a href="215e154072"><code>215e154</code></a> fix(compiler-sfc): initialize scope with null prototype object (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11963">#11963</a>)</li> <li><a href="9a36f2a0b8"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="8492c3c49a"><code>8492c3c</code></a> fix(compiler-sfc): preserve old behavior when using withDefaults with desutru...</li> <li><a href="47bda40653"><code>47bda40</code></a> fix(deps): update dependency postcss to ^8.4.47 (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11938">#11938</a>)</li> <li><a href="7f2de3f53e"><code>7f2de3f</code></a> release: v3.5.5</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-ssr` from 3.5.3 to 3.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-ssr</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-ssr</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a> (2024-09-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix property dep removal regression (<a href="6001e5c81a">6001e5c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li> <li><strong>reactivity:</strong> fix recursive sync watcher on computed edge case (<a href="https://github.com/vuejs/core/commit/10ff15924053d9bd95a... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1115 lines
54 KiB
YAML
1115 lines
54 KiB
YAML
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
# yarn lockfile v1
|
|
|
|
|
|
"@algolia/autocomplete-core@1.9.3":
|
|
version "1.9.3"
|
|
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz#1d56482a768c33aae0868c8533049e02e8961be7"
|
|
integrity sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==
|
|
dependencies:
|
|
"@algolia/autocomplete-plugin-algolia-insights" "1.9.3"
|
|
"@algolia/autocomplete-shared" "1.9.3"
|
|
|
|
"@algolia/autocomplete-plugin-algolia-insights@1.9.3":
|
|
version "1.9.3"
|
|
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.9.3.tgz#9b7f8641052c8ead6d66c1623d444cbe19dde587"
|
|
integrity sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==
|
|
dependencies:
|
|
"@algolia/autocomplete-shared" "1.9.3"
|
|
|
|
"@algolia/autocomplete-preset-algolia@1.9.3":
|
|
version "1.9.3"
|
|
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.9.3.tgz#64cca4a4304cfcad2cf730e83067e0c1b2f485da"
|
|
integrity sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==
|
|
dependencies:
|
|
"@algolia/autocomplete-shared" "1.9.3"
|
|
|
|
"@algolia/autocomplete-shared@1.9.3":
|
|
version "1.9.3"
|
|
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.9.3.tgz#2e22e830d36f0a9cf2c0ccd3c7f6d59435b77dfa"
|
|
integrity sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==
|
|
|
|
"@algolia/cache-browser-local-storage@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.24.0.tgz#97bc6d067a9fd932b9c922faa6b7fd6e546e1348"
|
|
integrity sha512-t63W9BnoXVrGy9iYHBgObNXqYXM3tYXCjDSHeNwnsc324r4o5UiVKUiAB4THQ5z9U5hTj6qUvwg/Ez43ZD85ww==
|
|
dependencies:
|
|
"@algolia/cache-common" "4.24.0"
|
|
|
|
"@algolia/cache-common@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.24.0.tgz#81a8d3a82ceb75302abb9b150a52eba9960c9744"
|
|
integrity sha512-emi+v+DmVLpMGhp0V9q9h5CdkURsNmFC+cOS6uK9ndeJm9J4TiqSvPYVu+THUP8P/S08rxf5x2P+p3CfID0Y4g==
|
|
|
|
"@algolia/cache-in-memory@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.24.0.tgz#ffcf8872f3a10cb85c4f4641bdffd307933a6e44"
|
|
integrity sha512-gDrt2so19jW26jY3/MkFg5mEypFIPbPoXsQGQWAi6TrCPsNOSEYepBMPlucqWigsmEy/prp5ug2jy/N3PVG/8w==
|
|
dependencies:
|
|
"@algolia/cache-common" "4.24.0"
|
|
|
|
"@algolia/client-account@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.24.0.tgz#eba7a921d828e7c8c40a32d4add21206c7fe12f1"
|
|
integrity sha512-adcvyJ3KjPZFDybxlqnf+5KgxJtBjwTPTeyG2aOyoJvx0Y8dUQAEOEVOJ/GBxX0WWNbmaSrhDURMhc+QeevDsA==
|
|
dependencies:
|
|
"@algolia/client-common" "4.24.0"
|
|
"@algolia/client-search" "4.24.0"
|
|
"@algolia/transporter" "4.24.0"
|
|
|
|
"@algolia/client-analytics@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.24.0.tgz#9d2576c46a9093a14e668833c505ea697a1a3e30"
|
|
integrity sha512-y8jOZt1OjwWU4N2qr8G4AxXAzaa8DBvyHTWlHzX/7Me1LX8OayfgHexqrsL4vSBcoMmVw2XnVW9MhL+Y2ZDJXg==
|
|
dependencies:
|
|
"@algolia/client-common" "4.24.0"
|
|
"@algolia/client-search" "4.24.0"
|
|
"@algolia/requester-common" "4.24.0"
|
|
"@algolia/transporter" "4.24.0"
|
|
|
|
"@algolia/client-common@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.24.0.tgz#77c46eee42b9444a1d1c1583a83f7df4398a649d"
|
|
integrity sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==
|
|
dependencies:
|
|
"@algolia/requester-common" "4.24.0"
|
|
"@algolia/transporter" "4.24.0"
|
|
|
|
"@algolia/client-personalization@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.24.0.tgz#8b47789fb1cb0f8efbea0f79295b7c5a3850f6ae"
|
|
integrity sha512-l5FRFm/yngztweU0HdUzz1rC4yoWCFo3IF+dVIVTfEPg906eZg5BOd1k0K6rZx5JzyyoP4LdmOikfkfGsKVE9w==
|
|
dependencies:
|
|
"@algolia/client-common" "4.24.0"
|
|
"@algolia/requester-common" "4.24.0"
|
|
"@algolia/transporter" "4.24.0"
|
|
|
|
"@algolia/client-search@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.24.0.tgz#75e6c02d33ef3e0f34afd9962c085b856fc4a55f"
|
|
integrity sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==
|
|
dependencies:
|
|
"@algolia/client-common" "4.24.0"
|
|
"@algolia/requester-common" "4.24.0"
|
|
"@algolia/transporter" "4.24.0"
|
|
|
|
"@algolia/logger-common@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.24.0.tgz#28d439976019ec0a46ba7a1a739ef493d4ef8123"
|
|
integrity sha512-LLUNjkahj9KtKYrQhFKCzMx0BY3RnNP4FEtO+sBybCjJ73E8jNdaKJ/Dd8A/VA4imVHP5tADZ8pn5B8Ga/wTMA==
|
|
|
|
"@algolia/logger-console@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.24.0.tgz#c6ff486036cd90b81d07a95aaba04461da7e1c65"
|
|
integrity sha512-X4C8IoHgHfiUROfoRCV+lzSy+LHMgkoEEU1BbKcsfnV0i0S20zyy0NLww9dwVHUWNfPPxdMU+/wKmLGYf96yTg==
|
|
dependencies:
|
|
"@algolia/logger-common" "4.24.0"
|
|
|
|
"@algolia/recommend@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-4.24.0.tgz#8a3f78aea471ee0a4836b78fd2aad4e9abcaaf34"
|
|
integrity sha512-P9kcgerfVBpfYHDfVZDvvdJv0lEoCvzNlOy2nykyt5bK8TyieYyiD0lguIJdRZZYGre03WIAFf14pgE+V+IBlw==
|
|
dependencies:
|
|
"@algolia/cache-browser-local-storage" "4.24.0"
|
|
"@algolia/cache-common" "4.24.0"
|
|
"@algolia/cache-in-memory" "4.24.0"
|
|
"@algolia/client-common" "4.24.0"
|
|
"@algolia/client-search" "4.24.0"
|
|
"@algolia/logger-common" "4.24.0"
|
|
"@algolia/logger-console" "4.24.0"
|
|
"@algolia/requester-browser-xhr" "4.24.0"
|
|
"@algolia/requester-common" "4.24.0"
|
|
"@algolia/requester-node-http" "4.24.0"
|
|
"@algolia/transporter" "4.24.0"
|
|
|
|
"@algolia/requester-browser-xhr@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.24.0.tgz#313c5edab4ed73a052e75803855833b62dd19c16"
|
|
integrity sha512-Z2NxZMb6+nVXSjF13YpjYTdvV3032YTBSGm2vnYvYPA6mMxzM3v5rsCiSspndn9rzIW4Qp1lPHBvuoKJV6jnAA==
|
|
dependencies:
|
|
"@algolia/requester-common" "4.24.0"
|
|
|
|
"@algolia/requester-common@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.24.0.tgz#1c60c198031f48fcdb9e34c4057a3ea987b9a436"
|
|
integrity sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA==
|
|
|
|
"@algolia/requester-node-http@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.24.0.tgz#4461593714031d02aa7da221c49df675212f482f"
|
|
integrity sha512-JF18yTjNOVYvU/L3UosRcvbPMGT9B+/GQWNWnenIImglzNVGpyzChkXLnrSf6uxwVNO6ESGu6oN8MqcGQcjQJw==
|
|
dependencies:
|
|
"@algolia/requester-common" "4.24.0"
|
|
|
|
"@algolia/transporter@4.24.0":
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.24.0.tgz#226bb1f8af62430374c1972b2e5c8580ab275102"
|
|
integrity sha512-86nI7w6NzWxd1Zp9q3413dRshDqAzSbsQjhcDhPIatEFiZrL1/TjnHL8S7jVKFePlIMzDsZWXAXwXzcok9c5oA==
|
|
dependencies:
|
|
"@algolia/cache-common" "4.24.0"
|
|
"@algolia/logger-common" "4.24.0"
|
|
"@algolia/requester-common" "4.24.0"
|
|
|
|
"@babel/helper-string-parser@^7.24.8":
|
|
version "7.24.8"
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
|
|
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
|
|
|
|
"@babel/helper-validator-identifier@^7.24.7":
|
|
version "7.24.7"
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
|
|
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
|
|
|
|
"@babel/parser@^7.25.3":
|
|
version "7.25.6"
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f"
|
|
integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==
|
|
dependencies:
|
|
"@babel/types" "^7.25.6"
|
|
|
|
"@babel/types@^7.25.6":
|
|
version "7.25.6"
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6"
|
|
integrity sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==
|
|
dependencies:
|
|
"@babel/helper-string-parser" "^7.24.8"
|
|
"@babel/helper-validator-identifier" "^7.24.7"
|
|
to-fast-properties "^2.0.0"
|
|
|
|
"@docsearch/css@3.6.1", "@docsearch/css@^3.6.1":
|
|
version "3.6.1"
|
|
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.6.1.tgz#f0a728ecb486c81f2d282650fc1820c914913408"
|
|
integrity sha512-VtVb5DS+0hRIprU2CO6ZQjK2Zg4QU5HrDM1+ix6rT0umsYvFvatMAnf97NHZlVWDaaLlx7GRfR/7FikANiM2Fg==
|
|
|
|
"@docsearch/js@^3.6.1":
|
|
version "3.6.1"
|
|
resolved "https://registry.yarnpkg.com/@docsearch/js/-/js-3.6.1.tgz#aaf6c6427371a53c1cd46b2ed08b9c353e5cd02d"
|
|
integrity sha512-erI3RRZurDr1xES5hvYJ3Imp7jtrXj6f1xYIzDzxiS7nNBufYWPbJwrmMqWC5g9y165PmxEmN9pklGCdLi0Iqg==
|
|
dependencies:
|
|
"@docsearch/react" "3.6.1"
|
|
preact "^10.0.0"
|
|
|
|
"@docsearch/react@3.6.1":
|
|
version "3.6.1"
|
|
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.6.1.tgz#0f826df08693293806d64277d6d9c38636211b97"
|
|
integrity sha512-qXZkEPvybVhSXj0K7U3bXc233tk5e8PfhoZ6MhPOiik/qUQxYC+Dn9DnoS7CxHQQhHfCvTiN0eY9M12oRghEXw==
|
|
dependencies:
|
|
"@algolia/autocomplete-core" "1.9.3"
|
|
"@algolia/autocomplete-preset-algolia" "1.9.3"
|
|
"@docsearch/css" "3.6.1"
|
|
algoliasearch "^4.19.1"
|
|
|
|
"@esbuild/aix-ppc64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz#c7184a326533fcdf1b8ee0733e21c713b975575f"
|
|
integrity sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==
|
|
|
|
"@esbuild/android-arm64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz#09d9b4357780da9ea3a7dfb833a1f1ff439b4052"
|
|
integrity sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==
|
|
|
|
"@esbuild/android-arm@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz#9b04384fb771926dfa6d7ad04324ecb2ab9b2e28"
|
|
integrity sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==
|
|
|
|
"@esbuild/android-x64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz#29918ec2db754cedcb6c1b04de8cd6547af6461e"
|
|
integrity sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==
|
|
|
|
"@esbuild/darwin-arm64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz#e495b539660e51690f3928af50a76fb0a6ccff2a"
|
|
integrity sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==
|
|
|
|
"@esbuild/darwin-x64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz#c13838fa57372839abdddc91d71542ceea2e1e22"
|
|
integrity sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==
|
|
|
|
"@esbuild/freebsd-arm64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz#646b989aa20bf89fd071dd5dbfad69a3542e550e"
|
|
integrity sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==
|
|
|
|
"@esbuild/freebsd-x64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz#aa615cfc80af954d3458906e38ca22c18cf5c261"
|
|
integrity sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==
|
|
|
|
"@esbuild/linux-arm64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz#70ac6fa14f5cb7e1f7f887bcffb680ad09922b5b"
|
|
integrity sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==
|
|
|
|
"@esbuild/linux-arm@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz#fc6fd11a8aca56c1f6f3894f2bea0479f8f626b9"
|
|
integrity sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==
|
|
|
|
"@esbuild/linux-ia32@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz#3271f53b3f93e3d093d518d1649d6d68d346ede2"
|
|
integrity sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==
|
|
|
|
"@esbuild/linux-loong64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz#ed62e04238c57026aea831c5a130b73c0f9f26df"
|
|
integrity sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==
|
|
|
|
"@esbuild/linux-mips64el@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz#e79b8eb48bf3b106fadec1ac8240fb97b4e64cbe"
|
|
integrity sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==
|
|
|
|
"@esbuild/linux-ppc64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz#5f2203860a143b9919d383ef7573521fb154c3e4"
|
|
integrity sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==
|
|
|
|
"@esbuild/linux-riscv64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz#07bcafd99322d5af62f618cb9e6a9b7f4bb825dc"
|
|
integrity sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==
|
|
|
|
"@esbuild/linux-s390x@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz#b7ccf686751d6a3e44b8627ababc8be3ef62d8de"
|
|
integrity sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==
|
|
|
|
"@esbuild/linux-x64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz#6d8f0c768e070e64309af8004bb94e68ab2bb3b0"
|
|
integrity sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==
|
|
|
|
"@esbuild/netbsd-x64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz#bbe430f60d378ecb88decb219c602667387a6047"
|
|
integrity sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==
|
|
|
|
"@esbuild/openbsd-x64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz#99d1cf2937279560d2104821f5ccce220cb2af70"
|
|
integrity sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==
|
|
|
|
"@esbuild/sunos-x64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz#08741512c10d529566baba837b4fe052c8f3487b"
|
|
integrity sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==
|
|
|
|
"@esbuild/win32-arm64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz#675b7385398411240735016144ab2e99a60fc75d"
|
|
integrity sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==
|
|
|
|
"@esbuild/win32-ia32@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz#1bfc3ce98aa6ca9a0969e4d2af72144c59c1193b"
|
|
integrity sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==
|
|
|
|
"@esbuild/win32-x64@0.21.5":
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
|
|
integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
|
|
|
|
"@jridgewell/sourcemap-codec@^1.5.0":
|
|
version "1.5.0"
|
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
|
|
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
|
|
|
|
"@rollup/rollup-android-arm-eabi@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz#8b613b9725e8f9479d142970b106b6ae878610d5"
|
|
integrity sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==
|
|
|
|
"@rollup/rollup-android-arm64@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.4.tgz#654ca1049189132ff602bfcf8df14c18da1f15fb"
|
|
integrity sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==
|
|
|
|
"@rollup/rollup-darwin-arm64@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz#6d241d099d1518ef0c2205d96b3fa52e0fe1954b"
|
|
integrity sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==
|
|
|
|
"@rollup/rollup-darwin-x64@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.4.tgz#42bd19d292a57ee11734c980c4650de26b457791"
|
|
integrity sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==
|
|
|
|
"@rollup/rollup-linux-arm-gnueabihf@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.4.tgz#f23555ee3d8fe941c5c5fd458cd22b65eb1c2232"
|
|
integrity sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==
|
|
|
|
"@rollup/rollup-linux-arm-musleabihf@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.4.tgz#f3bbd1ae2420f5539d40ac1fde2b38da67779baa"
|
|
integrity sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==
|
|
|
|
"@rollup/rollup-linux-arm64-gnu@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.4.tgz#7abe900120113e08a1f90afb84c7c28774054d15"
|
|
integrity sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==
|
|
|
|
"@rollup/rollup-linux-arm64-musl@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.4.tgz#9e655285c8175cd44f57d6a1e8e5dedfbba1d820"
|
|
integrity sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==
|
|
|
|
"@rollup/rollup-linux-powerpc64le-gnu@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.4.tgz#9a79ae6c9e9d8fe83d49e2712ecf4302db5bef5e"
|
|
integrity sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==
|
|
|
|
"@rollup/rollup-linux-riscv64-gnu@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.4.tgz#67ac70eca4ace8e2942fabca95164e8874ab8128"
|
|
integrity sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==
|
|
|
|
"@rollup/rollup-linux-s390x-gnu@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.4.tgz#9f883a7440f51a22ed7f99e1d070bd84ea5005fc"
|
|
integrity sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==
|
|
|
|
"@rollup/rollup-linux-x64-gnu@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz#70116ae6c577fe367f58559e2cffb5641a1dd9d0"
|
|
integrity sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==
|
|
|
|
"@rollup/rollup-linux-x64-musl@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.4.tgz#f473f88219feb07b0b98b53a7923be716d1d182f"
|
|
integrity sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==
|
|
|
|
"@rollup/rollup-win32-arm64-msvc@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.4.tgz#4349482d17f5d1c58604d1c8900540d676f420e0"
|
|
integrity sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==
|
|
|
|
"@rollup/rollup-win32-ia32-msvc@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.4.tgz#a6fc39a15db618040ec3c2a24c1e26cb5f4d7422"
|
|
integrity sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==
|
|
|
|
"@rollup/rollup-win32-x64-msvc@4.22.4":
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.4.tgz#3dd5d53e900df2a40841882c02e56f866c04d202"
|
|
integrity sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==
|
|
|
|
"@shikijs/core@1.20.0", "@shikijs/core@^1.13.0":
|
|
version "1.20.0"
|
|
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.20.0.tgz#e431b69bebf1c1a0dd53fd3fb16eae7e7823d9ba"
|
|
integrity sha512-KlO3iE0THzSdYkzDFugt8SHe6FR3qNYTkmpbdW1d6xo8juQkMjybxAw/cBi2npL2eb2F4PbbnSs5Z9tDusfvyg==
|
|
dependencies:
|
|
"@shikijs/engine-javascript" "1.20.0"
|
|
"@shikijs/engine-oniguruma" "1.20.0"
|
|
"@shikijs/types" "1.20.0"
|
|
"@shikijs/vscode-textmate" "^9.2.2"
|
|
"@types/hast" "^3.0.4"
|
|
hast-util-to-html "^9.0.3"
|
|
|
|
"@shikijs/engine-javascript@1.20.0":
|
|
version "1.20.0"
|
|
resolved "https://registry.yarnpkg.com/@shikijs/engine-javascript/-/engine-javascript-1.20.0.tgz#ffb18986aa4d989b0320136202b29739a659778a"
|
|
integrity sha512-ZUMo758uduM0Tfgzi/kd+0IKMbNdumCxxWjY36uf1DIs2Qyg9HIq3vA1Wfa/vc6HE7tHWFpANRi3mv7UzJ68MQ==
|
|
dependencies:
|
|
"@shikijs/types" "1.20.0"
|
|
"@shikijs/vscode-textmate" "^9.2.2"
|
|
oniguruma-to-js "0.4.3"
|
|
|
|
"@shikijs/engine-oniguruma@1.20.0":
|
|
version "1.20.0"
|
|
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-1.20.0.tgz#21091c82349109710050169332eec1ec3ff3095b"
|
|
integrity sha512-MQ40WkVTZk7by33ces4PGK6XNFSo6PYvKTSAr2kTWdRNhFmOcnaX+1XzvFwB26eySXR7U74t91czZ1qJkEgxTA==
|
|
dependencies:
|
|
"@shikijs/types" "1.20.0"
|
|
"@shikijs/vscode-textmate" "^9.2.2"
|
|
|
|
"@shikijs/transformers@^1.13.0":
|
|
version "1.20.0"
|
|
resolved "https://registry.yarnpkg.com/@shikijs/transformers/-/transformers-1.20.0.tgz#8efa331c9edb6b8d4040de1f7024efaef80e55f5"
|
|
integrity sha512-TNS5KAErbNIOm1QqabuVaU77NOs5xWfpjpnqME059SA8yddr3mN5ZNAeCI+4QAAnNqZd8RKXjp+9hw66f5ak/A==
|
|
dependencies:
|
|
shiki "1.20.0"
|
|
|
|
"@shikijs/types@1.20.0":
|
|
version "1.20.0"
|
|
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-1.20.0.tgz#6ae758cc48cf7e776a538437dc8d17d8f49bdc4e"
|
|
integrity sha512-y+EaDvU2K6/GaXOKXxJaGnr1XtmZMF7MfS0pSEDdxEq66gCtKsLwQvVwoQFdp7R7dLlNAro3ijEE19sMZ0pzqg==
|
|
dependencies:
|
|
"@shikijs/vscode-textmate" "^9.2.2"
|
|
"@types/hast" "^3.0.4"
|
|
|
|
"@shikijs/vscode-textmate@^9.2.2":
|
|
version "9.2.2"
|
|
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-9.2.2.tgz#24571f50625c7cd075f9efe0def8b9d2c0930ada"
|
|
integrity sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg==
|
|
|
|
"@types/estree@1.0.5":
|
|
version "1.0.5"
|
|
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
|
|
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
|
|
|
|
"@types/hast@^3.0.0", "@types/hast@^3.0.4":
|
|
version "3.0.4"
|
|
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
|
|
integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
|
|
dependencies:
|
|
"@types/unist" "*"
|
|
|
|
"@types/linkify-it@^5":
|
|
version "5.0.0"
|
|
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-5.0.0.tgz#21413001973106cda1c3a9b91eedd4ccd5469d76"
|
|
integrity sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==
|
|
|
|
"@types/markdown-it@^14.1.2":
|
|
version "14.1.2"
|
|
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-14.1.2.tgz#57f2532a0800067d9b934f3521429a2e8bfb4c61"
|
|
integrity sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==
|
|
dependencies:
|
|
"@types/linkify-it" "^5"
|
|
"@types/mdurl" "^2"
|
|
|
|
"@types/mdast@^4.0.0":
|
|
version "4.0.4"
|
|
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-4.0.4.tgz#7ccf72edd2f1aa7dd3437e180c64373585804dd6"
|
|
integrity sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==
|
|
dependencies:
|
|
"@types/unist" "*"
|
|
|
|
"@types/mdurl@^2":
|
|
version "2.0.0"
|
|
resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-2.0.0.tgz#d43878b5b20222682163ae6f897b20447233bdfd"
|
|
integrity sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==
|
|
|
|
"@types/unist@*", "@types/unist@^3.0.0":
|
|
version "3.0.3"
|
|
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
|
|
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
|
|
|
|
"@types/web-bluetooth@^0.0.20":
|
|
version "0.0.20"
|
|
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597"
|
|
integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==
|
|
|
|
"@ungap/structured-clone@^1.0.0":
|
|
version "1.2.0"
|
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
|
|
|
"@vitejs/plugin-vue@^5.1.2":
|
|
version "5.1.4"
|
|
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.1.4.tgz#72b8b705cfce36b00b59af196195146e356500c4"
|
|
integrity sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==
|
|
|
|
"@vue/compiler-core@3.5.9":
|
|
version "3.5.9"
|
|
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.9.tgz#d51fbfe6c18479b27fe6b1723344ba0832e4aacb"
|
|
integrity sha512-KE1sCdwqSKq0CQ/ltg3XnlMTKeinjegIkuFsuq9DKvNPmqLGdmI51ChZdGBBRXIvEYTLm8X/JxOuBQ1HqF/+PA==
|
|
dependencies:
|
|
"@babel/parser" "^7.25.3"
|
|
"@vue/shared" "3.5.9"
|
|
entities "^4.5.0"
|
|
estree-walker "^2.0.2"
|
|
source-map-js "^1.2.0"
|
|
|
|
"@vue/compiler-dom@3.5.9":
|
|
version "3.5.9"
|
|
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.9.tgz#6fa2b7e536ae4c416fc2d60b7e9e33b3410eac7a"
|
|
integrity sha512-gEAURwPo902AsJF50vl59VaWR+Cx6cX9SoqLYHu1jq9hDbmQlXvpZyYNIIbxa2JTJ+FD/oBQweVUwuTQv79KTg==
|
|
dependencies:
|
|
"@vue/compiler-core" "3.5.9"
|
|
"@vue/shared" "3.5.9"
|
|
|
|
"@vue/compiler-sfc@3.5.9":
|
|
version "3.5.9"
|
|
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.9.tgz#020b7654f1fde7c606a49ec4e4d2838e8e1a43c5"
|
|
integrity sha512-kp9qawcTXakYm0TN6YAwH24IurSywoXh4fWhRbLu0at4UVyo994bhEzJlQn82eiyqtut4GjkQodSfn8drFbpZQ==
|
|
dependencies:
|
|
"@babel/parser" "^7.25.3"
|
|
"@vue/compiler-core" "3.5.9"
|
|
"@vue/compiler-dom" "3.5.9"
|
|
"@vue/compiler-ssr" "3.5.9"
|
|
"@vue/shared" "3.5.9"
|
|
estree-walker "^2.0.2"
|
|
magic-string "^0.30.11"
|
|
postcss "^8.4.47"
|
|
source-map-js "^1.2.0"
|
|
|
|
"@vue/compiler-ssr@3.5.9":
|
|
version "3.5.9"
|
|
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.9.tgz#e30f8e866589392421abcbfc0e0241470f3ca9a6"
|
|
integrity sha512-fb1g2mQv32QzIei76rlXRTz08Grw+ZzBXSQfHo4StGFutm/flyebw3dGJkexKwcU3GjX9s5fIGjEv/cjO8j8Yw==
|
|
dependencies:
|
|
"@vue/compiler-dom" "3.5.9"
|
|
"@vue/shared" "3.5.9"
|
|
|
|
"@vue/devtools-api@^7.3.8":
|
|
version "7.4.6"
|
|
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-7.4.6.tgz#5e9249d6de3cee58624e511fdc727837b1f2d273"
|
|
integrity sha512-XipBV5k0/IfTr0sNBDTg7OBUCp51cYMMXyPxLXJZ4K/wmUeMqt8cVdr2ZZGOFq+si/jTyCYnNxeKoyev5DOUUA==
|
|
dependencies:
|
|
"@vue/devtools-kit" "^7.4.6"
|
|
|
|
"@vue/devtools-kit@^7.4.6":
|
|
version "7.4.6"
|
|
resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.4.6.tgz#80aa30db65bf5b2b0eda4e818749d3c37d80f709"
|
|
integrity sha512-NbYBwPWgEic1AOd9bWExz9weBzFdjiIfov0yRn4DrRfR+EQJCI9dn4I0XS7IxYGdkmUJi8mFW42LLk18WsGqew==
|
|
dependencies:
|
|
"@vue/devtools-shared" "^7.4.6"
|
|
birpc "^0.2.17"
|
|
hookable "^5.5.3"
|
|
mitt "^3.0.1"
|
|
perfect-debounce "^1.0.0"
|
|
speakingurl "^14.0.1"
|
|
superjson "^2.2.1"
|
|
|
|
"@vue/devtools-shared@^7.4.6":
|
|
version "7.4.6"
|
|
resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.4.6.tgz#492c2301caacc83a32542dd95dfcae3980621417"
|
|
integrity sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==
|
|
dependencies:
|
|
rfdc "^1.4.1"
|
|
|
|
"@vue/reactivity@3.5.9":
|
|
version "3.5.9"
|
|
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.9.tgz#8864a55e4c495666f3c679beb8f734489eeb042e"
|
|
integrity sha512-88ApgNZ6yPYpyYkTfXzcbWk6O8+LrPRIpa/U4AdeTzpfRUO+EUt5jemnTBVSlAUNmlYY96xa5feUNEq+BouLog==
|
|
dependencies:
|
|
"@vue/shared" "3.5.9"
|
|
|
|
"@vue/runtime-core@3.5.9":
|
|
version "3.5.9"
|
|
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.9.tgz#e47f890734039f77dac86328cc059cf8188c5729"
|
|
integrity sha512-YAeP0zNkjSl5mEc1NxOg9qoAhLNbREElHAhfYbMXT57oF0ixehEEJWBhg2uvVxslCGh23JhpEAyMvJrJHW9WGg==
|
|
dependencies:
|
|
"@vue/reactivity" "3.5.9"
|
|
"@vue/shared" "3.5.9"
|
|
|
|
"@vue/runtime-dom@3.5.9":
|
|
version "3.5.9"
|
|
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.9.tgz#088746207f74963d09b31ce7b79add0bf96aa337"
|
|
integrity sha512-5Oq/5oenpB9lw94moKvOHqBDEaMSyDmcu2HS8AtAT6/pwdo/t9fR9aVtLh6FzYGGqZR9yRfoHAN6P7goblq1aA==
|
|
dependencies:
|
|
"@vue/reactivity" "3.5.9"
|
|
"@vue/runtime-core" "3.5.9"
|
|
"@vue/shared" "3.5.9"
|
|
csstype "^3.1.3"
|
|
|
|
"@vue/server-renderer@3.5.9":
|
|
version "3.5.9"
|
|
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.9.tgz#3bf0736001623960d120ef01dee5045fad6efadb"
|
|
integrity sha512-tbuUsZfMWGazR9LXLNiiDSTwkO8K9sLyR70diY+FbQmKmh7236PPz4jkTxymelV8D89IJUGtbfe4VdmpHkmuxg==
|
|
dependencies:
|
|
"@vue/compiler-ssr" "3.5.9"
|
|
"@vue/shared" "3.5.9"
|
|
|
|
"@vue/shared@3.5.9", "@vue/shared@^3.4.38":
|
|
version "3.5.9"
|
|
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.9.tgz#713257216ea2cbf4e200cb9ae395c34ae2349385"
|
|
integrity sha512-8wiT/m0mnsLhTME0mPgc57jv+4TipRBSAAmheUdYgiOaO6AobZPNOmm87ub4np65VVDgLcWxc+Edc++5Wyz1uA==
|
|
|
|
"@vueuse/core@11.1.0", "@vueuse/core@^11.0.0":
|
|
version "11.1.0"
|
|
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-11.1.0.tgz#a104f33c899a15f3b28d3eb7b20738501a3a5035"
|
|
integrity sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==
|
|
dependencies:
|
|
"@types/web-bluetooth" "^0.0.20"
|
|
"@vueuse/metadata" "11.1.0"
|
|
"@vueuse/shared" "11.1.0"
|
|
vue-demi ">=0.14.10"
|
|
|
|
"@vueuse/integrations@^11.0.0":
|
|
version "11.1.0"
|
|
resolved "https://registry.yarnpkg.com/@vueuse/integrations/-/integrations-11.1.0.tgz#1e2c1d43b2d389fc4b4d0a7ee08091665698b9ad"
|
|
integrity sha512-O2ZgrAGPy0qAjpoI2YR3egNgyEqwG85fxfwmA9BshRIGjV4G6yu6CfOPpMHAOoCD+UfsIl7Vb1bXJ6ifrHYDDA==
|
|
dependencies:
|
|
"@vueuse/core" "11.1.0"
|
|
"@vueuse/shared" "11.1.0"
|
|
vue-demi ">=0.14.10"
|
|
|
|
"@vueuse/metadata@11.1.0":
|
|
version "11.1.0"
|
|
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-11.1.0.tgz#ad367d2a51d985129724425923b3cf95f0faf27b"
|
|
integrity sha512-l9Q502TBTaPYGanl1G+hPgd3QX5s4CGnpXriVBR5fEZ/goI6fvDaVmIl3Td8oKFurOxTmbXvBPSsgrd6eu6HYg==
|
|
|
|
"@vueuse/shared@11.1.0":
|
|
version "11.1.0"
|
|
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-11.1.0.tgz#3bfc3aa555c2a456c21945ec7f127d71938d12e8"
|
|
integrity sha512-YUtIpY122q7osj+zsNMFAfMTubGz0sn5QzE5gPzAIiCmtt2ha3uQUY1+JPyL4gRCTsLPX82Y9brNbo/aqlA91w==
|
|
dependencies:
|
|
vue-demi ">=0.14.10"
|
|
|
|
algoliasearch@^4.19.1:
|
|
version "4.24.0"
|
|
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.24.0.tgz#b953b3e2309ef8f25da9de311b95b994ac918275"
|
|
integrity sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==
|
|
dependencies:
|
|
"@algolia/cache-browser-local-storage" "4.24.0"
|
|
"@algolia/cache-common" "4.24.0"
|
|
"@algolia/cache-in-memory" "4.24.0"
|
|
"@algolia/client-account" "4.24.0"
|
|
"@algolia/client-analytics" "4.24.0"
|
|
"@algolia/client-common" "4.24.0"
|
|
"@algolia/client-personalization" "4.24.0"
|
|
"@algolia/client-search" "4.24.0"
|
|
"@algolia/logger-common" "4.24.0"
|
|
"@algolia/logger-console" "4.24.0"
|
|
"@algolia/recommend" "4.24.0"
|
|
"@algolia/requester-browser-xhr" "4.24.0"
|
|
"@algolia/requester-common" "4.24.0"
|
|
"@algolia/requester-node-http" "4.24.0"
|
|
"@algolia/transporter" "4.24.0"
|
|
|
|
birpc@^0.2.17:
|
|
version "0.2.17"
|
|
resolved "https://registry.yarnpkg.com/birpc/-/birpc-0.2.17.tgz#d0bdb90d4d063061156637f03b7b0adea1779734"
|
|
integrity sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==
|
|
|
|
ccount@^2.0.0:
|
|
version "2.0.1"
|
|
resolved "https://registry.yarnpkg.com/ccount/-/ccount-2.0.1.tgz#17a3bf82302e0870d6da43a01311a8bc02a3ecf5"
|
|
integrity sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==
|
|
|
|
character-entities-html4@^2.0.0:
|
|
version "2.1.0"
|
|
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz#1f1adb940c971a4b22ba39ddca6b618dc6e56b2b"
|
|
integrity sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==
|
|
|
|
character-entities-legacy@^3.0.0:
|
|
version "3.0.0"
|
|
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz#76bc83a90738901d7bc223a9e93759fdd560125b"
|
|
integrity sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==
|
|
|
|
comma-separated-tokens@^2.0.0:
|
|
version "2.0.3"
|
|
resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz#4e89c9458acb61bc8fef19f4529973b2392839ee"
|
|
integrity sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==
|
|
|
|
copy-anything@^3.0.2:
|
|
version "3.0.5"
|
|
resolved "https://registry.yarnpkg.com/copy-anything/-/copy-anything-3.0.5.tgz#2d92dce8c498f790fa7ad16b01a1ae5a45b020a0"
|
|
integrity sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==
|
|
dependencies:
|
|
is-what "^4.1.8"
|
|
|
|
csstype@^3.1.3:
|
|
version "3.1.3"
|
|
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
|
|
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
|
|
|
|
dequal@^2.0.0:
|
|
version "2.0.3"
|
|
resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be"
|
|
integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==
|
|
|
|
devlop@^1.0.0:
|
|
version "1.1.0"
|
|
resolved "https://registry.yarnpkg.com/devlop/-/devlop-1.1.0.tgz#4db7c2ca4dc6e0e834c30be70c94bbc976dc7018"
|
|
integrity sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==
|
|
dependencies:
|
|
dequal "^2.0.0"
|
|
|
|
entities@^4.5.0:
|
|
version "4.5.0"
|
|
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
|
|
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
|
|
|
esbuild@^0.21.3:
|
|
version "0.21.5"
|
|
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.5.tgz#9ca301b120922959b766360d8ac830da0d02997d"
|
|
integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==
|
|
optionalDependencies:
|
|
"@esbuild/aix-ppc64" "0.21.5"
|
|
"@esbuild/android-arm" "0.21.5"
|
|
"@esbuild/android-arm64" "0.21.5"
|
|
"@esbuild/android-x64" "0.21.5"
|
|
"@esbuild/darwin-arm64" "0.21.5"
|
|
"@esbuild/darwin-x64" "0.21.5"
|
|
"@esbuild/freebsd-arm64" "0.21.5"
|
|
"@esbuild/freebsd-x64" "0.21.5"
|
|
"@esbuild/linux-arm" "0.21.5"
|
|
"@esbuild/linux-arm64" "0.21.5"
|
|
"@esbuild/linux-ia32" "0.21.5"
|
|
"@esbuild/linux-loong64" "0.21.5"
|
|
"@esbuild/linux-mips64el" "0.21.5"
|
|
"@esbuild/linux-ppc64" "0.21.5"
|
|
"@esbuild/linux-riscv64" "0.21.5"
|
|
"@esbuild/linux-s390x" "0.21.5"
|
|
"@esbuild/linux-x64" "0.21.5"
|
|
"@esbuild/netbsd-x64" "0.21.5"
|
|
"@esbuild/openbsd-x64" "0.21.5"
|
|
"@esbuild/sunos-x64" "0.21.5"
|
|
"@esbuild/win32-arm64" "0.21.5"
|
|
"@esbuild/win32-ia32" "0.21.5"
|
|
"@esbuild/win32-x64" "0.21.5"
|
|
|
|
estree-walker@^2.0.2:
|
|
version "2.0.2"
|
|
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
|
|
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
|
|
|
|
focus-trap@^7.5.4:
|
|
version "7.6.0"
|
|
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-7.6.0.tgz#7f3edab8135eaca92ab59b6e963eb5cc42ded715"
|
|
integrity sha512-1td0l3pMkWJLFipobUcGaf+5DTY4PLDDrcqoSaKP8ediO/CoWCCYk/fT/Y2A4e6TNB+Sh6clRJCjOPPnKoNHnQ==
|
|
dependencies:
|
|
tabbable "^6.2.0"
|
|
|
|
fsevents@~2.3.2, fsevents@~2.3.3:
|
|
version "2.3.3"
|
|
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
|
|
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
|
|
|
|
hast-util-to-html@^9.0.3:
|
|
version "9.0.3"
|
|
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz#a9999a0ba6b4919576a9105129fead85d37f302b"
|
|
integrity sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==
|
|
dependencies:
|
|
"@types/hast" "^3.0.0"
|
|
"@types/unist" "^3.0.0"
|
|
ccount "^2.0.0"
|
|
comma-separated-tokens "^2.0.0"
|
|
hast-util-whitespace "^3.0.0"
|
|
html-void-elements "^3.0.0"
|
|
mdast-util-to-hast "^13.0.0"
|
|
property-information "^6.0.0"
|
|
space-separated-tokens "^2.0.0"
|
|
stringify-entities "^4.0.0"
|
|
zwitch "^2.0.4"
|
|
|
|
hast-util-whitespace@^3.0.0:
|
|
version "3.0.0"
|
|
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz#7778ed9d3c92dd9e8c5c8f648a49c21fc51cb621"
|
|
integrity sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==
|
|
dependencies:
|
|
"@types/hast" "^3.0.0"
|
|
|
|
hookable@^5.5.3:
|
|
version "5.5.3"
|
|
resolved "https://registry.yarnpkg.com/hookable/-/hookable-5.5.3.tgz#6cfc358984a1ef991e2518cb9ed4a778bbd3215d"
|
|
integrity sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==
|
|
|
|
html-void-elements@^3.0.0:
|
|
version "3.0.0"
|
|
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7"
|
|
integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==
|
|
|
|
is-what@^4.1.8:
|
|
version "4.1.16"
|
|
resolved "https://registry.yarnpkg.com/is-what/-/is-what-4.1.16.tgz#1ad860a19da8b4895ad5495da3182ce2acdd7a6f"
|
|
integrity sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==
|
|
|
|
magic-string@^0.30.11:
|
|
version "0.30.11"
|
|
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.11.tgz#301a6f93b3e8c2cb13ac1a7a673492c0dfd12954"
|
|
integrity sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==
|
|
dependencies:
|
|
"@jridgewell/sourcemap-codec" "^1.5.0"
|
|
|
|
mark.js@8.11.1:
|
|
version "8.11.1"
|
|
resolved "https://registry.yarnpkg.com/mark.js/-/mark.js-8.11.1.tgz#180f1f9ebef8b0e638e4166ad52db879beb2ffc5"
|
|
integrity sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==
|
|
|
|
mdast-util-to-hast@^13.0.0:
|
|
version "13.2.0"
|
|
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz#5ca58e5b921cc0a3ded1bc02eed79a4fe4fe41f4"
|
|
integrity sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==
|
|
dependencies:
|
|
"@types/hast" "^3.0.0"
|
|
"@types/mdast" "^4.0.0"
|
|
"@ungap/structured-clone" "^1.0.0"
|
|
devlop "^1.0.0"
|
|
micromark-util-sanitize-uri "^2.0.0"
|
|
trim-lines "^3.0.0"
|
|
unist-util-position "^5.0.0"
|
|
unist-util-visit "^5.0.0"
|
|
vfile "^6.0.0"
|
|
|
|
micromark-util-character@^2.0.0:
|
|
version "2.1.0"
|
|
resolved "https://registry.yarnpkg.com/micromark-util-character/-/micromark-util-character-2.1.0.tgz#31320ace16b4644316f6bf057531689c71e2aee1"
|
|
integrity sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==
|
|
dependencies:
|
|
micromark-util-symbol "^2.0.0"
|
|
micromark-util-types "^2.0.0"
|
|
|
|
micromark-util-encode@^2.0.0:
|
|
version "2.0.0"
|
|
resolved "https://registry.yarnpkg.com/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz#0921ac7953dc3f1fd281e3d1932decfdb9382ab1"
|
|
integrity sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==
|
|
|
|
micromark-util-sanitize-uri@^2.0.0:
|
|
version "2.0.0"
|
|
resolved "https://registry.yarnpkg.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz#ec8fbf0258e9e6d8f13d9e4770f9be64342673de"
|
|
integrity sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==
|
|
dependencies:
|
|
micromark-util-character "^2.0.0"
|
|
micromark-util-encode "^2.0.0"
|
|
micromark-util-symbol "^2.0.0"
|
|
|
|
micromark-util-symbol@^2.0.0:
|
|
version "2.0.0"
|
|
resolved "https://registry.yarnpkg.com/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz#12225c8f95edf8b17254e47080ce0862d5db8044"
|
|
integrity sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==
|
|
|
|
micromark-util-types@^2.0.0:
|
|
version "2.0.0"
|
|
resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-2.0.0.tgz#63b4b7ffeb35d3ecf50d1ca20e68fc7caa36d95e"
|
|
integrity sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==
|
|
|
|
minisearch@^7.1.0:
|
|
version "7.1.0"
|
|
resolved "https://registry.yarnpkg.com/minisearch/-/minisearch-7.1.0.tgz#f5830e9109b5919ee7b291c29a304f381aa68770"
|
|
integrity sha512-tv7c/uefWdEhcu6hvrfTihflgeEi2tN6VV7HJnCjK6VxM75QQJh4t9FwJCsA2EsRS8LCnu3W87CuGPWMocOLCA==
|
|
|
|
mitt@^3.0.1:
|
|
version "3.0.1"
|
|
resolved "https://registry.yarnpkg.com/mitt/-/mitt-3.0.1.tgz#ea36cf0cc30403601ae074c8f77b7092cdab36d1"
|
|
integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==
|
|
|
|
nanoid@^3.3.7:
|
|
version "3.3.7"
|
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
|
|
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
|
|
|
|
oniguruma-to-js@0.4.3:
|
|
version "0.4.3"
|
|
resolved "https://registry.yarnpkg.com/oniguruma-to-js/-/oniguruma-to-js-0.4.3.tgz#8d899714c21f5c7d59a3c0008ca50e848086d740"
|
|
integrity sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==
|
|
dependencies:
|
|
regex "^4.3.2"
|
|
|
|
perfect-debounce@^1.0.0:
|
|
version "1.0.0"
|
|
resolved "https://registry.yarnpkg.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz#9c2e8bc30b169cc984a58b7d5b28049839591d2a"
|
|
integrity sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==
|
|
|
|
picocolors@^1.1.0:
|
|
version "1.1.0"
|
|
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
|
|
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
|
|
|
|
postcss@^8.4.43, postcss@^8.4.47:
|
|
version "8.4.47"
|
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
|
|
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
|
|
dependencies:
|
|
nanoid "^3.3.7"
|
|
picocolors "^1.1.0"
|
|
source-map-js "^1.2.1"
|
|
|
|
preact@^10.0.0:
|
|
version "10.24.1"
|
|
resolved "https://registry.yarnpkg.com/preact/-/preact-10.24.1.tgz#501e206d0a46667b6d0d8b780c7a65172239b2d0"
|
|
integrity sha512-PnBAwFI3Yjxxcxw75n6VId/5TFxNW/81zexzWD9jn1+eSrOP84NdsS38H5IkF/UH3frqRPT+MvuCoVHjTDTnDw==
|
|
|
|
property-information@^6.0.0:
|
|
version "6.5.0"
|
|
resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.5.0.tgz#6212fbb52ba757e92ef4fb9d657563b933b7ffec"
|
|
integrity sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==
|
|
|
|
regex@^4.3.2:
|
|
version "4.3.2"
|
|
resolved "https://registry.yarnpkg.com/regex/-/regex-4.3.2.tgz#a68a68c9b337a77bf4ce4ed0b4b1a49d97cb3b7b"
|
|
integrity sha512-kK/AA3A9K6q2js89+VMymcboLOlF5lZRCYJv3gzszXFHBr6kO6qLGzbm+UIugBEV8SMMKCTR59txoY6ctRHYVw==
|
|
|
|
rfdc@^1.4.1:
|
|
version "1.4.1"
|
|
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
|
|
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
|
|
|
|
rollup@^4.20.0:
|
|
version "4.22.4"
|
|
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.22.4.tgz#4135a6446671cd2a2453e1ad42a45d5973ec3a0f"
|
|
integrity sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==
|
|
dependencies:
|
|
"@types/estree" "1.0.5"
|
|
optionalDependencies:
|
|
"@rollup/rollup-android-arm-eabi" "4.22.4"
|
|
"@rollup/rollup-android-arm64" "4.22.4"
|
|
"@rollup/rollup-darwin-arm64" "4.22.4"
|
|
"@rollup/rollup-darwin-x64" "4.22.4"
|
|
"@rollup/rollup-linux-arm-gnueabihf" "4.22.4"
|
|
"@rollup/rollup-linux-arm-musleabihf" "4.22.4"
|
|
"@rollup/rollup-linux-arm64-gnu" "4.22.4"
|
|
"@rollup/rollup-linux-arm64-musl" "4.22.4"
|
|
"@rollup/rollup-linux-powerpc64le-gnu" "4.22.4"
|
|
"@rollup/rollup-linux-riscv64-gnu" "4.22.4"
|
|
"@rollup/rollup-linux-s390x-gnu" "4.22.4"
|
|
"@rollup/rollup-linux-x64-gnu" "4.22.4"
|
|
"@rollup/rollup-linux-x64-musl" "4.22.4"
|
|
"@rollup/rollup-win32-arm64-msvc" "4.22.4"
|
|
"@rollup/rollup-win32-ia32-msvc" "4.22.4"
|
|
"@rollup/rollup-win32-x64-msvc" "4.22.4"
|
|
fsevents "~2.3.2"
|
|
|
|
shiki@1.20.0, shiki@^1.13.0:
|
|
version "1.20.0"
|
|
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.20.0.tgz#ea04cf622234c5cf8f8b6c993f8b7b05009a085e"
|
|
integrity sha512-MZJJ1PCFsQB1Piq+25wiz0a75yUv8Q3/fzy7SzRx5ONdjdtGdyiKwYn8vb/FnK5kjS0voWGnPpjG16POauUR+g==
|
|
dependencies:
|
|
"@shikijs/core" "1.20.0"
|
|
"@shikijs/engine-javascript" "1.20.0"
|
|
"@shikijs/engine-oniguruma" "1.20.0"
|
|
"@shikijs/types" "1.20.0"
|
|
"@shikijs/vscode-textmate" "^9.2.2"
|
|
"@types/hast" "^3.0.4"
|
|
|
|
source-map-js@^1.2.0, source-map-js@^1.2.1:
|
|
version "1.2.1"
|
|
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
|
|
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
|
|
|
|
space-separated-tokens@^2.0.0:
|
|
version "2.0.2"
|
|
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f"
|
|
integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==
|
|
|
|
speakingurl@^14.0.1:
|
|
version "14.0.1"
|
|
resolved "https://registry.yarnpkg.com/speakingurl/-/speakingurl-14.0.1.tgz#f37ec8ddc4ab98e9600c1c9ec324a8c48d772a53"
|
|
integrity sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==
|
|
|
|
stringify-entities@^4.0.0:
|
|
version "4.0.4"
|
|
resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-4.0.4.tgz#b3b79ef5f277cc4ac73caeb0236c5ba939b3a4f3"
|
|
integrity sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==
|
|
dependencies:
|
|
character-entities-html4 "^2.0.0"
|
|
character-entities-legacy "^3.0.0"
|
|
|
|
superjson@^2.2.1:
|
|
version "2.2.1"
|
|
resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.1.tgz#9377a7fa80fedb10c851c9dbffd942d4bcf79733"
|
|
integrity sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==
|
|
dependencies:
|
|
copy-anything "^3.0.2"
|
|
|
|
tabbable@^6.2.0:
|
|
version "6.2.0"
|
|
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.2.0.tgz#732fb62bc0175cfcec257330be187dcfba1f3b97"
|
|
integrity sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==
|
|
|
|
to-fast-properties@^2.0.0:
|
|
version "2.0.0"
|
|
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
|
integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
|
|
|
|
trim-lines@^3.0.0:
|
|
version "3.0.1"
|
|
resolved "https://registry.yarnpkg.com/trim-lines/-/trim-lines-3.0.1.tgz#d802e332a07df861c48802c04321017b1bd87338"
|
|
integrity sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==
|
|
|
|
unist-util-is@^6.0.0:
|
|
version "6.0.0"
|
|
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-6.0.0.tgz#b775956486aff107a9ded971d996c173374be424"
|
|
integrity sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==
|
|
dependencies:
|
|
"@types/unist" "^3.0.0"
|
|
|
|
unist-util-position@^5.0.0:
|
|
version "5.0.0"
|
|
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-5.0.0.tgz#678f20ab5ca1207a97d7ea8a388373c9cf896be4"
|
|
integrity sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==
|
|
dependencies:
|
|
"@types/unist" "^3.0.0"
|
|
|
|
unist-util-stringify-position@^4.0.0:
|
|
version "4.0.0"
|
|
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz#449c6e21a880e0855bf5aabadeb3a740314abac2"
|
|
integrity sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==
|
|
dependencies:
|
|
"@types/unist" "^3.0.0"
|
|
|
|
unist-util-visit-parents@^6.0.0:
|
|
version "6.0.1"
|
|
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz#4d5f85755c3b8f0dc69e21eca5d6d82d22162815"
|
|
integrity sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==
|
|
dependencies:
|
|
"@types/unist" "^3.0.0"
|
|
unist-util-is "^6.0.0"
|
|
|
|
unist-util-visit@^5.0.0:
|
|
version "5.0.0"
|
|
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz#a7de1f31f72ffd3519ea71814cccf5fd6a9217d6"
|
|
integrity sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==
|
|
dependencies:
|
|
"@types/unist" "^3.0.0"
|
|
unist-util-is "^6.0.0"
|
|
unist-util-visit-parents "^6.0.0"
|
|
|
|
vfile-message@^4.0.0:
|
|
version "4.0.2"
|
|
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-4.0.2.tgz#c883c9f677c72c166362fd635f21fc165a7d1181"
|
|
integrity sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==
|
|
dependencies:
|
|
"@types/unist" "^3.0.0"
|
|
unist-util-stringify-position "^4.0.0"
|
|
|
|
vfile@^6.0.0:
|
|
version "6.0.3"
|
|
resolved "https://registry.yarnpkg.com/vfile/-/vfile-6.0.3.tgz#3652ab1c496531852bf55a6bac57af981ebc38ab"
|
|
integrity sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==
|
|
dependencies:
|
|
"@types/unist" "^3.0.0"
|
|
vfile-message "^4.0.0"
|
|
|
|
vite@^5.4.1:
|
|
version "5.4.8"
|
|
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.8.tgz#af548ce1c211b2785478d3ba3e8da51e39a287e8"
|
|
integrity sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==
|
|
dependencies:
|
|
esbuild "^0.21.3"
|
|
postcss "^8.4.43"
|
|
rollup "^4.20.0"
|
|
optionalDependencies:
|
|
fsevents "~2.3.3"
|
|
|
|
vitepress@^1.3.4:
|
|
version "1.3.4"
|
|
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.3.4.tgz#3027f2e2c74e8a72479fd7b40615cf8d3cce2d42"
|
|
integrity sha512-I1/F6OW1xl3kW4PaIMC6snxjWgf3qfziq2aqsDoFc/Gt41WbcRv++z8zjw8qGRIJ+I4bUW7ZcKFDHHN/jkH9DQ==
|
|
dependencies:
|
|
"@docsearch/css" "^3.6.1"
|
|
"@docsearch/js" "^3.6.1"
|
|
"@shikijs/core" "^1.13.0"
|
|
"@shikijs/transformers" "^1.13.0"
|
|
"@types/markdown-it" "^14.1.2"
|
|
"@vitejs/plugin-vue" "^5.1.2"
|
|
"@vue/devtools-api" "^7.3.8"
|
|
"@vue/shared" "^3.4.38"
|
|
"@vueuse/core" "^11.0.0"
|
|
"@vueuse/integrations" "^11.0.0"
|
|
focus-trap "^7.5.4"
|
|
mark.js "8.11.1"
|
|
minisearch "^7.1.0"
|
|
shiki "^1.13.0"
|
|
vite "^5.4.1"
|
|
vue "^3.4.38"
|
|
|
|
vue-demi@>=0.14.10:
|
|
version "0.14.10"
|
|
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.10.tgz#afc78de3d6f9e11bf78c55e8510ee12814522f04"
|
|
integrity sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==
|
|
|
|
vue@^3.4.38, vue@^3.5.9:
|
|
version "3.5.9"
|
|
resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.9.tgz#a065952d7a7c0e2cbfec8e016582b055ab984357"
|
|
integrity sha512-nHzQhZ5cjFKynAY2beAm7XtJ5C13VKAFTLTgRYXy+Id1KEKBeiK6hO2RcW1hUjdbHMadz1YzxyHgQigOC54wug==
|
|
dependencies:
|
|
"@vue/compiler-dom" "3.5.9"
|
|
"@vue/compiler-sfc" "3.5.9"
|
|
"@vue/runtime-dom" "3.5.9"
|
|
"@vue/server-renderer" "3.5.9"
|
|
"@vue/shared" "3.5.9"
|
|
|
|
zwitch@^2.0.4:
|
|
version "2.0.4"
|
|
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"
|
|
integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==
|