[PR #450] [CLOSED] Bump vue and vue-template-compiler #490

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/450
Author: @dependabot[bot]
Created: 6/5/2021
Status: Closed

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


📝 Commits (1)

  • 0fb7f7e Bump vue and vue-template-compiler

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

Sourced from vue's releases.

v2.6.13

Bug Fixes

  • attrs: do not consider translate attribute as boolean (#11392) cd57393, closes #11392 #11391
  • compiler: Allow BigInt usage in templates (#11152) c42b706, closes #11152
  • compiler: avoid converting &nbps; to spaces (#11065) 55a30cf, closes #11065
  • compiler: event handlers with modifiers swallowing arguments (fix #10867) (#10958) 8620706, closes #10867 #10958
  • core: fix sameVnode for async component (#11107) 5260830, closes #11107
  • core: remove trailing comma in function signature (#10845) 579e1ff, closes #10845 #10843
  • errorHandler: async error handling for watchers (#9484) e4dea59, closes #9484
  • keep-alive: cache what is really needed not the whole VNode data (#12015) e7baaa1, closes #12015
  • parser: allow multiple slots with new syntax (#9785) 67825c2, closes #9785 #9781
  • props: correctly warn when a provided prop is Symbol (#10529) abb5ef3, closes #10529 #10519
  • props: support BigInt in props type validation (#11191) fa1f81e, closes #11191
  • slot: add a function to return the slot fallback content (#12014) ce457f9, closes #12014
  • ssr: avoid missing files in manifest (#11609) b97606c, closes #11609
  • ssr: inheritAttrs false adds attributes to html (#11706) 7e5dc6b, closes #11706
  • ssr: textarea keeps undefined/null values (#11121) b8bd149, closes #11121
  • types: add types for Vue.util.warn function (#11964) e0274e4, closes #11964 /github.com/vuejs/vue/blob/v2.6.12/src/core/util/debug.js#L18-L26
  • types: allow string for watch handlers in options (#10396) 668e1e6, closes #10396
  • types: allow symbol & boolean for vnode key (#11914) 5c459f0, closes #11914
  • types: changed expression type to optional string (#11189) 7c75462, closes #11189 #10871
  • types: make $refs undefined possible (#11112) 2b93e86, closes #11112
  • v-on: avoid events with empty keyCode (autocomplete) (#11326) c6d7a6f, closes #11326
  • force update between two components with and without slot (#11795) 77b5330, closes #11795
  • give correct namespace in foreignObject (#11576) af5e05d, closes #11576 #11575
  • handle async placeholders in normalizeScopedSlot (#11963) af54514, closes #11963
  • warns: modify maybeComponent function in parser (#10167) 0603ff6, closes #10167 #10152
  • pause dep collection during immediate watcher invocation (#11943) 987f322, closes #11943
  • v-pre: do not alter attributes (#10088) 0664cb0, closes #10088 #10087
  • vdom: avoid executing root level script tags (#11487) fb16d7b, closes #11487 #11483
  • warn: better message with no constructors props (#9241) 6940131, closes #9241

Features

  • warn: warn computed conflict with methods (#10119) 3ad60fe, closes #10119
  • warns: avoid warning native modifiers on dynamic components (#11052) 3d46692, closes #11052

Performance Improvements

  • preinitialize typeCheck RegExp (#10990) 2488a6a, closes #10990
Commits
  • 1866033 build: release 2.6.13
  • f34f6bb build: build 2.6.13
  • f038000 refactor: check is function for fallback slots
  • d6ac00f chore: display more oc sponsors on readme [ci skip]
  • 0ff1356 chore: fix typo in README.md [ci skip] (#12064)
  • f2a6a1b chore: update sponsors [ci skip] (#12054)
  • df4e385 chore: fix opencollective silver sponsors in backers.md [ci skip]
  • bb9190b build(deps): bump ssri from 6.0.1 to 6.0.2 (#12047)
  • e7cf063 chore: update sponsors [ci skip] (#12021)
  • e7baaa1 fix(keep-alive): cache what is really needed not the whole VNode data (#12015)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by posva, a new releaser for vue since your current version.


Updates vue-template-compiler from 2.6.12 to 2.6.13

Release notes

Sourced from vue-template-compiler's releases.

v2.6.13

Bug Fixes

  • attrs: do not consider translate attribute as boolean (#11392) cd57393, closes #11392 #11391
  • compiler: Allow BigInt usage in templates (#11152) c42b706, closes #11152
  • compiler: avoid converting &nbps; to spaces (#11065) 55a30cf, closes #11065
  • compiler: event handlers with modifiers swallowing arguments (fix #10867) (#10958) 8620706, closes #10867 #10958
  • core: fix sameVnode for async component (#11107) 5260830, closes #11107
  • core: remove trailing comma in function signature (#10845) 579e1ff, closes #10845 #10843
  • errorHandler: async error handling for watchers (#9484) e4dea59, closes #9484
  • keep-alive: cache what is really needed not the whole VNode data (#12015) e7baaa1, closes #12015
  • parser: allow multiple slots with new syntax (#9785) 67825c2, closes #9785 #9781
  • props: correctly warn when a provided prop is Symbol (#10529) abb5ef3, closes #10529 #10519
  • props: support BigInt in props type validation (#11191) fa1f81e, closes #11191
  • slot: add a function to return the slot fallback content (#12014) ce457f9, closes #12014
  • ssr: avoid missing files in manifest (#11609) b97606c, closes #11609
  • ssr: inheritAttrs false adds attributes to html (#11706) 7e5dc6b, closes #11706
  • ssr: textarea keeps undefined/null values (#11121) b8bd149, closes #11121
  • types: add types for Vue.util.warn function (#11964) e0274e4, closes #11964 /github.com/vuejs/vue/blob/v2.6.12/src/core/util/debug.js#L18-L26
  • types: allow string for watch handlers in options (#10396) 668e1e6, closes #10396
  • types: allow symbol & boolean for vnode key (#11914) 5c459f0, closes #11914
  • types: changed expression type to optional string (#11189) 7c75462, closes #11189 #10871
  • types: make $refs undefined possible (#11112) 2b93e86, closes #11112
  • v-on: avoid events with empty keyCode (autocomplete) (#11326) c6d7a6f, closes #11326
  • force update between two components with and without slot (#11795) 77b5330, closes #11795
  • give correct namespace in foreignObject (#11576) af5e05d, closes #11576 #11575
  • handle async placeholders in normalizeScopedSlot (#11963) af54514, closes #11963
  • warns: modify maybeComponent function in parser (#10167) 0603ff6, closes #10167 #10152
  • pause dep collection during immediate watcher invocation (#11943) 987f322, closes #11943
  • v-pre: do not alter attributes (#10088) 0664cb0, closes #10088 #10087
  • vdom: avoid executing root level script tags (#11487) fb16d7b, closes #11487 #11483
  • warn: better message with no constructors props (#9241) 6940131, closes #9241

Features

  • warn: warn computed conflict with methods (#10119) 3ad60fe, closes #10119
  • warns: avoid warning native modifiers on dynamic components (#11052) 3d46692, closes #11052

Performance Improvements

  • preinitialize typeCheck RegExp (#10990) 2488a6a, closes #10990
Commits
  • 1866033 build: release 2.6.13
  • f34f6bb build: build 2.6.13
  • f038000 refactor: check is function for fallback slots
  • d6ac00f chore: display more oc sponsors on readme [ci skip]
  • 0ff1356 chore: fix typo in README.md [ci skip] (#12064)
  • f2a6a1b chore: update sponsors [ci skip] (#12054)
  • df4e385 chore: fix opencollective silver sponsors in backers.md [ci skip]
  • bb9190b build(deps): bump ssri from 6.0.1 to 6.0.2 (#12047)
  • e7cf063 chore: update sponsors [ci skip] (#12021)
  • e7baaa1 fix(keep-alive): cache what is really needed not the whole VNode data (#12015)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by posva, a new releaser for vue-template-compiler since your current version.


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/450 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/5/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.13` --- ### 📝 Commits (1) - [`0fb7f7e`](https://github.com/nextcloud/twofactor_gateway/commit/0fb7f7ec7e6209b2ee99eab68488145e9893c5c0) Bump vue and vue-template-compiler ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+6 -6) 📝 `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.12 to 2.6.13 <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.13</h2> <h3>Bug Fixes</h3> <ul> <li><strong>attrs:</strong> do not consider translate attribute as boolean (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11392">#11392</a>) cd57393, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11392">#11392</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11391">#11391</a></li> <li><strong>compiler:</strong> Allow BigInt usage in templates (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11152">#11152</a>) c42b706, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11152">#11152</a></li> <li><strong>compiler:</strong> avoid converting &amp;nbps; to spaces (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11065">#11065</a>) 55a30cf, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11065">#11065</a></li> <li><strong>compiler:</strong> event handlers with modifiers swallowing arguments (fix <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10867">#10867</a>) (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10958">#10958</a>) 8620706, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10867">#10867</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10958">#10958</a></li> <li><strong>core:</strong> fix sameVnode for async component (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11107">#11107</a>) 5260830, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11107">#11107</a></li> <li><strong>core:</strong> remove trailing comma in function signature (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10845">#10845</a>) 579e1ff, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10845">#10845</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10843">#10843</a></li> <li><strong>errorHandler:</strong> async error handling for watchers (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9484">#9484</a>) e4dea59, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9484">#9484</a></li> <li><strong>keep-alive:</strong> cache what is really needed not the whole VNode data (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12015">#12015</a>) e7baaa1, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12015">#12015</a></li> <li><strong>parser:</strong> allow multiple slots with new syntax (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9785">#9785</a>) 67825c2, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9785">#9785</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9781">#9781</a></li> <li><strong>props:</strong> correctly warn when a provided prop is Symbol (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10529">#10529</a>) abb5ef3, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10529">#10529</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10519">#10519</a></li> <li><strong>props:</strong> support BigInt in props type validation (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11191">#11191</a>) fa1f81e, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11191">#11191</a></li> <li><strong>slot:</strong> add a function to return the slot fallback content (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12014">#12014</a>) ce457f9, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12014">#12014</a></li> <li><strong>ssr:</strong> avoid missing files in manifest (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11609">#11609</a>) b97606c, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11609">#11609</a></li> <li><strong>ssr:</strong> inheritAttrs false adds attributes to html (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11706">#11706</a>) 7e5dc6b, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11706">#11706</a></li> <li><strong>ssr:</strong> textarea keeps undefined/null values (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11121">#11121</a>) b8bd149, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11121">#11121</a></li> <li><strong>types:</strong> add types for Vue.util.warn function (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11964">#11964</a>) e0274e4, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11964">#11964</a> /github.com/vuejs/vue/blob/v2.6.12/src/core/util/debug.js#L18-L26</li> <li><strong>types:</strong> allow string for watch handlers in options (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10396">#10396</a>) 668e1e6, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10396">#10396</a></li> <li><strong>types:</strong> allow symbol &amp; boolean for vnode key (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11914">#11914</a>) 5c459f0, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11914">#11914</a></li> <li><strong>types:</strong> changed expression type to optional string (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11189">#11189</a>) 7c75462, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11189">#11189</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10871">#10871</a></li> <li><strong>types:</strong> make $refs undefined possible (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11112">#11112</a>) 2b93e86, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11112">#11112</a></li> <li><strong>v-on:</strong> avoid events with empty keyCode (autocomplete) (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11326">#11326</a>) c6d7a6f, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11326">#11326</a></li> <li>force update between two components with and without slot (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11795">#11795</a>) 77b5330, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11795">#11795</a></li> <li>give correct namespace in foreignObject (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11576">#11576</a>) af5e05d, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11576">#11576</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11575">#11575</a></li> <li>handle async placeholders in normalizeScopedSlot (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11963">#11963</a>) af54514, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11963">#11963</a></li> <li><strong>warns:</strong> modify <code>maybeComponent</code> function in parser (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10167">#10167</a>) 0603ff6, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10167">#10167</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10152">#10152</a></li> <li>pause dep collection during immediate watcher invocation (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11943">#11943</a>) 987f322, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11943">#11943</a></li> <li><strong>v-pre:</strong> do not alter attributes (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10088">#10088</a>) 0664cb0, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10088">#10088</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10087">#10087</a></li> <li><strong>vdom:</strong> avoid executing root level script tags (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11487">#11487</a>) fb16d7b, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11487">#11487</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11483">#11483</a></li> <li><strong>warn:</strong> better message with no constructors props (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9241">#9241</a>) 6940131, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9241">#9241</a></li> </ul> <h3>Features</h3> <ul> <li><strong>warn:</strong> warn computed conflict with methods (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10119">#10119</a>) 3ad60fe, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10119">#10119</a></li> <li><strong>warns:</strong> avoid warning native modifiers on dynamic components (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11052">#11052</a>) 3d46692, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11052">#11052</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li>preinitialize typeCheck RegExp (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10990">#10990</a>) 2488a6a, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10990">#10990</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/18660336a05f667927c5ed5117771d13984ff7b0"><code>1866033</code></a> build: release 2.6.13</li> <li><a href="https://github.com/vuejs/vue/commit/f34f6bb230909037c66a5a3ba3d66cd65cd45f0f"><code>f34f6bb</code></a> build: build 2.6.13</li> <li><a href="https://github.com/vuejs/vue/commit/f0380001576508fa83e59d783d0ab44a6ea827fe"><code>f038000</code></a> refactor: check is function for fallback slots</li> <li><a href="https://github.com/vuejs/vue/commit/d6ac00f77c20b9fb1c04ab9f63d918f8b57d1546"><code>d6ac00f</code></a> chore: display more oc sponsors on readme [ci skip]</li> <li><a href="https://github.com/vuejs/vue/commit/0ff1356ef7922f9c082a11fd2ec9124539468a6b"><code>0ff1356</code></a> chore: fix typo in README.md [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12064">#12064</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/f2a6a1b8d3d43065056b8eb956804ff1f75e3f0b"><code>f2a6a1b</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12054">#12054</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/df4e385c8f9fe9ec21e6304b1c470f7a718cc447"><code>df4e385</code></a> chore: fix opencollective silver sponsors in backers.md [ci skip]</li> <li><a href="https://github.com/vuejs/vue/commit/bb9190b30234da895df570027489d63521efad7d"><code>bb9190b</code></a> build(deps): bump ssri from 6.0.1 to 6.0.2 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12047">#12047</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/e7cf0634f59d0edd472c48792e371b91a8c55af7"><code>e7cf063</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12021">#12021</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/e7baaa12055231c9367fa1c7bf917e534bd8a739"><code>e7baaa1</code></a> fix(keep-alive): cache what is really needed not the whole VNode data (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12015">#12015</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.6.12...v2.6.13">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~posva">posva</a>, a new releaser for vue since your current version.</p> </details> <br /> Updates `vue-template-compiler` from 2.6.12 to 2.6.13 <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.13</h2> <h3>Bug Fixes</h3> <ul> <li><strong>attrs:</strong> do not consider translate attribute as boolean (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11392">#11392</a>) cd57393, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11392">#11392</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11391">#11391</a></li> <li><strong>compiler:</strong> Allow BigInt usage in templates (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11152">#11152</a>) c42b706, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11152">#11152</a></li> <li><strong>compiler:</strong> avoid converting &amp;nbps; to spaces (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11065">#11065</a>) 55a30cf, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11065">#11065</a></li> <li><strong>compiler:</strong> event handlers with modifiers swallowing arguments (fix <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10867">#10867</a>) (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10958">#10958</a>) 8620706, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10867">#10867</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10958">#10958</a></li> <li><strong>core:</strong> fix sameVnode for async component (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11107">#11107</a>) 5260830, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11107">#11107</a></li> <li><strong>core:</strong> remove trailing comma in function signature (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10845">#10845</a>) 579e1ff, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10845">#10845</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10843">#10843</a></li> <li><strong>errorHandler:</strong> async error handling for watchers (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9484">#9484</a>) e4dea59, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9484">#9484</a></li> <li><strong>keep-alive:</strong> cache what is really needed not the whole VNode data (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12015">#12015</a>) e7baaa1, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12015">#12015</a></li> <li><strong>parser:</strong> allow multiple slots with new syntax (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9785">#9785</a>) 67825c2, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9785">#9785</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9781">#9781</a></li> <li><strong>props:</strong> correctly warn when a provided prop is Symbol (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10529">#10529</a>) abb5ef3, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10529">#10529</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10519">#10519</a></li> <li><strong>props:</strong> support BigInt in props type validation (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11191">#11191</a>) fa1f81e, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11191">#11191</a></li> <li><strong>slot:</strong> add a function to return the slot fallback content (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12014">#12014</a>) ce457f9, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12014">#12014</a></li> <li><strong>ssr:</strong> avoid missing files in manifest (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11609">#11609</a>) b97606c, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11609">#11609</a></li> <li><strong>ssr:</strong> inheritAttrs false adds attributes to html (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11706">#11706</a>) 7e5dc6b, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11706">#11706</a></li> <li><strong>ssr:</strong> textarea keeps undefined/null values (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11121">#11121</a>) b8bd149, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11121">#11121</a></li> <li><strong>types:</strong> add types for Vue.util.warn function (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11964">#11964</a>) e0274e4, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11964">#11964</a> /github.com/vuejs/vue/blob/v2.6.12/src/core/util/debug.js#L18-L26</li> <li><strong>types:</strong> allow string for watch handlers in options (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10396">#10396</a>) 668e1e6, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10396">#10396</a></li> <li><strong>types:</strong> allow symbol &amp; boolean for vnode key (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11914">#11914</a>) 5c459f0, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11914">#11914</a></li> <li><strong>types:</strong> changed expression type to optional string (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11189">#11189</a>) 7c75462, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11189">#11189</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10871">#10871</a></li> <li><strong>types:</strong> make $refs undefined possible (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11112">#11112</a>) 2b93e86, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11112">#11112</a></li> <li><strong>v-on:</strong> avoid events with empty keyCode (autocomplete) (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11326">#11326</a>) c6d7a6f, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11326">#11326</a></li> <li>force update between two components with and without slot (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11795">#11795</a>) 77b5330, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11795">#11795</a></li> <li>give correct namespace in foreignObject (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11576">#11576</a>) af5e05d, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11576">#11576</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11575">#11575</a></li> <li>handle async placeholders in normalizeScopedSlot (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11963">#11963</a>) af54514, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11963">#11963</a></li> <li><strong>warns:</strong> modify <code>maybeComponent</code> function in parser (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10167">#10167</a>) 0603ff6, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10167">#10167</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10152">#10152</a></li> <li>pause dep collection during immediate watcher invocation (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11943">#11943</a>) 987f322, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11943">#11943</a></li> <li><strong>v-pre:</strong> do not alter attributes (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10088">#10088</a>) 0664cb0, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10088">#10088</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10087">#10087</a></li> <li><strong>vdom:</strong> avoid executing root level script tags (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11487">#11487</a>) fb16d7b, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11487">#11487</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11483">#11483</a></li> <li><strong>warn:</strong> better message with no constructors props (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9241">#9241</a>) 6940131, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9241">#9241</a></li> </ul> <h3>Features</h3> <ul> <li><strong>warn:</strong> warn computed conflict with methods (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10119">#10119</a>) 3ad60fe, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10119">#10119</a></li> <li><strong>warns:</strong> avoid warning native modifiers on dynamic components (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11052">#11052</a>) 3d46692, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11052">#11052</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li>preinitialize typeCheck RegExp (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10990">#10990</a>) 2488a6a, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10990">#10990</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/18660336a05f667927c5ed5117771d13984ff7b0"><code>1866033</code></a> build: release 2.6.13</li> <li><a href="https://github.com/vuejs/vue/commit/f34f6bb230909037c66a5a3ba3d66cd65cd45f0f"><code>f34f6bb</code></a> build: build 2.6.13</li> <li><a href="https://github.com/vuejs/vue/commit/f0380001576508fa83e59d783d0ab44a6ea827fe"><code>f038000</code></a> refactor: check is function for fallback slots</li> <li><a href="https://github.com/vuejs/vue/commit/d6ac00f77c20b9fb1c04ab9f63d918f8b57d1546"><code>d6ac00f</code></a> chore: display more oc sponsors on readme [ci skip]</li> <li><a href="https://github.com/vuejs/vue/commit/0ff1356ef7922f9c082a11fd2ec9124539468a6b"><code>0ff1356</code></a> chore: fix typo in README.md [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12064">#12064</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/f2a6a1b8d3d43065056b8eb956804ff1f75e3f0b"><code>f2a6a1b</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12054">#12054</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/df4e385c8f9fe9ec21e6304b1c470f7a718cc447"><code>df4e385</code></a> chore: fix opencollective silver sponsors in backers.md [ci skip]</li> <li><a href="https://github.com/vuejs/vue/commit/bb9190b30234da895df570027489d63521efad7d"><code>bb9190b</code></a> build(deps): bump ssri from 6.0.1 to 6.0.2 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12047">#12047</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/e7cf0634f59d0edd472c48792e371b91a8c55af7"><code>e7cf063</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12021">#12021</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/e7baaa12055231c9367fa1c7bf917e534bd8a739"><code>e7baaa1</code></a> fix(keep-alive): cache what is really needed not the whole VNode data (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/12015">#12015</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.6.12...v2.6.13">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~posva">posva</a>, a new releaser for vue-template-compiler since your current version.</p> </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:01 +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#490
No description provided.