Skip to content

Commit

Permalink
build(deps): bump @swc/core from 1.3.83 to 1.3.86 (#808)
Browse files Browse the repository at this point in the history
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.83 to 1.3.86.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/swc-project/swc/releases"><code>@​swc/core</code>'s releases</a>.</em></p>
<blockquote>
<h2>v1.3.86</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(es/preset-env): Add the repository url to <code>Cargo.toml</code> by <a href="https://github.com/szabgab"><code>@​szabgab</code></a> in <a href="https://redirect.github.com/swc-project/swc/pull/7941">swc-project/swc#7941</a></li>
<li>fix(es/module): Preserve import specifier if resolving fails by <a href="https://github.com/kdy1"><code>@​kdy1</code></a> in <a href="https://redirect.github.com/swc-project/swc/pull/7955">swc-project/swc#7955</a></li>
<li>fix(es/compat): Handle <code>PrivateName</code> in <code>logical_assignments</code> by <a href="https://github.com/magic-akari"><code>@​magic-akari</code></a> in <a href="https://redirect.github.com/swc-project/swc/pull/7958">swc-project/swc#7958</a></li>
<li>fix(es/minifier): Handle <code>ModuleDecl</code> when transform const modules by <a href="https://github.com/magic-akari"><code>@​magic-akari</code></a> in <a href="https://redirect.github.com/swc-project/swc/pull/7959">swc-project/swc#7959</a></li>
<li>chore(es/preset-env): Ignore <code>tp</code> in the version of a browser version by <a href="https://github.com/kdy1"><code>@​kdy1</code></a> in <a href="https://redirect.github.com/swc-project/swc/pull/7968">swc-project/swc#7968</a></li>
<li>build(bindings/node): Link msvc runtime statically by <a href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a> in <a href="https://redirect.github.com/swc-project/swc/pull/7965">swc-project/swc#7965</a></li>
<li>refactor(es/lint): Remove usage of <code>box_patterns</code> by <a href="https://github.com/magic-akari"><code>@​magic-akari</code></a> in <a href="https://redirect.github.com/swc-project/swc/pull/7966">swc-project/swc#7966</a></li>
<li>chore: Publish <code>v1.3.86</code> with <code>swc_core</code> <code>v0.83.16</code> by <a href="https://github.com/kdy1"><code>@​kdy1</code></a> in <a href="https://redirect.github.com/swc-project/swc/pull/7970">swc-project/swc#7970</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/szabgab"><code>@​szabgab</code></a> made their first contribution in <a href="https://redirect.github.com/swc-project/swc/pull/7941">swc-project/swc#7941</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/swc-project/swc/compare/v1.3.85...v1.3.86">https://github.com/swc-project/swc/compare/v1.3.85...v1.3.86</a></p>
<h2>v1.3.85</h2>
<p>No release notes provided.</p>
<h2>v1.3.84</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<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.86] - 2023-09-18</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(es/compat)</strong> Handle <code>PrivateName</code> in <code>logical_assignments</code> (<a href="https://redirect.github.com/swc-project/swc/issues/7958">#7958</a>) (<a href="https://github.com/swc-project/swc/commit/28318f09ed358b2baa155141bc715c25f658a2eb">28318f0</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Handle <code>ModuleDecl</code> when transform const modules (<a href="https://redirect.github.com/swc-project/swc/issues/7959">#7959</a>) (<a href="https://github.com/swc-project/swc/commit/06ca1fe0a03954883750c3c39d0163fc29596ad1">06ca1fe</a>)</p>
</li>
<li>
<p><strong>(es/module)</strong> Preserve import specifier if resolving fails (<a href="https://redirect.github.com/swc-project/swc/issues/7955">#7955</a>) (<a href="https://github.com/swc-project/swc/commit/be5b02a8cfe2a2c1c399a4f9404b8fd097084234">be5b02a</a>)</p>
</li>
</ul>
<h3>Miscellaneous Tasks</h3>
<ul>
<li>
<p><strong>(es/preset-env)</strong> Add the repository url to <code>Cargo.toml</code> (<a href="https://redirect.github.com/swc-project/swc/issues/7941">#7941</a>) (<a href="https://github.com/swc-project/swc/commit/ca22359dbd0ca6e2e925bdc240939f6bd6e9ac9a">ca22359</a>)</p>
</li>
<li>
<p><strong>(es/preset-env)</strong> Ignore <code>tp</code> in the version of a browser version (<a href="https://redirect.github.com/swc-project/swc/issues/7968">#7968</a>) (<a href="https://github.com/swc-project/swc/commit/005ddc573e3752183783cc25dd6242b750f8beb5">005ddc5</a>)</p>
</li>
</ul>
<h3>Refactor</h3>
<ul>
<li><strong>(es/lint)</strong> Remove usage of <code>box_patterns</code> (<a href="https://redirect.github.com/swc-project/swc/issues/7966">#7966</a>) (<a href="https://github.com/swc-project/swc/commit/f7b5e16aef968c9c9f38f40962edf334cc3983e6">f7b5e16</a>)</li>
</ul>
<h3>Build</h3>
<ul>
<li><strong>(bindings/node)</strong> Link msvc runtime statically (<a href="https://redirect.github.com/swc-project/swc/issues/7965">#7965</a>) (<a href="https://github.com/swc-project/swc/commit/07597795cc39cce527f505bc5db304ad93082494">0759779</a>)</li>
</ul>
<h2>[1.3.85] - 2023-09-15</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(css/modules)</strong> Support composes when using multiple subclass selectors (<a href="https://redirect.github.com/swc-project/swc/issues/7949">#7949</a>) (<a href="https://github.com/swc-project/swc/commit/05ca19b84489ae47f69d8228b3c0097164c7ec6e">05ca19b</a>)</p>
</li>
<li>
<p><strong>(es/compat)</strong> Handle single expression case in static block (<a href="https://redirect.github.com/swc-project/swc/issues/7944">#7944</a>) (<a href="https://github.com/swc-project/swc/commit/a80aec47efcff953d3408cf6910b66c2312f3006">a80aec4</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Parse a file as a module only if <code>opts.module</code> is <code>true</code> (<a href="https://redirect.github.com/swc-project/swc/issues/7943">#7943</a>) (<a href="https://github.com/swc-project/swc/commit/b87ac646f81f181b574da798b3e613a3cfa4cad5">b87ac64</a>)</p>
</li>
</ul>
<h3>Features</h3>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/swc-project/swc/commit/6b1216e9e834508c4c19ba34a2ee2fd869f3cd4f"><code>6b1216e</code></a> chore: Publish <code>v1.3.86</code> with <code>swc_core</code> <code>v0.83.16</code> (<a href="https://redirect.github.com/swc-project/swc/issues/7970">#7970</a>)</li>
<li><a href="https://github.com/swc-project/swc/commit/f66da772202a6f065488fbabb7e0a9d9a2d7089d"><code>f66da77</code></a> chore: Publish crates</li>
<li><a href="https://github.com/swc-project/swc/commit/f7b5e16aef968c9c9f38f40962edf334cc3983e6"><code>f7b5e16</code></a> refactor(es/lint): Remove usage of <code>box_patterns</code> (<a href="https://redirect.github.com/swc-project/swc/issues/7966">#7966</a>)</li>
<li><a href="https://github.com/swc-project/swc/commit/1079daab4c6d65e68b591f56c502b90da083fc7d"><code>1079daa</code></a> chore: Publish crates</li>
<li><a href="https://github.com/swc-project/swc/commit/07597795cc39cce527f505bc5db304ad93082494"><code>0759779</code></a> build(bindings/node): Link msvc runtime statically (<a href="https://redirect.github.com/swc-project/swc/issues/7965">#7965</a>)</li>
<li><a href="https://github.com/swc-project/swc/commit/f2baa7ab633621fd5095c13db01b3a28ad6418bf"><code>f2baa7a</code></a> chore: Publish crates</li>
<li><a href="https://github.com/swc-project/swc/commit/005ddc573e3752183783cc25dd6242b750f8beb5"><code>005ddc5</code></a> chore(es/preset-env): Ignore <code>tp</code> in the version of a browser version (<a href="https://redirect.github.com/swc-project/swc/issues/7968">#7968</a>)</li>
<li><a href="https://github.com/swc-project/swc/commit/e7493283120721499751f83d3753f5a3b523a1a3"><code>e749328</code></a> chore: Publish crates</li>
<li><a href="https://github.com/swc-project/swc/commit/06ca1fe0a03954883750c3c39d0163fc29596ad1"><code>06ca1fe</code></a> fix(es/minifier): Handle <code>ModuleDecl</code> when transform const modules (<a href="https://redirect.github.com/swc-project/swc/issues/7959">#7959</a>)</li>
<li><a href="https://github.com/swc-project/swc/commit/fc90ead01d0076a52e5867547b92bfb479d5b537"><code>fc90ead</code></a> chore: Publish crates</li>
<li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.3.83...v1.3.86">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.83&new-version=1.3.86)](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 Sep 20, 2023
1 parent f2ec406 commit c9e02de
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.1",
"@docusaurus/preset-classic": "^2.4.1",
"@swc/core": "^1.3.83",
"@swc/core": "^1.3.86",
"@you54f/theme-github-codeblock": "^0.1.1",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.0.6",
Expand Down
90 changes: 45 additions & 45 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6937,90 +6937,90 @@ __metadata:
languageName: node
linkType: hard

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

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

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

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

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

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

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

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

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

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

"@swc/core@npm:^1.3.83":
version: 1.3.83
resolution: "@swc/core@npm:1.3.83"
"@swc/core@npm:^1.3.86":
version: 1.3.86
resolution: "@swc/core@npm:1.3.86"
dependencies:
"@swc/core-darwin-arm64": 1.3.83
"@swc/core-darwin-x64": 1.3.83
"@swc/core-linux-arm-gnueabihf": 1.3.83
"@swc/core-linux-arm64-gnu": 1.3.83
"@swc/core-linux-arm64-musl": 1.3.83
"@swc/core-linux-x64-gnu": 1.3.83
"@swc/core-linux-x64-musl": 1.3.83
"@swc/core-win32-arm64-msvc": 1.3.83
"@swc/core-win32-ia32-msvc": 1.3.83
"@swc/core-win32-x64-msvc": 1.3.83
"@swc/core-darwin-arm64": 1.3.86
"@swc/core-darwin-x64": 1.3.86
"@swc/core-linux-arm-gnueabihf": 1.3.86
"@swc/core-linux-arm64-gnu": 1.3.86
"@swc/core-linux-arm64-musl": 1.3.86
"@swc/core-linux-x64-gnu": 1.3.86
"@swc/core-linux-x64-musl": 1.3.86
"@swc/core-win32-arm64-msvc": 1.3.86
"@swc/core-win32-ia32-msvc": 1.3.86
"@swc/core-win32-x64-msvc": 1.3.86
"@swc/types": ^0.1.4
peerDependencies:
"@swc/helpers": ^0.5.0
Expand Down Expand Up @@ -7048,7 +7048,7 @@ __metadata:
peerDependenciesMeta:
"@swc/helpers":
optional: true
checksum: 39849d78f16e0aab168d3563245a0995164c07b195626f124651af00c922d166fc714467f85eed1e111377d68078fc726dbb13002516f64fecb729437538911b
checksum: e2792b836446f2d2c002f7170e5a20aae9d0ca2ef316bef17918a1c87744c354c0c0afd8e2a97312cc017d2253fa60397478a5fe8c1ba12f84e7a293db9df5a5
languageName: node
linkType: hard

Expand Down Expand Up @@ -11655,7 +11655,7 @@ __metadata:
"@docusaurus/core": ^2.4.1
"@docusaurus/module-type-aliases": ^2.4.1
"@docusaurus/preset-classic": ^2.4.1
"@swc/core": ^1.3.83
"@swc/core": ^1.3.86
"@tsconfig/docusaurus": ^2.0.1
"@you54f/theme-github-codeblock": ^0.1.1
clsx: ^2.0.0
Expand Down

0 comments on commit c9e02de

Please sign in to comment.