Build(deps): bump vue-server-renderer from 2.7.14 to 2.7.15 #1523

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-vue-server-renderer-2.7.15 into master
argoyle commented 2023-10-24 04:39:58 +00:00 (Migrated from gitlab.com)

Bumps vue-server-renderer from 2.7.14 to 2.7.15.

Release notes

Sourced from vue-server-renderer's releases.

v2.7.15

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-server-renderer's changelog.

2.7.15 (2023-10-23)

Bug Fixes

  • compiler-sfc: add semicolon after defineProps statement (#12879) (51fef2c)
  • compiler-sfc: fix macro usage in multi-variable declaration (#12873) (d27c128)
  • compiler-sfc: Optimize the value of emitIdentifier (#12851) (bb59751)
  • compiler-sfc: Resolve object expression parsing errors in v-on (#12862) (b8c8b3f)
  • lifecycle: scope might changed when call hook (#13070) (74ca5a1)
  • patch: clone insert hooks to avoid being mutated during iteration (#12905) (c223634)
  • types/sfc: improve the type inference using withDefaults (#12872) (099401e)
  • types: correct serverPrefetch this type (#13068) (67c1d26), closes #12488
Commits
  • 81598ea release: v2.7.15
  • af9a10f chore: update snapshots
  • c223634 fix(patch): clone insert hooks to avoid being mutated during iteration (#12905)
  • 51fef2c fix(compiler-sfc): add semicolon after defineProps statement (#12879)
  • b8c8b3f fix(compiler-sfc): Resolve object expression parsing errors in v-on (#12862)
  • d27c128 fix(compiler-sfc): fix macro usage in multi-variable declaration (#12873)
  • bb59751 fix(compiler-sfc): Optimize the value of emitIdentifier (#12851)
  • 099401e fix(types/sfc): improve the type inference using withDefaults (#12872)
  • 67c1d26 fix(types): correct serverPrefetch this type (#13068)
  • 74ca5a1 fix(lifecycle): scope might changed when call hook (#13070)
  • 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.14 to 2.7.15. <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.15</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.14...v2.7.15">2.7.15</a> (2023-10-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> add semicolon after <code>defineProps</code> statement (<a href="https://github.com/vuejs/vue/issues/12879">#12879</a>) (<a href="https://github.com/vuejs/vue/commit/51fef2ca69459c1175e105991f60511f1996e0c8">51fef2c</a>)</li> <li><strong>compiler-sfc:</strong> fix macro usage in multi-variable declaration (<a href="https://github.com/vuejs/vue/issues/12873">#12873</a>) (<a href="https://github.com/vuejs/vue/commit/d27c128b7cb1640f3aa185a5ecdea4ff35763794">d27c128</a>)</li> <li><strong>compiler-sfc:</strong> Optimize the value of emitIdentifier (<a href="https://github.com/vuejs/vue/issues/12851">#12851</a>) (<a href="https://github.com/vuejs/vue/commit/bb59751dd4e45afcaafd607f22505a724b1ef841">bb59751</a>)</li> <li><strong>compiler-sfc:</strong> Resolve object expression parsing errors in <code>v-on</code> (<a href="https://github.com/vuejs/vue/issues/12862">#12862</a>) (<a href="https://github.com/vuejs/vue/commit/b8c8b3fc7a211744fdabd237a1a986a1f80b7c43">b8c8b3f</a>)</li> <li><strong>lifecycle:</strong> scope might changed when call hook (<a href="https://github.com/vuejs/vue/issues/13070">#13070</a>) (<a href="https://github.com/vuejs/vue/commit/74ca5a13ba12a31580f1567e7c6d789e96730e46">74ca5a1</a>)</li> <li><strong>patch:</strong> clone insert hooks to avoid being mutated during iteration (<a href="https://github.com/vuejs/vue/issues/12905">#12905</a>) (<a href="https://github.com/vuejs/vue/commit/c22363425ae246ccbb8418342e94edfa270d93e5">c223634</a>)</li> <li><strong>types/sfc:</strong> improve the type inference using <code>withDefaults</code> (<a href="https://github.com/vuejs/vue/issues/12872">#12872</a>) (<a href="https://github.com/vuejs/vue/commit/099401e227fd5ed496ff615528d1a9b3b64d4fbf">099401e</a>)</li> <li><strong>types:</strong> correct serverPrefetch this type (<a href="https://github.com/vuejs/vue/issues/13068">#13068</a>) (<a href="https://github.com/vuejs/vue/commit/67c1d26cb0af3eb2db0a11fc7768a8299e7f7d58">67c1d26</a>), closes <a href="https://github.com/vuejs/vue/issues/12488">#12488</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/81598ea2f3bdbc81ae50f2fa9b9e547efc6b6261"><code>81598ea</code></a> release: v2.7.15</li> <li><a href="https://github.com/vuejs/vue/commit/af9a10f3c1340b85f8d5aa300c478f2f1cdf5f1d"><code>af9a10f</code></a> chore: update snapshots</li> <li><a href="https://github.com/vuejs/vue/commit/c22363425ae246ccbb8418342e94edfa270d93e5"><code>c223634</code></a> fix(patch): clone insert hooks to avoid being mutated during iteration (<a href="https://github.com/vuejs/vue/issues/12905">#12905</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/51fef2ca69459c1175e105991f60511f1996e0c8"><code>51fef2c</code></a> fix(compiler-sfc): add semicolon after <code>defineProps</code> statement (<a href="https://github.com/vuejs/vue/issues/12879">#12879</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/b8c8b3fc7a211744fdabd237a1a986a1f80b7c43"><code>b8c8b3f</code></a> fix(compiler-sfc): Resolve object expression parsing errors in <code>v-on</code> (<a href="https://github.com/vuejs/vue/issues/12862">#12862</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/d27c128b7cb1640f3aa185a5ecdea4ff35763794"><code>d27c128</code></a> fix(compiler-sfc): fix macro usage in multi-variable declaration (<a href="https://github.com/vuejs/vue/issues/12873">#12873</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/bb59751dd4e45afcaafd607f22505a724b1ef841"><code>bb59751</code></a> fix(compiler-sfc): Optimize the value of emitIdentifier (<a href="https://github.com/vuejs/vue/issues/12851">#12851</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/099401e227fd5ed496ff615528d1a9b3b64d4fbf"><code>099401e</code></a> fix(types/sfc): improve the type inference using <code>withDefaults</code> (<a href="https://github.com/vuejs/vue/issues/12872">#12872</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/67c1d26cb0af3eb2db0a11fc7768a8299e7f7d58"><code>67c1d26</code></a> fix(types): correct serverPrefetch this type (<a href="https://github.com/vuejs/vue/issues/13068">#13068</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/74ca5a13ba12a31580f1567e7c6d789e96730e46"><code>74ca5a1</code></a> fix(lifecycle): scope might changed when call hook (<a href="https://github.com/vuejs/vue/issues/13070">#13070</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.7.14...v2.7.15">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-10-24 09:28:42 +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-10-24 09:28:42 +00:00

Pull request closed

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