dependabot[bot] opened a new pull request, #2717: URL: https://github.com/apache/jena/pull/2717
Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 6 updates: | Package | From | To | | --- | --- | --- | | [@vue/compat](https://github.com/vuejs/core) | `3.5.4` | `3.5.6` | | [vue](https://github.com/vuejs/core) | `3.5.4` | `3.5.6` | | [vue-router](https://github.com/vuejs/router) | `4.4.4` | `4.4.5` | | [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.5.4` | `3.5.6` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.0.0` | `9.0.1` | | [nodemon](https://github.com/remy/nodemon) | `3.1.4` | `3.1.5` | Updates `@vue/compat` from 3.5.4 to 3.5.6 <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.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> </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.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-dom:</strong> should be able to stringify mathML (<a href="https://redirect.github.com/vuejs/core/issues/11891">#11891</a>) (<a href="https://github.com/vuejs/core/commit/85c138ced108268f7656b568dfd3036a1e0aae34">85c138c</a>)</li> <li><strong>compiler-sfc:</strong> preserve old behavior when using withDefaults with desutructure (<a href="https://github.com/vuejs/core/commit/8492c3c49a922363d6c77ef192c133a8fbce6514">8492c3c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11930">#11930</a></li> <li><strong>reactivity:</strong> avoid exponential perf cost and reduce call stack depth for deeply chained computeds (<a href="https://redirect.github.com/vuejs/core/issues/11944">#11944</a>) (<a href="https://github.com/vuejs/core/commit/c74bb8c2dd9e82aaabb0a2a2b368e900929b513b">c74bb8c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11928">#11928</a></li> <li><strong>reactivity:</strong> rely on dirty check only when computed has deps (<a href="https://redirect.github.com/vuejs/core/issues/11931">#11931</a>) (<a href="https://github.com/vuejs/core/commit/aa5dafd2b55d42d6a29316a3bc91aea85c676a0b">aa5dafd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11929">#11929</a></li> <li><strong>watch:</strong> <code>once</code> option should be ignored by watchEffect (<a href="https://redirect.github.com/vuejs/core/issues/11884">#11884</a>) (<a href="https://github.com/vuejs/core/commit/49fa673493d93b77ddba2165ab6545bae84fd1ae">49fa673</a>)</li> <li><strong>watch:</strong> unwatch should be callable during SSR (<a href="https://redirect.github.com/vuejs/core/issues/11925">#11925</a>) (<a href="https://github.com/vuejs/core/commit/2d6adf78a047eed091db277ffbd9df0822fb0bdd">2d6adf7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11924">#11924</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.4...v3.5.5">3.5.5</a> (2024-09-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> fix handling of delimiterOpen in VPre (<a href="https://redirect.github.com/vuejs/core/issues/11915">#11915</a>) (<a href="https://github.com/vuejs/core/commit/706d4ac1d0210b2d9134b3228280187fe02fc971">706d4ac</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11913">#11913</a></li> <li><strong>compiler-dom:</strong> fix stringify static edge for partially eligible chunks in cached parent (<a href="https://github.com/vuejs/core/commit/1d99d61c1bd77f9ea6743f6214a82add8346a121">1d99d61</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11879">#11879</a> <a href="https://redirect.github.com/vuejs/core/issues/11890">#11890</a></li> <li><strong>compiler-dom:</strong> should ignore leading newline in <!-- raw HTML omitted --> per spec (<a href="https://github.com/vuejs/core/commit/3c4bf7627649ec1e3220f8c4e4163c20d2afb367">3c4bf76</a>)</li> <li><strong>compiler-sfc:</strong> nested css supports atrule and comment (<a href="https://redirect.github.com/vuejs/core/issues/11899">#11899</a>) (<a href="https://github.com/vuejs/core/commit/0e7bc717e6640644f062957ec5031506f0dab215">0e7bc71</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11896">#11896</a></li> <li><strong>custom-element:</strong> handle nested customElement mount w/ shadowRoot false (<a href="https://redirect.github.com/vuejs/core/issues/11861">#11861</a>) (<a href="https://github.com/vuejs/core/commit/f2d801918841e7673ff3f048d0d895592a2f7e23">f2d8019</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11851">#11851</a> <a href="https://redirect.github.com/vuejs/core/issues/11871">#11871</a></li> <li><strong>hmr:</strong> reload async child wrapped in Suspense + KeepAlive (<a href="https://redirect.github.com/vuejs/core/issues/11907">#11907</a>) (<a href="https://github.com/vuejs/core/commit/10a2c6053bd30d160d0214bb3566f540187e6874">10a2c60</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11868">#11868</a></li> <li><strong>hydration:</strong> fix mismatch of leading newline in <code><textarea></code> and <code><pre></code> (<a href="https://github.com/vuejs/core/commit/a5f3c2eb4d2e7fae93ff93ce865b269f01cc825e">a5f3c2e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11873">#11873</a> <a href="https://redirect.github.com/vuejs/core/issues/11874">#11874</a></li> <li><strong>reactivity:</strong> properly clean up deps, fix memory leak (<a href="https://github.com/vuejs/core/commit/8ea5d6d6981ab7febda0be43c3c92b18869c3a2a">8ea5d6d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11901">#11901</a></li> <li><strong>runtime-core:</strong> properly update async component nested in KeepAlive (<a href="https://redirect.github.com/vuejs/core/issues/11917">#11917</a>) (<a href="https://github.com/vuejs/core/commit/7fe6c795a1fc7ddcea5ad91a56141561192373ac">7fe6c79</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11916">#11916</a></li> <li><strong>TransitionGroup:</strong> not warn unkeyed text children with whitespece preserve (<a href="https://redirect.github.com/vuejs/core/issues/11888">#11888</a>) (<a href="https://github.com/vuejs/core/commit/7571f20bc3d1854377a146f41d211e05bb68cd47">7571f20</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11885">#11885</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/9a36f2a0b8a01e19cb58b3b5870eb906ab84d001"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="https://github.com/vuejs/core/commit/c74bb8c2dd9e82aaabb0a2a2b368e900929b513b"><code>c74bb8c</code></a> fix(reactivity): avoid exponential perf cost and reduce call stack depth for ...</li> <li><a href="https://github.com/vuejs/core/commit/cbc39d54f02f2ab87c29ebdd04a596b947521c29"><code>cbc39d5</code></a> fix(deps): update playground (<a href="https://redirect.github.com/vuejs/core/issues/11939">#11939</a>)</li> <li><a href="https://github.com/vuejs/core/commit/3db0a0f97955d6554a95cddceecfc49c1ec4386c"><code>3db0a0f</code></a> chore(deps): update vitest to ^2.1.1 (<a href="https://redirect.github.com/vuejs/core/issues/11943">#11943</a>)</li> <li><a href="https://github.com/vuejs/core/commit/8492c3c49a922363d6c77ef192c133a8fbce6514"><code>8492c3c</code></a> fix(compiler-sfc): preserve old behavior when using withDefaults with desutru...</li> <li><a href="https://github.com/vuejs/core/commit/fbae210d9de25d124c38b18485cea96ebba85b50"><code>fbae210</code></a> chore(deps): update dependency eslint-plugin-import-x to v4 (<a href="https://redirect.github.com/vuejs/core/issues/11942">#11942</a>)</li> <li><a href="https://github.com/vuejs/core/commit/726db0ad2cb69337a5d99eb834e1b285faa53524"><code>726db0a</code></a> chore(deps): update lint (<a href="https://redirect.github.com/vuejs/core/issues/11940">#11940</a>)</li> <li><a href="https://github.com/vuejs/core/commit/47bda40653610c74ccdd4ab961e11c3b63cdbbfe"><code>47bda40</code></a> fix(deps): update dependency postcss to ^8.4.47 (<a href="https://redirect.github.com/vuejs/core/issues/11938">#11938</a>)</li> <li><a href="https://github.com/vuejs/core/commit/732a38ef632e9e4cc9f1a82e12419953f88b73d2"><code>732a38e</code></a> chore(deps): update dependency npm-run-all2 to ^6.2.3 (<a href="https://redirect.github.com/vuejs/core/issues/11937">#11937</a>)</li> <li><a href="https://github.com/vuejs/core/commit/6b07244dd5295163e8490a212901b2d028a38273"><code>6b07244</code></a> chore(deps): update build (<a href="https://redirect.github.com/vuejs/core/issues/11936">#11936</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.4...v3.5.6">compare view</a></li> </ul> </details> <br /> Updates `vue` from 3.5.4 to 3.5.6 <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.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> </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.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-dom:</strong> should be able to stringify mathML (<a href="https://redirect.github.com/vuejs/core/issues/11891">#11891</a>) (<a href="https://github.com/vuejs/core/commit/85c138ced108268f7656b568dfd3036a1e0aae34">85c138c</a>)</li> <li><strong>compiler-sfc:</strong> preserve old behavior when using withDefaults with desutructure (<a href="https://github.com/vuejs/core/commit/8492c3c49a922363d6c77ef192c133a8fbce6514">8492c3c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11930">#11930</a></li> <li><strong>reactivity:</strong> avoid exponential perf cost and reduce call stack depth for deeply chained computeds (<a href="https://redirect.github.com/vuejs/core/issues/11944">#11944</a>) (<a href="https://github.com/vuejs/core/commit/c74bb8c2dd9e82aaabb0a2a2b368e900929b513b">c74bb8c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11928">#11928</a></li> <li><strong>reactivity:</strong> rely on dirty check only when computed has deps (<a href="https://redirect.github.com/vuejs/core/issues/11931">#11931</a>) (<a href="https://github.com/vuejs/core/commit/aa5dafd2b55d42d6a29316a3bc91aea85c676a0b">aa5dafd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11929">#11929</a></li> <li><strong>watch:</strong> <code>once</code> option should be ignored by watchEffect (<a href="https://redirect.github.com/vuejs/core/issues/11884">#11884</a>) (<a href="https://github.com/vuejs/core/commit/49fa673493d93b77ddba2165ab6545bae84fd1ae">49fa673</a>)</li> <li><strong>watch:</strong> unwatch should be callable during SSR (<a href="https://redirect.github.com/vuejs/core/issues/11925">#11925</a>) (<a href="https://github.com/vuejs/core/commit/2d6adf78a047eed091db277ffbd9df0822fb0bdd">2d6adf7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11924">#11924</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.4...v3.5.5">3.5.5</a> (2024-09-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> fix handling of delimiterOpen in VPre (<a href="https://redirect.github.com/vuejs/core/issues/11915">#11915</a>) (<a href="https://github.com/vuejs/core/commit/706d4ac1d0210b2d9134b3228280187fe02fc971">706d4ac</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11913">#11913</a></li> <li><strong>compiler-dom:</strong> fix stringify static edge for partially eligible chunks in cached parent (<a href="https://github.com/vuejs/core/commit/1d99d61c1bd77f9ea6743f6214a82add8346a121">1d99d61</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11879">#11879</a> <a href="https://redirect.github.com/vuejs/core/issues/11890">#11890</a></li> <li><strong>compiler-dom:</strong> should ignore leading newline in <!-- raw HTML omitted --> per spec (<a href="https://github.com/vuejs/core/commit/3c4bf7627649ec1e3220f8c4e4163c20d2afb367">3c4bf76</a>)</li> <li><strong>compiler-sfc:</strong> nested css supports atrule and comment (<a href="https://redirect.github.com/vuejs/core/issues/11899">#11899</a>) (<a href="https://github.com/vuejs/core/commit/0e7bc717e6640644f062957ec5031506f0dab215">0e7bc71</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11896">#11896</a></li> <li><strong>custom-element:</strong> handle nested customElement mount w/ shadowRoot false (<a href="https://redirect.github.com/vuejs/core/issues/11861">#11861</a>) (<a href="https://github.com/vuejs/core/commit/f2d801918841e7673ff3f048d0d895592a2f7e23">f2d8019</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11851">#11851</a> <a href="https://redirect.github.com/vuejs/core/issues/11871">#11871</a></li> <li><strong>hmr:</strong> reload async child wrapped in Suspense + KeepAlive (<a href="https://redirect.github.com/vuejs/core/issues/11907">#11907</a>) (<a href="https://github.com/vuejs/core/commit/10a2c6053bd30d160d0214bb3566f540187e6874">10a2c60</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11868">#11868</a></li> <li><strong>hydration:</strong> fix mismatch of leading newline in <code><textarea></code> and <code><pre></code> (<a href="https://github.com/vuejs/core/commit/a5f3c2eb4d2e7fae93ff93ce865b269f01cc825e">a5f3c2e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11873">#11873</a> <a href="https://redirect.github.com/vuejs/core/issues/11874">#11874</a></li> <li><strong>reactivity:</strong> properly clean up deps, fix memory leak (<a href="https://github.com/vuejs/core/commit/8ea5d6d6981ab7febda0be43c3c92b18869c3a2a">8ea5d6d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11901">#11901</a></li> <li><strong>runtime-core:</strong> properly update async component nested in KeepAlive (<a href="https://redirect.github.com/vuejs/core/issues/11917">#11917</a>) (<a href="https://github.com/vuejs/core/commit/7fe6c795a1fc7ddcea5ad91a56141561192373ac">7fe6c79</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11916">#11916</a></li> <li><strong>TransitionGroup:</strong> not warn unkeyed text children with whitespece preserve (<a href="https://redirect.github.com/vuejs/core/issues/11888">#11888</a>) (<a href="https://github.com/vuejs/core/commit/7571f20bc3d1854377a146f41d211e05bb68cd47">7571f20</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11885">#11885</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/9a36f2a0b8a01e19cb58b3b5870eb906ab84d001"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="https://github.com/vuejs/core/commit/c74bb8c2dd9e82aaabb0a2a2b368e900929b513b"><code>c74bb8c</code></a> fix(reactivity): avoid exponential perf cost and reduce call stack depth for ...</li> <li><a href="https://github.com/vuejs/core/commit/cbc39d54f02f2ab87c29ebdd04a596b947521c29"><code>cbc39d5</code></a> fix(deps): update playground (<a href="https://redirect.github.com/vuejs/core/issues/11939">#11939</a>)</li> <li><a href="https://github.com/vuejs/core/commit/3db0a0f97955d6554a95cddceecfc49c1ec4386c"><code>3db0a0f</code></a> chore(deps): update vitest to ^2.1.1 (<a href="https://redirect.github.com/vuejs/core/issues/11943">#11943</a>)</li> <li><a href="https://github.com/vuejs/core/commit/8492c3c49a922363d6c77ef192c133a8fbce6514"><code>8492c3c</code></a> fix(compiler-sfc): preserve old behavior when using withDefaults with desutru...</li> <li><a href="https://github.com/vuejs/core/commit/fbae210d9de25d124c38b18485cea96ebba85b50"><code>fbae210</code></a> chore(deps): update dependency eslint-plugin-import-x to v4 (<a href="https://redirect.github.com/vuejs/core/issues/11942">#11942</a>)</li> <li><a href="https://github.com/vuejs/core/commit/726db0ad2cb69337a5d99eb834e1b285faa53524"><code>726db0a</code></a> chore(deps): update lint (<a href="https://redirect.github.com/vuejs/core/issues/11940">#11940</a>)</li> <li><a href="https://github.com/vuejs/core/commit/47bda40653610c74ccdd4ab961e11c3b63cdbbfe"><code>47bda40</code></a> fix(deps): update dependency postcss to ^8.4.47 (<a href="https://redirect.github.com/vuejs/core/issues/11938">#11938</a>)</li> <li><a href="https://github.com/vuejs/core/commit/732a38ef632e9e4cc9f1a82e12419953f88b73d2"><code>732a38e</code></a> chore(deps): update dependency npm-run-all2 to ^6.2.3 (<a href="https://redirect.github.com/vuejs/core/issues/11937">#11937</a>)</li> <li><a href="https://github.com/vuejs/core/commit/6b07244dd5295163e8490a212901b2d028a38273"><code>6b07244</code></a> chore(deps): update build (<a href="https://redirect.github.com/vuejs/core/issues/11936">#11936</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.4...v3.5.6">compare view</a></li> </ul> </details> <br /> Updates `vue-router` from 4.4.4 to 4.4.5 <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.5</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/14219b01bee142423265a3aaacd1eac0dcc95071"><code>14219b0</code></a> release: vue-router@4.4.5</li> <li><a href="https://github.com/vuejs/router/commit/5e20afb899503aa2101b3e67fd6341d26d2865cd"><code>5e20afb</code></a> fix: fix mods in aliases</li> <li><a href="https://github.com/vuejs/router/commit/c7dd2a1d686beecbc6883c3f9614c50aea30a5d2"><code>c7dd2a1</code></a> fix: mods must be added only wiht defineProperty</li> <li><a href="https://github.com/vuejs/router/commit/a8df616bfda2feb7aa6b738054a02e241d4f276b"><code>a8df616</code></a> fix: make internal property non enumerable</li> <li>See full diff in <a href="https://github.com/vuejs/router/compare/v4.4.4...v4.4.5">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-sfc` from 3.5.4 to 3.5.6 <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.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> </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.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-dom:</strong> should be able to stringify mathML (<a href="https://redirect.github.com/vuejs/core/issues/11891">#11891</a>) (<a href="https://github.com/vuejs/core/commit/85c138ced108268f7656b568dfd3036a1e0aae34">85c138c</a>)</li> <li><strong>compiler-sfc:</strong> preserve old behavior when using withDefaults with desutructure (<a href="https://github.com/vuejs/core/commit/8492c3c49a922363d6c77ef192c133a8fbce6514">8492c3c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11930">#11930</a></li> <li><strong>reactivity:</strong> avoid exponential perf cost and reduce call stack depth for deeply chained computeds (<a href="https://redirect.github.com/vuejs/core/issues/11944">#11944</a>) (<a href="https://github.com/vuejs/core/commit/c74bb8c2dd9e82aaabb0a2a2b368e900929b513b">c74bb8c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11928">#11928</a></li> <li><strong>reactivity:</strong> rely on dirty check only when computed has deps (<a href="https://redirect.github.com/vuejs/core/issues/11931">#11931</a>) (<a href="https://github.com/vuejs/core/commit/aa5dafd2b55d42d6a29316a3bc91aea85c676a0b">aa5dafd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11929">#11929</a></li> <li><strong>watch:</strong> <code>once</code> option should be ignored by watchEffect (<a href="https://redirect.github.com/vuejs/core/issues/11884">#11884</a>) (<a href="https://github.com/vuejs/core/commit/49fa673493d93b77ddba2165ab6545bae84fd1ae">49fa673</a>)</li> <li><strong>watch:</strong> unwatch should be callable during SSR (<a href="https://redirect.github.com/vuejs/core/issues/11925">#11925</a>) (<a href="https://github.com/vuejs/core/commit/2d6adf78a047eed091db277ffbd9df0822fb0bdd">2d6adf7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11924">#11924</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.4...v3.5.5">3.5.5</a> (2024-09-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> fix handling of delimiterOpen in VPre (<a href="https://redirect.github.com/vuejs/core/issues/11915">#11915</a>) (<a href="https://github.com/vuejs/core/commit/706d4ac1d0210b2d9134b3228280187fe02fc971">706d4ac</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11913">#11913</a></li> <li><strong>compiler-dom:</strong> fix stringify static edge for partially eligible chunks in cached parent (<a href="https://github.com/vuejs/core/commit/1d99d61c1bd77f9ea6743f6214a82add8346a121">1d99d61</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11879">#11879</a> <a href="https://redirect.github.com/vuejs/core/issues/11890">#11890</a></li> <li><strong>compiler-dom:</strong> should ignore leading newline in <!-- raw HTML omitted --> per spec (<a href="https://github.com/vuejs/core/commit/3c4bf7627649ec1e3220f8c4e4163c20d2afb367">3c4bf76</a>)</li> <li><strong>compiler-sfc:</strong> nested css supports atrule and comment (<a href="https://redirect.github.com/vuejs/core/issues/11899">#11899</a>) (<a href="https://github.com/vuejs/core/commit/0e7bc717e6640644f062957ec5031506f0dab215">0e7bc71</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11896">#11896</a></li> <li><strong>custom-element:</strong> handle nested customElement mount w/ shadowRoot false (<a href="https://redirect.github.com/vuejs/core/issues/11861">#11861</a>) (<a href="https://github.com/vuejs/core/commit/f2d801918841e7673ff3f048d0d895592a2f7e23">f2d8019</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11851">#11851</a> <a href="https://redirect.github.com/vuejs/core/issues/11871">#11871</a></li> <li><strong>hmr:</strong> reload async child wrapped in Suspense + KeepAlive (<a href="https://redirect.github.com/vuejs/core/issues/11907">#11907</a>) (<a href="https://github.com/vuejs/core/commit/10a2c6053bd30d160d0214bb3566f540187e6874">10a2c60</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11868">#11868</a></li> <li><strong>hydration:</strong> fix mismatch of leading newline in <code><textarea></code> and <code><pre></code> (<a href="https://github.com/vuejs/core/commit/a5f3c2eb4d2e7fae93ff93ce865b269f01cc825e">a5f3c2e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11873">#11873</a> <a href="https://redirect.github.com/vuejs/core/issues/11874">#11874</a></li> <li><strong>reactivity:</strong> properly clean up deps, fix memory leak (<a href="https://github.com/vuejs/core/commit/8ea5d6d6981ab7febda0be43c3c92b18869c3a2a">8ea5d6d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11901">#11901</a></li> <li><strong>runtime-core:</strong> properly update async component nested in KeepAlive (<a href="https://redirect.github.com/vuejs/core/issues/11917">#11917</a>) (<a href="https://github.com/vuejs/core/commit/7fe6c795a1fc7ddcea5ad91a56141561192373ac">7fe6c79</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11916">#11916</a></li> <li><strong>TransitionGroup:</strong> not warn unkeyed text children with whitespece preserve (<a href="https://redirect.github.com/vuejs/core/issues/11888">#11888</a>) (<a href="https://github.com/vuejs/core/commit/7571f20bc3d1854377a146f41d211e05bb68cd47">7571f20</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11885">#11885</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/9a36f2a0b8a01e19cb58b3b5870eb906ab84d001"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="https://github.com/vuejs/core/commit/8492c3c49a922363d6c77ef192c133a8fbce6514"><code>8492c3c</code></a> fix(compiler-sfc): preserve old behavior when using withDefaults with desutru...</li> <li><a href="https://github.com/vuejs/core/commit/47bda40653610c74ccdd4ab961e11c3b63cdbbfe"><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="https://github.com/vuejs/core/commit/7f2de3f53e785a28d475988aeb799aa7f8477ca8"><code>7f2de3f</code></a> release: v3.5.5</li> <li><a href="https://github.com/vuejs/core/commit/0e7bc717e6640644f062957ec5031506f0dab215"><code>0e7bc71</code></a> fix(compiler-sfc): nested css supports atrule and comment (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11899">#11899</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.5.6/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> Updates `concurrently` from 9.0.0 to 9.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-cli-tools/concurrently/releases">concurrently's releases</a>.</em></p> <blockquote> <h2>v9.0.1</h2> <h2>What's Changed</h2> <ul> <li>Don't set up more than 1 abort signal listener by <a href="https://github.com/gustavohenke"><code>@gustavohenke</code></a> in <a href="https://redirect.github.com/open-cli-tools/concurrently/pull/503">open-cli-tools/concurrently#503</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1">https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-cli-tools/concurrently/commit/79b3290723c4211e6a873eff297b059c752bd5c4"><code>79b3290</code></a> 9.0.1</li> <li><a href="https://github.com/open-cli-tools/concurrently/commit/041520bfda10fb6868b35fcb5f49f2e882d4774b"><code>041520b</code></a> Don't set up more than 1 abort signal listener (<a href="https://redirect.github.com/open-cli-tools/concurrently/issues/503">#503</a>)</li> <li>See full diff in <a href="https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1">compare view</a></li> </ul> </details> <br /> Updates `nodemon` from 3.1.4 to 3.1.5 <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.5</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.4...v3.1.5">3.1.5</a> (2024-09-17)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing ignore option to type defintion of config (<a href="https://redirect.github.com/remy/nodemon/issues/2224">#2224</a>) (<a href="https://github.com/remy/nodemon/commit/254c2ab17877a79b9573c79371cb0fc567eb0514">254c2ab</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remy/nodemon/commit/254c2ab17877a79b9573c79371cb0fc567eb0514"><code>254c2ab</code></a> fix: add missing ignore option to type defintion of config (<a href="https://redirect.github.com/remy/nodemon/issues/2224">#2224</a>)</li> <li><a href="https://github.com/remy/nodemon/commit/f0142413c034a71949fbca5b0de7c871cbbcc676"><code>f014241</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/5a18d24984afaf2ec9899b3b1058c0bfb9f539fc"><code>5a18d24</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/1773092cb8474d74b33e184938b0ebea745c1e96"><code>1773092</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/51dedeed3c778aa761fce92586d9cf188823afe9"><code>51dedee</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/ef9ff049bdbdb0a45c7b1a381fc41003d38a2784"><code>ef9ff04</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/6cd859d13255fe76ebbcb6672a8fb51528db67bb"><code>6cd859d</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/b8ab22315f7f3659eaac04dd188afac4600700b0"><code>b8ab223</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/58b7a324890e945a4271519dca08f0a4cd99d3e9"><code>58b7a32</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/74a733b7419572813097f7af351cec9889d75f94"><code>74a733b</code></a> chore: website</li> <li>Additional commits viewable in <a href="https://github.com/remy/nodemon/compare/v3.1.4...v3.1.5">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