Build(deps): bump vue-server-renderer from 2.7.15 to 2.7.16 #1608

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-vue-server-renderer-2.7.16 into master
argoyle commented 2023-12-25 04:39:56 +00:00 (Migrated from gitlab.com)

Bumps vue-server-renderer from 2.7.15 to 2.7.16.

Release notes

Sourced from vue-server-renderer'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-server-renderer'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-server-renderer](https://github.com/vuejs/vue) 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-server-renderer'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-server-renderer'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:51:41 +00:00 (Migrated from gitlab.com)

This merge request has been closed because the dependency version is up to date.

This merge request has been closed because the dependency version is up to date.
argoyle (Migrated from gitlab.com) closed this pull request 2023-12-27 14:51:41 +00:00

Pull request closed

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