Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [vue-server-renderer](https://github.com/vuejs/vue) from 2.7.10 to 2.7.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vuejs/vue/releases">vue-server-renderer's releases</a>.</em></p>
<blockquote>
<h2>v2.7.12</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v2.7.11</h2>
<p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">vue-server-renderer's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/vuejs/vue/compare/v2.7.11...v2.7.12">2.7.12</a> (2022-10-12)</h2>
<h3>Reverts</h3>
<ul>
<li>Revert "fix(setup): setup hook should be called before beforeCreate" (<a href="https://github.com/vuejs/vue/commit/e80cd09fff570df57d608f8f5aaccee6d7f31917">e80cd09</a>), closes <a href="https://github.com/vuejs/vue/issues/12802">#12802</a> <a href="https://github.com/vuejs/vue/issues/12821">#12821</a> <a href="https://github.com/vuejs/vue/issues/12822">#12822</a></li>
</ul>
<h2><a href="https://github.com/vuejs/vue/compare/v2.7.10...v2.7.11">2.7.11</a> (2022-10-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>build:</strong> enforce LF line ending in built files (<a href="https://github.com/vuejs/vue/commit/738f4b3c570dc3a1818924a203a9f8e4b1ec90f0">738f4b3</a>), closes <a href="https://github.com/vuejs/vue/issues/12819">#12819</a></li>
<li><strong>compiler-sfc:</strong> export parseComponent for compat with fork-ts-checker-webpack-plugin (<a href="https://github.com/vuejs/vue/commit/0d6d972b32521fd18eb853b1073c0a19859a499a">0d6d972</a>), closes <a href="https://github.com/vuejs/vue/issues/12719">#12719</a></li>
<li><strong>reactivity:</strong> check skip first before checking ref when creating observer (<a href="https://github.com/vuejs/vue/issues/12813">#12813</a>) (<a href="https://github.com/vuejs/vue/commit/5d26f815c643d41e6ca6f29329593223b981fc24">5d26f81</a>), closes <a href="https://github.com/vuejs/vue/issues/12812">#12812</a></li>
<li><strong>reactivity:</strong> use WeakMap for proxy/raw checks, compat with non-extensible objects (<a href="https://github.com/vuejs/vue/commit/4a0d88e46e4180edc7f22e36c25df3f8ac5d60d2">4a0d88e</a>), closes <a href="https://github.com/vuejs/vue/issues/12799">#12799</a> <a href="https://github.com/vuejs/vue/issues/12798">#12798</a></li>
<li><strong>setup:</strong> setup hook should be called before beforeCreate (<a href="https://github.com/vuejs/vue/commit/e1342df7847a51c75192fec74e94378178e046b0">e1342df</a>), closes <a href="https://github.com/vuejs/vue/issues/12802">#12802</a></li>
<li><strong>sfc:</strong> prune returned bindings for non-TS as well (<a href="https://github.com/vuejs/vue/commit/fb1393009660b38046b1f6dfb532b481cc53b3b7">fb13930</a>), closes <a href="https://github.com/vuejs/vue/issues/12765">#12765</a></li>
<li><strong>sfc:</strong> remove sfc scoped deep syntax deprecation warnings (<a href="https://github.com/vuejs/vue/commit/2f335b2f9d09b962f40e38740826d444e4fff073">2f335b2</a>)</li>
<li><strong>types:</strong> fix error with options watch (<a href="https://github.com/vuejs/vue/issues/12779">#12779</a>) (<a href="https://github.com/vuejs/vue/commit/bc5b92adde147436f2adb25e457f0c967829467f">bc5b92a</a>), closes <a href="https://github.com/vuejs/vue/issues/12780">#12780</a></li>
<li><strong>types:</strong> support Ref and function types in tsx ref attribute (<a href="https://github.com/vuejs/vue/issues/12759">#12759</a>) (<a href="https://github.com/vuejs/vue/commit/87f69aa26f195390b948fbb0ff62cf954b58c82c">87f69aa</a>), closes <a href="https://github.com/vuejs/vue/issues/12758">#12758</a></li>
<li><strong>types:</strong> vue 3 directive type compatibility (<a href="https://github.com/vuejs/vue/issues/12792">#12792</a>) (<a href="https://github.com/vuejs/vue/commit/27eed829ccf9978a63b8cd989ff4c03897276bc2">27eed82</a>)</li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li>improve unsub perf for deps with massive amount of subs (<a href="https://github.com/vuejs/vue/commit/8880b55d52f8d873f79ef67436217c8752cddef5">8880b55</a>), closes <a href="https://github.com/vuejs/vue/issues/12696">#12696</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vuejs/vue/commit/4cad41007174a7eeebf4472ddbd7b3b693db03f1"><code>4cad410</code></a> release: v2.7.12</li>
<li><a href="https://github.com/vuejs/vue/commit/e80cd09fff570df57d608f8f5aaccee6d7f31917"><code>e80cd09</code></a> Revert "fix(setup): setup hook should be called before beforeCreate"</li>
<li><a href="https://github.com/vuejs/vue/commit/c61395d3f1ed926d2783d8460970ed20ea01dc4f"><code>c61395d</code></a> release: v2.7.11</li>
<li><a href="https://github.com/vuejs/vue/commit/8880b55d52f8d873f79ef67436217c8752cddef5"><code>8880b55</code></a> perf: improve unsub perf for deps with massive amount of subs</li>
<li><a href="https://github.com/vuejs/vue/commit/738f4b3c570dc3a1818924a203a9f8e4b1ec90f0"><code>738f4b3</code></a> fix(build): enforce LF line ending in built files</li>
<li><a href="https://github.com/vuejs/vue/commit/cc14d4452c66e90341b7f9a5cdd2b7acffa529e9"><code>cc14d44</code></a> chore: bump build deps</li>
<li><a href="https://github.com/vuejs/vue/commit/e1342df7847a51c75192fec74e94378178e046b0"><code>e1342df</code></a> fix(setup): setup hook should be called before beforeCreate</li>
<li><a href="https://github.com/vuejs/vue/commit/0d6d972b32521fd18eb853b1073c0a19859a499a"><code>0d6d972</code></a> fix(compiler-sfc): export parseComponent for compat with fork-ts-checker-webp...</li>
<li><a href="https://github.com/vuejs/vue/commit/bc5b92adde147436f2adb25e457f0c967829467f"><code>bc5b92a</code></a> fix(types): fix error with options watch (<a href="https://github.com/vuejs/vue/issues/12779">#12779</a>)</li>
<li><a href="https://github.com/vuejs/vue/commit/fb1393009660b38046b1f6dfb532b481cc53b3b7"><code>fb13930</code></a> fix(sfc): prune returned bindings for non-TS as well</li>
<li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.7.10...v2.7.12">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps vue-server-renderer from 2.7.10 to 2.7.12.
Release notes
Sourced from vue-server-renderer's releases.
Changelog
Sourced from vue-server-renderer's changelog.
Commits
4cad410release: v2.7.12e80cd09Revert "fix(setup): setup hook should be called before beforeCreate"c61395drelease: v2.7.118880b55perf: improve unsub perf for deps with massive amount of subs738f4b3fix(build): enforce LF line ending in built filescc14d44chore: bump build depse1342dffix(setup): setup hook should be called before beforeCreate0d6d972fix(compiler-sfc): export parseComponent for compat with fork-ts-checker-webp...bc5b92afix(types): fix error with options watch (#12779)fb13930fix(sfc): prune returned bindings for non-TS as wellDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsmentioned in merge request !629
added 2 commits
1c88813e- 1 commit from branchmasterCompare with previous version
$dependabot recreate
⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️✅
dependabotsuccessfuly closed merge request!resolved all threads
Pull request closed