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

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vue-and-vue-template-compiler-2.7.14 into master 2022-11-10 09:05:28 +00:00
argoyle commented 2022-11-10 04:40:08 +00:00 (Migrated from gitlab.com)

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

Commits

Updates vue-template-compiler from 2.7.13 to 2.7.14

Release notes

Sourced from vue-template-compiler's releases.

v2.7.14

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-template-compiler's changelog.

2.7.14 (2022-11-09)

Bug Fixes

  • compiler-sfc: fix template usage check edge case for v-slot destructured default value (#12842) (5e3d4e9), closes #12841
  • provide/inject: do not mutate original provide options during merge (d1899ca), closes #12854
  • reactivity: avoid using WeakMap for IE compatibility (29b5f58), closes #12837
  • types: fix spreading VNodeData in tsx (#12789) (f7db7f3), closes #12778
  • types: stricter type condition for EventHandlers (#12840) (0b3cf7d), closes #12832
Commits
  • 9dd006b release: v2.7.14
  • 29b5f58 fix(reactivity): avoid using WeakMap for IE compatibility
  • d1899ca fix(provide/inject): do not mutate original provide options during merge
  • 5e3d4e9 fix(compiler-sfc): fix template usage check edge case for v-slot destructured...
  • 5aed733 test: add test case for #12778
  • f7db7f3 fix(types): fix spreading VNodeData in tsx (#12789)
  • 0b3cf7d fix(types): stricter type condition for EventHandlers (#12840)
  • a5afc4d chore: fix typo (#12863)
  • 6d9aac8 chore: fix some broken links to v2 docs (#12839)
  • a7a71ad Update the dev to main in the PR template (#12834)
  • 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.13 to 2.7.14 <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.13 to 2.7.14 <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.14</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.13...v2.7.14">2.7.14</a> (2022-11-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> fix template usage check edge case for v-slot destructured default value (<a href="https://github.com/vuejs/vue/issues/12842">#12842</a>) (<a href="https://github.com/vuejs/vue/commit/5e3d4e90cdf92ec0a72bbb2bd44125f1faafae1d">5e3d4e9</a>), closes <a href="https://github.com/vuejs/vue/issues/12841">#12841</a></li> <li><strong>provide/inject:</strong> do not mutate original provide options during merge (<a href="https://github.com/vuejs/vue/commit/d1899caf688de961e63e7a0d56f806fc4a12efd9">d1899ca</a>), closes <a href="https://github.com/vuejs/vue/issues/12854">#12854</a></li> <li><strong>reactivity:</strong> avoid using WeakMap for IE compatibility (<a href="https://github.com/vuejs/vue/commit/29b5f588032600baae9854ac9a4105916a5aa648">29b5f58</a>), closes <a href="https://github.com/vuejs/vue/issues/12837">#12837</a></li> <li><strong>types:</strong> fix spreading VNodeData in tsx (<a href="https://github.com/vuejs/vue/issues/12789">#12789</a>) (<a href="https://github.com/vuejs/vue/commit/f7db7f361b6356591781b9f33abbb0d5b7f9b97c">f7db7f3</a>), closes <a href="https://github.com/vuejs/vue/issues/12778">#12778</a></li> <li><strong>types:</strong> stricter type condition for <code>EventHandlers</code> (<a href="https://github.com/vuejs/vue/issues/12840">#12840</a>) (<a href="https://github.com/vuejs/vue/commit/0b3cf7dda9ac605b2b9f799acacd2793e974f225">0b3cf7d</a>), closes <a href="https://github.com/vuejs/vue/issues/12832">#12832</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/9dd006b481b4299462e044741bac0861c0b1775c"><code>9dd006b</code></a> release: v2.7.14</li> <li><a href="https://github.com/vuejs/vue/commit/29b5f588032600baae9854ac9a4105916a5aa648"><code>29b5f58</code></a> fix(reactivity): avoid using WeakMap for IE compatibility</li> <li><a href="https://github.com/vuejs/vue/commit/d1899caf688de961e63e7a0d56f806fc4a12efd9"><code>d1899ca</code></a> fix(provide/inject): do not mutate original provide options during merge</li> <li><a href="https://github.com/vuejs/vue/commit/5e3d4e90cdf92ec0a72bbb2bd44125f1faafae1d"><code>5e3d4e9</code></a> fix(compiler-sfc): fix template usage check edge case for v-slot destructured...</li> <li><a href="https://github.com/vuejs/vue/commit/5aed733ab6b6605314cc5f24cc1b1dd9aa4413c8"><code>5aed733</code></a> test: add test case for <a href="https://github.com/vuejs/vue/issues/12778">#12778</a></li> <li><a href="https://github.com/vuejs/vue/commit/f7db7f361b6356591781b9f33abbb0d5b7f9b97c"><code>f7db7f3</code></a> fix(types): fix spreading VNodeData in tsx (<a href="https://github.com/vuejs/vue/issues/12789">#12789</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/0b3cf7dda9ac605b2b9f799acacd2793e974f225"><code>0b3cf7d</code></a> fix(types): stricter type condition for <code>EventHandlers</code> (<a href="https://github.com/vuejs/vue/issues/12840">#12840</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/a5afc4d0a4bfb9a777ac39b942edb932aad71097"><code>a5afc4d</code></a> chore: fix typo (<a href="https://github.com/vuejs/vue/issues/12863">#12863</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/6d9aac8bd38f6d30a6db70b51fa46f27cbeac559"><code>6d9aac8</code></a> chore: fix some broken links to v2 docs (<a href="https://github.com/vuejs/vue/issues/12839">#12839</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/a7a71ad99071c8c48ae9c106a19f81e70ded4898"><code>a7a71ad</code></a> Update the dev to main in the PR template (<a href="https://github.com/vuejs/vue/issues/12834">#12834</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.7.13...v2.7.14">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-11-10 07:59:56 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 6a2b92e0 - 1 commit from branch master
  • 5206558e - Build(deps): bump vue and vue-template-compiler

Compare with previous version

added 2 commits <ul><li>6a2b92e0 - 1 commit from branch <code>master</code></li><li>5206558e - Build(deps): bump vue and vue-template-compiler</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/699/diffs?diff_id=529742748&start_sha=d67cfdd318db9dbbcdae7bd47e55c14b17549dcd)
argoyle commented 2022-11-10 08:27:50 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 23c1d026 - 1 commit from branch master
  • 207d1e44 - Build(deps): bump vue and vue-template-compiler

Compare with previous version

added 2 commits <ul><li>23c1d026 - 1 commit from branch <code>master</code></li><li>207d1e44 - Build(deps): bump vue and vue-template-compiler</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/699/diffs?diff_id=529773696&start_sha=5206558eaacdfb833c252a644baff24d439bc6ab)
argoyle commented 2022-11-10 08:55:43 +00:00 (Migrated from gitlab.com)

added 1 commit

  • e33c787c - Build(deps): bump vue and vue-template-compiler

Compare with previous version

added 1 commit <ul><li>e33c787c - Build(deps): bump vue and vue-template-compiler</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/699/diffs?diff_id=529807997&start_sha=207d1e44ce28effbafe9191bff597183d13eb75a)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-11-10 08:56:50 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-11-10 09:05:29 +00:00
Sign in to join this conversation.