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

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-vue-and-vue-template-compiler-2.7.6 into master
argoyle commented 2022-07-16 04:40:31 +00:00 (Migrated from gitlab.com)

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

Commits

Updates vue-template-compiler from 2.6.14 to 2.7.6

Release notes

Sourced from vue-template-compiler's releases.

v2.7.6

Please refer to CHANGELOG.md for details.

v2.7.5

Please refer to CHANGELOG.md for details.

v2.7.4

Please refer to CHANGELOG.md for details.

v2.7.3

Please refer to CHANGELOG.md for details.

v2.7.2

Please refer to CHANGELOG.md for details.

v2.7.1

Please refer to CHANGELOG.md for details.

v2.7.0 "Naruto"

naturo

Please refer to CHANGELOG.md for details.

v2.7.0-beta.8

Please refer to CHANGELOG.md for details.

v2.7.0-beta.7

Please refer to CHANGELOG.md for details.

v2.7.0-beta.6

Please refer to CHANGELOG.md for details.

v2.7.0-beta.5

Please refer to CHANGELOG.md for details.

v2.7.0-beta.4

Please refer to CHANGELOG.md for details.

v2.7.0-beta.3

Please refer to CHANGELOG.md for details.

v2.7.0-beta.2

Please refer to CHANGELOG.md for details.

v2.7.0-beta.1

Please refer to CHANGELOG.md for details.

v2.7.0-alpha.12

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue-template-compiler's changelog.

2.7.6 (2022-07-15)

