[PR #452] [MERGED] Bump vue and vue-template-compiler #493

Closed
opened 2026-02-26 06:31:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/452
Author: @dependabot[bot]
Created: 6/12/2021
Status: Merged
Merged: 6/14/2021
Merged by: @ChristophWurst

Base: masterHead: dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.14


📝 Commits (1)

  • 75dd4eb Bump vue and vue-template-compiler

📊 Changes

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

View changed files

📝 package-lock.json (+14 -14)
📝 package.json (+2 -2)

📄 Description

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

Release notes

Sourced from vue's releases.

v2.6.14

Bug Fixes

  • types: async Component types (#11906) c52427b, closes #11990
  • v-slot: fix scoped slot normalization combined with v-if (#12104) 38f71de, closes #12102

Features

  • ssr: vue-ssr-webpack-plugin compatible with webpack 5 (#12002) 80e7730, closes #11718
Commits
  • 612fb89 build: release 2.6.14
  • 8f6c4c3 build: build 2.6.14
  • c52427b fix(types): async Component types (#11906)
  • 80e7730 feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5 (#12002)
  • 38f71de fix(v-slot): fix scoped slot normalization combined with v-if (#12104)
  • 67901e7 test(ssr): add missing test for async component in slot
  • See full diff in compare view

Updates vue-template-compiler from 2.6.13 to 2.6.14

Release notes

Sourced from vue-template-compiler's releases.

v2.6.14

Bug Fixes

  • types: async Component types (#11906) c52427b, closes #11990
  • v-slot: fix scoped slot normalization combined with v-if (#12104) 38f71de, closes #12102

Features

  • ssr: vue-ssr-webpack-plugin compatible with webpack 5 (#12002) 80e7730, closes #11718
Commits
  • 612fb89 build: release 2.6.14
  • 8f6c4c3 build: build 2.6.14
  • c52427b fix(types): async Component types (#11906)
  • 80e7730 feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5 (#12002)
  • 38f71de fix(v-slot): fix scoped slot normalization combined with v-if (#12104)
  • 67901e7 test(ssr): add missing test for async component in slot
  • See full diff in compare view

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 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/nextcloud/twofactor_gateway/pull/452 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/12/2021 **Status:** ✅ Merged **Merged:** 6/14/2021 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.14` --- ### 📝 Commits (1) - [`75dd4eb`](https://github.com/nextcloud/twofactor_gateway/commit/75dd4eb75fea941ca462e239653635b302d36a90) Bump vue and vue-template-compiler ### 📊 Changes **2 files changed** (+16 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+14 -14) 📝 `package.json` (+2 -2) </details> ### 📄 Description Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.13 to 2.6.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue/releases">vue's releases</a>.</em></p> <blockquote> <h2>v2.6.14</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> async Component types (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11906">#11906</a>) c52427b, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11990">#11990</a></li> <li><strong>v-slot:</strong> fix scoped slot normalization combined with v-if (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12104">#12104</a>) 38f71de, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12102">#12102</a></li> </ul> <h3>Features</h3> <ul> <li><strong>ssr:</strong> vue-ssr-webpack-plugin compatible with webpack 5 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12002">#12002</a>) 80e7730, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11718">#11718</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/612fb89547711cacb030a3893a0065b785802860"><code>612fb89</code></a> build: release 2.6.14</li> <li><a href="https://github.com/vuejs/vue/commit/8f6c4c3dbd0c0d9a40d61a0ecd913bb5eaf277c3"><code>8f6c4c3</code></a> build: build 2.6.14</li> <li><a href="https://github.com/vuejs/vue/commit/c52427b0d2c1d203deea6eb69f2b4b181d56022c"><code>c52427b</code></a> fix(types): async Component types (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11906">#11906</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/80e7730946538e0371e213100a0fe81299c2f4b2"><code>80e7730</code></a> feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12002">#12002</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/38f71de380d566e4eef60968a8eca6bd6f482dd5"><code>38f71de</code></a> fix(v-slot): fix scoped slot normalization combined with v-if (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12104">#12104</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/67901e78ef9d31809ea154f359f0512c5a913bf4"><code>67901e7</code></a> test(ssr): add missing test for async component in slot</li> <li>See full diff in <a href="https://github.com/vuejs/vue/compare/v2.6.13...v2.6.14">compare view</a></li> </ul> </details> <br /> Updates `vue-template-compiler` from 2.6.13 to 2.6.14 <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.6.14</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> async Component types (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11906">#11906</a>) c52427b, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11990">#11990</a></li> <li><strong>v-slot:</strong> fix scoped slot normalization combined with v-if (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12104">#12104</a>) 38f71de, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12102">#12102</a></li> </ul> <h3>Features</h3> <ul> <li><strong>ssr:</strong> vue-ssr-webpack-plugin compatible with webpack 5 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12002">#12002</a>) 80e7730, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11718">#11718</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/612fb89547711cacb030a3893a0065b785802860"><code>612fb89</code></a> build: release 2.6.14</li> <li><a href="https://github.com/vuejs/vue/commit/8f6c4c3dbd0c0d9a40d61a0ecd913bb5eaf277c3"><code>8f6c4c3</code></a> build: build 2.6.14</li> <li><a href="https://github.com/vuejs/vue/commit/c52427b0d2c1d203deea6eb69f2b4b181d56022c"><code>c52427b</code></a> fix(types): async Component types (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11906">#11906</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/80e7730946538e0371e213100a0fe81299c2f4b2"><code>80e7730</code></a> feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12002">#12002</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/38f71de380d566e4eef60968a8eca6bd6f482dd5"><code>38f71de</code></a> fix(v-slot): fix scoped slot normalization combined with v-if (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12104">#12104</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/67901e78ef9d31809ea154f359f0512c5a913bf4"><code>67901e7</code></a> test(ssr): add missing test for async component in slot</li> <li>See full diff in <a href="https://github.com/vuejs/vue/compare/v2.6.13...v2.6.14">compare view</a></li> </ul> </details> <br /> 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 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-02-26 06:31:02 +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/twofactor_gateway-nextcloud#493
No description provided.