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

Merged
argoyle merged 2 commits from dependabot-npm_and_yarn-vue-and-vue-template-compiler-2.7.16 into master 2023-12-27 14:07:01 +00:00
argoyle commented 2023-12-25 04:40:22 +00:00 (Migrated from gitlab.com)

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

Commits

Updates vue-template-compiler from 2.7.15 to 2.7.16

Release notes

Sourced from vue-template-compiler's releases.

v2.7.16 "Swan Song"

This is the final release for Vue 2.

Vue 2 will reach End of Life on December 31st, 2023. For more details, please read this blog post.

Please refer to CHANGELOG.md for details.

v2.7.16-beta.2

Please refer to CHANGELOG.md for details.

v2.7.16-beta.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-template-compiler's changelog.

2.7.16 Swan Song (2023-12-24)

Bug Fixes

  • lifecycle: esnure component effect scopes are disconnected (56ce7f8), closes #13134

2.7.16-beta.2 (2023-12-14)

Bug Fixes

2.7.16-beta.1 (2023-12-08)

Bug Fixes

Commits
  • 13f4e7d release: v2.7.16
  • 56ce7f8 fix(lifecycle): esnure component effect scopes are disconnected
  • 305e4ae release: v2.7.16-beta.2
  • 3e1037e chore: bump vitest to 1.0.4
  • db9c566 fix: account for nested render calls
  • 895669f fix(types): export more types for v3 alignment (jsx / component options)
  • 73bdf14 release: v2.7.16-beta.1
  • e0747f4 fix(keep-alive): fix memory leak without breaking transition tests
  • 2632249 fix(keep-alive): fix keep-alive memory leak
  • 3650c12 fix(types): provide types for built-in components
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on 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.15 to 2.7.16 <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.15 to 2.7.16 <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.16 &quot;Swan Song&quot;</h2> <p><strong>This is the final release for Vue 2.</strong></p> <p>Vue 2 will reach End of Life on December 31st, 2023. For more details, please read this <a href="https://blog.vuejs.org/posts/vue-2-eol">blog post</a>.</p> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.16-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.16-beta.1</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.16-beta.2...v2.7.16">2.7.16 Swan Song</a> (2023-12-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lifecycle:</strong> esnure component effect scopes are disconnected (<a href="https://github.com/vuejs/vue/commit/56ce7f8c573116ed6683149206cf35c987249d42">56ce7f8</a>), closes <a href="https://github.com/vuejs/vue/issues/13134">#13134</a></li> </ul> <h2><a href="https://github.com/vuejs/vue/compare/v2.7.16-beta.1...v2.7.16-beta.2">2.7.16-beta.2</a> (2023-12-14)</h2> <h3>Bug Fixes</h3> <ul> <li>account for nested render calls (<a href="https://github.com/vuejs/vue/commit/db9c566032da0ec5cd758a3e8525e9733874c1e5">db9c566</a>), closes <a href="https://github.com/vuejs/vue/issues/13131">#13131</a></li> <li><strong>types:</strong> export more types for v3 alignment (jsx / component options) (<a href="https://github.com/vuejs/vue/commit/895669ffa01f8075a326308caa8ad6a5f69a1919">895669f</a>), closes <a href="https://github.com/vuejs/vue/issues/13078">#13078</a> <a href="https://github.com/vuejs/vue/issues/13128">#13128</a></li> </ul> <h2><a href="https://github.com/vuejs/vue/compare/v2.7.15...v2.7.16-beta.1">2.7.16-beta.1</a> (2023-12-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> check template <code>ref</code> usage, (<a href="https://github.com/vuejs/vue/issues/12985">#12985</a>) (<a href="https://github.com/vuejs/vue/commit/83d95351a9f809311d624fc3398e7f6829b72447">83d9535</a>), closes <a href="https://github.com/vuejs/vue/issues/12984">#12984</a></li> <li><strong>compiler-sfc:</strong> fix rewriteDefault edge cases (<a href="https://github.com/vuejs/vue/commit/25f97a5033187372e7b8c591c79336197ee5c833">25f97a5</a>), closes <a href="https://github.com/vuejs/vue/issues/13060">#13060</a> <a href="https://github.com/vuejs/vue/issues/12892">#12892</a> <a href="https://github.com/vuejs/vue/issues/12906">#12906</a></li> <li><strong>keep-alive:</strong> fix keep-alive memory leak (<a href="https://github.com/vuejs/vue/commit/2632249925e632e56f6dfc8fdbcf682c82e4081b">2632249</a>), closes <a href="https://github.com/vuejs/vue/issues/12827">#12827</a></li> <li><strong>keep-alive:</strong> fix memory leak without breaking transition tests (<a href="https://github.com/vuejs/vue/commit/e0747f40a879b4000a1959d21377b51d1f1ed988">e0747f4</a>)</li> <li><strong>props:</strong> should not unwrap props that are raw refs (<a href="https://github.com/vuejs/vue/commit/08382f008016c3b3b93f84594266f2e191fee91d">08382f0</a>), closes <a href="https://github.com/vuejs/vue/issues/12930">#12930</a></li> <li><strong>shallowReactive:</strong> should track value if already reactive when set in shallowReactive (<a href="https://github.com/vuejs/vue/commit/0ad8e8d94f3a3bf4429f25850c85a6bbb2b81364">0ad8e8d</a>)</li> <li><strong>style:</strong> always set new styles (<a href="https://github.com/vuejs/vue/commit/f5ef882a781b8a62c9ca00e95006d07636567c8e">f5ef882</a>), closes <a href="https://github.com/vuejs/vue/issues/12901">#12901</a> <a href="https://github.com/vuejs/vue/issues/12946">#12946</a></li> <li><strong>types:</strong> fix shallowRef's return type (<a href="https://github.com/vuejs/vue/issues/12979">#12979</a>) (<a href="https://github.com/vuejs/vue/commit/a174c29dab2cf655b06f7870e0ac5a78ef35ec8a">a174c29</a>), closes <a href="https://github.com/vuejs/vue/issues/12978">#12978</a></li> <li><strong>types:</strong> fix type augmentation and compiler-sfc types w/moduleResolution: bundler (<a href="https://github.com/vuejs/vue/issues/13107">#13107</a>) (<a href="https://github.com/vuejs/vue/commit/de0b97b3eadae120eda505b45df2de2115dcb6f0">de0b97b</a>), closes <a href="https://github.com/vuejs/vue/issues/13106">#13106</a></li> <li><strong>types:</strong> provide types for built-in components (<a href="https://github.com/vuejs/vue/commit/3650c12f7d3a20f3155bc1fd2b068e84289e0d33">3650c12</a>), closes <a href="https://github.com/vuejs/vue/issues/13002">#13002</a></li> <li><strong>types:</strong> type VNodeChildren should allow type number (<a href="https://github.com/vuejs/vue/issues/13067">#13067</a>) (<a href="https://github.com/vuejs/vue/commit/24fcf69624a633d43dfc0aa5fa6b93d11de7fad5">24fcf69</a>), closes <a href="https://github.com/vuejs/vue/issues/12973">#12973</a></li> <li><strong>utils:</strong> unwrap refs when stringifying values in template (<a href="https://github.com/vuejs/vue/commit/ae3e4b1c706b8d61a4a312ca5d23441df021b4b4">ae3e4b1</a>), closes <a href="https://github.com/vuejs/vue/issues/12884">#12884</a> <a href="https://github.com/vuejs/vue/issues/12888">#12888</a></li> <li><strong>watch:</strong> new property addition should trigger deep watcher with getter (<a href="https://github.com/vuejs/vue/commit/6d857f5bee275dc98106e3b2cbc7722f5ec0cfc0">6d857f5</a>), closes <a href="https://github.com/vuejs/vue/issues/12967">#12967</a> <a href="https://github.com/vuejs/vue/issues/12972">#12972</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/13f4e7dc03e2caed900ac70ff8b8fe58dda45663"><code>13f4e7d</code></a> release: v2.7.16</li> <li><a href="https://github.com/vuejs/vue/commit/56ce7f8c573116ed6683149206cf35c987249d42"><code>56ce7f8</code></a> fix(lifecycle): esnure component effect scopes are disconnected</li> <li><a href="https://github.com/vuejs/vue/commit/305e4ae9dce0a05a422b675ff555f17878e86063"><code>305e4ae</code></a> release: v2.7.16-beta.2</li> <li><a href="https://github.com/vuejs/vue/commit/3e1037e4a0317fe78ae022e789afbbc9453b15eb"><code>3e1037e</code></a> chore: bump vitest to 1.0.4</li> <li><a href="https://github.com/vuejs/vue/commit/db9c566032da0ec5cd758a3e8525e9733874c1e5"><code>db9c566</code></a> fix: account for nested render calls</li> <li><a href="https://github.com/vuejs/vue/commit/895669ffa01f8075a326308caa8ad6a5f69a1919"><code>895669f</code></a> fix(types): export more types for v3 alignment (jsx / component options)</li> <li><a href="https://github.com/vuejs/vue/commit/73bdf14ef5c9979dcba18ede3410515cecbe2f2f"><code>73bdf14</code></a> release: v2.7.16-beta.1</li> <li><a href="https://github.com/vuejs/vue/commit/e0747f40a879b4000a1959d21377b51d1f1ed988"><code>e0747f4</code></a> fix(keep-alive): fix memory leak without breaking transition tests</li> <li><a href="https://github.com/vuejs/vue/commit/2632249925e632e56f6dfc8fdbcf682c82e4081b"><code>2632249</code></a> fix(keep-alive): fix keep-alive memory leak</li> <li><a href="https://github.com/vuejs/vue/commit/3650c12f7d3a20f3155bc1fd2b068e84289e0d33"><code>3650c12</code></a> fix(types): provide types for built-in components</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.7.15...v2.7.16">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-12-27 14:00:14 +00:00 (Migrated from gitlab.com)

added 5 commits

  • 8ff7aa8f...4eee6089 - 3 commits from branch master
  • 43f05c69 - Build(deps): bump vue and vue-template-compiler
  • 791d9780 - Build(deps): bump vue-server-renderer from 2.7.15 to 2.7.16

Compare with previous version

added 5 commits <ul><li>8ff7aa8f...4eee6089 - 3 commits from branch <code>master</code></li><li>43f05c69 - Build(deps): bump vue and vue-template-compiler</li><li>791d9780 - Build(deps): bump vue-server-renderer from 2.7.15 to 2.7.16</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1560/diffs?diff_id=881679112&start_sha=8ff7aa8fae9526dd7db35fc155a4540570340f12)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-12-27 14:00:30 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-12-27 14:07:01 +00:00
Sign in to join this conversation.