Skip to content

Commit

Permalink
build(deps): bump @swc/core from 1.3.93 to 1.3.94 (#880)
Browse files Browse the repository at this point in the history
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.93 to 1.3.94.
<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.3.94] - 2023-10-21</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(css/ast)</strong> Make <code>.hash()</code> of <code>Token</code> not recursive (<a href="https://redirect.github.com/swc-project/swc/issues/8151">#8151</a>) (<a href="https://github.com/swc-project/swc/commit/8d7894c71f86ef6b1813b69a15d72bb7911ed7ca">8d7894c</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Abort seq inliner if <code>b</code> can short-circuit (<a href="https://redirect.github.com/swc-project/swc/issues/8128">#8128</a>) (<a href="https://github.com/swc-project/swc/commit/111de264b0ec04ec7a693b0006050df21513b583">111de26</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Abort function inliner if <code>keep_fnames</code> is <code>true</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8145">#8145</a>) (<a href="https://github.com/swc-project/swc/commit/35601e4dcb7bb65e16d217c50d6065958cbd8e6d">35601e4</a>)</p>
</li>
<li>
<p><strong>(es/parser)</strong> Skip <code>this</code> parameters in setter (<a href="https://redirect.github.com/swc-project/swc/issues/8158">#8158</a>) (<a href="https://github.com/swc-project/swc/commit/826386f49a1226ff3f7d352a75ccdc65c982b4be">826386f</a>)</p>
</li>
<li>
<p><strong>(es/utils)</strong> Skip var declarator name in <code>RefRewriter</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8125">#8125</a>) (<a href="https://github.com/swc-project/swc/commit/fb81a36adcebdc269ae89677977220e9b21b072f">fb81a36</a>)</p>
</li>
<li>
<p><strong>(es/utils)</strong> Fix regression of <code>RefRewriter</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8153">#8153</a>) (<a href="https://github.com/swc-project/swc/commit/08cf1f786d0a0fbe4029614306ba2ebaf0a9c919">08cf1f7</a>)</p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>
<p><strong>(es/compat)</strong> Implement decorator metadata proposal (<a href="https://redirect.github.com/swc-project/swc/issues/8097">#8097</a>) (<a href="https://github.com/swc-project/swc/commit/9c029ef095f83783a3581dfcc165dd197308f538">9c029ef</a>)</p>
</li>
<li>
<p><strong>(es/compat)</strong> Skip empty class static blocks (<a href="https://redirect.github.com/swc-project/swc/issues/8138">#8138</a>) (<a href="https://github.com/swc-project/swc/commit/e186b80ddcc0c95f276e845cc491b276d0fb15ee">e186b80</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Evaluate more <code>toFixed</code> expressions (<a href="https://redirect.github.com/swc-project/swc/issues/8109">#8109</a>) (<a href="https://github.com/swc-project/swc/commit/7da3f52485062eb23c719e1236b2fee90c228bdd">7da3f52</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Inline into the arguments of <code>new</code> using seq inliner (<a href="https://redirect.github.com/swc-project/swc/issues/8127">#8127</a>) (<a href="https://github.com/swc-project/swc/commit/4f67794223cf2848ac3c3e42e1e43acec4533246">4f67794</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Drop empty static blocks (<a href="https://redirect.github.com/swc-project/swc/issues/8152">#8152</a>) (<a href="https://github.com/swc-project/swc/commit/8a461b89573e82bfdac9e730ee23a2fa9210a4c5">8a461b8</a>)</p>
</li>
<li>
<p><strong>(es/parser)</strong> Implement <code>AsRef&lt;str&gt;</code> for <code>IdentLike</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8133">#8133</a>) (<a href="https://github.com/swc-project/swc/commit/bffe33a27036d01d409bad3fcc69d35157665662">bffe33a</a>)</p>
</li>
<li>
<p><strong>(es/typescript)</strong> Add <code>ts_enum_is_mutable</code> to disable enum inlining (<a href="https://redirect.github.com/swc-project/swc/issues/8115">#8115</a>) (<a href="https://github.com/swc-project/swc/commit/57b171dcbe55a8d285d5bc477844b24fdf48835a">57b171d</a>)</p>
</li>
</ul>
<h3>Miscellaneous Tasks</h3>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/swc-project/swc/commit/ff39d6452fd5d3d577096714d4d6609085d218d2"><code>ff39d64</code></a> chore: Publish <code>v1.3.94</code> with <code>swc_core</code> <code>v0.86.12</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8165">#8165</a>)</li>
<li><a href="https://github.com/swc-project/swc/commit/f5b10dac1aef2cc993733ad30df1c5719cdb9138"><code>f5b10da</code></a> chore: Publish 1.3.94-nightly-20231021.1</li>
<li><a href="https://github.com/swc-project/swc/commit/366d9eb514322282bfe72fdbdcb6c28ac4d2d748"><code>366d9eb</code></a> chore: Publish crates</li>
<li><a href="https://github.com/swc-project/swc/commit/5be8e74ee0a2e81058c340f414479da554081d09"><code>5be8e74</code></a> chore(es/module): Remove <code>serde(deny_unknown_fields)</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8163">#8163</a>)</li>
<li><a href="https://github.com/swc-project/swc/commit/6f9c6424d73f027efbbdf38e9cdcfdaa0b541263"><code>6f9c642</code></a> chore: Publish crates</li>
<li><a href="https://github.com/swc-project/swc/commit/826386f49a1226ff3f7d352a75ccdc65c982b4be"><code>826386f</code></a> fix(es/parser): Skip <code>this</code> parameters in setter (<a href="https://redirect.github.com/swc-project/swc/issues/8158">#8158</a>)</li>
<li><a href="https://github.com/swc-project/swc/commit/10e523d667d2b623649b0e4228b09c12f1dc1e31"><code>10e523d</code></a> chore: Publish 1.3.94-nightly-20231020.2</li>
<li><a href="https://github.com/swc-project/swc/commit/b806f925f1b27387c66b6695151bac0010b9b919"><code>b806f92</code></a> chore: Publish crates</li>
<li><a href="https://github.com/swc-project/swc/commit/08cf1f786d0a0fbe4029614306ba2ebaf0a9c919"><code>08cf1f7</code></a> fix(es/utils): Fix regression of <code>RefRewriter</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8153">#8153</a>)</li>
<li><a href="https://github.com/swc-project/swc/commit/401219451fb8c92d8fc3d1c25d9343d3f3094ab0"><code>4012194</code></a> chore: Publish 1.3.94-nightly-20231020.1</li>
<li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.3.93...v1.3.94">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.3.93&new-version=1.3.94)](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
dependabot[bot] authored Oct 23, 2023
1 parent 27cefcd commit 3e894e9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@swc/core": "^1.3.93",
"@swc/core": "^1.3.94",
"@you54f/theme-github-codeblock": "^0.1.1",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.1.0",
Expand Down
90 changes: 45 additions & 45 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6919,90 +6919,90 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-darwin-arm64@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-darwin-arm64@npm:1.3.93"
"@swc/core-darwin-arm64@npm:1.3.94":
version: 1.3.94
resolution: "@swc/core-darwin-arm64@npm:1.3.94"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@swc/core-darwin-x64@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-darwin-x64@npm:1.3.93"
"@swc/core-darwin-x64@npm:1.3.94":
version: 1.3.94
resolution: "@swc/core-darwin-x64@npm:1.3.94"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@swc/core-linux-arm-gnueabihf@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.3.93"
"@swc/core-linux-arm-gnueabihf@npm:1.3.94":
version: 1.3.94
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.3.94"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard

"@swc/core-linux-arm64-gnu@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-linux-arm64-gnu@npm:1.3.93"
"@swc/core-linux-arm64-gnu@npm:1.3.94":
version: 1.3.94
resolution: "@swc/core-linux-arm64-gnu@npm:1.3.94"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-arm64-musl@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-linux-arm64-musl@npm:1.3.93"
"@swc/core-linux-arm64-musl@npm:1.3.94":
version: 1.3.94
resolution: "@swc/core-linux-arm64-musl@npm:1.3.94"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@swc/core-linux-x64-gnu@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-linux-x64-gnu@npm:1.3.93"
"@swc/core-linux-x64-gnu@npm:1.3.94":
version: 1.3.94
resolution: "@swc/core-linux-x64-gnu@npm:1.3.94"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-x64-musl@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-linux-x64-musl@npm:1.3.93"
"@swc/core-linux-x64-musl@npm:1.3.94":
version: 1.3.94
resolution: "@swc/core-linux-x64-musl@npm:1.3.94"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@swc/core-win32-arm64-msvc@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-win32-arm64-msvc@npm:1.3.93"
"@swc/core-win32-arm64-msvc@npm:1.3.94":
version: 1.3.94
resolution: "@swc/core-win32-arm64-msvc@npm:1.3.94"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@swc/core-win32-ia32-msvc@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-win32-ia32-msvc@npm:1.3.93"
"@swc/core-win32-ia32-msvc@npm:1.3.94":
version: 1.3.94
resolution: "@swc/core-win32-ia32-msvc@npm:1.3.94"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@swc/core-win32-x64-msvc@npm:1.3.93":
version: 1.3.93
resolution: "@swc/core-win32-x64-msvc@npm:1.3.93"
"@swc/core-win32-x64-msvc@npm:1.3.94":
version: 1.3.94
resolution: "@swc/core-win32-x64-msvc@npm:1.3.94"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@swc/core@npm:^1.3.93":
version: 1.3.93
resolution: "@swc/core@npm:1.3.93"
"@swc/core@npm:^1.3.94":
version: 1.3.94
resolution: "@swc/core@npm:1.3.94"
dependencies:
"@swc/core-darwin-arm64": 1.3.93
"@swc/core-darwin-x64": 1.3.93
"@swc/core-linux-arm-gnueabihf": 1.3.93
"@swc/core-linux-arm64-gnu": 1.3.93
"@swc/core-linux-arm64-musl": 1.3.93
"@swc/core-linux-x64-gnu": 1.3.93
"@swc/core-linux-x64-musl": 1.3.93
"@swc/core-win32-arm64-msvc": 1.3.93
"@swc/core-win32-ia32-msvc": 1.3.93
"@swc/core-win32-x64-msvc": 1.3.93
"@swc/core-darwin-arm64": 1.3.94
"@swc/core-darwin-x64": 1.3.94
"@swc/core-linux-arm-gnueabihf": 1.3.94
"@swc/core-linux-arm64-gnu": 1.3.94
"@swc/core-linux-arm64-musl": 1.3.94
"@swc/core-linux-x64-gnu": 1.3.94
"@swc/core-linux-x64-musl": 1.3.94
"@swc/core-win32-arm64-msvc": 1.3.94
"@swc/core-win32-ia32-msvc": 1.3.94
"@swc/core-win32-x64-msvc": 1.3.94
"@swc/counter": ^0.1.1
"@swc/types": ^0.1.5
peerDependencies:
Expand Down Expand Up @@ -7031,7 +7031,7 @@ __metadata:
peerDependenciesMeta:
"@swc/helpers":
optional: true
checksum: cf8cf2b01d84f057525f45728fd8d2400fc6c2ae31a11571bdd5513fd3a2cae096b4a8ea5273a5d69d1e1279a52322940ff0f56e918ceead2ef176a7af6fa7a8
checksum: f39a3d62589b4f920138067c3510b15a602398a82de4bc75d3858abc4e2356681d8d460d237cf5126a744d7c612b65214f0e280446514b5843e93420fb0e32ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -11764,7 +11764,7 @@ __metadata:
"@docusaurus/core": ^2.4.3
"@docusaurus/module-type-aliases": ^2.4.3
"@docusaurus/preset-classic": ^2.4.3
"@swc/core": ^1.3.93
"@swc/core": ^1.3.94
"@tsconfig/docusaurus": ^2.0.2
"@you54f/theme-github-codeblock": ^0.1.1
clsx: ^2.0.0
Expand Down

0 comments on commit 3e894e9

Please sign in to comment.