[PR #46] [CLOSED] Bump @vue/compiler-sfc from 3.2.45 to 3.2.47 #413

Closed
opened 2026-03-15 14:17:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/axllent/mailpit/pull/46
Author: @dependabot[bot]
Created: 2/24/2023
Status: Closed

Base: developHead: dependabot/npm_and_yarn/vue/compiler-sfc-3.2.47


📝 Commits (1)

  • 203a85d Bump @vue/compiler-sfc from 3.2.45 to 3.2.47

📊 Changes

2 files changed (+208 additions, -28 deletions)

View changed files

📝 package-lock.json (+207 -27)
📝 package.json (+1 -1)

📄 Description

Bumps @vue/compiler-sfc from 3.2.45 to 3.2.47.

Release notes

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

v3.2.47

Please refer to CHANGELOG.md for details.

v3.2.46

Please refer to CHANGELOG.md for details.

Changelog

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

3.2.47 (2023-02-02)

Bug Fixes

  • build: enforce __esModule interop for cjs builds (4b70366)

3.2.46 (2023-02-02)

Bug Fixes

  • build: ensure cjs re-exports can be properly detected when imported from esm (fb6ff3e)
  • build: ensure type exports is first (957722c)
  • build: fix cjs re-exports check for compat build (ce064a1)
  • compat: fix custom transition classes in compat mode (#7435) (efe2efd), closes #6253
  • compiler-core: typeof should be allowed in browser expression validation (#7037) (3783866)
  • compiler-sfc: allow declaring variables after defineProps (#7461) (686c829)
  • compiler-sfc: always generate runtime prop type for Function (#7112) (584eae6), closes #7111
  • compiler-sfc: support resolving type declaration from normal script (#5831) (30399d4), closes #5830
  • compiler: add hgroup to supported HTML_TAGS (#6321) (7443174), closes #6313
  • custom-elements: use strict number casting (7d0c63f), closes #4946 #2598 #2604
  • customElement: customElement can emit event (#7296) (c6e5bda)
  • reactivity-transform: fix $$ escape edge cases (e06d3b6), closes #6312 #6944
  • reactivity-transform: prohibit const assignment at compile time (#6993) (3427052), closes #6992
  • reactivity: triggerRef working with toRef from reactive (#7507) (e64c9ae)
  • reactivity: ensure watch(Effect) can run independent of unmounted instance if created in a detatched effectScope (fix #7319) (#7330) (cd7c887)
  • reactivity: track hasOwnProperty (588bd44), closes #2619 #2621
  • runtime-core: ensure prop type validation warning shows custom class names (#7198) (620327d)
  • runtime-core: fix keep-alive cache prune logic on vnodes with same type but different keys (#7510) (1fde49c), closes #7355
  • runtime-core: set scope id before props (#6948) (da2ced1), closes #6923
  • runtime-dom: style update error when component use shorthand properties (#7425) (b7cfa6f)
  • shared: feDistanceLight changed to feDistantLight (#7540) (bef85e7)
  • shared: toNumber should only coerce strings (b55846f)
  • types/effectScope: re-expose active as readonly property (#6187) (59ffe5e), closes #6186
  • types: accept sync serverPrefetch() (#7000) (5f1883e)
  • types: add or update referrerpolicy (#7199) (1fa3d95)
  • types: allow assigning wider SetupContext type (#2818) (eb2a832), closes #2362
  • types: optional boolean props should have boolean type in return type of defineProps (#7619) (a0a010d), closes #7116 #5847 #7487
  • v-model: ensure v-model listener casing is consistent with manual v-on listener (#7067) (87c72ae), closes #7066
Commits
  • 45984d5 release: v3.2.47
  • 29f8cf8 release: v3.2.46
  • 30399d4 fix(compiler-sfc): support resolving type declaration from normal script (#5831)
  • 0cd2213 wip(vitest-migration): compiler-sfc tests passing
  • f0d78e8 wip(vitest-migration): ssr tests passing
  • 686c829 fix(compiler-sfc): allow declaring variables after defineProps (#7461)
  • 9d5e30d build: bump jest, puppeteer and use official rollup terser plugin
  • 3427052 fix(reactivity-transform): prohibit const assignment at compile time (#6993)
  • a1099af chore: snapshot
  • 9060bf0 refactor(compiler-core): make ast.helpers a Set (#6774)
  • Additional commits viewable in compare view

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/axllent/mailpit/pull/46 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/24/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vue/compiler-sfc-3.2.47` --- ### 📝 Commits (1) - [`203a85d`](https://github.com/axllent/mailpit/commit/203a85d0f954dfbef655ad9f606399d792b65198) Bump @vue/compiler-sfc from 3.2.45 to 3.2.47 ### 📊 Changes **2 files changed** (+208 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+207 -27) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.2.45 to 3.2.47. <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.47</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.46</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.46...v3.2.47">3.2.47</a> (2023-02-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> enforce __esModule interop for cjs builds (<a href="https://github.com/vuejs/core/commit/4b7036653e5dfd7be95e6efe8c79621b52dcccb7">4b70366</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.2.45...v3.2.46">3.2.46</a> (2023-02-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> ensure cjs re-exports can be properly detected when imported from esm (<a href="https://github.com/vuejs/core/commit/fb6ff3e99689022d963ea7257b03f73ff514c0c4">fb6ff3e</a>)</li> <li><strong>build:</strong> ensure type exports is first (<a href="https://github.com/vuejs/core/commit/957722c4185ea87aabc711f6f8997e528dd3ba1b">957722c</a>)</li> <li><strong>build:</strong> fix cjs re-exports check for compat build (<a href="https://github.com/vuejs/core/commit/ce064a172b3b5bcb096b4984fe0c1a54177ac9c0">ce064a1</a>)</li> <li><strong>compat:</strong> fix custom transition classes in compat mode (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7435">#7435</a>) (<a href="https://github.com/vuejs/core/commit/efe2efd210f500311e5b603345cb0d353886bd7a">efe2efd</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/6253">#6253</a></li> <li><strong>compiler-core:</strong> typeof should be allowed in browser expression validation (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7037">#7037</a>) (<a href="https://github.com/vuejs/core/commit/378386694be6dd43da71f1fa08ee9c5705c13f86">3783866</a>)</li> <li><strong>compiler-sfc:</strong> allow declaring variables after defineProps (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7461">#7461</a>) (<a href="https://github.com/vuejs/core/commit/686c829fec9137cdfe6e51af34f2af01a575f7c6">686c829</a>)</li> <li><strong>compiler-sfc:</strong> always generate runtime prop type for Function (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7112">#7112</a>) (<a href="https://github.com/vuejs/core/commit/584eae60d1abe80d15b317ec80b7556712df8e5a">584eae6</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/7111">#7111</a></li> <li><strong>compiler-sfc:</strong> support resolving type declaration from normal script (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/5831">#5831</a>) (<a href="https://github.com/vuejs/core/commit/30399d46b15f890056e7a5d076cd588b3806cc15">30399d4</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5830">#5830</a></li> <li><strong>compiler:</strong> add <code>hgroup</code> to supported <code>HTML_TAGS</code> (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/6321">#6321</a>) (<a href="https://github.com/vuejs/core/commit/7443174e2aa9244bc08c63b4d6c78acc6ff89767">7443174</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/6313">#6313</a></li> <li><strong>custom-elements:</strong> use strict number casting (<a href="https://github.com/vuejs/core/commit/7d0c63ff4361e59e820441a24bf4fb2a93335a1e">7d0c63f</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/4946">#4946</a> <a href="https://github-redirect.dependabot.com/vuejs/core/issues/2598">#2598</a> <a href="https://github-redirect.dependabot.com/vuejs/core/issues/2604">#2604</a></li> <li><strong>customElement:</strong> customElement can emit event (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7296">#7296</a>) (<a href="https://github.com/vuejs/core/commit/c6e5bda27d13554675d68dbe33b07f3474467aa6">c6e5bda</a>)</li> <li><strong>reactivity-transform:</strong> fix $$ escape edge cases (<a href="https://github.com/vuejs/core/commit/e06d3b614ea518e9cdf83fca9200fc816eb4e5a1">e06d3b6</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/6312">#6312</a> <a href="https://github-redirect.dependabot.com/vuejs/core/issues/6944">#6944</a></li> <li><strong>reactivity-transform:</strong> prohibit const assignment at compile time (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/6993">#6993</a>) (<a href="https://github.com/vuejs/core/commit/3427052229db3448252d938292a40e960a0f4b9c">3427052</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/6992">#6992</a></li> <li><strong>reactivity:</strong> <code>triggerRef</code> working with <code>toRef</code> from reactive (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7507">#7507</a>) (<a href="https://github.com/vuejs/core/commit/e64c9ae957aa2606b55e8652bbde30a6ada59fb0">e64c9ae</a>)</li> <li><strong>reactivity:</strong> ensure watch(Effect) can run independent of unmounted instance if created in a detatched effectScope (fix <a href="https://github-redirect.dependabot.com/vuejs/core/issues/7319">#7319</a>) (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7330">#7330</a>) (<a href="https://github.com/vuejs/core/commit/cd7c887b755810aedf83f3d458cb956d5b147f6f">cd7c887</a>)</li> <li><strong>reactivity:</strong> track hasOwnProperty (<a href="https://github.com/vuejs/core/commit/588bd44f036b79d7dee5d23661aa7244f70e6beb">588bd44</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/2619">#2619</a> <a href="https://github-redirect.dependabot.com/vuejs/core/issues/2621">#2621</a></li> <li><strong>runtime-core:</strong> ensure prop type validation warning shows custom class names (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7198">#7198</a>) (<a href="https://github.com/vuejs/core/commit/620327d527593c6263a21500baddbae1ebc30db8">620327d</a>)</li> <li><strong>runtime-core:</strong> fix keep-alive cache prune logic on vnodes with same type but different keys (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7510">#7510</a>) (<a href="https://github.com/vuejs/core/commit/1fde49c0f57cc50fedf91366a274c9759d1d9a39">1fde49c</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/7355">#7355</a></li> <li><strong>runtime-core:</strong> set scope id before props (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/6948">#6948</a>) (<a href="https://github.com/vuejs/core/commit/da2ced15339b6fdb7a1459fa359bb79346a82bc2">da2ced1</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/6923">#6923</a></li> <li><strong>runtime-dom:</strong> style update error when component use shorthand properties (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7425">#7425</a>) (<a href="https://github.com/vuejs/core/commit/b7cfa6f53952daced312862fbb3a88c86e42a77e">b7cfa6f</a>)</li> <li><strong>shared:</strong> <code>feDistanceLight</code> changed to <code>feDistantLight</code> (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7540">#7540</a>) (<a href="https://github.com/vuejs/core/commit/bef85e7975084b05af00b60ecd171c83f251c6d5">bef85e7</a>)</li> <li><strong>shared:</strong> toNumber should only coerce strings (<a href="https://github.com/vuejs/core/commit/b55846f05c4a3b163be2ed70ce64014feec29fac">b55846f</a>)</li> <li><strong>types/effectScope:</strong> re-expose <code>active</code> as readonly property (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/6187">#6187</a>) (<a href="https://github.com/vuejs/core/commit/59ffe5ee1f1618be119875313970c72050b37b03">59ffe5e</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/6186">#6186</a></li> <li><strong>types:</strong> accept sync <code>serverPrefetch()</code> (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7000">#7000</a>) (<a href="https://github.com/vuejs/core/commit/5f1883ec53547d0847e1270f5a8fb0c46396fb07">5f1883e</a>)</li> <li><strong>types:</strong> add or update referrerpolicy (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7199">#7199</a>) (<a href="https://github.com/vuejs/core/commit/1fa3d9573051f549e6d381a5e88ec8d5d855e4c9">1fa3d95</a>)</li> <li><strong>types:</strong> allow assigning wider SetupContext type (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/2818">#2818</a>) (<a href="https://github.com/vuejs/core/commit/eb2a83283caa9de0a45881d860a3cbd9d0bdd279">eb2a832</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/2362">#2362</a></li> <li><strong>types:</strong> optional boolean props should have boolean type in return type of defineProps (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7619">#7619</a>) (<a href="https://github.com/vuejs/core/commit/a0a010ddc9ba8ef3e883454c73997bf6fb40b385">a0a010d</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/7116">#7116</a> <a href="https://github-redirect.dependabot.com/vuejs/core/issues/5847">#5847</a> <a href="https://github-redirect.dependabot.com/vuejs/core/issues/7487">#7487</a></li> <li><strong>v-model:</strong> ensure v-model listener casing is consistent with manual v-on listener (<a href="https://github-redirect.dependabot.com/vuejs/core/issues/7067">#7067</a>) (<a href="https://github.com/vuejs/core/commit/87c72ae49a315a5464dd0c6b00f07163d1cb39e9">87c72ae</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/core/issues/7066">#7066</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/45984d559fe0c036657d5f2626087ea8eec205a8"><code>45984d5</code></a> release: v3.2.47</li> <li><a href="https://github.com/vuejs/core/commit/29f8cf8b0785df90b61d7f40d40fdd47f2e685c9"><code>29f8cf8</code></a> release: v3.2.46</li> <li><a href="https://github.com/vuejs/core/commit/30399d46b15f890056e7a5d076cd588b3806cc15"><code>30399d4</code></a> fix(compiler-sfc): support resolving type declaration from normal script (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/5831">#5831</a>)</li> <li><a href="https://github.com/vuejs/core/commit/0cd2213e6b9c792e4b7670c6edc1bfe838982f5d"><code>0cd2213</code></a> wip(vitest-migration): compiler-sfc tests passing</li> <li><a href="https://github.com/vuejs/core/commit/f0d78e8c8fedc3e960cf52a09d442ae9e6a9c11f"><code>f0d78e8</code></a> wip(vitest-migration): ssr tests passing</li> <li><a href="https://github.com/vuejs/core/commit/686c829fec9137cdfe6e51af34f2af01a575f7c6"><code>686c829</code></a> fix(compiler-sfc): allow declaring variables after defineProps (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/7461">#7461</a>)</li> <li><a href="https://github.com/vuejs/core/commit/9d5e30d911b4fa874565a9514a094fcf0a2ff4ca"><code>9d5e30d</code></a> build: bump jest, puppeteer and use official rollup terser plugin</li> <li><a href="https://github.com/vuejs/core/commit/3427052229db3448252d938292a40e960a0f4b9c"><code>3427052</code></a> fix(reactivity-transform): prohibit const assignment at compile time (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/6993">#6993</a>)</li> <li><a href="https://github.com/vuejs/core/commit/a1099afe1b538a8ab4c0231eadf6f8f0e40e9990"><code>a1099af</code></a> chore: snapshot</li> <li><a href="https://github.com/vuejs/core/commit/9060bf0353e88cc1f4cf06981b9799c5c1e09466"><code>9060bf0</code></a> refactor(compiler-core): make ast.helpers a Set (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/6774">#6774</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/commits/v3.2.47/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.45&new-version=3.2.47)](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-03-15 14:17: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/mailpit#413
No description provided.