dependabot[bot] opened a new pull request, #3826: URL: https://github.com/apache/jena/pull/3826
Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 4 updates: [@codemirror/language](https://github.com/codemirror/language), [@vue/compat](https://github.com/vuejs/core), [vue](https://github.com/vuejs/core) and [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc). Updates `@codemirror/language` from 6.12.2 to 6.12.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/language/blob/main/CHANGELOG.md"><code>@codemirror/language</code>'s changelog</a>.</em></p> <blockquote> <h2>6.12.3 (2026-03-25)</h2> <h3>Bug fixes</h3> <p>Fix a crash in <code>bracketMatching</code> when composing at end of document.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/language/commit/f5af31eed71fa22e8c110d74e61098c0fb1c1acb"><code>f5af31e</code></a> Mark version 6.12.3</li> <li><a href="https://github.com/codemirror/language/commit/371c9ba6be9ac489c4ebd6f26be352e0eb1a41c6"><code>371c9ba</code></a> Fix bogus bracket highlighting being generated at end of document</li> <li><a href="https://github.com/codemirror/language/commit/9531899bd88aac7c932a749668ddbfcd9acfb80f"><code>9531899</code></a> Remove duplicated slash in forum url in README</li> <li><a href="https://github.com/codemirror/language/commit/2f4e7014a54171ec5af260e04a97cb10c14b3aac"><code>2f4e701</code></a> Fix forum link in readme</li> <li>See full diff in <a href="https://github.com/codemirror/language/compare/6.12.2...6.12.3">compare view</a></li> </ul> </details> <br /> Updates `@vue/compat` from 3.5.30 to 3.5.31 <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.31</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.30...v3.5.31">3.5.31</a> (2026-03-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> allow Node.js subpath imports patterns in asset urls (<a href="https://redirect.github.com/vuejs/core/issues/13045">#13045</a>) (<a href="https://github.com/vuejs/core/commit/95c33560c9af369d44a7670d0c3b93fb62323be2">95c3356</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9919">#9919</a></li> <li><strong>compiler-sfc:</strong> support template literal as defineModel name (<a href="https://redirect.github.com/vuejs/core/issues/14622">#14622</a>) (<a href="https://github.com/vuejs/core/commit/bd7eef0161d69bccd48ac303bc6a56ba8d718e2d">bd7eef0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14621">#14621</a></li> <li><strong>reactivity:</strong> normalize toRef property keys before dep lookup + improve types (<a href="https://redirect.github.com/vuejs/core/issues/14625">#14625</a>) (<a href="https://github.com/vuejs/core/commit/1bb28d011b31bc75c80d2860bc6484cceec1ff20">1bb28d0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12427">#12427</a> <a href="https://redirect.github.com/vuejs/core/issues/12431">#12431</a></li> <li><strong>runtime-core:</strong> invalidate detached v-for memo vnodes after unmount (<a href="https://redirect.github.com/vuejs/core/issues/14624">#14624</a>) (<a href="https://github.com/vuejs/core/commit/560def426fc38c1710fda7ddd1ac634d67897960">560def4</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12708">#12708</a> <a href="https://redirect.github.com/vuejs/core/issues/12710">#12710</a></li> <li><strong>runtime-core:</strong> preserve nullish event handlers in mergeProps (<a href="https://redirect.github.com/vuejs/core/issues/14550">#14550</a>) (<a href="https://github.com/vuejs/core/commit/5725222a6bc5d1dd032318349ce0c540b1d63a49">5725222</a>)</li> <li><strong>runtime-core:</strong> prevent merging model listener when value is null or undefined (<a href="https://redirect.github.com/vuejs/core/issues/14629">#14629</a>) (<a href="https://github.com/vuejs/core/commit/b39e0329f67354702f4e417e55c15c61d2439657">b39e032</a>)</li> <li><strong>runtime-dom:</strong> defer teleport mount/update until suspense resolves (<a href="https://redirect.github.com/vuejs/core/issues/8619">#8619</a>) (<a href="https://github.com/vuejs/core/commit/88ed04501555b9257df8d7ad86d844c2c2136e50">88ed045</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8603">#8603</a></li> <li><strong>runtime-dom:</strong> handle activeElement check in Shadow DOM for v-model (<a href="https://redirect.github.com/vuejs/core/issues/14196">#14196</a>) (<a href="https://github.com/vuejs/core/commit/959ded22ab7ea1453f607e0964e1fb6748ece6c7">959ded2</a>)</li> <li><strong>server-renderer:</strong> cleanup component effect scopes after SSR render (<a href="https://redirect.github.com/vuejs/core/issues/14548">#14548</a>) (<a href="https://github.com/vuejs/core/commit/862f11ee017d51cb9573a8c0642055b3b17cace8">862f11e</a>)</li> <li><strong>suspense:</strong> avoid unmount activeBranch twice if wrapped in transition (<a href="https://redirect.github.com/vuejs/core/issues/9392">#9392</a>) (<a href="https://github.com/vuejs/core/commit/908c6ad05e1c76ae690d2e50f3bd28278af07e22">908c6ad</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7966">#7966</a></li> <li><strong>suspense:</strong> update suspense vnode's el during branch self-update (<a href="https://redirect.github.com/vuejs/core/issues/12922">#12922</a>) (<a href="https://github.com/vuejs/core/commit/a2c17004c84e5ce3c4e82e35b806ba381144eed3">a2c1700</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12920">#12920</a></li> <li><strong>transition:</strong> skip enter guard while hmr updating (<a href="https://redirect.github.com/vuejs/core/issues/14611">#14611</a>) (<a href="https://github.com/vuejs/core/commit/be0a2f1a7fc3d81d05638798cc628848cfa62cef">be0a2f1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14608">#14608</a></li> <li><strong>types:</strong> prevent shallowReactive marker from leaking into value unions (<a href="https://redirect.github.com/vuejs/core/issues/14493">#14493</a>) (<a href="https://github.com/vuejs/core/commit/3b561db4ab42d06166b002f13c0e97cb2bd4a061">3b561db</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14490">#14490</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/81615d398a89beeccfe56a4a96fd2fba0c6fb37b"><code>81615d3</code></a> release: v3.5.31</li> <li><a href="https://github.com/vuejs/core/commit/3b561db4ab42d06166b002f13c0e97cb2bd4a061"><code>3b561db</code></a> fix(types): prevent shallowReactive marker from leaking into value unions (<a href="https://redirect.github.com/vuejs/core/issues/1">#1</a>...</li> <li><a href="https://github.com/vuejs/core/commit/1b2aca4f38aaec3da4f316256e8364a13f2554d7"><code>1b2aca4</code></a> chore: ignore entities updates in renovate (<a href="https://redirect.github.com/vuejs/core/issues/14630">#14630</a>)</li> <li><a href="https://github.com/vuejs/core/commit/51675b490fab4ed85d69414e4b94669f30de0110"><code>51675b4</code></a> chore(deps): update dependency jsdom to v29 (<a href="https://redirect.github.com/vuejs/core/issues/14580">#14580</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b147482311762888df6e4681a2c7526bff943fdf"><code>b147482</code></a> chore(deps): update build (<a href="https://redirect.github.com/vuejs/core/issues/14572">#14572</a>)</li> <li><a href="https://github.com/vuejs/core/commit/7a4bf3c132bd57a278494e13e26aabd7638e4e27"><code>7a4bf3c</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/vuejs/core/issues/14577">#14577</a>)</li> <li><a href="https://github.com/vuejs/core/commit/fe6e5fe4fc3fa362a540032ed92711bc2241ce07"><code>fe6e5fe</code></a> chore(deps): update test (<a href="https://redirect.github.com/vuejs/core/issues/14578">#14578</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5ad623a9f6b2f29a7841c0f32438c6aeb641dcd1"><code>5ad623a</code></a> chore(deps): update pnpm/action-setup action to v5 (<a href="https://redirect.github.com/vuejs/core/issues/14616">#14616</a>)</li> <li><a href="https://github.com/vuejs/core/commit/bf033b8d6f432addc15b3daa63ce3f6e92bfb625"><code>bf033b8</code></a> chore(deps): update dawidd6/action-download-artifact action to v19 (<a href="https://redirect.github.com/vuejs/core/issues/14614">#14614</a>)</li> <li><a href="https://github.com/vuejs/core/commit/e41a58957e6a7bbd86311672bef396e4497f7d65"><code>e41a589</code></a> chore(deps): update dependency <code>@babel/parser</code> to ^7.29.2 (<a href="https://redirect.github.com/vuejs/core/issues/14613">#14613</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.30...v3.5.31">compare view</a></li> </ul> </details> <br /> Updates `vue` from 3.5.30 to 3.5.31 <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.31</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.30...v3.5.31">3.5.31</a> (2026-03-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> allow Node.js subpath imports patterns in asset urls (<a href="https://redirect.github.com/vuejs/core/issues/13045">#13045</a>) (<a href="https://github.com/vuejs/core/commit/95c33560c9af369d44a7670d0c3b93fb62323be2">95c3356</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9919">#9919</a></li> <li><strong>compiler-sfc:</strong> support template literal as defineModel name (<a href="https://redirect.github.com/vuejs/core/issues/14622">#14622</a>) (<a href="https://github.com/vuejs/core/commit/bd7eef0161d69bccd48ac303bc6a56ba8d718e2d">bd7eef0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14621">#14621</a></li> <li><strong>reactivity:</strong> normalize toRef property keys before dep lookup + improve types (<a href="https://redirect.github.com/vuejs/core/issues/14625">#14625</a>) (<a href="https://github.com/vuejs/core/commit/1bb28d011b31bc75c80d2860bc6484cceec1ff20">1bb28d0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12427">#12427</a> <a href="https://redirect.github.com/vuejs/core/issues/12431">#12431</a></li> <li><strong>runtime-core:</strong> invalidate detached v-for memo vnodes after unmount (<a href="https://redirect.github.com/vuejs/core/issues/14624">#14624</a>) (<a href="https://github.com/vuejs/core/commit/560def426fc38c1710fda7ddd1ac634d67897960">560def4</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12708">#12708</a> <a href="https://redirect.github.com/vuejs/core/issues/12710">#12710</a></li> <li><strong>runtime-core:</strong> preserve nullish event handlers in mergeProps (<a href="https://redirect.github.com/vuejs/core/issues/14550">#14550</a>) (<a href="https://github.com/vuejs/core/commit/5725222a6bc5d1dd032318349ce0c540b1d63a49">5725222</a>)</li> <li><strong>runtime-core:</strong> prevent merging model listener when value is null or undefined (<a href="https://redirect.github.com/vuejs/core/issues/14629">#14629</a>) (<a href="https://github.com/vuejs/core/commit/b39e0329f67354702f4e417e55c15c61d2439657">b39e032</a>)</li> <li><strong>runtime-dom:</strong> defer teleport mount/update until suspense resolves (<a href="https://redirect.github.com/vuejs/core/issues/8619">#8619</a>) (<a href="https://github.com/vuejs/core/commit/88ed04501555b9257df8d7ad86d844c2c2136e50">88ed045</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8603">#8603</a></li> <li><strong>runtime-dom:</strong> handle activeElement check in Shadow DOM for v-model (<a href="https://redirect.github.com/vuejs/core/issues/14196">#14196</a>) (<a href="https://github.com/vuejs/core/commit/959ded22ab7ea1453f607e0964e1fb6748ece6c7">959ded2</a>)</li> <li><strong>server-renderer:</strong> cleanup component effect scopes after SSR render (<a href="https://redirect.github.com/vuejs/core/issues/14548">#14548</a>) (<a href="https://github.com/vuejs/core/commit/862f11ee017d51cb9573a8c0642055b3b17cace8">862f11e</a>)</li> <li><strong>suspense:</strong> avoid unmount activeBranch twice if wrapped in transition (<a href="https://redirect.github.com/vuejs/core/issues/9392">#9392</a>) (<a href="https://github.com/vuejs/core/commit/908c6ad05e1c76ae690d2e50f3bd28278af07e22">908c6ad</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7966">#7966</a></li> <li><strong>suspense:</strong> update suspense vnode's el during branch self-update (<a href="https://redirect.github.com/vuejs/core/issues/12922">#12922</a>) (<a href="https://github.com/vuejs/core/commit/a2c17004c84e5ce3c4e82e35b806ba381144eed3">a2c1700</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12920">#12920</a></li> <li><strong>transition:</strong> skip enter guard while hmr updating (<a href="https://redirect.github.com/vuejs/core/issues/14611">#14611</a>) (<a href="https://github.com/vuejs/core/commit/be0a2f1a7fc3d81d05638798cc628848cfa62cef">be0a2f1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14608">#14608</a></li> <li><strong>types:</strong> prevent shallowReactive marker from leaking into value unions (<a href="https://redirect.github.com/vuejs/core/issues/14493">#14493</a>) (<a href="https://github.com/vuejs/core/commit/3b561db4ab42d06166b002f13c0e97cb2bd4a061">3b561db</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14490">#14490</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/81615d398a89beeccfe56a4a96fd2fba0c6fb37b"><code>81615d3</code></a> release: v3.5.31</li> <li><a href="https://github.com/vuejs/core/commit/3b561db4ab42d06166b002f13c0e97cb2bd4a061"><code>3b561db</code></a> fix(types): prevent shallowReactive marker from leaking into value unions (<a href="https://redirect.github.com/vuejs/core/issues/1">#1</a>...</li> <li><a href="https://github.com/vuejs/core/commit/1b2aca4f38aaec3da4f316256e8364a13f2554d7"><code>1b2aca4</code></a> chore: ignore entities updates in renovate (<a href="https://redirect.github.com/vuejs/core/issues/14630">#14630</a>)</li> <li><a href="https://github.com/vuejs/core/commit/51675b490fab4ed85d69414e4b94669f30de0110"><code>51675b4</code></a> chore(deps): update dependency jsdom to v29 (<a href="https://redirect.github.com/vuejs/core/issues/14580">#14580</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b147482311762888df6e4681a2c7526bff943fdf"><code>b147482</code></a> chore(deps): update build (<a href="https://redirect.github.com/vuejs/core/issues/14572">#14572</a>)</li> <li><a href="https://github.com/vuejs/core/commit/7a4bf3c132bd57a278494e13e26aabd7638e4e27"><code>7a4bf3c</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/vuejs/core/issues/14577">#14577</a>)</li> <li><a href="https://github.com/vuejs/core/commit/fe6e5fe4fc3fa362a540032ed92711bc2241ce07"><code>fe6e5fe</code></a> chore(deps): update test (<a href="https://redirect.github.com/vuejs/core/issues/14578">#14578</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5ad623a9f6b2f29a7841c0f32438c6aeb641dcd1"><code>5ad623a</code></a> chore(deps): update pnpm/action-setup action to v5 (<a href="https://redirect.github.com/vuejs/core/issues/14616">#14616</a>)</li> <li><a href="https://github.com/vuejs/core/commit/bf033b8d6f432addc15b3daa63ce3f6e92bfb625"><code>bf033b8</code></a> chore(deps): update dawidd6/action-download-artifact action to v19 (<a href="https://redirect.github.com/vuejs/core/issues/14614">#14614</a>)</li> <li><a href="https://github.com/vuejs/core/commit/e41a58957e6a7bbd86311672bef396e4497f7d65"><code>e41a589</code></a> chore(deps): update dependency <code>@babel/parser</code> to ^7.29.2 (<a href="https://redirect.github.com/vuejs/core/issues/14613">#14613</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.30...v3.5.31">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-sfc` from 3.5.30 to 3.5.31 <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.31</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.30...v3.5.31">3.5.31</a> (2026-03-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> allow Node.js subpath imports patterns in asset urls (<a href="https://redirect.github.com/vuejs/core/issues/13045">#13045</a>) (<a href="https://github.com/vuejs/core/commit/95c33560c9af369d44a7670d0c3b93fb62323be2">95c3356</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9919">#9919</a></li> <li><strong>compiler-sfc:</strong> support template literal as defineModel name (<a href="https://redirect.github.com/vuejs/core/issues/14622">#14622</a>) (<a href="https://github.com/vuejs/core/commit/bd7eef0161d69bccd48ac303bc6a56ba8d718e2d">bd7eef0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14621">#14621</a></li> <li><strong>reactivity:</strong> normalize toRef property keys before dep lookup + improve types (<a href="https://redirect.github.com/vuejs/core/issues/14625">#14625</a>) (<a href="https://github.com/vuejs/core/commit/1bb28d011b31bc75c80d2860bc6484cceec1ff20">1bb28d0</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12427">#12427</a> <a href="https://redirect.github.com/vuejs/core/issues/12431">#12431</a></li> <li><strong>runtime-core:</strong> invalidate detached v-for memo vnodes after unmount (<a href="https://redirect.github.com/vuejs/core/issues/14624">#14624</a>) (<a href="https://github.com/vuejs/core/commit/560def426fc38c1710fda7ddd1ac634d67897960">560def4</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12708">#12708</a> <a href="https://redirect.github.com/vuejs/core/issues/12710">#12710</a></li> <li><strong>runtime-core:</strong> preserve nullish event handlers in mergeProps (<a href="https://redirect.github.com/vuejs/core/issues/14550">#14550</a>) (<a href="https://github.com/vuejs/core/commit/5725222a6bc5d1dd032318349ce0c540b1d63a49">5725222</a>)</li> <li><strong>runtime-core:</strong> prevent merging model listener when value is null or undefined (<a href="https://redirect.github.com/vuejs/core/issues/14629">#14629</a>) (<a href="https://github.com/vuejs/core/commit/b39e0329f67354702f4e417e55c15c61d2439657">b39e032</a>)</li> <li><strong>runtime-dom:</strong> defer teleport mount/update until suspense resolves (<a href="https://redirect.github.com/vuejs/core/issues/8619">#8619</a>) (<a href="https://github.com/vuejs/core/commit/88ed04501555b9257df8d7ad86d844c2c2136e50">88ed045</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8603">#8603</a></li> <li><strong>runtime-dom:</strong> handle activeElement check in Shadow DOM for v-model (<a href="https://redirect.github.com/vuejs/core/issues/14196">#14196</a>) (<a href="https://github.com/vuejs/core/commit/959ded22ab7ea1453f607e0964e1fb6748ece6c7">959ded2</a>)</li> <li><strong>server-renderer:</strong> cleanup component effect scopes after SSR render (<a href="https://redirect.github.com/vuejs/core/issues/14548">#14548</a>) (<a href="https://github.com/vuejs/core/commit/862f11ee017d51cb9573a8c0642055b3b17cace8">862f11e</a>)</li> <li><strong>suspense:</strong> avoid unmount activeBranch twice if wrapped in transition (<a href="https://redirect.github.com/vuejs/core/issues/9392">#9392</a>) (<a href="https://github.com/vuejs/core/commit/908c6ad05e1c76ae690d2e50f3bd28278af07e22">908c6ad</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7966">#7966</a></li> <li><strong>suspense:</strong> update suspense vnode's el during branch self-update (<a href="https://redirect.github.com/vuejs/core/issues/12922">#12922</a>) (<a href="https://github.com/vuejs/core/commit/a2c17004c84e5ce3c4e82e35b806ba381144eed3">a2c1700</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12920">#12920</a></li> <li><strong>transition:</strong> skip enter guard while hmr updating (<a href="https://redirect.github.com/vuejs/core/issues/14611">#14611</a>) (<a href="https://github.com/vuejs/core/commit/be0a2f1a7fc3d81d05638798cc628848cfa62cef">be0a2f1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14608">#14608</a></li> <li><strong>types:</strong> prevent shallowReactive marker from leaking into value unions (<a href="https://redirect.github.com/vuejs/core/issues/14493">#14493</a>) (<a href="https://github.com/vuejs/core/commit/3b561db4ab42d06166b002f13c0e97cb2bd4a061">3b561db</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14490">#14490</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/81615d398a89beeccfe56a4a96fd2fba0c6fb37b"><code>81615d3</code></a> release: v3.5.31</li> <li><a href="https://github.com/vuejs/core/commit/7a4bf3c132bd57a278494e13e26aabd7638e4e27"><code>7a4bf3c</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/14577">#14577</a>)</li> <li><a href="https://github.com/vuejs/core/commit/95c33560c9af369d44a7670d0c3b93fb62323be2"><code>95c3356</code></a> fix(compiler-sfc): allow Node.js subpath imports patterns in asset urls (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/13045">#13045</a>)</li> <li><a href="https://github.com/vuejs/core/commit/bd7eef0161d69bccd48ac303bc6a56ba8d718e2d"><code>bd7eef0</code></a> fix(compiler-sfc): support template literal as defineModel name (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/14622">#14622</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.5.31/packages/compiler-sfc">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 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]
