[PR #293] [MERGED] fix(deps): bump vue and vue-template-compiler in /web #325

Closed
opened 2026-03-03 16:37:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/293
Author: @dependabot[bot]
Created: 11/1/2023
Status: Merged
Merged: 11/8/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/vue-and-vue-template-compiler-2.7.15


📝 Commits (1)

  • 7acfb35 fix(deps): bump vue and vue-template-compiler in /web

📊 Changes

2 files changed (+3171 additions, -8946 deletions)

View changed files

📝 web/package.json (+2 -2)
📝 web/pnpm-lock.yaml (+3169 -8944)

📄 Description

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

Commits

Updates vue-template-compiler from 2.7.14 to 2.7.15

Release notes

Sourced from vue-template-compiler's releases.

v2.7.15

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-template-compiler'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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
vue [>= 3.a, < 4]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/293 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2023 **Status:** ✅ Merged **Merged:** 11/8/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/vue-and-vue-template-compiler-2.7.15` --- ### 📝 Commits (1) - [`7acfb35`](https://github.com/NdoleStudio/httpsms/commit/7acfb35287c9b7a89150cfa64ec5c1798deafd94) fix(deps): bump vue and vue-template-compiler in /web ### 📊 Changes **2 files changed** (+3171 additions, -8946 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+2 -2) 📝 `web/pnpm-lock.yaml` (+3169 -8944) </details> ### 📄 Description 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.14 to 2.7.15 <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.14 to 2.7.15 <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.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-template-compiler'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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/vuejs/vue/issues/13068">#13068</a>) (<a href="https://github.com/vuejs/vue/commit/67c1d26cb0af3eb2db0a11fc7768a8299e7f7d58">67c1d26</a>), closes <a href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | vue | [>= 3.a, < 4] | </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:37:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#325
No description provided.