Build(deps): bump vue and vue-template-compiler #684

Merged
argoyle merged 3 commits from dependabot-npm_and_yarn-vue-and-vue-template-compiler-2.7.12 into master 2022-10-12 20:10:04 +00:00
argoyle commented 2022-10-12 14:17:49 +00:00 (Migrated from gitlab.com)

Bumps vue and vue-template-compiler. These dependencies needed to be updated together.
Updates vue from 2.7.10 to 2.7.12

Commits

Updates vue-template-compiler from 2.7.10 to 2.7.12

Release notes

Sourced from vue-template-compiler's releases.

v2.7.12

Please refer to CHANGELOG.md for details.

v2.7.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-template-compiler's changelog.

2.7.12 (2022-10-12)

Reverts

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
  • 4cad410 release: v2.7.12
  • e80cd09 Revert "fix(setup): setup hook should be called before beforeCreate"
  • 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
  • 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](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.7.10 to 2.7.12 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/vuejs/core/commits">compare view</a></li> </ul> </details> <br /> Updates `vue-template-compiler` 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-template-compiler'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-template-compiler'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 &quot;fix(setup): setup hook should be called before beforeCreate&quot; (<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 &quot;fix(setup): setup hook should be called before beforeCreate&quot;</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>
argoyle commented 2022-10-12 14:17:52 +00:00 (Migrated from gitlab.com)

mentioned in merge request !630

mentioned in merge request !630
argoyle commented 2022-10-12 14:28:19 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 1c88813e - 1 commit from branch master
  • c06912a5 - Build(deps): bump vue and vue-template-compiler

Compare with previous version

added 2 commits <ul><li>1c88813e - 1 commit from branch <code>master</code></li><li>c06912a5 - Build(deps): bump vue and vue-template-compiler</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/635/diffs?diff_id=506752461&start_sha=4903f258cb5e47f1e49808427d00753cb5fcadcd)
argoyle commented 2022-10-12 19:59:40 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 51579d8d - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.12
  • 218ef7c3 - fix: remove imports which no longer seems needed

Compare with previous version

added 2 commits <ul><li>51579d8d - Build(deps): bump vue-server-renderer from 2.7.10 to 2.7.12</li><li>218ef7c3 - fix: remove imports which no longer seems needed</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/635/diffs?diff_id=507027780&start_sha=c06912a5acc632331f7cdce95ff13f6c485c4b50)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-10-12 20:00:06 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-10-12 20:10:04 +00:00
Sign in to join this conversation.