chore: bump vue from 3.5.5 to 3.5.12 #315

Merged
martinr92 merged 1 commit from dependabot-npm_and_yarn-develop-vue-3.5.12 into develop 2024-10-19 15:50:33 +00:00
martinr92 commented 2024-10-12 02:56:58 +00:00 (Migrated from gitlab.com)

Bumps vue from 3.5.5 to 3.5.12.

Release notes

Sourced from vue's releases.

v3.5.12

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.11

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.10

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.9

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.8

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.7

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.6

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.12 (2024-10-11)

Bug Fixes

Performance Improvements

  • reactivity: avoid unnecessary recursion in removeSub (#12135) (ec917cf)

3.5.11 (2024-10-03)

Bug Fixes

  • compiler-sfc: do not skip TSSatisfiesExpression when transforming props destructure (#12062) (2328b05), closes #12061
  • reactivity: prevent overwriting next property during batch processing (#12075) (d3f5e6e), closes #12072
  • scheduler: job ordering when the post queue is flushing (#12090) (577edca)
  • types: correctly infer TypeProps when it is any (#12073) (57315ab), closes #12058
  • types: should not intersect PublicProps with Props (#12077) (6f85894)
  • types: infer the first generic type of Ref correctly (#12094) (c97bb84)

3.5.10 (2024-09-27)

Bug Fixes

... (truncated)

Commits
  • 770ea67 release: v3.5.12
  • c82b662 refactor(reactivity): reduce size of collectionHandlers (#12152)
  • ea943af fix(runtime-dom): prevent unnecessary updates in v-model checkbox when value ...
  • d82fa61 chore: format
  • d96883c test(reactivity): test for verifying no unnecessary calls of reactive array i...
  • 1ae545a fix(hydration): provide compat fallback for idle callback hydration strategy ...
  • 05685a9 fix(types): retain union type narrowing with defaults applied (#12108)
  • cde2c06 fix(compiler): clone loc to ifNode (#12131)
  • 4474c11 fix(compiler-sfc): use sass modern api if available and avoid deprecation war...
  • 9da1ac1 fix(runtime-core): fix required prop check false positive for kebab-case edge...
  • Additional commits viewable in compare view

Bumps [vue](https://github.com/vuejs/core) from 3.5.5 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> </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.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://github.com/vuejs/core/issues/12096">#12096</a>) (<a href="https://github.com/vuejs/core/commit/f6d99262364b7444ebab8742158599e8cdd79eaa">f6d9926</a>), closes <a href="https://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://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://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://github.com/vuejs/core/issues/12131">#12131</a>) (<a href="https://github.com/vuejs/core/commit/cde2c0671b00d4f6111fcbd7aa76e45872f20b0c">cde2c06</a>), closes <a href="https://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://github.com/vuejs/core/issues/12143">#12143</a>) (<a href="https://github.com/vuejs/core/commit/e16e9a7341e7cfb3c443da4e5e5b06e8158712c3">e16e9a7</a>), closes <a href="https://github.com/vuejs/core/issues/12139">#12139</a></li> <li><strong>defineModel:</strong> handle kebab-case model correctly (<a href="https://github.com/vuejs/core/issues/12063">#12063</a>) (<a href="https://github.com/vuejs/core/commit/c0418a3b8fa96a0b108ab71b7aab5d3388f90557">c0418a3</a>), closes <a href="https://github.com/vuejs/core/issues/12060">#12060</a></li> <li><strong>deps:</strong> update dependency monaco-editor to ^0.52.0 (<a href="https://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://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://github.com/vuejs/core/issues/12055">#12055</a>) (<a href="https://github.com/vuejs/core/commit/7ad289e1e7fea654524008ff91e43a8b8a55ef22">7ad289e</a>), closes <a href="https://github.com/vuejs/core/issues/12054">#12054</a></li> <li><strong>runtime-core:</strong> allow symbol values for slot prop key (<a href="https://github.com/vuejs/core/issues/12069">#12069</a>) (<a href="https://github.com/vuejs/core/commit/d9d4d4e158cd51a9ddda249f29de8467f60b2792">d9d4d4e</a>), closes <a href="https://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://github.com/vuejs/core/issues/12034">#12034</a>) (<a href="https://github.com/vuejs/core/commit/9da1ac156552ac449754e1373aac7e349841becb">9da1ac1</a>), closes <a href="https://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://github.com/vuejs/core/issues/12146">#12146</a>) (<a href="https://github.com/vuejs/core/commit/ea943afe404c4ca4b729906c5e8daf7aa2ccde9b">ea943af</a>), closes <a href="https://github.com/vuejs/core/issues/12144">#12144</a></li> <li><strong>teleport:</strong> handle disabled teleport with updateCssVars (<a href="https://github.com/vuejs/core/issues/12113">#12113</a>) (<a href="https://github.com/vuejs/core/commit/76a8223199c148b79a5c0ea19e235164809760cd">76a8223</a>), closes <a href="https://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://github.com/vuejs/core/issues/12047">#12047</a>) (<a href="https://github.com/vuejs/core/commit/f1a4f67aedfe83e440c54222213f070774faa421">f1a4f67</a>), closes <a href="https://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://github.com/vuejs/core/issues/12123">#12123</a>) (<a href="https://github.com/vuejs/core/commit/704173e24276706de672cca6c9507e4dd9651197">704173e</a>), closes <a href="https://github.com/vuejs/core/issues/12122">#12122</a></li> <li><strong>types:</strong> retain union type narrowing with defaults applied (<a href="https://github.com/vuejs/core/issues/12108">#12108</a>) (<a href="https://github.com/vuejs/core/commit/05685a9d7c42d4cd37169b867833776b91154fed">05685a9</a>), closes <a href="https://github.com/vuejs/core/issues/12106">#12106</a></li> <li><strong>useId:</strong> ensure useId consistency when using serverPrefetch (<a href="https://github.com/vuejs/core/issues/12128">#12128</a>) (<a href="https://github.com/vuejs/core/commit/b4d35349d8bc39aa15bd3f1094d230e5928b177c">b4d3534</a>), closes <a href="https://github.com/vuejs/core/issues/12102">#12102</a></li> <li><strong>watch:</strong> watchEffect clean-up with SSR (<a href="https://github.com/vuejs/core/issues/12097">#12097</a>) (<a href="https://github.com/vuejs/core/commit/b094c72b3d40c52c7124f145a9db028509a11202">b094c72</a>), closes <a href="https://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://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://github.com/vuejs/core/issues/12062">#12062</a>) (<a href="https://github.com/vuejs/core/commit/2328b051f4efa1f1394b7d4e73b7c3f76e430e7c">2328b05</a>), closes <a href="https://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://github.com/vuejs/core/issues/12075">#12075</a>) (<a href="https://github.com/vuejs/core/commit/d3f5e6e5319b4ffaa55ca9a2ea3d95d78e76fa58">d3f5e6e</a>), closes <a href="https://github.com/vuejs/core/issues/12072">#12072</a></li> <li><strong>scheduler:</strong> job ordering when the post queue is flushing (<a href="https://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://github.com/vuejs/core/issues/12073">#12073</a>) (<a href="https://github.com/vuejs/core/commit/57315ab9688c9741a271d1075bbd28cbe5f71e2f">57315ab</a>), closes <a href="https://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://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://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><a href="https://github.com/vuejs/core/commit/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd"><code>770ea67</code></a> release: v3.5.12</li> <li><a href="https://github.com/vuejs/core/commit/c82b66214b2d78d669546ce715c8c8f9868a6980"><code>c82b662</code></a> refactor(reactivity): reduce size of collectionHandlers (<a href="https://github.com/vuejs/core/issues/12152">#12152</a>)</li> <li><a href="https://github.com/vuejs/core/commit/ea943afe404c4ca4b729906c5e8daf7aa2ccde9b"><code>ea943af</code></a> fix(runtime-dom): prevent unnecessary updates in v-model checkbox when value ...</li> <li><a href="https://github.com/vuejs/core/commit/d82fa611e86d54cf1bedbb8c956b6e9597d4d3b6"><code>d82fa61</code></a> chore: format</li> <li><a href="https://github.com/vuejs/core/commit/d96883cf7d9917df13f1f7cd97733287518b7026"><code>d96883c</code></a> test(reactivity): test for verifying no unnecessary calls of reactive array i...</li> <li><a href="https://github.com/vuejs/core/commit/1ae545a3786abef983be1c969726489685569c92"><code>1ae545a</code></a> fix(hydration): provide compat fallback for idle callback hydration strategy ...</li> <li><a href="https://github.com/vuejs/core/commit/05685a9d7c42d4cd37169b867833776b91154fed"><code>05685a9</code></a> fix(types): retain union type narrowing with defaults applied (<a href="https://github.com/vuejs/core/issues/12108">#12108</a>)</li> <li><a href="https://github.com/vuejs/core/commit/cde2c0671b00d4f6111fcbd7aa76e45872f20b0c"><code>cde2c06</code></a> fix(compiler): clone loc to <code>ifNode</code> (<a href="https://github.com/vuejs/core/issues/12131">#12131</a>)</li> <li><a href="https://github.com/vuejs/core/commit/4474c113d1fb1c26298dd6794275d5b5c7cc4d93"><code>4474c11</code></a> fix(compiler-sfc): use sass modern api if available and avoid deprecation war...</li> <li><a href="https://github.com/vuejs/core/commit/9da1ac156552ac449754e1373aac7e349841becb"><code>9da1ac1</code></a> fix(runtime-core): fix required prop check false positive for kebab-case edge...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.12">compare view</a></li> </ul> </details> <br />
martinr92 commented 2024-10-12 02:56:58 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2024-10-12 02:57:02 +00:00 (Migrated from gitlab.com)

mentioned in merge request !288

mentioned in merge request !288
martinr92 commented 2024-10-19 15:41:18 +00:00 (Migrated from gitlab.com)

added 6 commits

  • 51de240a...f26024dd - 5 commits from branch develop
  • 90c2b383 - chore: bump vue from 3.5.5 to 3.5.12

Compare with previous version

added 6 commits <ul><li>51de240a...f26024dd - 5 commits from branch <code>develop</code></li><li>90c2b383 - chore: bump vue from 3.5.5 to 3.5.12</li></ul> [Compare with previous version](/marty-media/server/-/merge_requests/291/diffs?diff_id=1154669031&start_sha=51de240abec4c32d24f90d428c96ecca754954a6)
martinr92 commented 2024-10-19 15:45:26 +00:00 (Migrated from gitlab.com)
## SonarCloud Code Analysis ## Quality Gate passed Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 New issues](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=291&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted.svg '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=291&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=marty-media_server&pullRequest=291&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=291&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=291&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=291)
martinr92 (Migrated from gitlab.com) merged commit into develop 2024-10-19 15:50:33 +00:00
martinr92 commented 2024-10-19 16:12:49 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.5.4-beta.1 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.5.4-beta.1 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.5.4-beta.1). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
martinr92 commented 2024-10-26 12:14:02 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.5.4 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.5.4 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.5.4). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
Sign in to join this conversation.
No description provided.