Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.11 #678

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-vue-server-renderer-2.7.11 into master
argoyle commented 2022-10-12 04:41:15 +00:00 (Migrated from gitlab.com)

Bumps vue-server-renderer from 2.7.10 to 2.7.11.

Release notes

Sourced from vue-server-renderer's releases.

v2.7.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-server-renderer's changelog.

2.7.11 (2022-10-11)

Bug Fixes

  • build: enforce LF line ending in built files (738f4b3), closes #12819
  • compiler-sfc: export parseComponent for compat with fork-ts-checker-webpack-plugin (0d6d972), closes #12719
  • reactivity: check skip first before checking ref when creating observer (#12813) (5d26f81), closes #12812
  • reactivity: use WeakMap for proxy/raw checks, compat with non-extensible objects (4a0d88e), closes #12799 #12798
  • setup: setup hook should be called before beforeCreate (e1342df), closes #12802
  • sfc: prune returned bindings for non-TS as well (fb13930), closes #12765
  • sfc: remove sfc scoped deep syntax deprecation warnings (2f335b2)
  • types: fix error with options watch (#12779) (bc5b92a), closes #12780
  • types: support Ref and function types in tsx ref attribute (#12759) (87f69aa), closes #12758
  • types: vue 3 directive type compatibility (#12792) (27eed82)

Performance Improvements

  • improve unsub perf for deps with massive amount of subs (8880b55), closes #12696
Commits
  • c61395d release: v2.7.11
  • 8880b55 perf: improve unsub perf for deps with massive amount of subs
  • 738f4b3 fix(build): enforce LF line ending in built files
  • cc14d44 chore: bump build deps
  • e1342df fix(setup): setup hook should be called before beforeCreate
  • 0d6d972 fix(compiler-sfc): export parseComponent for compat with fork-ts-checker-webp...
  • bc5b92a fix(types): fix error with options watch (#12779)
  • fb13930 fix(sfc): prune returned bindings for non-TS as well
  • 87f69aa fix(types): support Ref and function types in tsx ref attribute (#12759)
  • 5d26f81 fix(reactivity): check skip first before checking ref when creating observer ...
  • Additional commits viewable in compare view


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.11. <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.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.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/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><a href="https://github.com/vuejs/vue/commit/87f69aa26f195390b948fbb0ff62cf954b58c82c"><code>87f69aa</code></a> fix(types): support Ref and function types in tsx ref attribute (<a href="https://github.com/vuejs/vue/issues/12759">#12759</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/5d26f815c643d41e6ca6f29329593223b981fc24"><code>5d26f81</code></a> fix(reactivity): check skip first before checking ref when creating observer ...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.7.10...v2.7.11">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>
argoyle commented 2022-10-12 05:47:39 +00:00 (Migrated from gitlab.com)

added 2 commits

  • f5138044 - 1 commit from branch master
  • 472055cb - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.11

Compare with previous version

added 2 commits <ul><li>f5138044 - 1 commit from branch <code>master</code></li><li>472055cb - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.11</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/629/diffs?diff_id=506172432&start_sha=57f863b2b6a25f00518dd4b74d28cebdbe26b514)
argoyle commented 2022-10-12 05:59:00 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 83a4f54c - 1 commit from branch master
  • f0d67980 - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.11

Compare with previous version

added 2 commits <ul><li>83a4f54c - 1 commit from branch <code>master</code></li><li>f0d67980 - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.11</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/629/diffs?diff_id=506179572&start_sha=472055cbb4ddf740821b04ea0df6796f4d426ad6)
argoyle commented 2022-10-12 07:58:32 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 5c87cce5 - 1 commit from branch master
  • 765318cd - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.11

Compare with previous version

added 2 commits <ul><li>5c87cce5 - 1 commit from branch <code>master</code></li><li>765318cd - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.11</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/629/diffs?diff_id=506280325&start_sha=f0d67980ebc742c85d7314f3cd148e03fe2e9c31)
argoyle commented 2022-10-12 08:10:22 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 6dbe8d34 - 1 commit from branch master
  • 407d2da3 - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.11

Compare with previous version

added 2 commits <ul><li>6dbe8d34 - 1 commit from branch <code>master</code></li><li>407d2da3 - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.11</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/629/diffs?diff_id=506293939&start_sha=765318cd59b5ab9aa2070e022519a22407afe338)
argoyle commented 2022-10-12 14:05:19 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 12257084 - 1 commit from branch master
  • 75e1c2fc - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.11

Compare with previous version

added 2 commits <ul><li>12257084 - 1 commit from branch <code>master</code></li><li>75e1c2fc - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.11</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/629/diffs?diff_id=506722272&start_sha=407d2da3fe7d5439066ad514b6ba8932b54d6b8a)
argoyle commented 2022-10-12 14:17:22 +00:00 (Migrated from gitlab.com)
This merge request has been superseded by https://gitlab.com/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/634
argoyle (Migrated from gitlab.com) closed this pull request 2022-10-12 14:17:22 +00:00

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.