Bug Fixes

  • types: $refs can also contain ComponentPublicInstance (#12659) (fffbb9e)
  • types: fix $children and $root instance types (52a5979), closes #12655
  • types: fix missing expose() type on setup context (e0a9546), closes #12660

2.7.5 (2022-07-13)

Bug Fixes

  • add missing export from vue.runtime.mjs (#12648) (08fb4a2)
  • detect property add/deletion on reactive objects from setup when used in templates (a6e7498)
  • do not set currentInstance in beforeCreate (0825d30), closes #12636
  • reactivity: fix watch behavior inconsistency + deep ref shallow check (98fb01c), closes #12643
  • sfc: fix sfc name inference type check (04b4703), closes #12637
  • types: support Vue interface augmentations in defineComponent (005e52d), closes #12642
  • watch: fix deep watch for structures containing raw refs (1a2c3c2), closes #12652

2.7.4 (2022-07-08)

Bug Fixes

  • build: fix mjs dual package hazard (012e10c), closes #12626
  • compiler-sfc: use safer deindent default for compatibility with previous behavior (b70a258)
  • pass element creation helper to static render fns for functional components (dc8a68e), closes #12625
  • ssr/reactivity: fix array setting error at created in ssr [#12632] (#12633) (ca7daef)
  • types: fix missing instance properties on defineComponent this (f8de4ca), closes #12628
  • types: fix this.$slots type for defineComponent (d3add06)
  • types: fix type inference when using components option (1d5a411)
  • types: global component registration type compat w/ defineComponent (26ff4bc), closes #12622
  • watch: fix watchers triggered in mounted hook (8904ca7), closes #12624

Features

2.7.3 (2022-07-06)

... (truncated)

Commits
  • 7d4a772 release: v2.7.6
  • 9ed6847 test: add test for type casting $refs to defineComponent instance type
  • fffbb9e fix(types): $refs can also contain ComponentPublicInstance (#12659)
  • e0a9546 fix(types): fix missing expose() type on setup context
  • 52a5979 fix(types): fix $children and $root instance types
  • cdd2df6 release: v2.7.5
  • 1a2c3c2 fix(watch): fix deep watch for structures containing raw refs
  • 005e52d fix(types): support Vue interface augmentations in defineComponent
  • 08fb4a2 fix: add missing export from vue.runtime.mjs (#12648)
  • 498dc1d chore(changelog): fix dead link (#12646) [ci skip]
  • 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.6.14 to 2.7.6 <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.6.14 to 2.7.6 <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.6</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.5</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.4</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.3</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.2</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.1</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.0 &quot;Naruto&quot;</h2> <p><img src="https://user-images.githubusercontent.com/499550/176823239-f59d75de-1d24-4b2d-b04b-fcc95db2903e.png" alt="naturo" /></p> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md#270-2022-07-01">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-beta.8</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.0-beta.7</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.0-beta.6</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.0-beta.5</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.0-beta.4</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.0-beta.3</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.0-beta.2</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.0-beta.1</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.0-alpha.12</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.5...v2.7.6">2.7.6</a> (2022-07-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> $refs can also contain ComponentPublicInstance (<a href="https://github.com/vuejs/vue/issues/12659">#12659</a>) (<a href="https://github.com/vuejs/vue/commit/fffbb9e856de5e4b3053a6b4d01d1404bfb6f85e">fffbb9e</a>)</li> <li><strong>types:</strong> fix $children and $root instance types (<a href="https://github.com/vuejs/vue/commit/52a59790a5b6e16c9f8cc737fcd784413dda282d">52a5979</a>), closes <a href="https://github.com/vuejs/vue/issues/12655">#12655</a></li> <li><strong>types:</strong> fix missing expose() type on setup context (<a href="https://github.com/vuejs/vue/commit/e0a9546ef32fa4bbfc4bede3002b2d6a5be8cf72">e0a9546</a>), closes <a href="https://github.com/vuejs/vue/issues/12660">#12660</a></li> </ul> <h2><a href="https://github.com/vuejs/vue/compare/v2.7.4...v2.7.5">2.7.5</a> (2022-07-13)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing export from <code>vue.runtime.mjs</code> (<a href="https://github.com/vuejs/vue/issues/12648">#12648</a>) (<a href="https://github.com/vuejs/vue/commit/08fb4a222c016c79af77ab96817d2ed9b7abbd80">08fb4a2</a>)</li> <li>detect property add/deletion on reactive objects from setup when used in templates (<a href="https://github.com/vuejs/vue/commit/a6e74985cf2eab6f16d03a8eda3bf3fc7950127c">a6e7498</a>)</li> <li>do not set currentInstance in beforeCreate (<a href="https://github.com/vuejs/vue/commit/0825d3087f9f39435838329c16adc2a7bfccd51d">0825d30</a>), closes <a href="https://github.com/vuejs/vue/issues/12636">#12636</a></li> <li><strong>reactivity:</strong> fix watch behavior inconsistency + deep ref shallow check (<a href="https://github.com/vuejs/vue/commit/98fb01c79c41c3b9f9134f0abb77d233ce4e5b44">98fb01c</a>), closes <a href="https://github.com/vuejs/vue/issues/12643">#12643</a></li> <li><strong>sfc:</strong> fix sfc name inference type check (<a href="https://github.com/vuejs/vue/commit/04b4703de72b1c1e686a3aa81d5b5b56799dabab">04b4703</a>), closes <a href="https://github.com/vuejs/vue/issues/12637">#12637</a></li> <li><strong>types:</strong> support Vue interface augmentations in defineComponent (<a href="https://github.com/vuejs/vue/commit/005e52d0b6f1a5bf9679789c5c4b90afd442d86b">005e52d</a>), closes <a href="https://github.com/vuejs/vue/issues/12642">#12642</a></li> <li><strong>watch:</strong> fix deep watch for structures containing raw refs (<a href="https://github.com/vuejs/vue/commit/1a2c3c2d77ba96ef496f4c86329b7798026511ae">1a2c3c2</a>), closes <a href="https://github.com/vuejs/vue/issues/12652">#12652</a></li> </ul> <h2><a href="https://github.com/vuejs/vue/compare/v2.7.3...v2.7.4">2.7.4</a> (2022-07-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> fix mjs dual package hazard (<a href="https://github.com/vuejs/vue/commit/012e10c9ca13fcbc9bf67bf2835883edcd4faace">012e10c</a>), closes <a href="https://github.com/vuejs/vue/issues/12626">#12626</a></li> <li><strong>compiler-sfc:</strong> use safer deindent default for compatibility with previous behavior (<a href="https://github.com/vuejs/vue/commit/b70a2585fcd102def2bb5a3b2b589edf5311122d">b70a258</a>)</li> <li>pass element creation helper to static render fns for functional components (<a href="https://github.com/vuejs/vue/commit/dc8a68e8c6c4e8ed4fdde094004fca272d71ef2e">dc8a68e</a>), closes <a href="https://github.com/vuejs/vue/issues/12625">#12625</a></li> <li><strong>ssr/reactivity:</strong> fix array setting error at created in ssr [<a href="https://github.com/vuejs/vue/issues/12632">#12632</a>] (<a href="https://github.com/vuejs/vue/issues/12633">#12633</a>) (<a href="https://github.com/vuejs/vue/commit/ca7daefaa15a192046d22d060220cd595a6a275f">ca7daef</a>)</li> <li><strong>types:</strong> fix missing instance properties on defineComponent this (<a href="https://github.com/vuejs/vue/commit/f8de4ca9d458a03378e848b1e62d6507f7124871">f8de4ca</a>), closes <a href="https://github.com/vuejs/vue/issues/12628#issuecomment-1177258223">#12628</a></li> <li><strong>types:</strong> fix this.$slots type for defineComponent (<a href="https://github.com/vuejs/vue/commit/d3add06e6e18a78a3745240632fecd076eb49d19">d3add06</a>)</li> <li><strong>types:</strong> fix type inference when using components option (<a href="https://github.com/vuejs/vue/commit/1d5a411c1e3aa062aa5080432cf3f852f1583ed2">1d5a411</a>)</li> <li><strong>types:</strong> global component registration type compat w/ defineComponent (<a href="https://github.com/vuejs/vue/commit/26ff4bc0ed75d8bf7921523a2e546df24ec81d8f">26ff4bc</a>), closes <a href="https://github.com/vuejs/vue/issues/12622">#12622</a></li> <li><strong>watch:</strong> fix watchers triggered in mounted hook (<a href="https://github.com/vuejs/vue/commit/8904ca77c2d675707728e6a50decd3ef3370a428">8904ca7</a>), closes <a href="https://github.com/vuejs/vue/issues/12624">#12624</a></li> </ul> <h3>Features</h3> <ul> <li>defineAsyncComponent (<a href="https://github.com/vuejs/vue/commit/9d12106e211e0cbf33f9066606a8ff29f8cc8e8d">9d12106</a>), closes <a href="https://github.com/vuejs/vue/issues/12608">#12608</a></li> <li>support functional components in defineComponent (<a href="https://github.com/vuejs/vue/commit/559600f13d312915c0a1b54ed4edd41327dbedd6">559600f</a>), closes <a href="https://github.com/vuejs/vue/issues/12619">#12619</a></li> </ul> <h2><a href="https://github.com/vuejs/vue/compare/v2.7.2...v2.7.3">2.7.3</a> (2022-07-06)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/7d4a7722e3a8bc52a0a9b9660b75efa2ff479f39"><code>7d4a772</code></a> release: v2.7.6</li> <li><a href="https://github.com/vuejs/vue/commit/9ed684785f868db5b154c4a09642b2b7d33dd6f3"><code>9ed6847</code></a> test: add test for type casting $refs to defineComponent instance type</li> <li><a href="https://github.com/vuejs/vue/commit/fffbb9e856de5e4b3053a6b4d01d1404bfb6f85e"><code>fffbb9e</code></a> fix(types): $refs can also contain ComponentPublicInstance (<a href="https://github.com/vuejs/vue/issues/12659">#12659</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/e0a9546ef32fa4bbfc4bede3002b2d6a5be8cf72"><code>e0a9546</code></a> fix(types): fix missing expose() type on setup context</li> <li><a href="https://github.com/vuejs/vue/commit/52a59790a5b6e16c9f8cc737fcd784413dda282d"><code>52a5979</code></a> fix(types): fix $children and $root instance types</li> <li><a href="https://github.com/vuejs/vue/commit/cdd2df6171963096abb94600987f1706e40d2ab6"><code>cdd2df6</code></a> release: v2.7.5</li> <li><a href="https://github.com/vuejs/vue/commit/1a2c3c2d77ba96ef496f4c86329b7798026511ae"><code>1a2c3c2</code></a> fix(watch): fix deep watch for structures containing raw refs</li> <li><a href="https://github.com/vuejs/vue/commit/005e52d0b6f1a5bf9679789c5c4b90afd442d86b"><code>005e52d</code></a> fix(types): support Vue interface augmentations in defineComponent</li> <li><a href="https://github.com/vuejs/vue/commit/08fb4a222c016c79af77ab96817d2ed9b7abbd80"><code>08fb4a2</code></a> fix: add missing export from <code>vue.runtime.mjs</code> (<a href="https://github.com/vuejs/vue/issues/12648">#12648</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/498dc1d89f14504c5e14b43a77c23039163e93a3"><code>498dc1d</code></a> chore(changelog): fix dead link (<a href="https://github.com/vuejs/vue/issues/12646">#12646</a>) [ci skip]</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.6.14...v2.7.6">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-07-16 04:40:34 +00:00 (Migrated from gitlab.com)

mentioned in merge request !422

mentioned in merge request !422
argoyle commented 2022-07-17 04:40:05 +00:00 (Migrated from gitlab.com)
This merge request has been superseded by https://gitlab.com/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/429
argoyle (Migrated from gitlab.com) closed this pull request 2022-07-17 04:40:05 +00:00

Pull request closed

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