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

Merged
argoyle merged 2 commits from dependabot-npm_and_yarn-vue-and-vue-template-compiler-2.7.9 into master 2022-08-19 08:11:32 +00:00
argoyle commented 2022-08-19 04:40:16 +00:00 (Migrated from gitlab.com)

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

Commits

Updates vue-template-compiler from 2.7.8 to 2.7.9

Release notes

Sourced from vue-template-compiler's releases.

v2.7.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-template-compiler's changelog.

2.7.9 (2022-08-19)

Bug Fixes

  • compiler-sfc: allow full hostnames in asset url base (#12732) (5c742eb), closes #12731
  • compiler-sfc: rewriteDefault for class with decorators (#12747) (5221d4d)
  • directives shorthand normalize error (#12744) (2263948), closes #12743
  • ensure render watcher of manually created instance is correctly tracked in owner scope (bd89ce5), closes #12701
  • fix effect scope tracking for manually created instances (7161176), closes #12705
  • ssr: fix on-component directives rendering (#12661) (165a14a), closes #10733
  • types: allow attaching unknown options to defined component (b4bf4c5), closes #12742
  • types: fix missing error for accessing undefined instance properties (8521f9d), closes #12718
  • types: fix options suggestions when using defineComponent (4b37b56), closes #12736
  • types: Make SetupBindings optional on ExtendedVue and CombinedVueInstance (#12727) (00458cd), closes #12726 #12717
  • watch: avoid pre watcher firing on unmount (f0057b1), closes #12703

Features

Commits
  • 1561888 release: v2.7.9
  • 8521f9d fix(types): fix missing error for accessing undefined instance properties
  • 7161176 fix: fix effect scope tracking for manually created instances
  • 165a14a fix(ssr): fix on-component directives rendering (#12661)
  • bba6b3d feat(types): enhance type for onErrorCaptured (#12735)
  • 9eb8ea5 chore: fix some legacy doc urls in warnings and readme (#12725) [ci skip]
  • 2263948 fix: directives shorthand normalize error (#12744)
  • 5221d4d fix(compiler-sfc): rewriteDefault for class with decorators (#12747)
  • 89a6b5e feat(types): support mixins inference for new Vue() (#12737)
  • b4bf4c5 fix(types): allow attaching unknown options to defined component
  • 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.8 to 2.7.9 <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.8 to 2.7.9 <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.9</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.8...v2.7.9">2.7.9</a> (2022-08-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> allow full hostnames in asset url base (<a href="https://github.com/vuejs/vue/issues/12732">#12732</a>) (<a href="https://github.com/vuejs/vue/commit/5c742eb2e0d8dad268fb29ed4f92d286b5e0f4b5">5c742eb</a>), closes <a href="https://github.com/vuejs/vue/issues/12731">#12731</a></li> <li><strong>compiler-sfc:</strong> rewriteDefault for class with decorators (<a href="https://github.com/vuejs/vue/issues/12747">#12747</a>) (<a href="https://github.com/vuejs/vue/commit/5221d4d3b6049c87d196d99dbb64bcd3f3b07279">5221d4d</a>)</li> <li>directives shorthand normalize error (<a href="https://github.com/vuejs/vue/issues/12744">#12744</a>) (<a href="https://github.com/vuejs/vue/commit/2263948c249e7486403bc5880712e6d9fd15c17f">2263948</a>), closes <a href="https://github.com/vuejs/vue/issues/12743">#12743</a></li> <li>ensure render watcher of manually created instance is correctly tracked in owner scope (<a href="https://github.com/vuejs/vue/commit/bd89ce53a9de417a9372630bb5d433a40acc1a53">bd89ce5</a>), closes <a href="https://github.com/vuejs/vue/issues/12701">#12701</a></li> <li>fix effect scope tracking for manually created instances (<a href="https://github.com/vuejs/vue/commit/7161176cd0dff10d65ab58e266018aff2660610f">7161176</a>), closes <a href="https://github.com/vuejs/vue/issues/12705">#12705</a></li> <li><strong>ssr:</strong> fix on-component directives rendering (<a href="https://github.com/vuejs/vue/issues/12661">#12661</a>) (<a href="https://github.com/vuejs/vue/commit/165a14a6c6c406176037465d2961259c5c980399">165a14a</a>), closes <a href="https://github.com/vuejs/vue/issues/10733">#10733</a></li> <li><strong>types:</strong> allow attaching unknown options to defined component (<a href="https://github.com/vuejs/vue/commit/b4bf4c52ad31e02307cfd4d643dc5610c893e3ba">b4bf4c5</a>), closes <a href="https://github.com/vuejs/vue/issues/12742">#12742</a></li> <li><strong>types:</strong> fix missing error for accessing undefined instance properties (<a href="https://github.com/vuejs/vue/commit/8521f9d3f63d26bde99b747f0cb14d0ac5ba5971">8521f9d</a>), closes <a href="https://github.com/vuejs/vue/issues/12718">#12718</a></li> <li><strong>types:</strong> fix options suggestions when using defineComponent (<a href="https://github.com/vuejs/vue/commit/4b37b568c7c3fd238aa61fcc956f882223f8e87f">4b37b56</a>), closes <a href="https://github.com/vuejs/vue/issues/12736">#12736</a></li> <li><strong>types:</strong> Make SetupBindings optional on ExtendedVue and CombinedVueInstance (<a href="https://github.com/vuejs/vue/issues/12727">#12727</a>) (<a href="https://github.com/vuejs/vue/commit/00458cd38d209410d3c675729230a42a0a34a4b9">00458cd</a>), closes <a href="https://github.com/vuejs/vue/issues/12726">#12726</a> <a href="https://github.com/vuejs/vue/issues/12717">#12717</a></li> <li><strong>watch:</strong> avoid pre watcher firing on unmount (<a href="https://github.com/vuejs/vue/commit/f0057b101e6451d5095cdb7fd6308fd31ac0450c">f0057b1</a>), closes <a href="https://github.com/vuejs/vue/issues/12703">#12703</a></li> </ul> <h3>Features</h3> <ul> <li><strong>types:</strong> enhance type for onErrorCaptured (<a href="https://github.com/vuejs/vue/issues/12735">#12735</a>) (<a href="https://github.com/vuejs/vue/commit/bba6b3d6b4e3e26d28abbf20e74ec2f3e64f1a92">bba6b3d</a>)</li> <li><strong>types:</strong> export DefineComponent (<a href="https://github.com/vuejs/vue/commit/80d1baf92050da411fb1bfe714401c498001dd36">80d1baf</a>), closes <a href="https://github.com/vuejs/vue/issues/12748">#12748</a></li> <li><strong>types:</strong> support mixins inference for new Vue() (<a href="https://github.com/vuejs/vue/issues/12737">#12737</a>) (<a href="https://github.com/vuejs/vue/commit/89a6b5e8658a6e3ae2cf649829901784ac9deb3c">89a6b5e</a>), closes <a href="https://github.com/vuejs/vue/issues/12730">#12730</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/15618888cb6aae2b6f0151b32c261b1fc19db1b8"><code>1561888</code></a> release: v2.7.9</li> <li><a href="https://github.com/vuejs/vue/commit/8521f9d3f63d26bde99b747f0cb14d0ac5ba5971"><code>8521f9d</code></a> fix(types): fix missing error for accessing undefined instance properties</li> <li><a href="https://github.com/vuejs/vue/commit/7161176cd0dff10d65ab58e266018aff2660610f"><code>7161176</code></a> fix: fix effect scope tracking for manually created instances</li> <li><a href="https://github.com/vuejs/vue/commit/165a14a6c6c406176037465d2961259c5c980399"><code>165a14a</code></a> fix(ssr): fix on-component directives rendering (<a href="https://github.com/vuejs/vue/issues/12661">#12661</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/bba6b3d6b4e3e26d28abbf20e74ec2f3e64f1a92"><code>bba6b3d</code></a> feat(types): enhance type for onErrorCaptured (<a href="https://github.com/vuejs/vue/issues/12735">#12735</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/9eb8ea5b63eec2b09f268738e9d0e311d9eafb19"><code>9eb8ea5</code></a> chore: fix some legacy doc urls in warnings and readme (<a href="https://github.com/vuejs/vue/issues/12725">#12725</a>) [ci skip]</li> <li><a href="https://github.com/vuejs/vue/commit/2263948c249e7486403bc5880712e6d9fd15c17f"><code>2263948</code></a> fix: directives shorthand normalize error (<a href="https://github.com/vuejs/vue/issues/12744">#12744</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/5221d4d3b6049c87d196d99dbb64bcd3f3b07279"><code>5221d4d</code></a> fix(compiler-sfc): rewriteDefault for class with decorators (<a href="https://github.com/vuejs/vue/issues/12747">#12747</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/89a6b5e8658a6e3ae2cf649829901784ac9deb3c"><code>89a6b5e</code></a> feat(types): support mixins inference for new Vue() (<a href="https://github.com/vuejs/vue/issues/12737">#12737</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/b4bf4c52ad31e02307cfd4d643dc5610c893e3ba"><code>b4bf4c5</code></a> fix(types): allow attaching unknown options to defined component</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.7.8...v2.7.9">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-08-19 07:05:25 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 67e98ad2 - 1 commit from branch master
  • ec2c1550 - Build(deps): bump vue and vue-template-compiler

Compare with previous version

added 2 commits <ul><li>67e98ad2 - 1 commit from branch <code>master</code></li><li>ec2c1550 - Build(deps): bump vue and vue-template-compiler</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/494/diffs?diff_id=464945578&start_sha=1708d950df2b459ae9bebfb05f7f4083cb4da944)
argoyle commented 2022-08-19 07:58:50 +00:00 (Migrated from gitlab.com)

added 1 commit

  • e8c29f83 - Build(deps): bump vue-server-renderer from 2.7.8 to 2.7.9

Compare with previous version

added 1 commit <ul><li>e8c29f83 - Build(deps): bump vue-server-renderer from 2.7.8 to 2.7.9</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/494/diffs?diff_id=464992736&start_sha=ec2c1550c0bac1d0e71119ec8ad089fabd613578)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-08-19 08:00:41 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-08-19 08:11:33 +00:00
Sign in to join this conversation.