[PR #156] [MERGED] Bump vue and vue-template-compiler #160

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

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/156
Author: @dependabot-preview[bot]
Created: 9/1/2020
Status: Merged
Merged: 9/13/2020
Merged by: @moollaza

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


📝 Commits (1)

  • 63b26b9 Bump vue and vue-template-compiler

📊 Changes

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

View changed files

📝 package.json (+2 -2)
📝 yarn.lock (+8 -8)

📄 Description

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

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
Commits

Updates vue-template-compiler from 2.5.22 to 2.6.12

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
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/156 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/1/2020 **Status:** ✅ Merged **Merged:** 9/13/2020 **Merged by:** [@moollaza](https://github.com/moollaza) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.12` --- ### 📝 Commits (1) - [`63b26b9`](https://github.com/moollaza/repo-remover/commit/63b26b926a0aa6de446983e3dd727c9932c6f3a7) Bump vue and vue-template-compiler ### 📊 Changes **2 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -2) 📝 `yarn.lock` (+8 -8) </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.12 <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> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/bb253db0b3e17124b6d1fe93fbf2db35470a1347"><code>bb253db</code></a> build: release 2.6.12</li> <li><a href="https://github.com/vuejs/vue/commit/60a71ea0e4d2e0a856390f5db85de711842a68d1"><code>60a71ea</code></a> build: build 2.6.12</li> <li><a href="https://github.com/vuejs/vue/commit/5b399612d8323ad0bb8b3f6fa8b2982ab73c0e6e"><code>5b39961</code></a> fix(security): upgrade serialize-javascript (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11434">#11434</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/46ae9525964ea475dc927031e165c2b209396ac8"><code>46ae952</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11570">#11570</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/d9a41d2ea17e726432de61e482c805fcea891efa"><code>d9a41d2</code></a> build(deps): bump elliptic from 6.4.1 to 6.5.3 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11554">#11554</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/6c1f3872edc129df35a2c7f0b797caa790717e8a"><code>6c1f387</code></a> chore: update sponsors [ci skip]</li> <li><a href="https://github.com/vuejs/vue/commit/4611a44628e132bbd4a9cc064fba3f22e5842b41"><code>4611a44</code></a> chore: update backers [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11566">#11566</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/38cfb2b20f0bc47fbb1906e886c43bd4178bcb2c"><code>38cfb2b</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11542">#11542</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/8ead9d2a0d4ca686eaf5e35526eff4af1b8c79a7"><code>8ead9d2</code></a> chore: spelling and grammar (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11481">#11481</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/98b4d683f578bb09c4e56f35048e49441c590a41"><code>98b4d68</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11435">#11435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.5.22...v2.6.12">compare view</a></li> </ul> </details> <br /> Updates `vue-template-compiler` from 2.5.22 to 2.6.12 <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> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/bb253db0b3e17124b6d1fe93fbf2db35470a1347"><code>bb253db</code></a> build: release 2.6.12</li> <li><a href="https://github.com/vuejs/vue/commit/60a71ea0e4d2e0a856390f5db85de711842a68d1"><code>60a71ea</code></a> build: build 2.6.12</li> <li><a href="https://github.com/vuejs/vue/commit/5b399612d8323ad0bb8b3f6fa8b2982ab73c0e6e"><code>5b39961</code></a> fix(security): upgrade serialize-javascript (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11434">#11434</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/46ae9525964ea475dc927031e165c2b209396ac8"><code>46ae952</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11570">#11570</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/d9a41d2ea17e726432de61e482c805fcea891efa"><code>d9a41d2</code></a> build(deps): bump elliptic from 6.4.1 to 6.5.3 (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11554">#11554</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/6c1f3872edc129df35a2c7f0b797caa790717e8a"><code>6c1f387</code></a> chore: update sponsors [ci skip]</li> <li><a href="https://github.com/vuejs/vue/commit/4611a44628e132bbd4a9cc064fba3f22e5842b41"><code>4611a44</code></a> chore: update backers [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11566">#11566</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/38cfb2b20f0bc47fbb1906e886c43bd4178bcb2c"><code>38cfb2b</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11542">#11542</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/8ead9d2a0d4ca686eaf5e35526eff4af1b8c79a7"><code>8ead9d2</code></a> chore: spelling and grammar (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11481">#11481</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/98b4d683f578bb09c4e56f35048e49441c590a41"><code>98b4d68</code></a> chore: update sponsors [ci skip] (<a href="https://github-redirect.dependabot.com/vuejs/vue/issues/11435">#11435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.5.22...v2.6.12">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 05:30:33 +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#160
No description provided.