[PR #346] [MERGED] fix(deps): bump vue-template-compiler from 2.7.15 to 2.7.16 in /web #371

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/346
Author: @dependabot[bot]
Created: 2/1/2024
Status: Merged
Merged: 2/1/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/vue-template-compiler-2.7.16


📝 Commits (1)

  • e38ef23 fix(deps): bump vue-template-compiler from 2.7.15 to 2.7.16 in /web

📊 Changes

2 files changed (+22 additions, -22 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+21 -21)

📄 Description

Bumps 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 compatibility score

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/346 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2024 **Status:** ✅ Merged **Merged:** 2/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/vue-template-compiler-2.7.16` --- ### 📝 Commits (1) - [`e38ef23`](https://github.com/NdoleStudio/httpsms/commit/e38ef23052836d8c2c2df82dec94e4143b1e8e44) fix(deps): bump vue-template-compiler from 2.7.15 to 2.7.16 in /web ### 📊 Changes **2 files changed** (+22 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+21 -21) </details> ### 📄 Description Bumps [vue-template-compiler](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-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://redirect.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://redirect.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://redirect.github.com/vuejs/vue/issues/13078">#13078</a> <a href="https://redirect.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://redirect.github.com/vuejs/vue/issues/12985">#12985</a>) (<a href="https://github.com/vuejs/vue/commit/83d95351a9f809311d624fc3398e7f6829b72447">83d9535</a>), closes <a href="https://redirect.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://redirect.github.com/vuejs/vue/issues/13060">#13060</a> <a href="https://redirect.github.com/vuejs/vue/issues/12892">#12892</a> <a href="https://redirect.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://redirect.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://redirect.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://redirect.github.com/vuejs/vue/issues/12901">#12901</a> <a href="https://redirect.github.com/vuejs/vue/issues/12946">#12946</a></li> <li><strong>types:</strong> fix shallowRef's return type (<a href="https://redirect.github.com/vuejs/vue/issues/12979">#12979</a>) (<a href="https://github.com/vuejs/vue/commit/a174c29dab2cf655b06f7870e0ac5a78ef35ec8a">a174c29</a>), closes <a href="https://redirect.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://redirect.github.com/vuejs/vue/issues/13107">#13107</a>) (<a href="https://github.com/vuejs/vue/commit/de0b97b3eadae120eda505b45df2de2115dcb6f0">de0b97b</a>), closes <a href="https://redirect.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://redirect.github.com/vuejs/vue/issues/13002">#13002</a></li> <li><strong>types:</strong> type VNodeChildren should allow type number (<a href="https://redirect.github.com/vuejs/vue/issues/13067">#13067</a>) (<a href="https://github.com/vuejs/vue/commit/24fcf69624a633d43dfc0aa5fa6b93d11de7fad5">24fcf69</a>), closes <a href="https://redirect.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://redirect.github.com/vuejs/vue/issues/12884">#12884</a> <a href="https://redirect.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://redirect.github.com/vuejs/vue/issues/12967">#12967</a> <a href="https://redirect.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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue-template-compiler&package-manager=npm_and_yarn&previous-version=2.7.15&new-version=2.7.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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:38:03 +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#371
No description provided.