Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @swc/core from 1.7.35 to 1.7.36 (#82)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.7.35 to 1.7.36. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@swc/core</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.7.36] - 2024-10-15</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es)</strong> Run esnext transforms on esnext target (<a href="https://redirect.github.com/swc-project/swc/issues/9644">#9644</a>) (<a href="https://github.com/swc-project/swc/commit/8a192018247ad7ac253c2964038de5f626acb8c4">8a19201</a>)</p> </li> <li> <p><strong>(es/codegen)</strong> Emit space after div if rhs has leading comment (<a href="https://redirect.github.com/swc-project/swc/issues/9631">#9631</a>) (<a href="https://github.com/swc-project/swc/commit/f2be26efe090f5c1575f5bb9e4067f7ae531f11c">f2be26e</a>)</p> </li> <li> <p><strong>(es/lints)</strong> Correct the false positive error of TS2309 (<a href="https://redirect.github.com/swc-project/swc/issues/9635">#9635</a>) (<a href="https://github.com/swc-project/swc/commit/f74c1f3e5a117c22aa87a2754715066cb8dfe0fe">f74c1f3</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Only merge last if return (<a href="https://redirect.github.com/swc-project/swc/issues/9633">#9633</a>) (<a href="https://github.com/swc-project/swc/commit/6f52949210ee2a71ed119cbcdf2db1842a2e63cb">6f52949</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Check type of assignment target before merging assignments (<a href="https://redirect.github.com/swc-project/swc/issues/9617">#9617</a>) (<a href="https://github.com/swc-project/swc/commit/44366215644f3fff2f897e509a56b36cb5e1f8a2">4436621</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es)</strong> Introduce <code>runPluginFirst</code> for Wasm plugins (<a href="https://redirect.github.com/swc-project/swc/issues/9645">#9645</a>) (<a href="https://github.com/swc-project/swc/commit/3d3e4340b33e124f551ee88b68bfaddb537a3c6a">3d3e434</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Support unary negate in <code>cast_to_number</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9642">#9642</a>) (<a href="https://github.com/swc-project/swc/commit/88a2186ba419c98c73b997ca9ea90d7a8fd128e4">88a2186</a>)</p> </li> </ul> <h3>Miscellaneous Tasks</h3> <ul> <li><strong>(deps)</strong> Update dependency magic-string to v0.30.12 (<a href="https://redirect.github.com/swc-project/swc/issues/9634">#9634</a>) (<a href="https://github.com/swc-project/swc/commit/085bc191e46d4d46efc3d4a7cd5fc1240c8474dd">085bc19</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/2407b4f3978562bb6fe936b58ed18246d5e5c650"><code>2407b4f</code></a> chore: Publish <code>1.7.36</code> with <code>swc_core</code> <code>v1.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/05232ce0a7f33f83a5b9bdd34b8fbbf61669cedc"><code>05232ce</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/3ea96ec9683b39fffff7ba60ad91d4d0293686b7"><code>3ea96ec</code></a> chore: Publish <code>1.7.36-nightly-20241015.1</code> with <code>swc_core</code> <code>v1.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/56c44167268ddad3854ca10ac40749602a43eaf7"><code>56c4416</code></a> chore: Publish crates with <code>swc_core</code> <code>v1.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/3d3e4340b33e124f551ee88b68bfaddb537a3c6a"><code>3d3e434</code></a> feat(es): Introduce <code>runPluginFirst</code> for Wasm plugins (<a href="https://redirect.github.com/swc-project/swc/issues/9645">#9645</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/8a192018247ad7ac253c2964038de5f626acb8c4"><code>8a19201</code></a> fix(es): Run esnext transforms on esnext target (<a href="https://redirect.github.com/swc-project/swc/issues/9644">#9644</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/88a2186ba419c98c73b997ca9ea90d7a8fd128e4"><code>88a2186</code></a> feat(es/minifier): Support unary negate in <code>cast_to_number</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9642">#9642</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/085bc191e46d4d46efc3d4a7cd5fc1240c8474dd"><code>085bc19</code></a> chore(deps): update dependency magic-string to v0.30.12 (<a href="https://redirect.github.com/swc-project/swc/issues/9634">#9634</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/44366215644f3fff2f897e509a56b36cb5e1f8a2"><code>4436621</code></a> fix(es/minifier): Check type of assignment target before merging assignments ...</li> <li><a href="https://github.com/swc-project/swc/commit/30f9a70d578b11c3a1572ff80db856c6d089b11f"><code>30f9a70</code></a> chore: Publish crates with <code>swc_core</code> <code>v1.0.0</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.7.35...v1.7.36">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@swc/core&package-manager=npm_and_yarn&previous-version=1.7.35&new-version=1.7.36)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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