dependabot[bot] opened a new pull request, #2735: URL: https://github.com/apache/jena/pull/2735
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.5.6` | `3.5.8` | | [vue](https://github.com/vuejs/core) | `3.5.6` | `3.5.8` | | [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) | `3.13.1` | `3.13.2` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.3` | `5.1.4` | | [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.5.6` | `3.5.8` | | [jsdom](https://github.com/jsdom/jsdom) | `25.0.0` | `25.0.1` | | [nodemon](https://github.com/remy/nodemon) | `3.1.5` | `3.1.7` | | [sass](https://github.com/sass/dart-sass) | `1.79.1` | `1.79.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.6` | `5.4.7` | Updates `@vue/compat` from 3.5.6 to 3.5.8 <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.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> </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.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="https://github.com/vuejs/core/commit/0267a588017eee4951ac2a877fe1ccae84cad905">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="https://github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca">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="https://github.com/vuejs/core/commit/215e15407294bf667261360218f975b88c99c2e5">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="https://github.com/vuejs/core/commit/7257e6a34200409b3fc347d3bb807e11e2785974">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="https://github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="https://github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f">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="https://github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585">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="https://github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a">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="https://github.com/vuejs/core/commit/d18d6aa1b20dc57a8103c51ec4d61e8e53ed936d">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="https://github.com/vuejs/core/commit/a2f6edeb02faedbb673c4bc5c6a59d9a79a37d07">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="https://github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd">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="https://github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350">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="https://github.com/vuejs/core/commit/e075dfad5c7649c6045e3711687ec888e7aa1a39">e075dfa</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/5e8898572fa63438b57a4b2b1de01a85dc49655e"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="https://github.com/vuejs/core/commit/0267a588017eee4951ac2a877fe1ccae84cad905"><code>0267a58</code></a> fix(reactivity): do not remove dep from depsMap when cleaning up deps of comp...</li> <li><a href="https://github.com/vuejs/core/commit/d1764a142abada80283ec1134bad193c5622557a"><code>d1764a1</code></a> test: simplify computed last sub test case</li> <li><a href="https://github.com/vuejs/core/commit/6fcb80172f2f612bb104f68ef840d377a7eac862"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="https://github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153"><code>960706e</code></a> fix(reactivity): do not remove dep from depsMap when unsubbed by computed</li> <li><a href="https://github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a"><code>b030c8b</code></a> fix(reactivity): fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>)</li> <li><a href="https://github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350"><code>9eca65e</code></a> fix(types): correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>)</li> <li><a href="https://github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585"><code>235ea47</code></a> fix(reactivity): fix memory leak from dep instances of garbage collected objects</li> <li><a href="https://github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f"><code>5c8b76e</code></a> fix(reactivity): fix dev-only memory leak by updating dep.subsHead on sub rem...</li> <li><a href="https://github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd"><code>f927a4a</code></a> fix(transition): respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.8">compare view</a></li> </ul> </details> <br /> Updates `vue` from 3.5.6 to 3.5.8 <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.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> </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.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="https://github.com/vuejs/core/commit/0267a588017eee4951ac2a877fe1ccae84cad905">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="https://github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca">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="https://github.com/vuejs/core/commit/215e15407294bf667261360218f975b88c99c2e5">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="https://github.com/vuejs/core/commit/7257e6a34200409b3fc347d3bb807e11e2785974">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="https://github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="https://github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f">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="https://github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585">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="https://github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a">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="https://github.com/vuejs/core/commit/d18d6aa1b20dc57a8103c51ec4d61e8e53ed936d">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="https://github.com/vuejs/core/commit/a2f6edeb02faedbb673c4bc5c6a59d9a79a37d07">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="https://github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd">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="https://github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350">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="https://github.com/vuejs/core/commit/e075dfad5c7649c6045e3711687ec888e7aa1a39">e075dfa</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/5e8898572fa63438b57a4b2b1de01a85dc49655e"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="https://github.com/vuejs/core/commit/0267a588017eee4951ac2a877fe1ccae84cad905"><code>0267a58</code></a> fix(reactivity): do not remove dep from depsMap when cleaning up deps of comp...</li> <li><a href="https://github.com/vuejs/core/commit/d1764a142abada80283ec1134bad193c5622557a"><code>d1764a1</code></a> test: simplify computed last sub test case</li> <li><a href="https://github.com/vuejs/core/commit/6fcb80172f2f612bb104f68ef840d377a7eac862"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="https://github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153"><code>960706e</code></a> fix(reactivity): do not remove dep from depsMap when unsubbed by computed</li> <li><a href="https://github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a"><code>b030c8b</code></a> fix(reactivity): fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>)</li> <li><a href="https://github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350"><code>9eca65e</code></a> fix(types): correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>)</li> <li><a href="https://github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585"><code>235ea47</code></a> fix(reactivity): fix memory leak from dep instances of garbage collected objects</li> <li><a href="https://github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f"><code>5c8b76e</code></a> fix(reactivity): fix dev-only memory leak by updating dep.subsHead on sub rem...</li> <li><a href="https://github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd"><code>f927a4a</code></a> fix(transition): respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.8">compare view</a></li> </ul> </details> <br /> Updates `@cypress/code-coverage` from 3.13.1 to 3.13.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/code-coverage/releases"><code>@cypress/code-coverage</code>'s releases</a>.</em></p> <blockquote> <h2>v3.13.2</h2> <h2><a href="https://github.com/cypress-io/code-coverage/compare/v3.13.1...v3.13.2">3.13.2</a> (2024-09-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@types/react</code> to v18.3.8 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/883">#883</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/d8641ef0f2ef1a315dc1b6218e0578babd070aea">d8641ef</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/code-coverage/commit/ebd17f6cac78a951ee5c448a3365e59bc23c7be0"><code>ebd17f6</code></a> chore(deps): update dependency babel-loader to v9.2.1 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/884">#884</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/42bff8b0a079971a0749d2d6030e847f06942c59"><code>42bff8b</code></a> chore(deps): update dependency start-server-and-test to v2.0.8 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/882">#882</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/d8641ef0f2ef1a315dc1b6218e0578babd070aea"><code>d8641ef</code></a> fix(deps): update dependency <code>@types/react</code> to v18.3.8 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/883">#883</a>)</li> <li>See full diff in <a href="https://github.com/cypress-io/code-coverage/compare/v3.13.1...v3.13.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>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/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="https://github.com/vitejs/vite-plugin-vue/commit/8d5a270408ff213648cda2a8db8f6cd63d709eb5"><code>8d5a270</code></a> release: [email protected]</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/07b29a6a3d9818af1fd254a6e27cecdb827435cf"><code>07b29a6</code></a> chore: format</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/98766c2b39889ccc1cc09b634f184de89b5d9c3e"><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="https://github.com/vitejs/vite-plugin-vue/commit/e4f5fffa4a9d4f08668b93cad6a410ccad543541"><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="https://github.com/vitejs/vite-plugin-vue/commit/1344294a0f412618d337777d7cfa6664668b41bd"><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/[email protected]/packages/plugin-vue">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-sfc` from 3.5.6 to 3.5.8 <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.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> </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.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="https://github.com/vuejs/core/commit/0267a588017eee4951ac2a877fe1ccae84cad905">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="https://github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca">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="https://github.com/vuejs/core/commit/215e15407294bf667261360218f975b88c99c2e5">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="https://github.com/vuejs/core/commit/7257e6a34200409b3fc347d3bb807e11e2785974">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="https://github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="https://github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f">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="https://github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585">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="https://github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a">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="https://github.com/vuejs/core/commit/d18d6aa1b20dc57a8103c51ec4d61e8e53ed936d">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="https://github.com/vuejs/core/commit/a2f6edeb02faedbb673c4bc5c6a59d9a79a37d07">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="https://github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd">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="https://github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350">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="https://github.com/vuejs/core/commit/e075dfad5c7649c6045e3711687ec888e7aa1a39">e075dfa</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/5e8898572fa63438b57a4b2b1de01a85dc49655e"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="https://github.com/vuejs/core/commit/6fcb80172f2f612bb104f68ef840d377a7eac862"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="https://github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca"><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="https://github.com/vuejs/core/commit/215e15407294bf667261360218f975b88c99c2e5"><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>See full diff in <a href="https://github.com/vuejs/core/commits/v3.5.8/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 25.0.0 to 25.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 25.0.1</h2> <ul> <li>Updated dependencies, notably <code>tough-cookie</code>, which no longer prints a deprecation warning.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>25.0.1</h2> <ul> <li>Updated dependencies, notably <code>tough-cookie</code>, which no longer prints a deprecation warning.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/04541b377d9949d6ab56866760b7883a23db0577"><code>04541b3</code></a> Version 25.0.1</li> <li><a href="https://github.com/jsdom/jsdom/commit/96bd11199362b00026714605d40dc21dfed58e55"><code>96bd111</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/d08440c9d202ffba68753c99161be29d23dee5fc"><code>d08440c</code></a> Upgrade tough-cookie to v5.0.0</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/25.0.0...25.0.1">compare view</a></li> </ul> </details> <br /> Updates `nodemon` from 3.1.5 to 3.1.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remy/nodemon/releases">nodemon's releases</a>.</em></p> <blockquote> <h2>v3.1.7</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.6...v3.1.7">3.1.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li>types for export on ESModule (<a href="https://redirect.github.com/remy/nodemon/issues/2211">#2211</a>) (<a href="https://github.com/remy/nodemon/commit/9b0606afc68ad9cf536cd338b7ffc82f6b2bdc79">9b0606a</a>)</li> </ul> <h2>v3.1.6</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.5...v3.1.6">3.1.6</a> (2024-09-19)</h2> <h3>Bug Fixes</h3> <ul> <li>watch nested paths (<a href="https://github.com/remy/nodemon/commit/11fcaaab9ce20168b5840c3174232bffd2b6ac5c">11fcaaa</a>), closes <a href="https://redirect.github.com/remy/nodemon/issues/2216">#2216</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remy/nodemon/commit/9b0606afc68ad9cf536cd338b7ffc82f6b2bdc79"><code>9b0606a</code></a> fix: types for export on ESModule (<a href="https://redirect.github.com/remy/nodemon/issues/2211">#2211</a>)</li> <li><a href="https://github.com/remy/nodemon/commit/14280013c62a9a8631257ae4adb208c77db8af0b"><code>1428001</code></a> Merge branch 'main' of github.com:remy/nodemon</li> <li><a href="https://github.com/remy/nodemon/commit/11fcaaab9ce20168b5840c3174232bffd2b6ac5c"><code>11fcaaa</code></a> fix: watch nested paths</li> <li><a href="https://github.com/remy/nodemon/commit/fddbd4332bd92286223f01f61efddb6c5c7e3af2"><code>fddbd43</code></a> chore: update web site</li> <li>See full diff in <a href="https://github.com/remy/nodemon/compare/v3.1.5...v3.1.7">compare view</a></li> </ul> </details> <br /> Updates `sass` from 1.79.1 to 1.79.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.79.3</h2> <p>To install Sass 1.79.3, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li>Update the <code>$channel</code> parameter in the suggested replacement for <code>color.red()</code>, <code>color.green()</code>, <code>color.blue()</code>, <code>color.hue()</code>, <code>color.saturation()</code>, <code>color.lightness()</code>, <code>color.whiteness()</code>, and <code>color.blackness()</code> to use a quoted string.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1793">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.79.2</h2> <p>To install Sass 1.79.2, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li> <p>Add a <code>$space</code> parameter to the suggested replacement for <code>color.red()</code>, <code>color.green()</code>, <code>color.blue()</code>, <code>color.hue()</code>, <code>color.saturation()</code>, <code>color.lightness()</code>, <code>color.whiteness()</code>, and <code>color.blackness()</code>.</p> </li> <li> <p>Update deprecation warnings for the legacy JS API to include a link to <a href="https://sass-lang.com/d/legacy-js-api">relevant documentation</a>.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1792">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.79.3</h2> <ul> <li>Update the <code>$channel</code> parameter in the suggested replacement for <code>color.red()</code>, <code>color.green()</code>, <code>color.blue()</code>, <code>color.hue()</code>, <code>color.saturation()</code>, <code>color.lightness()</code>, <code>color.whiteness()</code>, and <code>color.blackness()</code> to use a quoted string.</li> </ul> <h2>1.79.2</h2> <ul> <li> <p>Add a <code>$space</code> parameter to the suggested replacement for <code>color.red()</code>, <code>color.green()</code>, <code>color.blue()</code>, <code>color.hue()</code>, <code>color.saturation()</code>, <code>color.lightness()</code>, <code>color.whiteness()</code>, and <code>color.blackness()</code>.</p> </li> <li> <p>Update deprecation warnings for the legacy JS API to include a link to <a href="https://sass-lang.com/d/legacy-js-api">relevant documentation</a>.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/b85ef9c89f23305617dc9f63dad64c874262d63c"><code>b85ef9c</code></a> Quote <code>$channel</code> in channel function replacement suggestions (<a href="https://redirect.github.com/sass/dart-sass/issues/2361">#2361</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/fa4827f4a42a632821211be07e45b6ac7304189b"><code>fa4827f</code></a> Add documentation link to legacy-js-api warning (<a href="https://redirect.github.com/sass/dart-sass/issues/2355">#2355</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/7c3f5e2489598eeebe1acb4587e4c30415038f26"><code>7c3f5e2</code></a> Add a <code>$space</code> parameter to the channel function deprecation (<a href="https://redirect.github.com/sass/dart-sass/issues/2354">#2354</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.79.1...1.79.3">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.6 to 5.4.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.7 (2024-09-20)<!-- raw HTML omitted --></h2> <ul> <li>fix: treat config file as ESM in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>) (<a href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d">b5908a2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18158">#18158</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/a403e73d18e73f410d13ee769d343b8c68ff97e6"><code>a403e73</code></a> release: v5.4.7</li> <li><a href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d"><code>b5908a2</code></a> fix: treat config file as ESM in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.7/packages/vite">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
