dependabot[bot] opened a new pull request, #101: URL: https://github.com/apache/echarts-examples/pull/101
Bumps [vue](https://github.com/vuejs/core) from 2.6.14 to 3.5.12. <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.12</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.11</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.10</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.9</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.5</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.4</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.3</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.2</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.1</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.0</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.11...v3.5.12">3.5.12</a> (2024-10-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-dom:</strong> avoid stringify option with null value (<a href="https://redirect.github.com/vuejs/core/issues/12096">#12096</a>) (<a href="https://github.com/vuejs/core/commit/f6d99262364b7444ebab8742158599e8cdd79eaa">f6d9926</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12093">#12093</a></li> <li><strong>compiler-sfc:</strong> do not skip TSInstantiationExpression when transforming props destructure (<a href="https://redirect.github.com/vuejs/core/issues/12064">#12064</a>) (<a href="https://github.com/vuejs/core/commit/d3ecde8a696ff62c8d0ab067fd1d7ee0565b63c5">d3ecde8</a>)</li> <li><strong>compiler-sfc:</strong> use sass modern api if available and avoid deprecation warning (<a href="https://redirect.github.com/vuejs/core/issues/11992">#11992</a>) (<a href="https://github.com/vuejs/core/commit/4474c113d1fb1c26298dd6794275d5b5c7cc4d93">4474c11</a>)</li> <li><strong>compiler:</strong> clone loc to <code>ifNode</code> (<a href="https://redirect.github.com/vuejs/core/issues/12131">#12131</a>) (<a href="https://github.com/vuejs/core/commit/cde2c0671b00d4f6111fcbd7aa76e45872f20b0c">cde2c06</a>), closes <a href="https://redirect.github.com/vuejs/language-tools/issues/4911">vuejs/language-tools#4911</a></li> <li><strong>custom-element:</strong> properly remove hyphenated attribute (<a href="https://redirect.github.com/vuejs/core/issues/12143">#12143</a>) (<a href="https://github.com/vuejs/core/commit/e16e9a7341e7cfb3c443da4e5e5b06e8158712c3">e16e9a7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12139">#12139</a></li> <li><strong>defineModel:</strong> handle kebab-case model correctly (<a href="https://redirect.github.com/vuejs/core/issues/12063">#12063</a>) (<a href="https://github.com/vuejs/core/commit/c0418a3b8fa96a0b108ab71b7aab5d3388f90557">c0418a3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12060">#12060</a></li> <li><strong>deps:</strong> update dependency monaco-editor to ^0.52.0 (<a href="https://redirect.github.com/vuejs/core/issues/12119">#12119</a>) (<a href="https://github.com/vuejs/core/commit/f7cbea2111c7770a180b640f36f6a5d4d6abc698">f7cbea2</a>)</li> <li><strong>hydration:</strong> provide compat fallback for idle callback hydration strategy (<a href="https://redirect.github.com/vuejs/core/issues/11935">#11935</a>) (<a href="https://github.com/vuejs/core/commit/1ae545a3786abef983be1c969726489685569c92">1ae545a</a>)</li> <li><strong>reactivity:</strong> trigger reactivity for Map key <code>undefined</code> (<a href="https://redirect.github.com/vuejs/core/issues/12055">#12055</a>) (<a href="https://github.com/vuejs/core/commit/7ad289e1e7fea654524008ff91e43a8b8a55ef22">7ad289e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12054">#12054</a></li> <li><strong>runtime-core:</strong> allow symbol values for slot prop key (<a href="https://redirect.github.com/vuejs/core/issues/12069">#12069</a>) (<a href="https://github.com/vuejs/core/commit/d9d4d4e158cd51a9ddda249f29de8467f60b2792">d9d4d4e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12068">#12068</a></li> <li><strong>runtime-core:</strong> fix required prop check false positive for kebab-case edge cases (<a href="https://redirect.github.com/vuejs/core/issues/12034">#12034</a>) (<a href="https://github.com/vuejs/core/commit/9da1ac156552ac449754e1373aac7e349841becb">9da1ac1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12011">#12011</a></li> <li><strong>runtime-dom:</strong> prevent unnecessary updates in v-model checkbox when value is unchanged (<a href="https://redirect.github.com/vuejs/core/issues/12146">#12146</a>) (<a href="https://github.com/vuejs/core/commit/ea943afe404c4ca4b729906c5e8daf7aa2ccde9b">ea943af</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12144">#12144</a></li> <li><strong>teleport:</strong> handle disabled teleport with updateCssVars (<a href="https://redirect.github.com/vuejs/core/issues/12113">#12113</a>) (<a href="https://github.com/vuejs/core/commit/76a8223199c148b79a5c0ea19e235164809760cd">76a8223</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12112">#12112</a></li> <li><strong>transition/ssr:</strong> make transition appear work with Suspense in SSR (<a href="https://redirect.github.com/vuejs/core/issues/12047">#12047</a>) (<a href="https://github.com/vuejs/core/commit/f1a4f67aedfe83e440c54222213f070774faa421">f1a4f67</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12046">#12046</a></li> <li><strong>types:</strong> ensure <code>this.$props</code> type does not include <code>string</code> (<a href="https://redirect.github.com/vuejs/core/issues/12123">#12123</a>) (<a href="https://github.com/vuejs/core/commit/704173e24276706de672cca6c9507e4dd9651197">704173e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12122">#12122</a></li> <li><strong>types:</strong> retain union type narrowing with defaults applied (<a href="https://redirect.github.com/vuejs/core/issues/12108">#12108</a>) (<a href="https://github.com/vuejs/core/commit/05685a9d7c42d4cd37169b867833776b91154fed">05685a9</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12106">#12106</a></li> <li><strong>useId:</strong> ensure useId consistency when using serverPrefetch (<a href="https://redirect.github.com/vuejs/core/issues/12128">#12128</a>) (<a href="https://github.com/vuejs/core/commit/b4d35349d8bc39aa15bd3f1094d230e5928b177c">b4d3534</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12102">#12102</a></li> <li><strong>watch:</strong> watchEffect clean-up with SSR (<a href="https://redirect.github.com/vuejs/core/issues/12097">#12097</a>) (<a href="https://github.com/vuejs/core/commit/b094c72b3d40c52c7124f145a9db028509a11202">b094c72</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>reactivity:</strong> avoid unnecessary recursion in removeSub (<a href="https://redirect.github.com/vuejs/core/issues/12135">#12135</a>) (<a href="https://github.com/vuejs/core/commit/ec917cfdb9d0169cd0835d3a0e28244242657dc9">ec917cf</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.10...v3.5.11">3.5.11</a> (2024-10-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> do not skip <code>TSSatisfiesExpression</code> when transforming props destructure (<a href="https://redirect.github.com/vuejs/core/issues/12062">#12062</a>) (<a href="https://github.com/vuejs/core/commit/2328b051f4efa1f1394b7d4e73b7c3f76e430e7c">2328b05</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12061">#12061</a></li> <li><strong>reactivity:</strong> prevent overwriting <code>next</code> property during batch processing (<a href="https://redirect.github.com/vuejs/core/issues/12075">#12075</a>) (<a href="https://github.com/vuejs/core/commit/d3f5e6e5319b4ffaa55ca9a2ea3d95d78e76fa58">d3f5e6e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12072">#12072</a></li> <li><strong>scheduler:</strong> job ordering when the post queue is flushing (<a href="https://redirect.github.com/vuejs/core/issues/12090">#12090</a>) (<a href="https://github.com/vuejs/core/commit/577edca8e7795436efd710d1c289ea8ea2642b0e">577edca</a>)</li> <li><strong>types:</strong> correctly infer <code>TypeProps</code> when it is <code>any</code> (<a href="https://redirect.github.com/vuejs/core/issues/12073">#12073</a>) (<a href="https://github.com/vuejs/core/commit/57315ab9688c9741a271d1075bbd28cbe5f71e2f">57315ab</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12058">#12058</a></li> <li><strong>types:</strong> should not intersect <code>PublicProps</code> with <code>Props</code> (<a href="https://redirect.github.com/vuejs/core/issues/12077">#12077</a>) (<a href="https://github.com/vuejs/core/commit/6f8589437635706f825ccec51800effba1d2bf5f">6f85894</a>)</li> <li><strong>types:</strong> infer the first generic type of <code>Ref</code> correctly (<a href="https://redirect.github.com/vuejs/core/issues/12094">#12094</a>) (<a href="https://github.com/vuejs/core/commit/c97bb84d0b0a16b012f886b6498e924415ed63e5">c97bb84</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.9...v3.5.10">3.5.10</a> (2024-09-27)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.5.12">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/echarts-examples/network/alerts). </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]
