[PR #479] [CLOSED] Bump vue from 2.6.14 to 3.2.30 #518

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/479
Author: @dependabot[bot]
Created: 2/12/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/vue-3.2.30


📝 Commits (1)

  • 489a910 Bump vue from 2.6.14 to 3.2.30

📊 Changes

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

View changed files

📝 package-lock.json (+352 -7)
📝 package.json (+1 -1)

📄 Description

Bumps vue from 2.6.14 to 3.2.30.

Release notes

Sourced from vue's releases.

v3.2.30

Please refer to CHANGELOG.md for details.

v3.2.29

Please refer to CHANGELOG.md for details.

v3.2.28

Please refer to CHANGELOG.md for details.

v3.2.27

Please refer to CHANGELOG.md for details.

v3.2.26

Please refer to CHANGELOG.md for details.

v3.2.25

Please refer to CHANGELOG.md for details.

v3.2.24

Please refer to CHANGELOG.md for details.

v3.2.23

Please refer to CHANGELOG.md for details.

v3.2.22

Please refer to CHANGELOG.md for details.

v3.2.21

Please refer to CHANGELOG.md for details.

v3.2.20

Please refer to CHANGELOG.md for details.

v3.2.19

Please refer to CHANGELOG.md for details.

v3.2.18

Please refer to CHANGELOG.md for details.

v3.2.17

Please refer to CHANGELOG.md for details.

v3.2.16

Please refer to CHANGELOG.md for details.

v3.2.15

Please refer to CHANGELOG.md for details.

v3.2.14

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.2.30 (2022-02-07)

Features

  • ssr: support custom directive getSSRProps in optimized compilation (60cf175), closes #5304

Performance Improvements

  • reactivity: optimize effect/effectScope active state tracking (2993a24)

3.2.29 (2022-01-23)

Bug Fixes

  • compiler-sfc: fix css v-bind inside other css functions (16fa18d), closes #5302 #5306
  • reactivity: ensure readonly refs can be replaced with new refs in reactive objects (#5310) (4be1037), closes #5307
  • runtime-dom: fix static content re-insertion (9aa5dfd), closes #5308

3.2.28 (2022-01-21)

  • build: fix build script (3d80b15)
  • fix(compat): convertLegacyVModelProps should merge model option in mixins (#5251) (72130ac), closes #5251
  • fix(compat): ensure fallthrough *Native events are not dropped during props update (#5228) (97f6bd9), closes #5228
  • fix(compat): simulate Vue 2.6.14 version in compat build (#5293) (d0b9708), closes #5293
  • fix(compiler-core): handle v-memo in template v-for (#5291) (9f55e6f), closes #5291 #5288
  • fix(compiler-sfc): support complex expression in CSS v-bind() (#5114) (95d49bf), closes #5114 #5109
  • fix(compiler-sfc/reactivity-transform): fix edge case where normal script has ref macros but script (4768f26)
  • fix(reactivity-transform): apply transform for labelled variable declarations (a05b000), closes vuejs/core#5298
  • fix(reactivity-transform): apply transform on exported variable declarations (a81a992), closes #5298
  • fix(reactivity): differentiate shallow/deep proxies of same target when nested in reactive (9c304bf), closes #5271
  • fix(reactivity): mutating a readonly ref nested in a reactive object should fail. (#5048) (171f5e9), closes #5048 #5042
  • fix(runtime-core): ensure mergeProps skips undefined event handlers (#5299) (c35ec47), closes #5299 #5296
  • fix(ssr): only cache computed getters during render phase (2f91872), closes #5300
  • fix(types): calling readonly() with ref() should return Readonly (#5212) (c64907d), closes #5212
  • refactor: includes instead of indexOf (#5117) (63210fe), closes #5117
  • chore: bump marked (0c06c74)
  • chore: comment dom tag config usage [ci skip] (b2bac9f)
  • chore: fix typo (#5261) [ci skip] (e603fd2), closes #5261
  • chore: fix typo (#5282) [ci skip] (e802275), closes #5282
  • chore: type improvements (#5264) (92e04a6), closes #5264
  • chore: update repo references (ae4b078)
  • perf(reactivity): optimize effect run condition (25bc654)
  • feat(reactivity): add isShallow api (9fda941)

... (truncated)

Commits

Dependabot compatibility score

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/479 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/12/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-3.2.30` --- ### 📝 Commits (1) - [`489a910`](https://github.com/nextcloud/twofactor_gateway/commit/489a910f2cf277076085c0892eb73be75ba5a366) Bump vue from 2.6.14 to 3.2.30 ### 📊 Changes **2 files changed** (+353 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+352 -7) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue](https://github.com/vuejs/core) from 2.6.14 to 3.2.30. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.2.30</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.29</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.28</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.27</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.26</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.25</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.24</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.23</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.22</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.21</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.20</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.19</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.18</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.17</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.16</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.15</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.14</h2> <p>Please refer to <a href="https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.2.29...v3.2.30">3.2.30</a> (2022-02-07)</h2> <h3>Features</h3> <ul> <li><strong>ssr:</strong> support custom directive getSSRProps in optimized compilation (<a href="https://github.com/vuejs/core/commit/60cf175d88236db2c2a4a02900c92e26ceea0073">60cf175</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5304">#5304</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>reactivity:</strong> optimize effect/effectScope active state tracking (<a href="https://github.com/vuejs/core/commit/2993a246181df12e367b7abdfce0954244e8f7ec">2993a24</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue-next/compare/v3.2.28...v3.2.29">3.2.29</a> (2022-01-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> fix css v-bind inside other css functions (<a href="https://github.com/vuejs/vue-next/commit/16fa18da6dbbc52c89f9ea729816e1e70ab0d388">16fa18d</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5302">#5302</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5306">#5306</a></li> <li><strong>reactivity:</strong> ensure readonly refs can be replaced with new refs in reactive objects (<a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5310">#5310</a>) (<a href="https://github.com/vuejs/vue-next/commit/4be1037f31e169d667059c44364fc3e43803accb">4be1037</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5307">#5307</a></li> <li><strong>runtime-dom:</strong> fix static content re-insertion (<a href="https://github.com/vuejs/vue-next/commit/9aa5dfd4bb8efac0041e33ef5fdbebab59cc6516">9aa5dfd</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5308">#5308</a></li> </ul> <h2><!-- raw HTML omitted -->3.2.28 (2022-01-21)<!-- raw HTML omitted --></h2> <ul> <li>build: fix build script (<a href="https://github.com/vuejs/vue-next/commit/3d80b15">3d80b15</a>)</li> <li>fix(compat): convertLegacyVModelProps should merge model option in mixins (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5251">#5251</a>) (<a href="https://github.com/vuejs/vue-next/commit/72130ac">72130ac</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5251">#5251</a></li> <li>fix(compat): ensure fallthrough *Native events are not dropped during props update (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5228">#5228</a>) (<a href="https://github.com/vuejs/vue-next/commit/97f6bd9">97f6bd9</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5228">#5228</a></li> <li>fix(compat): simulate Vue 2.6.14 version in compat build (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5293">#5293</a>) (<a href="https://github.com/vuejs/vue-next/commit/d0b9708">d0b9708</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5293">#5293</a></li> <li>fix(compiler-core): handle v-memo in template v-for (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5291">#5291</a>) (<a href="https://github.com/vuejs/vue-next/commit/9f55e6f">9f55e6f</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5291">#5291</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5288">#5288</a></li> <li>fix(compiler-sfc): support complex expression in CSS v-bind() (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5114">#5114</a>) (<a href="https://github.com/vuejs/vue-next/commit/95d49bf">95d49bf</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5114">#5114</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5109">#5109</a></li> <li>fix(compiler-sfc/reactivity-transform): fix edge case where normal script has ref macros but script (<a href="https://github.com/vuejs/vue-next/commit/4768f26">4768f26</a>)</li> <li>fix(reactivity-transform): apply transform for labelled variable declarations (<a href="https://github.com/vuejs/vue-next/commit/a05b000">a05b000</a>), closes <a href="https://github-redirect.dependabot.com//github-redirect.dependabot.com/vuejs/core/issues/5298/issues/issuecomment-1017970061">vuejs/core#5298</a></li> <li>fix(reactivity-transform): apply transform on exported variable declarations (<a href="https://github.com/vuejs/vue-next/commit/a81a992">a81a992</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5298">#5298</a></li> <li>fix(reactivity): differentiate shallow/deep proxies of same target when nested in reactive (<a href="https://github.com/vuejs/vue-next/commit/9c304bf">9c304bf</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5271">#5271</a></li> <li>fix(reactivity): mutating a readonly ref nested in a reactive object should fail. (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5048">#5048</a>) (<a href="https://github.com/vuejs/vue-next/commit/171f5e9">171f5e9</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5048">#5048</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5042">#5042</a></li> <li>fix(runtime-core): ensure mergeProps skips undefined event handlers (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5299">#5299</a>) (<a href="https://github.com/vuejs/vue-next/commit/c35ec47">c35ec47</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5299">#5299</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5296">#5296</a></li> <li>fix(ssr): only cache computed getters during render phase (<a href="https://github.com/vuejs/vue-next/commit/2f91872">2f91872</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5300">#5300</a></li> <li>fix(types): calling readonly() with ref() should return Readonly<!-- raw HTML omitted --> (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5212">#5212</a>) (<a href="https://github.com/vuejs/vue-next/commit/c64907d">c64907d</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5212">#5212</a></li> <li>refactor: includes instead of indexOf (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5117">#5117</a>) (<a href="https://github.com/vuejs/vue-next/commit/63210fe">63210fe</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5117">#5117</a></li> <li>chore: bump marked (<a href="https://github.com/vuejs/vue-next/commit/0c06c74">0c06c74</a>)</li> <li>chore: comment dom tag config usage [ci skip] (<a href="https://github.com/vuejs/vue-next/commit/b2bac9f">b2bac9f</a>)</li> <li>chore: fix typo (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5261">#5261</a>) [ci skip] (<a href="https://github.com/vuejs/vue-next/commit/e603fd2">e603fd2</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5261">#5261</a></li> <li>chore: fix typo (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5282">#5282</a>) [ci skip] (<a href="https://github.com/vuejs/vue-next/commit/e802275">e802275</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5282">#5282</a></li> <li>chore: type improvements (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5264">#5264</a>) (<a href="https://github.com/vuejs/vue-next/commit/92e04a6">92e04a6</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/5264">#5264</a></li> <li>chore: update repo references (<a href="https://github.com/vuejs/vue-next/commit/ae4b078">ae4b078</a>)</li> <li>perf(reactivity): optimize effect run condition (<a href="https://github.com/vuejs/vue-next/commit/25bc654">25bc654</a>)</li> <li>feat(reactivity): add isShallow api (<a href="https://github.com/vuejs/vue-next/commit/9fda941">9fda941</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.2.30">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue&package-manager=npm_and_yarn&previous-version=2.6.14&new-version=3.2.30)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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:09 +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#518
No description provided.