Skip to content

Commit

Permalink
chore(deps-dev): Bump @swc/core from 1.3.67 to 1.3.68 (#6789)
Browse files Browse the repository at this point in the history
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.67 to
1.3.68.
<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.68] - 2023-07-05</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(css/modules)</strong> Fix <code>:local</code> and
<code>:global</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/7600">#7600</a>)
(<a
href="https://github.com/swc-project/swc/commit/f0ab5b39f79685023cfc9529bc60e96231ad18d7">f0ab5b3</a>)</p>
</li>
<li>
<p><strong>(es/compat)</strong> Visit transformed expression in optional
chaining pass (<a
href="https://redirect.github.com/swc-project/swc/issues/7614">#7614</a>)
(<a
href="https://github.com/swc-project/swc/commit/c087c82aa3131ecafa2e42cdef6ecfba6c80b9b8">c087c82</a>)</p>
</li>
<li>
<p><strong>(es/fixer)</strong> Don't change default decls to default
expr exports (<a
href="https://redirect.github.com/swc-project/swc/issues/7585">#7585</a>)
(<a
href="https://github.com/swc-project/swc/commit/e2725451aa507c18222c5f66cf0a5a049c92bd0b">e272545</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Add usage to inlined ident eagerly (<a
href="https://redirect.github.com/swc-project/swc/issues/7597">#7597</a>)
(<a
href="https://github.com/swc-project/swc/commit/4f866de8788558a4f9f3e3f889048136c7896ee3">4f866de</a>)</p>
</li>
<li>
<p><strong>(es/parser)</strong> Re-lex <code>&lt;&lt;</code> as two
<code>&lt;</code>-s if required (<a
href="https://redirect.github.com/swc-project/swc/issues/7439">#7439</a>)
(<a
href="https://github.com/swc-project/swc/commit/68503726a78cfc37cd995eda69a3e8982b6fdf57">6850372</a>)</p>
</li>
<li>
<p><strong>(plugin/runner)</strong> Disable wasi env cleanup (<a
href="https://redirect.github.com/swc-project/swc/issues/7607">#7607</a>)
(<a
href="https://github.com/swc-project/swc/commit/8209594a8c11d2a65061763fef5d3a7780976f39">8209594</a>)</p>
</li>
<li>
<p><strong>(xml/codegen)</strong> Fix wrong minification of spaces in a
self-closing tag (<a
href="https://redirect.github.com/swc-project/swc/issues/7595">#7595</a>)
(<a
href="https://github.com/swc-project/swc/commit/769d6516a50796e6642d6724e8472dd32d871612">769d651</a>)</p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>
<p><strong>(es/compat)</strong> Implement transform for explicit
resource management (<a
href="https://redirect.github.com/swc-project/swc/issues/7376">#7376</a>)
(<a
href="https://github.com/swc-project/swc/commit/bcd5a1d6665bc6f4aaa857d1f88b0da82a6c4a04">bcd5a1d</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Drop unused properties (<a
href="https://redirect.github.com/swc-project/swc/issues/7534">#7534</a>)
(<a
href="https://github.com/swc-project/swc/commit/47d2edd4dc448a611396006852f30e2b8de1c42c">47d2edd</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Compress common sub expressions in
sequences (<a
href="https://redirect.github.com/swc-project/swc/issues/7587">#7587</a>)
(<a
href="https://github.com/swc-project/swc/commit/ff1ad95b59732282c014474609bbb405e0f9edb4">ff1ad95</a>)</p>
</li>
<li>
<p><strong>(es/optimization)</strong> Support <code>default</code>
imports for const modules (<a
href="https://redirect.github.com/swc-project/swc/issues/7604">#7604</a>)
(<a
href="https://github.com/swc-project/swc/commit/ac02b84918932f2d51840b4c4cef9adf460fce40">ac02b84</a>)</p>
</li>
</ul>
<h3>Refactor</h3>
<ul>
<li><strong>(es/compat)</strong> Remove usage of
<code>box_patterns</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/7613">#7613</a>)
(<a
href="https://github.com/swc-project/swc/commit/0a26066b7b01d06a6d9e3df2ab7c7e47f4aa9e4c">0a26066</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/swc-project/swc/commit/be8a0e9a49bc0eda2c2fa61427535dffdc0b3b74"><code>be8a0e9</code></a>
chore: Publish <code>v1.3.68</code> with <code>swc_core</code>
<code>v0.79.9</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/7628">#7628</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/7544ea960bf0be097cda2224747eb561b5748317"><code>7544ea9</code></a>
chore: Publish crates</li>
<li><a
href="https://github.com/swc-project/swc/commit/c087c82aa3131ecafa2e42cdef6ecfba6c80b9b8"><code>c087c82</code></a>
fix(es/compat): Visit transformed expression in optional chaining pass
(<a
href="https://redirect.github.com/swc-project/swc/issues/7614">#7614</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/984fdc8ef5a18c478c178f69f89c5204857afaec"><code>984fdc8</code></a>
chore: Publish crates</li>
<li><a
href="https://github.com/swc-project/swc/commit/4f866de8788558a4f9f3e3f889048136c7896ee3"><code>4f866de</code></a>
fix(es/minifier): Add usage to inlined ident eagerly (<a
href="https://redirect.github.com/swc-project/swc/issues/7597">#7597</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/9214427667eac44056466211f929cd37962d546b"><code>9214427</code></a>
chore: Publish crates</li>
<li><a
href="https://github.com/swc-project/swc/commit/ff1ad95b59732282c014474609bbb405e0f9edb4"><code>ff1ad95</code></a>
feat(es/minifier): Compress common sub expressions in sequences (<a
href="https://redirect.github.com/swc-project/swc/issues/7587">#7587</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/9cb9f055ba849dd5ab42f17ea06bfa334ff5c8cb"><code>9cb9f05</code></a>
chore: Publish crates</li>
<li><a
href="https://github.com/swc-project/swc/commit/47d2edd4dc448a611396006852f30e2b8de1c42c"><code>47d2edd</code></a>
feat(es/minifier): Drop unused properties (<a
href="https://redirect.github.com/swc-project/swc/issues/7534">#7534</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/cf902d38083ff899eb7a141d5fb68f886f0b9f81"><code>cf902d3</code></a>
chore: Publish crates</li>
<li>Additional commits viewable in <a
href="https://github.com/swc-project/swc/compare/v1.3.67...v1.3.68">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.67&new-version=1.3.68)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 5, 2023
1 parent 05df023 commit 08b4836
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"devDependencies": {
"@esbuild-plugins/node-resolve": "^0.2.2",
"@swc/core": "^1.3.67",
"@swc/core": "^1.3.68",
"@swc/jest": "^0.2.26",
"@types/chrome": "0.0.239",
"@types/enzyme": "^3.10.13",
Expand Down
90 changes: 45 additions & 45 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1713,90 +1713,90 @@ __metadata:
languageName: node
linkType: hard

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

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

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

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

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

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

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

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

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

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

"@swc/core@npm:^1.3.67":
version: 1.3.67
resolution: "@swc/core@npm:1.3.67"
"@swc/core@npm:^1.3.68":
version: 1.3.68
resolution: "@swc/core@npm:1.3.68"
dependencies:
"@swc/core-darwin-arm64": 1.3.67
"@swc/core-darwin-x64": 1.3.67
"@swc/core-linux-arm-gnueabihf": 1.3.67
"@swc/core-linux-arm64-gnu": 1.3.67
"@swc/core-linux-arm64-musl": 1.3.67
"@swc/core-linux-x64-gnu": 1.3.67
"@swc/core-linux-x64-musl": 1.3.67
"@swc/core-win32-arm64-msvc": 1.3.67
"@swc/core-win32-ia32-msvc": 1.3.67
"@swc/core-win32-x64-msvc": 1.3.67
"@swc/core-darwin-arm64": 1.3.68
"@swc/core-darwin-x64": 1.3.68
"@swc/core-linux-arm-gnueabihf": 1.3.68
"@swc/core-linux-arm64-gnu": 1.3.68
"@swc/core-linux-arm64-musl": 1.3.68
"@swc/core-linux-x64-gnu": 1.3.68
"@swc/core-linux-x64-musl": 1.3.68
"@swc/core-win32-arm64-msvc": 1.3.68
"@swc/core-win32-ia32-msvc": 1.3.68
"@swc/core-win32-x64-msvc": 1.3.68
peerDependencies:
"@swc/helpers": ^0.5.0
dependenciesMeta:
Expand All @@ -1823,7 +1823,7 @@ __metadata:
peerDependenciesMeta:
"@swc/helpers":
optional: true
checksum: 89959d2402d3c9b70181c72c612e8236a7357ea9d58a32d4c0ed13bbe0b1a84257b5808efe9db2b39879fe82a7b78ea3884fad37d5ac44808f21ca01149a28ec
checksum: f56ad1d4cb91f7cc1cb5d4b9894bbb528da0b2eabc98984581f5b3f3187cf2c0d512003880f6ff7a3f6d215b7a3dcbf5a9c45e8a428ac2d711941027c0151d89
languageName: node
linkType: hard

Expand Down Expand Up @@ -2744,7 +2744,7 @@ __metadata:
"@esbuild-plugins/node-resolve": ^0.2.2
"@fluentui/react": ^8.96.1
"@microsoft/applicationinsights-web": ^2.8.11
"@swc/core": ^1.3.67
"@swc/core": ^1.3.68
"@swc/jest": ^0.2.26
"@types/chrome": 0.0.239
"@types/enzyme": ^3.10.13
Expand Down

0 comments on commit 08b4836

Please sign in to comment.