[PR #60] [MERGED] Bump vue and vue-template-compiler #69

Closed
opened 2026-02-26 04:36:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/60
Author: @dependabot-preview[bot]
Created: 12/20/2019
Status: Merged
Merged: 1/7/2020
Merged by: @moollaza

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


📝 Commits (1)

  • 2792175 Bump vue and vue-template-compiler

📊 Changes

2 files changed (+21 additions, -11 deletions)

View changed files

📝 package.json (+2 -2)
📝 yarn.lock (+19 -9)

📄 Description

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

Release notes

Sourced from vue's releases.

v2.6.11

Security Fixes

  • Bump vue-server-renderer's dependency of serialize-javascript to 2.1.2

Bug Fixes

  • types: fix prop constructor type inference (#10779) 4821149, closes #10779
  • fix function expression regex (#9922) 569b728, closes #9922 #9920
  • compiler: Remove the warning for valid v-slot value (#9917) 085d188, closes #9917
  • types: fix global namespace declaration for UMD bundle (#9912) ab50e8e, closes #9912

v2.6.10

Bug Fixes

  • codegen: support named function expression in v-on (#9709) 3433ba5, closes #9709 #9707
  • core: cleanup timeouts for async components (#9649) 02d21c2, closes #9649 #9648
  • core: only unset dom prop when not present f11449d, closes #9650
  • core: use window.performance for compatibility in JSDOM (#9700) 653c74e, closes #9700 #9698
  • scheduler: revert timeStamp check 22790b2, closes #9729 #9632
  • slots: fix slots not updating when passing down normal slots as $scopedSlots ebc1893, closes #9699
  • types: allow using functions on the PropTypes (#9733) df4af4b, closes #9733 #9692
  • types: support string type for style in VNode data (#9728) 982d5a4, closes #9728 #9727

v2.6.9

Bug Fixes

  • event timeStamp check for Qt 7591b9d, closes #9681
  • should consider presence of normal slots when caching normalized scoped slots 9313cf9, closes #9644
  • should not swallow user catch on rejected promise in methods 7186940, closes #9694
  • should use fallback for scoped slots with single falsy v-if 781c705, closes #9658
  • ssr: not push non-async css files into map (#9677) d282400, closes #9677
  • v-bind object should be overridable by single bindings (#9653) 0b57380, closes #9653 #9641
  • compiler: whitespace: 'condense' should honor pre tag as well (#9660) f1bdd7f, closes #9660
  • scheduler: fix getNow check in IE9 (#9647) da77d6a, closes #9647 #9632
  • scheduler: getNow detection can randomly fail (#9667) ef2a380, closes #9667
  • ssr: fix nested async functional componet rendering (#9673) 8082d2f, closes #9673 #9643
  • transition: fix appear check for transition wrapper components (#9668) 4de4649, closes #9668

v2.6.8

Bug Fixes

  • avoid compression of unicode sequences by using regexps (#9595) 7912f75, closes #9595 #9456
  • fix modifier parsing for dynamic argument with deep path (#9585) 060c3b9, closes #9585 #9577
  • further adjust max stack size 571a488, closes #9562
  • handle async component when parent is toggled before resolve (#9572) ed34113, closes #9572 #9571
  • scoped slots dynamic check should include v-for on element itself 2277b23, closes #9596
  • compiler: set end location for incomplete elements (#9598) cbad54a, closes #9598
  • types: allow scoped slots to return a single VNode (#9563) 241eea1, closes #9563
  • types: update this for nextTick api (#9541) f333016, closes #9541
... (truncated)
Commits

Updates vue-template-compiler from 2.5.22 to 2.6.11

Release notes

Sourced from vue-template-compiler's releases.

v2.6.11

Security Fixes

  • Bump vue-server-renderer's dependency of serialize-javascript to 2.1.2

Bug Fixes

  • types: fix prop constructor type inference (#10779) 4821149, closes #10779
  • fix function expression regex (#9922) 569b728, closes #9922 #9920
  • compiler: Remove the warning for valid v-slot value (#9917) 085d188, closes #9917
  • types: fix global namespace declaration for UMD bundle (#9912) ab50e8e, closes #9912

v2.6.10

Bug Fixes

  • codegen: support named function expression in v-on (#9709) 3433ba5, closes #9709 #9707
  • core: cleanup timeouts for async components (#9649) 02d21c2, closes #9649 #9648
  • core: only unset dom prop when not present f11449d, closes #9650
  • core: use window.performance for compatibility in JSDOM (#9700) 653c74e, closes #9700 #9698
  • scheduler: revert timeStamp check 22790b2, closes #9729 #9632
  • slots: fix slots not updating when passing down normal slots as $scopedSlots ebc1893, closes #9699
  • types: allow using functions on the PropTypes (#9733) df4af4b, closes #9733 #9692
  • types: support string type for style in VNode data (#9728) 982d5a4, closes #9728 #9727

v2.6.9

Bug Fixes

  • event timeStamp check for Qt 7591b9d, closes #9681
  • should consider presence of normal slots when caching normalized scoped slots 9313cf9, closes #9644
  • should not swallow user catch on rejected promise in methods 7186940, closes #9694
  • should use fallback for scoped slots with single falsy v-if 781c705, closes #9658
  • ssr: not push non-async css files into map (#9677) d282400, closes #9677
  • v-bind object should be overridable by single bindings (#9653) 0b57380, closes #9653 #9641
  • compiler: whitespace: 'condense' should honor pre tag as well (#9660) f1bdd7f, closes #9660
  • scheduler: fix getNow check in IE9 (#9647) da77d6a, closes #9647 #9632
  • scheduler: getNow detection can randomly fail (#9667) ef2a380, closes #9667
  • ssr: fix nested async functional componet rendering (#9673) 8082d2f, closes #9673 #9643
  • transition: fix appear check for transition wrapper components (#9668) 4de4649, closes #9668

v2.6.8

Bug Fixes

  • avoid compression of unicode sequences by using regexps (#9595) 7912f75, closes #9595 #9456
  • fix modifier parsing for dynamic argument with deep path (#9585) 060c3b9, closes #9585 #9577
  • further adjust max stack size 571a488, closes #9562
  • handle async component when parent is toggled before resolve (#9572) ed34113, closes #9572 #9571
  • scoped slots dynamic check should include v-for on element itself 2277b23, closes #9596
  • compiler: set end location for incomplete elements (#9598) cbad54a, closes #9598
  • types: allow scoped slots to return a single VNode (#9563) 241eea1, closes #9563
  • types: update this for nextTick api (#9541) f333016, closes #9541
... (truncated)
Commits

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)
  • @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)
  • 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)

🔄 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/moollaza/repo-remover/pull/60 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/20/2019 **Status:** ✅ Merged **Merged:** 1/7/2020 **Merged by:** [@moollaza](https://github.com/moollaza) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.11` --- ### 📝 Commits (1) - [`2792175`](https://github.com/moollaza/repo-remover/commit/2792175b6908c23c6c4a98f1018bcd9949da93d5) Bump vue and vue-template-compiler ### 📊 Changes **2 files changed** (+21 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -2) 📝 `yarn.lock` (+19 -9) </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.22 to 2.6.11 <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.11</h2> <h3>Security Fixes</h3> <ul> <li>Bump <code>vue-server-renderer</code>'s dependency of <code>serialize-javascript</code> to 2.1.2</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> fix prop constructor type inference (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10779">#10779</a>) 4821149, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10779">#10779</a></li> <li>fix function expression regex (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9922">#9922</a>) 569b728, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9922">#9922</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9920">#9920</a></li> <li><strong>compiler:</strong> Remove the warning for valid v-slot value (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9917">#9917</a>) 085d188, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9917">#9917</a></li> <li><strong>types:</strong> fix global namespace declaration for UMD bundle (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9912">#9912</a>) ab50e8e, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9912">#9912</a></li> </ul> <h2>v2.6.10</h2> <h3>Bug Fixes</h3> <ul> <li><strong>codegen:</strong> support named function expression in v-on (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9709">#9709</a>) 3433ba5, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9709">#9709</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9707">#9707</a></li> <li><strong>core:</strong> cleanup timeouts for async components (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9649">#9649</a>) 02d21c2, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9649">#9649</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9648">#9648</a></li> <li><strong>core:</strong> only unset dom prop when not present f11449d, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9650">#9650</a></li> <li><strong>core:</strong> use window.performance for compatibility in JSDOM (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9700">#9700</a>) 653c74e, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9700">#9700</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9698">#9698</a></li> <li><strong>scheduler:</strong> revert timeStamp check 22790b2, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9729">#9729</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9632">#9632</a></li> <li><strong>slots:</strong> fix slots not updating when passing down normal slots as $scopedSlots ebc1893, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9699">#9699</a></li> <li><strong>types:</strong> allow using functions on the PropTypes (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9733">#9733</a>) df4af4b, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9733">#9733</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9692">#9692</a></li> <li><strong>types:</strong> support string type for style in VNode data (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9728">#9728</a>) 982d5a4, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9728">#9728</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9727">#9727</a></li> </ul> <h2>v2.6.9</h2> <h3>Bug Fixes</h3> <ul> <li>event timeStamp check for Qt 7591b9d, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9681">#9681</a></li> <li>should consider presence of normal slots when caching normalized scoped slots 9313cf9, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9644">#9644</a></li> <li>should not swallow user catch on rejected promise in methods 7186940, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9694">#9694</a></li> <li>should use fallback for scoped slots with single falsy v-if 781c705, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9658">#9658</a></li> <li><strong>ssr:</strong> not push non-async css files into map (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9677">#9677</a>) d282400, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9677">#9677</a></li> <li>v-bind object should be overridable by single bindings (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9653">#9653</a>) 0b57380, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9653">#9653</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9641">#9641</a></li> <li><strong>compiler:</strong> whitespace: 'condense' should honor pre tag as well (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9660">#9660</a>) f1bdd7f, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9660">#9660</a></li> <li><strong>scheduler:</strong> fix getNow check in IE9 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9647">#9647</a>) da77d6a, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9647">#9647</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9632">#9632</a></li> <li><strong>scheduler:</strong> getNow detection can randomly fail (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9667">#9667</a>) ef2a380, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9667">#9667</a></li> <li><strong>ssr:</strong> fix nested async functional componet rendering (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9673">#9673</a>) 8082d2f, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9673">#9673</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9643">#9643</a></li> <li><strong>transition:</strong> fix appear check for transition wrapper components (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9668">#9668</a>) 4de4649, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9668">#9668</a></li> </ul> <h2>v2.6.8</h2> <h3>Bug Fixes</h3> <ul> <li>avoid compression of unicode sequences by using regexps (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9595">#9595</a>) 7912f75, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9595">#9595</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9456">#9456</a></li> <li>fix modifier parsing for dynamic argument with deep path (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9585">#9585</a>) 060c3b9, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9585">#9585</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9577">#9577</a></li> <li>further adjust max stack size 571a488, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9562">#9562</a></li> <li>handle async component when parent is toggled before resolve (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9572">#9572</a>) ed34113, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9572">#9572</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9571">#9571</a></li> <li>scoped slots dynamic check should include v-for on element itself 2277b23, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9596">#9596</a></li> <li><strong>compiler:</strong> set end location for incomplete elements (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9598">#9598</a>) cbad54a, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9598">#9598</a></li> <li><strong>types:</strong> allow scoped slots to return a single VNode (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9563">#9563</a>) 241eea1, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9563">#9563</a></li> <li><strong>types:</strong> update this for nextTick api (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9541">#9541</a>) f333016, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9541">#9541</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/ec78fc8b6d03e59da669be1adf4b4b5abf670a34"><code>ec78fc8</code></a> build: release 2.6.11</li> <li><a href="https://github.com/vuejs/vue/commit/a98048fa67bb686eced6eacec156caccd33b8676"><code>a98048f</code></a> build: build 2.6.11</li> <li><a href="https://github.com/vuejs/vue/commit/fc41f913124b4c9cfdc9670392009774c7fc85ad"><code>fc41f91</code></a> chore: update yarn.lock</li> <li><a href="https://github.com/vuejs/vue/commit/70429c3713a497c0659fb67d61b000a3125325d2"><code>70429c3</code></a> build(deps-dev): bump serialize-javascript from 1.3.0 to 2.1.2 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10914">#10914</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/9fbd416635eb3d7b32cd73b7c29f8377003c4dc8"><code>9fbd416</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10896">#10896</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/a9740225c85d8de7594a3dfcb8f18f573d4426e5"><code>a974022</code></a> chore: update backers [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10895">#10895</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/6b4c0f9c89899f89a3ef258fb0599d78bef65664"><code>6b4c0f9</code></a> chore: typo in comment</li> <li><a href="https://github.com/vuejs/vue/commit/fd0eaf92948bb5a4882d538362091fb287d642e3"><code>fd0eaf9</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10841">#10841</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/2c6a827b39d824f87239dc124a0e3f0895d43247"><code>2c6a827</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10821">#10821</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/f796ab4983f3b4066ef9a49dc654f1ee66fc3d34"><code>f796ab4</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10800">#10800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.5.22...v2.6.11">compare view</a></li> </ul> </details> <br /> Updates `vue-template-compiler` from 2.5.22 to 2.6.11 <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.11</h2> <h3>Security Fixes</h3> <ul> <li>Bump <code>vue-server-renderer</code>'s dependency of <code>serialize-javascript</code> to 2.1.2</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> fix prop constructor type inference (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10779">#10779</a>) 4821149, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10779">#10779</a></li> <li>fix function expression regex (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9922">#9922</a>) 569b728, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9922">#9922</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9920">#9920</a></li> <li><strong>compiler:</strong> Remove the warning for valid v-slot value (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9917">#9917</a>) 085d188, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9917">#9917</a></li> <li><strong>types:</strong> fix global namespace declaration for UMD bundle (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9912">#9912</a>) ab50e8e, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9912">#9912</a></li> </ul> <h2>v2.6.10</h2> <h3>Bug Fixes</h3> <ul> <li><strong>codegen:</strong> support named function expression in v-on (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9709">#9709</a>) 3433ba5, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9709">#9709</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9707">#9707</a></li> <li><strong>core:</strong> cleanup timeouts for async components (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9649">#9649</a>) 02d21c2, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9649">#9649</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9648">#9648</a></li> <li><strong>core:</strong> only unset dom prop when not present f11449d, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9650">#9650</a></li> <li><strong>core:</strong> use window.performance for compatibility in JSDOM (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9700">#9700</a>) 653c74e, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9700">#9700</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9698">#9698</a></li> <li><strong>scheduler:</strong> revert timeStamp check 22790b2, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9729">#9729</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9632">#9632</a></li> <li><strong>slots:</strong> fix slots not updating when passing down normal slots as $scopedSlots ebc1893, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9699">#9699</a></li> <li><strong>types:</strong> allow using functions on the PropTypes (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9733">#9733</a>) df4af4b, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9733">#9733</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9692">#9692</a></li> <li><strong>types:</strong> support string type for style in VNode data (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9728">#9728</a>) 982d5a4, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9728">#9728</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9727">#9727</a></li> </ul> <h2>v2.6.9</h2> <h3>Bug Fixes</h3> <ul> <li>event timeStamp check for Qt 7591b9d, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9681">#9681</a></li> <li>should consider presence of normal slots when caching normalized scoped slots 9313cf9, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9644">#9644</a></li> <li>should not swallow user catch on rejected promise in methods 7186940, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9694">#9694</a></li> <li>should use fallback for scoped slots with single falsy v-if 781c705, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9658">#9658</a></li> <li><strong>ssr:</strong> not push non-async css files into map (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9677">#9677</a>) d282400, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9677">#9677</a></li> <li>v-bind object should be overridable by single bindings (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9653">#9653</a>) 0b57380, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9653">#9653</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9641">#9641</a></li> <li><strong>compiler:</strong> whitespace: 'condense' should honor pre tag as well (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9660">#9660</a>) f1bdd7f, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9660">#9660</a></li> <li><strong>scheduler:</strong> fix getNow check in IE9 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9647">#9647</a>) da77d6a, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9647">#9647</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9632">#9632</a></li> <li><strong>scheduler:</strong> getNow detection can randomly fail (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9667">#9667</a>) ef2a380, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9667">#9667</a></li> <li><strong>ssr:</strong> fix nested async functional componet rendering (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9673">#9673</a>) 8082d2f, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9673">#9673</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9643">#9643</a></li> <li><strong>transition:</strong> fix appear check for transition wrapper components (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9668">#9668</a>) 4de4649, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9668">#9668</a></li> </ul> <h2>v2.6.8</h2> <h3>Bug Fixes</h3> <ul> <li>avoid compression of unicode sequences by using regexps (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9595">#9595</a>) 7912f75, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9595">#9595</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9456">#9456</a></li> <li>fix modifier parsing for dynamic argument with deep path (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9585">#9585</a>) 060c3b9, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9585">#9585</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9577">#9577</a></li> <li>further adjust max stack size 571a488, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9562">#9562</a></li> <li>handle async component when parent is toggled before resolve (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9572">#9572</a>) ed34113, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9572">#9572</a> <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9571">#9571</a></li> <li>scoped slots dynamic check should include v-for on element itself 2277b23, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9596">#9596</a></li> <li><strong>compiler:</strong> set end location for incomplete elements (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9598">#9598</a>) cbad54a, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9598">#9598</a></li> <li><strong>types:</strong> allow scoped slots to return a single VNode (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9563">#9563</a>) 241eea1, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9563">#9563</a></li> <li><strong>types:</strong> update this for nextTick api (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9541">#9541</a>) f333016, closes <a href="https://github-redirect.dependabot.com/vuejs/vue/issues/9541">#9541</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/ec78fc8b6d03e59da669be1adf4b4b5abf670a34"><code>ec78fc8</code></a> build: release 2.6.11</li> <li><a href="https://github.com/vuejs/vue/commit/a98048fa67bb686eced6eacec156caccd33b8676"><code>a98048f</code></a> build: build 2.6.11</li> <li><a href="https://github.com/vuejs/vue/commit/fc41f913124b4c9cfdc9670392009774c7fc85ad"><code>fc41f91</code></a> chore: update yarn.lock</li> <li><a href="https://github.com/vuejs/vue/commit/70429c3713a497c0659fb67d61b000a3125325d2"><code>70429c3</code></a> build(deps-dev): bump serialize-javascript from 1.3.0 to 2.1.2 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10914">#10914</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/9fbd416635eb3d7b32cd73b7c29f8377003c4dc8"><code>9fbd416</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10896">#10896</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/a9740225c85d8de7594a3dfcb8f18f573d4426e5"><code>a974022</code></a> chore: update backers [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10895">#10895</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/6b4c0f9c89899f89a3ef258fb0599d78bef65664"><code>6b4c0f9</code></a> chore: typo in comment</li> <li><a href="https://github.com/vuejs/vue/commit/fd0eaf92948bb5a4882d538362091fb287d642e3"><code>fd0eaf9</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10841">#10841</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/2c6a827b39d824f87239dc124a0e3f0895d43247"><code>2c6a827</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10821">#10821</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/f796ab4983f3b4066ef9a49dc654f1ee66fc3d34"><code>f796ab4</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/10800">#10800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.5.22...v2.6.11">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) - `@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) - 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:36:44 +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/repo-remover-moollaza#69
No description provided.