Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📦 deps(deps): Bump @vue/compiler-sfc from 3.3.2 to 3.3.4 (#2277)
Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.3.2 to 3.3.4. <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.3.4</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.3.3</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.3.3...v3.3.4">3.3.4</a> (2023-05-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> ensure correct typing for node esm (<a href="https://github.com/vuejs/core/commit/d621d4c646b2d7b190fbd44ad1fd04512b3de300">d621d4c</a>)</li> <li><strong>build:</strong> fix <strong>DEV</strong> flag replacement edge case (<a href="https://github.com/vuejs/core/commit/8b7c04b18f73aad9a08dd57eba90101b5b2aef28">8b7c04b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8353">#8353</a></li> <li><strong>compiler-sfc:</strong> handle imported types from default exports (<a href="https://github.com/vuejs/core/commit/5aec717a2402652306085f58432ba3ab91848a74">5aec717</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8355">#8355</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.3.2...v3.3.3">3.3.3</a> (2023-05-18)</h2> <h3>Bug Fixes</h3> <ul> <li>avoid regex s flag for old browsers (<a href="https://github.com/vuejs/core/commit/91f1c62e6384a8b09f90e7e43b8d347901e529a0">91f1c62</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8316">#8316</a></li> <li><strong>build:</strong> fix dev flag replacement in esm-builder builds (<a href="https://redirect.github.com/vuejs/core/issues/8314">#8314</a>) (<a href="https://github.com/vuejs/core/commit/003836f90e1f00ebd04b77ec07ccfa4e649a2ff4">003836f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8312">#8312</a></li> <li><strong>compiler-sfc:</strong> don't hoist regexp literial (<a href="https://redirect.github.com/vuejs/core/issues/8300">#8300</a>) (<a href="https://github.com/vuejs/core/commit/8ec73a3aea7a52e9479f107ae5737761166ddae6">8ec73a3</a>)</li> <li><strong>compiler-sfc:</strong> fix props destructing default value type checking with unresolved type (<a href="https://redirect.github.com/vuejs/core/issues/8340">#8340</a>) (<a href="https://github.com/vuejs/core/commit/f69dbabf8794426c3e9ed33ae77dd8ce655eafd2">f69dbab</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8326">#8326</a></li> <li><strong>compiler-sfc:</strong> fix type import from path aliased vue file (<a href="https://github.com/vuejs/core/commit/fab9c727805c6186c490f99023e8cf5401b0b5a9">fab9c72</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8348">#8348</a></li> <li><strong>compiler-sfc:</strong> handle ts files with relative imports with .js extension (<a href="https://github.com/vuejs/core/commit/b36addd3bde07467e9ff5641bd1c2bdc3085944c">b36addd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8339">#8339</a></li> <li><strong>compiler-sfc:</strong> parses correctly when inline mode is off (<a href="https://redirect.github.com/vuejs/core/issues/8337">#8337</a>) (<a href="https://github.com/vuejs/core/commit/ecbd42a1444e3c599e464dec002e43d548d99669">ecbd42a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6088">#6088</a></li> <li><strong>compiler-sfc:</strong> support defineEmits type reference with unions (<a href="https://redirect.github.com/vuejs/core/issues/8299">#8299</a>) (<a href="https://github.com/vuejs/core/commit/b133e0fd97b0b4fabbb43151c19031b8fb47c05b">b133e0f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7943">#7943</a></li> <li><strong>types:</strong> support generic usage with withDefaults + defineProps (<a href="https://redirect.github.com/vuejs/core/issues/8335">#8335</a>) (<a href="https://github.com/vuejs/core/commit/216f26995b63c2df26ca0f39f390fe8d59cdabfa">216f269</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8310">#8310</a> <a href="https://redirect.github.com/vuejs/core/issues/8331">#8331</a> <a href="https://redirect.github.com/vuejs/core/issues/8325">#8325</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/0e8bbe873e579f3d3a74c44af28f7df9e7a06978"><code>0e8bbe8</code></a> release: v3.3.4</li> <li><a href="https://github.com/vuejs/core/commit/5aec717a2402652306085f58432ba3ab91848a74"><code>5aec717</code></a> fix(compiler-sfc): handle imported types from default exports</li> <li><a href="https://github.com/vuejs/core/commit/fecd5c404402457fe3a1bb3f18ff45e31dca5714"><code>fecd5c4</code></a> release: v3.3.3</li> <li><a href="https://github.com/vuejs/core/commit/ecbd42a1444e3c599e464dec002e43d548d99669"><code>ecbd42a</code></a> fix(compiler-sfc): parses correctly when inline mode is off (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/8337">#8337</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b133e0fd97b0b4fabbb43151c19031b8fb47c05b"><code>b133e0f</code></a> fix(compiler-sfc): support defineEmits type reference with unions (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/8299">#8299</a>)</li> <li><a href="https://github.com/vuejs/core/commit/fab9c727805c6186c490f99023e8cf5401b0b5a9"><code>fab9c72</code></a> fix(compiler-sfc): fix type import from path aliased vue file</li> <li><a href="https://github.com/vuejs/core/commit/8ec73a3aea7a52e9479f107ae5737761166ddae6"><code>8ec73a3</code></a> fix(compiler-sfc): don't hoist regexp literial (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/8300">#8300</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b36addd3bde07467e9ff5641bd1c2bdc3085944c"><code>b36addd</code></a> fix(compiler-sfc): handle ts files with relative imports with .js extension</li> <li><a href="https://github.com/vuejs/core/commit/f69dbabf8794426c3e9ed33ae77dd8ce655eafd2"><code>f69dbab</code></a> fix(compiler-sfc): fix props destructing default value type checking with unr...</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.3.4/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.3.2&new-version=3.3.4)](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>
- Loading branch information