[PR #188] [MERGED] Bump vue and vue-template-compiler #276

Closed
opened 2026-02-26 05:34:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/188
Author: @dependabot-preview[bot]
Created: 1/14/2019
Status: Merged
Merged: 1/14/2019
Merged by: @dependabot-preview[bot]

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


📝 Commits (1)

  • 1f629db Bump vue and vue-template-compiler

📊 Changes

2 files changed (+17 additions, -12 deletions)

View changed files

📝 package-lock.json (+15 -10)
📝 package.json (+2 -2)

📄 Description

Bumps vue and vue-template-compiler. These dependencies needed to be updated together.

Updates vue from 2.5.21 to 2.5.22

Release notes

Sourced from vue's releases.

v2.5.22

Bug Fixes

  • async component: memory leak after synchronous async loading (#9275) d21e931, closes #9275 #9229
  • core: dedupe lifecycle hooks during options merge 0d2e9c4, closes #9199
  • core: fix merged twice bug when passing extended constructor to mixins (#9199) 743edac, closes #9199 #9198
  • ssr: support rendering comment (#9128) b06c784, closes #9128
Commits
  • 99343f9 build: release 2.5.22
  • 06dbb2a build: build 2.5.22
  • 7ac8f63 chore: remove residual files from dist
  • 0d2e9c4 fix(core): dedupe lifecycle hooks during options merge
  • 743edac fix(core): fix merged twice bug when passing extended constructor to mixins (...
  • d21e931 fix(async component): memory leak after synchronous async loading (#9275)
  • cf42f8e chore: update sponsors [ci skip] (#9296)
  • 75a2b4c chore: update sponsors
  • c117e8f chore: update backers
  • 38e967b refactor: tiny cleanup changes (#9193)
  • Additional commits viewable in compare view

Updates vue-template-compiler from 2.5.21 to 2.5.22

Release notes

Sourced from vue-template-compiler's releases.

v2.5.22

Bug Fixes

  • async component: memory leak after synchronous async loading (#9275) d21e931, closes #9275 #9229
  • core: dedupe lifecycle hooks during options merge 0d2e9c4, closes #9199
  • core: fix merged twice bug when passing extended constructor to mixins (#9199) 743edac, closes #9199 #9198
  • ssr: support rendering comment (#9128) b06c784, closes #9128
Commits
  • 99343f9 build: release 2.5.22
  • 06dbb2a build: build 2.5.22
  • 7ac8f63 chore: remove residual files from dist
  • 0d2e9c4 fix(core): dedupe lifecycle hooks during options merge
  • 743edac fix(core): fix merged twice bug when passing extended constructor to mixins (...
  • d21e931 fix(async component): memory leak after synchronous async loading (#9275)
  • cf42f8e chore: update sponsors [ci skip] (#9296)
  • 75a2b4c chore: update sponsors
  • c117e8f chore: update backers
  • 38e967b refactor: tiny cleanup changes (#9193)
  • Additional commits viewable 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/188 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/14/2019 **Status:** ✅ Merged **Merged:** 1/14/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-and-vue-template-compiler` --- ### 📝 Commits (1) - [`1f629db`](https://github.com/nextcloud/twofactor_gateway/commit/1f629db4132d9b79ba36368b5d46af591cfada9f) Bump vue and vue-template-compiler ### 📊 Changes **2 files changed** (+17 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+15 -10) 📝 `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.5.21 to 2.5.22 <details> <summary>Release notes</summary> *Sourced from [vue's releases](https://github.com/vuejs/vue/releases).* > ## v2.5.22 > ### Bug Fixes > > * **async component:** memory leak after synchronous async loading ([#9275](https://github-redirect.dependabot.com/vuejs/vue/issues/9275)) d21e931, closes [#9275](https://github-redirect.dependabot.com/vuejs/vue/issues/9275) [#9229](https://github-redirect.dependabot.com/vuejs/vue/issues/9229) > * **core:** dedupe lifecycle hooks during options merge 0d2e9c4, closes [#9199](https://github-redirect.dependabot.com/vuejs/vue/issues/9199) > * **core:** fix merged twice bug when passing extended constructor to mixins ([#9199](https://github-redirect.dependabot.com/vuejs/vue/issues/9199)) 743edac, closes [#9199](https://github-redirect.dependabot.com/vuejs/vue/issues/9199) [#9198](https://github-redirect.dependabot.com/vuejs/vue/issues/9198) > * **ssr:** support rendering comment ([#9128](https://github-redirect.dependabot.com/vuejs/vue/issues/9128)) b06c784, closes [#9128](https://github-redirect.dependabot.com/vuejs/vue/issues/9128) </details> <details> <summary>Commits</summary> - [`99343f9`](https://github.com/vuejs/vue/commit/99343f9b48048c459c2021d25d25a8cbc86d2f32) build: release 2.5.22 - [`06dbb2a`](https://github.com/vuejs/vue/commit/06dbb2ab2e7f10d00d9801e4e1641c2edf83db9e) build: build 2.5.22 - [`7ac8f63`](https://github.com/vuejs/vue/commit/7ac8f63a051de2a4b19b73e4729f2c8662b2fb3e) chore: remove residual files from dist - [`0d2e9c4`](https://github.com/vuejs/vue/commit/0d2e9c46f16e9ec5bd0f3eebd2aa31c7f7493856) fix(core): dedupe lifecycle hooks during options merge - [`743edac`](https://github.com/vuejs/vue/commit/743edacdb6fa0bb711e860b68373274f50c8baa5) fix(core): fix merged twice bug when passing extended constructor to mixins (... - [`d21e931`](https://github.com/vuejs/vue/commit/d21e93139697be2c0a6fdc4ee74d30d2834a729f) fix(async component): memory leak after synchronous async loading ([#9275](https://github-redirect.dependabot.com/vuejs/vue/issues/9275)) - [`cf42f8e`](https://github.com/vuejs/vue/commit/cf42f8e870f34e59e19f9cbf7ac6309c3c9c160c) chore: update sponsors [ci skip] ([#9296](https://github-redirect.dependabot.com/vuejs/vue/issues/9296)) - [`75a2b4c`](https://github.com/vuejs/vue/commit/75a2b4cd42bcb864d37c3d4a12d984e746eb3a5f) chore: update sponsors - [`c117e8f`](https://github.com/vuejs/vue/commit/c117e8f25efeaa46565e7bb7e3c055d48f7f5117) chore: update backers - [`38e967b`](https://github.com/vuejs/vue/commit/38e967b8067441ff37cb3b923200023a6b842759) refactor: tiny cleanup changes ([#9193](https://github-redirect.dependabot.com/vuejs/vue/issues/9193)) - Additional commits viewable in [compare view](https://github.com/vuejs/vue/compare/v2.5.21...v2.5.22) </details> <br /> Updates `vue-template-compiler` from 2.5.21 to 2.5.22 <details> <summary>Release notes</summary> *Sourced from [vue-template-compiler's releases](https://github.com/vuejs/vue/releases).* > ## v2.5.22 > ### Bug Fixes > > * **async component:** memory leak after synchronous async loading ([#9275](https://github-redirect.dependabot.com/vuejs/vue/issues/9275)) d21e931, closes [#9275](https://github-redirect.dependabot.com/vuejs/vue/issues/9275) [#9229](https://github-redirect.dependabot.com/vuejs/vue/issues/9229) > * **core:** dedupe lifecycle hooks during options merge 0d2e9c4, closes [#9199](https://github-redirect.dependabot.com/vuejs/vue/issues/9199) > * **core:** fix merged twice bug when passing extended constructor to mixins ([#9199](https://github-redirect.dependabot.com/vuejs/vue/issues/9199)) 743edac, closes [#9199](https://github-redirect.dependabot.com/vuejs/vue/issues/9199) [#9198](https://github-redirect.dependabot.com/vuejs/vue/issues/9198) > * **ssr:** support rendering comment ([#9128](https://github-redirect.dependabot.com/vuejs/vue/issues/9128)) b06c784, closes [#9128](https://github-redirect.dependabot.com/vuejs/vue/issues/9128) </details> <details> <summary>Commits</summary> - [`99343f9`](https://github.com/vuejs/vue/commit/99343f9b48048c459c2021d25d25a8cbc86d2f32) build: release 2.5.22 - [`06dbb2a`](https://github.com/vuejs/vue/commit/06dbb2ab2e7f10d00d9801e4e1641c2edf83db9e) build: build 2.5.22 - [`7ac8f63`](https://github.com/vuejs/vue/commit/7ac8f63a051de2a4b19b73e4729f2c8662b2fb3e) chore: remove residual files from dist - [`0d2e9c4`](https://github.com/vuejs/vue/commit/0d2e9c46f16e9ec5bd0f3eebd2aa31c7f7493856) fix(core): dedupe lifecycle hooks during options merge - [`743edac`](https://github.com/vuejs/vue/commit/743edacdb6fa0bb711e860b68373274f50c8baa5) fix(core): fix merged twice bug when passing extended constructor to mixins (... - [`d21e931`](https://github.com/vuejs/vue/commit/d21e93139697be2c0a6fdc4ee74d30d2834a729f) fix(async component): memory leak after synchronous async loading ([#9275](https://github-redirect.dependabot.com/vuejs/vue/issues/9275)) - [`cf42f8e`](https://github.com/vuejs/vue/commit/cf42f8e870f34e59e19f9cbf7ac6309c3c9c160c) chore: update sponsors [ci skip] ([#9296](https://github-redirect.dependabot.com/vuejs/vue/issues/9296)) - [`75a2b4c`](https://github.com/vuejs/vue/commit/75a2b4cd42bcb864d37c3d4a12d984e746eb3a5f) chore: update sponsors - [`c117e8f`](https://github.com/vuejs/vue/commit/c117e8f25efeaa46565e7bb7e3c055d48f7f5117) chore: update backers - [`38e967b`](https://github.com/vuejs/vue/commit/38e967b8067441ff37cb3b923200023a6b842759) refactor: tiny cleanup changes ([#9193](https://github-redirect.dependabot.com/vuejs/vue/issues/9193)) - Additional commits viewable in [compare view](https://github.com/vuejs/vue/compare/v2.5.21...v2.5.22) </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) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:34:19 +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#276
No description provided.