#5 - (js) Bump @vue/compiler-sfc from 3.2.31 to 3.2.33 #141

Merged
dependabot[bot] merged 3 commits from dependabot/npm_and_yarn/main/vue/compiler-sfc-3.2.33 into main 2022-05-06 08:34:03 +02:00
dependabot[bot] commented 2022-05-01 08:08:52 +02:00 (Migrated from github.com)

Bumps @vue/compiler-sfc from 3.2.31 to 3.2.33.

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.2.33

Please refer to CHANGELOG.md for details.

v3.2.32

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.2.33 (2022-04-14)

Bug Fixes

  • compat: copy additional properties for functions bound via globalProperties (#4873) (1612971), closes #4403
  • compiler-sfc: handle type modifier in import specifiers (#5498) (8e29ef6)
  • custom-elements: work with async component + slots (#4657) (f4d2c9f), closes #4639
  • reactivity-transform: should not rewrite catch param (#5711) (1f14f19), closes #5709
  • reactivity: fix ref tracking of self-stopping effects (154233a), closes #5707
  • runtime-core: ensure custom events are not emitted anymore after unmount. (#5679) (71c9536), closes #5674
  • runtime-core: fix use of non-existent-in-prod internal property in defineProperty trap (f641c4b), closes #5710
  • runtime-dom: catch more cases of DOM property setting error (#5552) (fa1d14c), closes #5545
  • runtime-dom: patch translate as an attr (#5485) (2c09969), closes #5462
  • runtime-dom: properly handle style properties with undefined values (#5348) (85af139), closes #5322
  • ssr: avoid rendering reserved internal keys in output (#5564) (cc238cd), closes #5563
  • transition: fix broken leave transition on dev root fragment (#5268) (767d212)
  • transition: handle transition for v-if branches with comment (62eba63), closes #5675

3.2.32 (2022-04-12)

Bug Fixes

  • devtools: perf: use high-resolution time (1070f12)
  • reactivity: fix currentScope loss when running detached effect scope (#5575) (0a301d4)
  • runtime-core/template-ref: named ref in v-for regression fix (#5118) (cee1eaf), closes #5116 #5447 #5525
  • runtime-core: allow spying on proxy methods regression (#5417) (1574edd), closes #5415 #4216
  • runtime-core: Avoid mutating original options object in createApp (#4840) (d121a9b), closes #4398
  • runtime-core: ensure custom directive instance properly exposes properties on closed instances. (#5022) (f44087e), closes #5018
  • runtime-core: fix event listener as dynamicProp is added erroneously to props (#5517) (8eceabd), closes #5520
  • transition: ensure flattened transition group children inherit parent keys (4311ddd), closes #4718 #5360 #5392
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)
Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.2.31 to 3.2.33. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@​vue/compiler-sfc</code>'s releases</a>.</em></p> <blockquote> <h2>v3.2.33</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.32</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@​vue/compiler-sfc</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.2.32...v3.2.33">3.2.33</a> (2022-04-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compat:</strong> copy additional properties for functions bound via globalProperties (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/4873">#4873</a>) (<a href="https://github.com/vuejs/core/commit/16129714714e19c5c6bfbd05c439ff68bcac00b9">1612971</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/4403">#4403</a></li> <li><strong>compiler-sfc:</strong> handle type modifier in import specifiers (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5498">#5498</a>) (<a href="https://github.com/vuejs/core/commit/8e29ef6019d1b9d9c8f67b4ebba0223b8e0f914c">8e29ef6</a>)</li> <li><strong>custom-elements:</strong> work with async component + slots (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/4657">#4657</a>) (<a href="https://github.com/vuejs/core/commit/f4d2c9fc6afea827a081c1eeab78ce5c0cc620ca">f4d2c9f</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/4639">#4639</a></li> <li><strong>reactivity-transform:</strong> should not rewrite catch param (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5711">#5711</a>) (<a href="https://github.com/vuejs/core/commit/1f14f194396bf9296a1046d3f680d6d318cd0e40">1f14f19</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5709">#5709</a></li> <li><strong>reactivity:</strong> fix ref tracking of self-stopping effects (<a href="https://github.com/vuejs/core/commit/154233abdb19b8330bbc1ff0d3e007f2558cd81c">154233a</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5707">#5707</a></li> <li><strong>runtime-core:</strong> ensure custom events are not emitted anymore after unmount. (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5679">#5679</a>) (<a href="https://github.com/vuejs/core/commit/71c953662528c4f0be68e7b412585c6809794528">71c9536</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5674">#5674</a></li> <li><strong>runtime-core:</strong> fix use of non-existent-in-prod internal property in defineProperty trap (<a href="https://github.com/vuejs/core/commit/f641c4b2289dfdbbbea87538e36fa35f2a115ddc">f641c4b</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5710">#5710</a></li> <li><strong>runtime-dom:</strong> catch more cases of DOM property setting error (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5552">#5552</a>) (<a href="https://github.com/vuejs/core/commit/fa1d14c2c82a70743ed837ee91c8966373aa8142">fa1d14c</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5545">#5545</a></li> <li><strong>runtime-dom:</strong> patch translate as an attr (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5485">#5485</a>) (<a href="https://github.com/vuejs/core/commit/2c09969b1316b88f9a60406ce7c49cf1110bc400">2c09969</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5462">#5462</a></li> <li><strong>runtime-dom:</strong> properly handle style properties with undefined values (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5348">#5348</a>) (<a href="https://github.com/vuejs/core/commit/85af1398637ee91c6ebabb73bf42250320311e19">85af139</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5322">#5322</a></li> <li><strong>ssr:</strong> avoid rendering reserved internal keys in output (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5564">#5564</a>) (<a href="https://github.com/vuejs/core/commit/cc238cdb8e9e90b700c22dfb0530d395e60c9836">cc238cd</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5563">#5563</a></li> <li><strong>transition:</strong> fix broken leave transition on dev root fragment (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5268">#5268</a>) (<a href="https://github.com/vuejs/core/commit/767d212d20a9a488d183610d048ba131bbfd067e">767d212</a>)</li> <li><strong>transition:</strong> handle transition for v-if branches with comment (<a href="https://github.com/vuejs/core/commit/62eba63172414ae0aa895d4b1927c7889c398f2f">62eba63</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5675">#5675</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.2.31...v3.2.32">3.2.32</a> (2022-04-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>devtools:</strong> perf: use high-resolution time (<a href="https://github.com/vuejs/core/commit/1070f127a78bfe7da6fe550cc272ef11a1f434a0">1070f12</a>)</li> <li><strong>reactivity:</strong> fix currentScope loss when running detached effect scope (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5575">#5575</a>) (<a href="https://github.com/vuejs/core/commit/0a301d4dabd667526cbcd96e88b50741b519a812">0a301d4</a>)</li> <li><strong>runtime-core/template-ref:</strong> named ref in v-for regression fix (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5118">#5118</a>) (<a href="https://github.com/vuejs/core/commit/cee1eafb4d2d5df901c9536ac59c321be72598b5">cee1eaf</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5116">#5116</a> <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5447">#5447</a> <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5525">#5525</a></li> <li><strong>runtime-core:</strong> allow spying on proxy methods regression (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5417">#5417</a>) (<a href="https://github.com/vuejs/core/commit/1574edd490bd5cc0a213bc9f48ff41a1dc43ab22">1574edd</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5415">#5415</a> <a href="https://github-redirect.dependabot.com/vuejs/core/issues/4216">#4216</a></li> <li><strong>runtime-core:</strong> Avoid mutating original options object in createApp (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/4840">#4840</a>) (<a href="https://github.com/vuejs/core/commit/d121a9bc7e7af59adb2d2803954cfeee95b35270">d121a9b</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/4398">#4398</a></li> <li><strong>runtime-core:</strong> ensure custom directive instance properly exposes properties on closed instances. (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5022">#5022</a>) (<a href="https://github.com/vuejs/core/commit/f44087e171282cb77f1e23d86516a527e4c5804b">f44087e</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5018">#5018</a></li> <li><strong>runtime-core:</strong> fix event listener as dynamicProp is added erroneously to props (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5517">#5517</a>) (<a href="https://github.com/vuejs/core/commit/8eceabd14ebab2ba6523f920134b02fdf21e0a1c">8eceabd</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5520">#5520</a></li> <li><strong>transition:</strong> ensure flattened transition group children inherit parent keys (<a href="https://github.com/vuejs/core/commit/4311dddfa72b405b20f469f8f219ec3027972f55">4311ddd</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/4718">#4718</a> <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5360">#5360</a> <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5392">#5392</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/56879e6b233d33a2e91e658451fec27e881ca7fd"><code>56879e6</code></a> release: v3.2.33</li> <li><a href="https://github.com/vuejs/core/commit/8e29ef6019d1b9d9c8f67b4ebba0223b8e0f914c"><code>8e29ef6</code></a> fix(compiler-sfc): handle type modifier in import specifiers (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/5498">#5498</a>)</li> <li><a href="https://github.com/vuejs/core/commit/f4f5e80a195b3bc56fb810971f7240922faf8b9a"><code>f4f5e80</code></a> release: v3.2.32</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.2.33/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vue/compiler-sfc&package-manager=npm_and_yarn&previous-version=3.2.31&new-version=3.2.33)](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>
Baakoma (Migrated from github.com) approved these changes 2022-05-06 08:31:12 +02:00
Sign in to join this conversation.