dependabot[bot] opened a new pull request, #2624: URL: https://github.com/apache/jena/pull/2624
Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 9 updates: | Package | From | To | | --- | --- | --- | | [@vue/compat](https://github.com/vuejs/core) | `3.4.34` | `3.4.36` | | [axios](https://github.com/axios/axios) | `1.7.2` | `1.7.3` | | [vue](https://github.com/vuejs/core) | `3.4.34` | `3.4.36` | | [vue-router](https://github.com/vuejs/router) | `4.4.0` | `4.4.3` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.1` | `5.1.2` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.0.4` | `2.0.5` | | [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.4.34` | `3.4.36` | | [cypress](https://github.com/cypress-io/cypress) | `13.13.1` | `13.13.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.4` | `2.0.5` | Updates `@vue/compat` from 3.4.34 to 3.4.36 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compat</code>'s releases</a>.</em></p> <blockquote> <h2>v3.4.36</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.4.35</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/compat</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.4.35...v3.4.36">3.4.36</a> (2024-08-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> fix expression transform for try...catch block params (<a href="https://github.com/vuejs/core/commit/077a1aeb3c222b729a7e190f46864656ecc65325">077a1ae</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11465">#11465</a> <a href="https://redirect.github.com/vuejs/core/issues/11467">#11467</a></li> <li><strong>compiler-core:</strong> properly handle for loop variable declarations in expression transforms (<a href="https://github.com/vuejs/core/commit/67bb820904d53480fa37536fc3cb4109a4c6d3e2">67bb820</a>), ref <a href="https://redirect.github.com/vuejs/core/issues/11467">#11467</a></li> <li><strong>compiler-ssr:</strong> don't render v-if comments in TransitionGroup + static tag (<a href="https://redirect.github.com/vuejs/core/issues/11515">#11515</a>) (<a href="https://github.com/vuejs/core/commit/275354caba295a6fb50695b70e97888a33c504e0">275354c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11514">#11514</a></li> <li><strong>hydration:</strong> force hydrate custom element dynamic props (<a href="https://github.com/vuejs/core/commit/7d473b7721b423050dba62823b16f3d39e640567">7d473b7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7203">#7203</a> <a href="https://redirect.github.com/vuejs/core/issues/8038">#8038</a></li> <li><strong>ssr:</strong> respect textContent/innerHTML from getSSRProps in optimized SSR output (<a href="https://github.com/vuejs/core/commit/79602f9ecd9559954f844774a90286305b13e056">79602f9</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8112">#8112</a></li> <li><strong>types/withDefaults:</strong> ensure default values of type <code>any</code> do not include <code>undefined</code> (<a href="https://redirect.github.com/vuejs/core/issues/11490">#11490</a>) (<a href="https://github.com/vuejs/core/commit/4592b63c6a8a3d69bfe4ac1f9458b4a86a9676a4">4592b63</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.34...v3.4.35">3.4.35</a> (2024-07-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>teleport/ssr:</strong> fix Teleport hydration regression due to targetStart anchor addition (<a href="https://github.com/vuejs/core/commit/7b18cdb0b53a94007ca6a3675bf41b5d3153fec6">7b18cdb</a>)</li> <li><strong>teleport/ssr:</strong> ensure targetAnchor and targetStart not null during hydration (<a href="https://redirect.github.com/vuejs/core/issues/11456">#11456</a>) (<a href="https://github.com/vuejs/core/commit/12667da4879f980dcf2c50e36f3642d085a87d71">12667da</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11400">#11400</a></li> <li><strong>types/ref:</strong> allow getter and setter types to be unrelated (<a href="https://redirect.github.com/vuejs/core/issues/11442">#11442</a>) (<a href="https://github.com/vuejs/core/commit/e0b2975ef65ae6a0be0aa0a0df43fb887c665251">e0b2975</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>runtime-core:</strong> improve efficiency of normalizePropsOptions (<a href="https://redirect.github.com/vuejs/core/issues/11409">#11409</a>) (<a href="https://github.com/vuejs/core/commit/5680142e68096c42e66da9f4c6220d040d7c56ba">5680142</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9739">#9739</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/1cbbb0400836ccb8c8cc7a1ca83a3e10f1bf4633"><code>1cbbb04</code></a> release: v3.4.36</li> <li><a href="https://github.com/vuejs/core/commit/c82afc0471cfff8bc2f472e5e358e062f52a8454"><code>c82afc0</code></a> workflow: add registry-url</li> <li><a href="https://github.com/vuejs/core/commit/13834c81ea7187f93b7472ed398fb9fc108e6062"><code>13834c8</code></a> workflow: fix release script error handling</li> <li><a href="https://github.com/vuejs/core/commit/ae09d24f41c3612f972caf5ba3b01c782321f089"><code>ae09d24</code></a> workflow: bail release when skipping prompts + CI not passed yet</li> <li><a href="https://github.com/vuejs/core/commit/244545c1c70d152c22ec209a11f67b3674371047"><code>244545c</code></a> workflow: fix release workflow [ci skip]</li> <li><a href="https://github.com/vuejs/core/commit/4e5cafe77bfdf2301cb565d10d0642e630ce052c"><code>4e5cafe</code></a> workflow: update size report to compare against pr target branch</li> <li><a href="https://github.com/vuejs/core/commit/a586901a7627b1861140e8505aef70aee7000a59"><code>a586901</code></a> workflow: add a "publish" workflow for automated releases (<a href="https://redirect.github.com/vuejs/core/issues/9690">#9690</a>)</li> <li><a href="https://github.com/vuejs/core/commit/275354caba295a6fb50695b70e97888a33c504e0"><code>275354c</code></a> fix(compiler-ssr): don't render v-if comments in TransitionGroup + static tag...</li> <li><a href="https://github.com/vuejs/core/commit/79602f9ecd9559954f844774a90286305b13e056"><code>79602f9</code></a> fix(ssr): respect textContent/innerHTML from getSSRProps in optimized SSR output</li> <li><a href="https://github.com/vuejs/core/commit/7d473b7721b423050dba62823b16f3d39e640567"><code>7d473b7</code></a> fix(hydration): force hydrate custom element dynamic props</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.34...v3.4.36">compare view</a></li> </ul> </details> <br /> Updates `axios` from 1.7.2 to 1.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.7.3</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>adapter:</strong> fix progress event emitting; (<a href="https://redirect.github.com/axios/axios/issues/6518">#6518</a>) (<a href="https://github.com/axios/axios/commit/e3c76fc9bdd03aa4d98afaf211df943e2031453f">e3c76fc</a>)</li> <li><strong>fetch:</strong> fix withCredentials request config (<a href="https://redirect.github.com/axios/axios/issues/6505">#6505</a>) (<a href="https://github.com/axios/axios/commit/85d4d0ea0aae91082f04e303dec46510d1b4e787">85d4d0e</a>)</li> <li><strong>xhr:</strong> return original config on errors from XHR adapter (<a href="https://redirect.github.com/axios/axios/issues/6515">#6515</a>) (<a href="https://github.com/axios/axios/commit/8966ee7ea62ecbd6cfb39a905939bcdab5cf6388">8966ee7</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+211/-159 ([#6518](https://github.com/axios/axios/issues/6518) [#6519](https://github.com/axios/axios/issues/6519) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/ValeraS" title="+3/-3 ([#6515](https://github.com/axios/axios/issues/6515) )">Valerii Sidorenko</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/prianyu" title="+2/-2 ([#6505](https://github.com/axios/axios/issues/6505) )">prianYu</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/axios/axios/compare/v1.7.2...v1.7.3">1.7.3</a> (2024-08-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>adapter:</strong> fix progress event emitting; (<a href="https://redirect.github.com/axios/axios/issues/6518">#6518</a>) (<a href="https://github.com/axios/axios/commit/e3c76fc9bdd03aa4d98afaf211df943e2031453f">e3c76fc</a>)</li> <li><strong>fetch:</strong> fix withCredentials request config (<a href="https://redirect.github.com/axios/axios/issues/6505">#6505</a>) (<a href="https://github.com/axios/axios/commit/85d4d0ea0aae91082f04e303dec46510d1b4e787">85d4d0e</a>)</li> <li><strong>xhr:</strong> return original config on errors from XHR adapter (<a href="https://redirect.github.com/axios/axios/issues/6515">#6515</a>) (<a href="https://github.com/axios/axios/commit/8966ee7ea62ecbd6cfb39a905939bcdab5cf6388">8966ee7</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+211/-159 ([#6518](https://github.com/axios/axios/issues/6518) [#6519](https://github.com/axios/axios/issues/6519) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/ValeraS" title="+3/-3 ([#6515](https://github.com/axios/axios/issues/6515) )">Valerii Sidorenko</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/prianyu" title="+2/-2 ([#6505](https://github.com/axios/axios/issues/6505) )">prianYu</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/c6cce43cd94489f655f4488c5a50ecaf781c94f2"><code>c6cce43</code></a> chore(release): v1.7.3 (<a href="https://redirect.github.com/axios/axios/issues/6521">#6521</a>)</li> <li><a href="https://github.com/axios/axios/commit/e3c76fc9bdd03aa4d98afaf211df943e2031453f"><code>e3c76fc</code></a> fix(adapter): fix progress event emitting; (<a href="https://redirect.github.com/axios/axios/issues/6518">#6518</a>)</li> <li><a href="https://github.com/axios/axios/commit/85d4d0ea0aae91082f04e303dec46510d1b4e787"><code>85d4d0e</code></a> fix(fetch): fix withCredentials request config (<a href="https://redirect.github.com/axios/axios/issues/6505">#6505</a>)</li> <li><a href="https://github.com/axios/axios/commit/92cd8ed94362f929d3d0ed85ca84296c0ac8fd6d"><code>92cd8ed</code></a> chore(github): update ISSUE_TEMPLATE.md (<a href="https://redirect.github.com/axios/axios/issues/6519">#6519</a>)</li> <li><a href="https://github.com/axios/axios/commit/8966ee7ea62ecbd6cfb39a905939bcdab5cf6388"><code>8966ee7</code></a> fix(xhr): return original config on errors from XHR adapter (<a href="https://redirect.github.com/axios/axios/issues/6515">#6515</a>)</li> <li>See full diff in <a href="https://github.com/axios/axios/compare/v1.7.2...v1.7.3">compare view</a></li> </ul> </details> <br /> Updates `vue` from 3.4.34 to 3.4.36 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.4.36</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.4.35</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.4.35...v3.4.36">3.4.36</a> (2024-08-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> fix expression transform for try...catch block params (<a href="https://github.com/vuejs/core/commit/077a1aeb3c222b729a7e190f46864656ecc65325">077a1ae</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11465">#11465</a> <a href="https://redirect.github.com/vuejs/core/issues/11467">#11467</a></li> <li><strong>compiler-core:</strong> properly handle for loop variable declarations in expression transforms (<a href="https://github.com/vuejs/core/commit/67bb820904d53480fa37536fc3cb4109a4c6d3e2">67bb820</a>), ref <a href="https://redirect.github.com/vuejs/core/issues/11467">#11467</a></li> <li><strong>compiler-ssr:</strong> don't render v-if comments in TransitionGroup + static tag (<a href="https://redirect.github.com/vuejs/core/issues/11515">#11515</a>) (<a href="https://github.com/vuejs/core/commit/275354caba295a6fb50695b70e97888a33c504e0">275354c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11514">#11514</a></li> <li><strong>hydration:</strong> force hydrate custom element dynamic props (<a href="https://github.com/vuejs/core/commit/7d473b7721b423050dba62823b16f3d39e640567">7d473b7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7203">#7203</a> <a href="https://redirect.github.com/vuejs/core/issues/8038">#8038</a></li> <li><strong>ssr:</strong> respect textContent/innerHTML from getSSRProps in optimized SSR output (<a href="https://github.com/vuejs/core/commit/79602f9ecd9559954f844774a90286305b13e056">79602f9</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8112">#8112</a></li> <li><strong>types/withDefaults:</strong> ensure default values of type <code>any</code> do not include <code>undefined</code> (<a href="https://redirect.github.com/vuejs/core/issues/11490">#11490</a>) (<a href="https://github.com/vuejs/core/commit/4592b63c6a8a3d69bfe4ac1f9458b4a86a9676a4">4592b63</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.34...v3.4.35">3.4.35</a> (2024-07-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>teleport/ssr:</strong> fix Teleport hydration regression due to targetStart anchor addition (<a href="https://github.com/vuejs/core/commit/7b18cdb0b53a94007ca6a3675bf41b5d3153fec6">7b18cdb</a>)</li> <li><strong>teleport/ssr:</strong> ensure targetAnchor and targetStart not null during hydration (<a href="https://redirect.github.com/vuejs/core/issues/11456">#11456</a>) (<a href="https://github.com/vuejs/core/commit/12667da4879f980dcf2c50e36f3642d085a87d71">12667da</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11400">#11400</a></li> <li><strong>types/ref:</strong> allow getter and setter types to be unrelated (<a href="https://redirect.github.com/vuejs/core/issues/11442">#11442</a>) (<a href="https://github.com/vuejs/core/commit/e0b2975ef65ae6a0be0aa0a0df43fb887c665251">e0b2975</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>runtime-core:</strong> improve efficiency of normalizePropsOptions (<a href="https://redirect.github.com/vuejs/core/issues/11409">#11409</a>) (<a href="https://github.com/vuejs/core/commit/5680142e68096c42e66da9f4c6220d040d7c56ba">5680142</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9739">#9739</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/1cbbb0400836ccb8c8cc7a1ca83a3e10f1bf4633"><code>1cbbb04</code></a> release: v3.4.36</li> <li><a href="https://github.com/vuejs/core/commit/c82afc0471cfff8bc2f472e5e358e062f52a8454"><code>c82afc0</code></a> workflow: add registry-url</li> <li><a href="https://github.com/vuejs/core/commit/13834c81ea7187f93b7472ed398fb9fc108e6062"><code>13834c8</code></a> workflow: fix release script error handling</li> <li><a href="https://github.com/vuejs/core/commit/ae09d24f41c3612f972caf5ba3b01c782321f089"><code>ae09d24</code></a> workflow: bail release when skipping prompts + CI not passed yet</li> <li><a href="https://github.com/vuejs/core/commit/244545c1c70d152c22ec209a11f67b3674371047"><code>244545c</code></a> workflow: fix release workflow [ci skip]</li> <li><a href="https://github.com/vuejs/core/commit/4e5cafe77bfdf2301cb565d10d0642e630ce052c"><code>4e5cafe</code></a> workflow: update size report to compare against pr target branch</li> <li><a href="https://github.com/vuejs/core/commit/a586901a7627b1861140e8505aef70aee7000a59"><code>a586901</code></a> workflow: add a "publish" workflow for automated releases (<a href="https://redirect.github.com/vuejs/core/issues/9690">#9690</a>)</li> <li><a href="https://github.com/vuejs/core/commit/275354caba295a6fb50695b70e97888a33c504e0"><code>275354c</code></a> fix(compiler-ssr): don't render v-if comments in TransitionGroup + static tag...</li> <li><a href="https://github.com/vuejs/core/commit/79602f9ecd9559954f844774a90286305b13e056"><code>79602f9</code></a> fix(ssr): respect textContent/innerHTML from getSSRProps in optimized SSR output</li> <li><a href="https://github.com/vuejs/core/commit/7d473b7721b423050dba62823b16f3d39e640567"><code>7d473b7</code></a> fix(hydration): force hydrate custom element dynamic props</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.34...v3.4.36">compare view</a></li> </ul> </details> <br /> Updates `vue-router` from 4.4.0 to 4.4.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/router/releases">vue-router's releases</a>.</em></p> <blockquote> <h2>v4.4.3</h2> <p>Please refer to <a href="https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v4.4.2</h2> <p>Please refer to <a href="https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v4.4.1</h2> <p>Please refer to <a href="https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/router/commit/b157f1a2785cd56e2ab244c36130c2ac96e54bfd"><code>b157f1a</code></a> release: vue-router@4.4.3</li> <li><a href="https://github.com/vuejs/router/commit/9f95fb7b3bb844ab7cd39df0f513bc098c24e92c"><code>9f95fb7</code></a> Section about deprecated onDemand and onAbort callback arguments (<a href="https://redirect.github.com/vuejs/router/issues/2330">#2330</a>)</li> <li><a href="https://github.com/vuejs/router/commit/7d1db18dc45fb24856a75a04dd868ddefcacc94c"><code>7d1db18</code></a> chore: use <code>with</code> instead of <code>assert</code> in rollup.mjs (<a href="https://redirect.github.com/vuejs/router/issues/2326">#2326</a>)</li> <li><a href="https://github.com/vuejs/router/commit/7422b15e6fcf57819f82a1384c9a2a73e32e186f"><code>7422b15</code></a> fix: reorder exports in <code>package.json</code> (<a href="https://redirect.github.com/vuejs/router/issues/2323">#2323</a>)</li> <li><a href="https://github.com/vuejs/router/commit/29670ca9aa306fb8a3354231466190aa9259dc04"><code>29670ca</code></a> chore: note in chnagelog [skip ci]</li> <li><a href="https://github.com/vuejs/router/commit/001dd5114810a1b567281f0e3bb0b85542803f5e"><code>001dd51</code></a> release: vue-router@4.4.2</li> <li><a href="https://github.com/vuejs/router/commit/d4d0087eae5721f73bde445be33407875a92a1ca"><code>d4d0087</code></a> fix(types): revert stricter meta</li> <li><a href="https://github.com/vuejs/router/commit/5fef4410b1362331a52b89a33be185ca33e2d432"><code>5fef441</code></a> chore: typos [skip ci]</li> <li><a href="https://github.com/vuejs/router/commit/b905906a789a78089d8b7529342a4db68602cdba"><code>b905906</code></a> release: vue-router@4.4.1</li> <li><a href="https://github.com/vuejs/router/commit/4f082cd05507f33c6d0e6c9dd042cbe75d38ccb5"><code>4f082cd</code></a> chore: comment</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/router/compare/v4.4.0...v4.4.3">compare view</a></li> </ul> </details> <br /> Updates `@vitejs/plugin-vue` from 5.1.1 to 5.1.2 <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.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.1.2/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.2 (2024-08-01)<!-- raw HTML omitted --></h2> <ul> <li>refactor(plugin-vue): add <code>type</code> field (<a href="https://github.com/vitejs/vite-plugin-vue/commit/a6b7e3f">a6b7e3f</a>)</li> <li>fix(plugin-vue): add deprecated <code>script.propsDestructure</code> option (<a href="https://github.com/vitejs/vite-plugin-vue/commit/1e24322">1e24322</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/431">#431</a></li> <li>chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/432">#432</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/5d592cd">5d592cd</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/432">#432</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/182ff560622cfc7c878c3d860d255af4664e2902"><code>182ff56</code></a> release: plugin-vue@5.1.2</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/a6b7e3fcd5b28c20c3603e11b53539af1031684c"><code>a6b7e3f</code></a> refactor(plugin-vue): add <code>type</code> field</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/1e24322b9978ca61fb99f1a37f260cf50e0e89f8"><code>1e24322</code></a> fix(plugin-vue): add deprecated <code>script.propsDestructure</code> option</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/5d592cdc59ac573db8d5fe2c50d72f5bb182854d"><code>5d592cd</code></a> chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/432">#432</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.2/packages/plugin-vue">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 2.0.4 to 2.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v2.0.5</h2> <h3> 🚀 Features</h3> <ul> <li>Introduce experimental reported tasks - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6149">vitest-dev/vitest#6149</a> <a href="https://github.com/vitest-dev/vitest/commit/13d85bd1"><!-- raw HTML omitted -->(13d85)<!-- raw HTML omitted --></a> <ul> <li>This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!</li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Show a difference between string characters if both values are strings - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6191">vitest-dev/vitest#6191</a> <a href="https://github.com/vitest-dev/vitest/commit/291766d7"><!-- raw HTML omitted -->(29176)<!-- raw HTML omitted --></a></li> <li><code>testNamePattern</code> adds leading space - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6186">vitest-dev/vitest#6186</a> <a href="https://github.com/vitest-dev/vitest/commit/073a50c9"><!-- raw HTML omitted -->(073a5)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't bundle <code>afterEach</code> cleanup hooks in node entrypoint - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6192">vitest-dev/vitest#6192</a> <a href="https://github.com/vitest-dev/vitest/commit/e6fbc620"><!-- raw HTML omitted -->(e6fbc)<!-- raw HTML omitted --></a></li> <li>UserEvent.setup initiates a separate state for userEvent instance - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6088">vitest-dev/vitest#6088</a> <a href="https://github.com/vitest-dev/vitest/commit/883f3482"><!-- raw HTML omitted -->(883f3)<!-- raw HTML omitted --></a></li> <li>Correctly import optimized module in vi.importActual - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6219">vitest-dev/vitest#6219</a> <a href="https://github.com/vitest-dev/vitest/commit/804ff2fd"><!-- raw HTML omitted -->(804ff)<!-- raw HTML omitted --></a></li> <li>Passing options to hover/unhover - by <a href="https://github.com/MNeverOff"><code>@MNeverOff</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6175">vitest-dev/vitest#6175</a> <a href="https://github.com/vitest-dev/vitest/commit/d4c005bc"><!-- raw HTML omitted -->(d4c00)<!-- raw HTML omitted --></a></li> <li>Improve unique CSS selector generation - by <a href="https://github.com/zacharyvoase"><code>@zacharyvoase</code></a> and <strong>Zack Voase</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6243">vitest-dev/vitest#6243</a> <a href="https://github.com/vitest-dev/vitest/commit/e7acd0cf"><!-- raw HTML omitted -->(e7acd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Remove nuxt from auto inline deps - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/93882f38"><!-- raw HTML omitted -->(93882)<!-- raw HTML omitted --></a></li> <li>Improve <code>defineProject</code> and <code>defineWorkspace</code> types - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6198">vitest-dev/vitest#6198</a> <a href="https://github.com/vitest-dev/vitest/commit/8cd8272b"><!-- raw HTML omitted -->(8cd82)<!-- raw HTML omitted --></a></li> <li>Correctly resolve mocked <code>node:*</code> imports in <code>__mocks__</code> folder - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6204">vitest-dev/vitest#6204</a> <a href="https://github.com/vitest-dev/vitest/commit/a48be6ff"><!-- raw HTML omitted -->(a48be)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>web-worker</strong>: <ul> <li>Expose globals on self - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6170">vitest-dev/vitest#6170</a> <a href="https://github.com/vitest-dev/vitest/commit/12bb567e"><!-- raw HTML omitted -->(12bb5)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/99452a712c83e4e90a8afd5675e6573e1c22a43a"><code>99452a7</code></a> chore: release v2.0.5</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-sfc` from 3.4.34 to 3.4.36 <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.4.36</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.4.35</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.4.35...v3.4.36">3.4.36</a> (2024-08-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> fix expression transform for try...catch block params (<a href="https://github.com/vuejs/core/commit/077a1aeb3c222b729a7e190f46864656ecc65325">077a1ae</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11465">#11465</a> <a href="https://redirect.github.com/vuejs/core/issues/11467">#11467</a></li> <li><strong>compiler-core:</strong> properly handle for loop variable declarations in expression transforms (<a href="https://github.com/vuejs/core/commit/67bb820904d53480fa37536fc3cb4109a4c6d3e2">67bb820</a>), ref <a href="https://redirect.github.com/vuejs/core/issues/11467">#11467</a></li> <li><strong>compiler-ssr:</strong> don't render v-if comments in TransitionGroup + static tag (<a href="https://redirect.github.com/vuejs/core/issues/11515">#11515</a>) (<a href="https://github.com/vuejs/core/commit/275354caba295a6fb50695b70e97888a33c504e0">275354c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11514">#11514</a></li> <li><strong>hydration:</strong> force hydrate custom element dynamic props (<a href="https://github.com/vuejs/core/commit/7d473b7721b423050dba62823b16f3d39e640567">7d473b7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7203">#7203</a> <a href="https://redirect.github.com/vuejs/core/issues/8038">#8038</a></li> <li><strong>ssr:</strong> respect textContent/innerHTML from getSSRProps in optimized SSR output (<a href="https://github.com/vuejs/core/commit/79602f9ecd9559954f844774a90286305b13e056">79602f9</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8112">#8112</a></li> <li><strong>types/withDefaults:</strong> ensure default values of type <code>any</code> do not include <code>undefined</code> (<a href="https://redirect.github.com/vuejs/core/issues/11490">#11490</a>) (<a href="https://github.com/vuejs/core/commit/4592b63c6a8a3d69bfe4ac1f9458b4a86a9676a4">4592b63</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.34...v3.4.35">3.4.35</a> (2024-07-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>teleport/ssr:</strong> fix Teleport hydration regression due to targetStart anchor addition (<a href="https://github.com/vuejs/core/commit/7b18cdb0b53a94007ca6a3675bf41b5d3153fec6">7b18cdb</a>)</li> <li><strong>teleport/ssr:</strong> ensure targetAnchor and targetStart not null during hydration (<a href="https://redirect.github.com/vuejs/core/issues/11456">#11456</a>) (<a href="https://github.com/vuejs/core/commit/12667da4879f980dcf2c50e36f3642d085a87d71">12667da</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11400">#11400</a></li> <li><strong>types/ref:</strong> allow getter and setter types to be unrelated (<a href="https://redirect.github.com/vuejs/core/issues/11442">#11442</a>) (<a href="https://github.com/vuejs/core/commit/e0b2975ef65ae6a0be0aa0a0df43fb887c665251">e0b2975</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>runtime-core:</strong> improve efficiency of normalizePropsOptions (<a href="https://redirect.github.com/vuejs/core/issues/11409">#11409</a>) (<a href="https://github.com/vuejs/core/commit/5680142e68096c42e66da9f4c6220d040d7c56ba">5680142</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9739">#9739</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/1cbbb0400836ccb8c8cc7a1ca83a3e10f1bf4633"><code>1cbbb04</code></a> release: v3.4.36</li> <li><a href="https://github.com/vuejs/core/commit/7ecf91f7609b5f2a1be0b9d7c2508dca983f1fe0"><code>7ecf91f</code></a> chore(deps): limit minimatch range</li> <li><a href="https://github.com/vuejs/core/commit/0b8ba6320eaf8b08e83d7c1e1309254dd0b021da"><code>0b8ba63</code></a> release: v3.4.35</li> <li><a href="https://github.com/vuejs/core/commit/62e5aa451724147d9d48863baab6d2598338fa65"><code>62e5aa4</code></a> fix(deps): update compiler (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11416">#11416</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.4.36/packages/compiler-sfc">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~soda">soda</a>, a new releaser for <code>@vue/compiler-sfc</code> since your current version.</p> </details> <br /> Updates `cypress` from 13.13.1 to 13.13.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>v13.13.2</h2> <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-13-2">https://docs.cypress.io/guides/references/changelog#13-13-2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/e9026dd907be9aef82114165a0e4f446959387fd"><code>e9026dd</code></a> chore: bump circle cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/29941">#29941</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/dddd2d55d301f37854f5be1e3f9fc9bce036854c"><code>dddd2d5</code></a> perf: remove listener to fix log memory leak (<a href="https://redirect.github.com/cypress-io/cypress/issues/29939">#29939</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/f4052f1f018cb2269a020ffc56cdcef18c548234"><code>f4052f1</code></a> dependency: update dependency chrome-remote-interface to v0.33.2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/29932">#29932</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/40de87d26017dda24c680e6a16093fb65ee5a0c6"><code>40de87d</code></a> chore: release <code>@cypress/webpack-batteries-included-preprocessor-v3</code>.0.4</li> <li><a href="https://github.com/cypress-io/cypress/commit/42b3f6e137c6a3279361be071915676b2c6dd876"><code>42b3f6e</code></a> chore: release 13.13.2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/29937">#29937</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/dc0c2370f72fe6ecf2b19d47a252416470153163"><code>dc0c237</code></a> chore: Update v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/29933">#29933</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/0d5065a10646b7a4adf49a613553fef96210bc99"><code>0d5065a</code></a> dependency: update dependency strip-ansi to v6.0.1 (<a href="https://redirect.github.com/cypress-io/cypress/issues/29931">#29931</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/3540a0178b9e1513acb2695307aba55bc344093c"><code>3540a01</code></a> chore: Update v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/29929">#29929</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/f7148b90537fba0532f2c474d22ff62f912e6370"><code>f7148b9</code></a> chore: Update v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/29928">#29928</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/82601500b618e0ae97e9a73dfb7f8f097d835a69"><code>8260150</code></a> perf: optimize parseCspHeaders (<a href="https://redirect.github.com/cypress-io/cypress/issues/29887">#29887</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v13.13.1...v13.13.2">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 2.0.4 to 2.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v2.0.5</h2> <h3> 🚀 Features</h3> <ul> <li>Introduce experimental reported tasks - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6149">vitest-dev/vitest#6149</a> <a href="https://github.com/vitest-dev/vitest/commit/13d85bd1"><!-- raw HTML omitted -->(13d85)<!-- raw HTML omitted --></a> <ul> <li>This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!</li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Show a difference between string characters if both values are strings - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6191">vitest-dev/vitest#6191</a> <a href="https://github.com/vitest-dev/vitest/commit/291766d7"><!-- raw HTML omitted -->(29176)<!-- raw HTML omitted --></a></li> <li><code>testNamePattern</code> adds leading space - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6186">vitest-dev/vitest#6186</a> <a href="https://github.com/vitest-dev/vitest/commit/073a50c9"><!-- raw HTML omitted -->(073a5)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't bundle <code>afterEach</code> cleanup hooks in node entrypoint - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6192">vitest-dev/vitest#6192</a> <a href="https://github.com/vitest-dev/vitest/commit/e6fbc620"><!-- raw HTML omitted -->(e6fbc)<!-- raw HTML omitted --></a></li> <li>UserEvent.setup initiates a separate state for userEvent instance - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6088">vitest-dev/vitest#6088</a> <a href="https://github.com/vitest-dev/vitest/commit/883f3482"><!-- raw HTML omitted -->(883f3)<!-- raw HTML omitted --></a></li> <li>Correctly import optimized module in vi.importActual - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6219">vitest-dev/vitest#6219</a> <a href="https://github.com/vitest-dev/vitest/commit/804ff2fd"><!-- raw HTML omitted -->(804ff)<!-- raw HTML omitted --></a></li> <li>Passing options to hover/unhover - by <a href="https://github.com/MNeverOff"><code>@MNeverOff</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6175">vitest-dev/vitest#6175</a> <a href="https://github.com/vitest-dev/vitest/commit/d4c005bc"><!-- raw HTML omitted -->(d4c00)<!-- raw HTML omitted --></a></li> <li>Improve unique CSS selector generation - by <a href="https://github.com/zacharyvoase"><code>@zacharyvoase</code></a> and <strong>Zack Voase</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6243">vitest-dev/vitest#6243</a> <a href="https://github.com/vitest-dev/vitest/commit/e7acd0cf"><!-- raw HTML omitted -->(e7acd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Remove nuxt from auto inline deps - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/93882f38"><!-- raw HTML omitted -->(93882)<!-- raw HTML omitted --></a></li> <li>Improve <code>defineProject</code> and <code>defineWorkspace</code> types - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6198">vitest-dev/vitest#6198</a> <a href="https://github.com/vitest-dev/vitest/commit/8cd8272b"><!-- raw HTML omitted -->(8cd82)<!-- raw HTML omitted --></a></li> <li>Correctly resolve mocked <code>node:*</code> imports in <code>__mocks__</code> folder - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6204">vitest-dev/vitest#6204</a> <a href="https://github.com/vitest-dev/vitest/commit/a48be6ff"><!-- raw HTML omitted -->(a48be)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>web-worker</strong>: <ul> <li>Expose globals on self - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6170">vitest-dev/vitest#6170</a> <a href="https://github.com/vitest-dev/vitest/commit/12bb567e"><!-- raw HTML omitted -->(12bb5)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/99452a712c83e4e90a8afd5675e6573e1c22a43a"><code>99452a7</code></a> chore: release v2.0.5</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9b9bdf79f2b6dddae0ec9296ffd0c6294644ad7c"><code>9b9bdf7</code></a> chore: remove unnecessary await (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6249">#6249</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/40dfad811d1dd9bbc0f17a0d00c966746b9ef164"><code>40dfad8</code></a> docs: add reported tasks docs (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6245">#6245</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/13d85bd19ab4b394ee01ebe03130dcf06568f0a1"><code>13d85bd</code></a> feat: introduce experimental reported tasks (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6149">#6149</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b76a9279125c53e85bb0ab31b62863fc67335fa2"><code>b76a927</code></a> refactor(vitest): move public exports to public folder (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6218">#6218</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/56dbfa66899d3c75163fa75788a0bfc03701b764"><code>56dbfa6</code></a> refactor: make a distinction between node and runtime types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6214">#6214</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a48be6ffc427aacccf19ed4c69d007fd0c7c8010"><code>a48be6f</code></a> fix(vitest): correctly resolve mocked node:* imports in <strong>mocks</strong> folder (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6204">#6204</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/3aab8a1ed680c8224f03a3a47c1ce6937a32eb89"><code>3aab8a1</code></a> refactor: deprecate all config types from the main Vitest entrypoint, introdu...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/57d23cec43422328b857dcf820f0f876dd87d48b"><code>57d23ce</code></a> docs: fix inconsistencies, remove low informative twoslash examples (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6200">#6200</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8cd8272bf450ac73382b1dc5b90aa91feb0adcec"><code>8cd8272</code></a> fix(vitest): improve <code>defineProject</code> and <code>defineWorkspace</code> types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6198">#6198</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/vitest">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org