This is an automated email from the ASF dual-hosted git repository. kou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-js.git
The following commit(s) were added to refs/heads/main by this push: new a01a75e chore: bump @swc/core from 1.12.5 to 1.12.7 (#187) a01a75e is described below commit a01a75ef6965f36ff8486f9f8b8c34414fce937d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jul 1 12:56:11 2025 +0900 chore: bump @swc/core from 1.12.5 to 1.12.7 (#187) Bumps [@swc/core](https://github.com/swc-project/swc) from 1.12.5 to 1.12.7. <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.12.7] - 2025-06-26</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Fix condition for preserving properties (<a href="https://redirect.github.com/swc-project/swc/issues/10694">#10694</a>) (<a href="https://github.com/swc-project/swc/commit/5c57a0559641121218aa8ef2be297c3a97570e70">5c57a05</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Drop pure tagged string call expr (<a href="https://redirect.github.com/swc-project/swc/issues/10702">#10702</a>) (<a href="https://github.com/swc-project/swc/commit/85cd9a71d57d7c0e37b2158bfddfbdbe2b09622f">85cd9a7</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Improve error message for template literals (<a href="https://redirect.github.com/swc-project/swc/issues/10690">#10690</a>) (<a href="https://github.com/swc-project/swc/commit/a066b7629079ad15850c41a982031a62decebd2d">a066b76</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Rescan <code>>=</code> for JSX closing tag (<a href="https://redirect.github.com/swc-project/swc/issues/10693">#10693</a>) (<a href="https://github.com/swc-project/swc/commit/fe82c4cf83b4cea05403b87bc665f9d0a84928e1">fe82c4c</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Support keywords as JSX member expression properties (<a href="https://redirect.github.com/swc-project/swc/issues/10701">#10701</a>) (<a href="https://github.com/swc-project/swc/commit/643253d5e1df643fd79eb3f494b56f15bdcbdb47">643253d</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/parser)</strong> Add <code>override</code> and <code>out</code> keyword (<a href="https://redirect.github.com/swc-project/swc/issues/10695">#10695</a>) (<a href="https://github.com/swc-project/swc/commit/636d7a3830ca3de01ee2078385820e3a37d62343">636d7a3</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Enable import attributes unconditionally (<a href="https://redirect.github.com/swc-project/swc/issues/10706">#10706</a>) (<a href="https://github.com/swc-project/swc/commit/5ecc3ca4da6998c8dc9c94d8c25ab10a3b70b62b">5ecc3ca</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Expose Token API with unstable feature flag (<a href="https://redirect.github.com/swc-project/swc/issues/10699">#10699</a>) (<a href="https://github.com/swc-project/swc/commit/750c7d4c84d34091207932dde9e3e1aaac0cf391">750c7d4</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li><strong>(es/parser)</strong> Do not compare error each time (<a href="https://redirect.github.com/swc-project/swc/issues/10696">#10696</a>) (<a href="https://github.com/swc-project/swc/commit/0ae0341d105a9c57810204352b775acdee26d18e">0ae0341</a>)</li> </ul> <h3>Testing</h3> <ul> <li><strong>(es)</strong> Remove outdated test snapshots (<a href="https://redirect.github.com/swc-project/swc/issues/10689">#10689</a>) (<a href="https://github.com/swc-project/swc/commit/03d520bc5be02d45acb173c49d7fcd9580ccacf1">03d520b</a>)</li> </ul> <h2>[1.12.6] - 2025-06-24</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/3f1c4fb6101b2caa50ff2d59fdc9b71b1bb5221c"><code>3f1c4fb</code></a> chore: Publish <code>1.12.7</code> with <code>swc_core</code> <code>v29.2.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/862430dbc101a57e8b86bd3ff62e85e520f81347"><code>862430d</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/e43a89c589882331b870e0633c0855a2b6becbab"><code>e43a89c</code></a> chore: Publish <code>1.12.7-nightly-20250626.1</code> with <code>swc_core</code> <code>v29.2.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/31d2a375e40533530aa62d03963310cd01756829"><code>31d2a37</code></a> chore: Publish crates with <code>swc_core</code> <code>v29.2.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/0ae0341d105a9c57810204352b775acdee26d18e"><code>0ae0341</code></a> perf(es/parser): Do not compare error each time (<a href="https://redirect.github.com/swc-project/swc/issues/10696">#10696</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/85cd9a71d57d7c0e37b2158bfddfbdbe2b09622f"><code>85cd9a7</code></a> fix(es/minifier): Drop pure tagged string call expr (<a href="https://redirect.github.com/swc-project/swc/issues/10702">#10702</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/750c7d4c84d34091207932dde9e3e1aaac0cf391"><code>750c7d4</code></a> feat(es/parser): Expose Token API with unstable feature flag (<a href="https://redirect.github.com/swc-project/swc/issues/10699">#10699</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/5ecc3ca4da6998c8dc9c94d8c25ab10a3b70b62b"><code>5ecc3ca</code></a> feat(es/parser): Enable import attributes unconditionally (<a href="https://redirect.github.com/swc-project/swc/issues/10706">#10706</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/643253d5e1df643fd79eb3f494b56f15bdcbdb47"><code>643253d</code></a> fix(es/parser): Support keywords as JSX member expression properties (<a href="https://redirect.github.com/swc-project/swc/issues/10701">#10701</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/636d7a3830ca3de01ee2078385820e3a37d62343"><code>636d7a3</code></a> feat(es/parser): Add <code>override</code> and <code>out</code> keyword (<a href="https://redirect.github.com/swc-project/swc/issues/10695">#10695</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.12.5...v1.12.7">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 128 +++++++++++++++++++++++++++++------------------------------ 2 files changed, 65 insertions(+), 65 deletions(-) diff --git a/package.json b/package.json index 6b502e3..1af5761 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@rollup/plugin-alias": "5.1.1", "@rollup/plugin-node-resolve": "16.0.1", "@rollup/stream": "3.0.1", - "@swc/core": "1.12.5", + "@swc/core": "1.12.7", "@types/benchmark": "2.1.5", "@types/glob": "8.1.0", "@types/jest": "29.5.14", diff --git a/yarn.lock b/yarn.lock index d967338..b97abda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1149,74 +1149,74 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@swc/core-darwin-arm64@1.12.5": - version "1.12.5" - resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.12.5.tgz#edd39143c23989d28c641894656bc0fb4bcba019" - integrity sha512-3WF+naP/qkt5flrTfJr+p07b522JcixKvIivM7FgvllA6LjJxf+pheoILrTS8IwrNAK/XtHfKWYcGY+3eaA4mA== - -"@swc/core-darwin-x64@1.12.5": - version "1.12.5" - resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.12.5.tgz#64b38d60d7857e4909ce20c2460f7f1bd2eb61a3" - integrity sha512-GCcD3dft8YN7unTBcW02Fx41jXp2MNQHCjx5ceWSEYOGvn7vBSUp7k7LkfTxGN5Ftxb9a1mxhPq8r4rD2u/aPw== - -"@swc/core-linux-arm-gnueabihf@1.12.5": - version "1.12.5" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.12.5.tgz#7d854ccef342f203f2b626d4f0a0427fb49dd094" - integrity sha512-jWlzP/Y4+wbE/EJM+WGIDQsklLFV3g5LmbYTBgrY4+5nb517P31mkBzf5y2knfNWPrL7HzNu0578j3Zi2E6Iig== - -"@swc/core-linux-arm64-gnu@1.12.5": - version "1.12.5" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.12.5.tgz#fa716a501c5e55658f4acada38d7d5bbc3872d37" - integrity sha512-GkzgIUz+2r6J6Tn3hb7/4ByaWHRrRZt4vuN9BLAd+y65m2Bt0vlEpPtWhrB/TVe4hEkFR+W5PDETLEbUT4i0tQ== - -"@swc/core-linux-arm64-musl@1.12.5": - version "1.12.5" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.12.5.tgz#6db1f468373c89521b4e0ce290c1bf4098bf9219" - integrity sha512-g0AJ7QmZPj3Uw+C5pDa48LAUG7JBgQmB0mN5cW+s2mjaFKT0mTSxYALtx/MDZwJExDPo0yJV8kSbFO1tvFPyhg== - -"@swc/core-linux-x64-gnu@1.12.5": - version "1.12.5" - resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.12.5.tgz#0f7de6a7a40002b37c233a7d5e55bff78d38ba70" - integrity sha512-PeYoSziNy+iNiBHPtAsO84bzBne/mbCsG5ijYkAhS1GVsDgohClorUvRXXhcUZoX2gr8TfSI9WLHo30K+DKiHg== - -"@swc/core-linux-x64-musl@1.12.5": - version "1.12.5" - resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.12.5.tgz#d42a225d2fb8faed402fbea1871f7e230d1b3752" - integrity sha512-EJrfCCIyuV5LLmYgKtIMwtgsnjVesdFe0IgQzEKs9OfB6cL6g7WO9conn8BkGX8jphVa7jChKxShDGkreWWDzA== - -"@swc/core-win32-arm64-msvc@1.12.5": - version "1.12.5" - resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.12.5.tgz#fb4db0bbe28b88a1d8b7a7c01bc53ef1e4b03daa" - integrity sha512-FnwT7fxkJJMgsfiDoZKEVGyCzrPFbzpflFAAoTCUCu3MaHw6mW55o/MAAfofvJ1iIcEpec4o93OilsmKtpyO5Q== - -"@swc/core-win32-ia32-msvc@1.12.5": - version "1.12.5" - resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.12.5.tgz#53a0118673c5c2532290b97b09186dc22d75e3ec" - integrity sha512-jW6l4KFt9mIXSpGseE6BQOEFmbIeXeShDuWgldEJXKeXf/uPs8wrqv80XBIUwVpK0ZbmJwPQ0waGVj8UM3th2Q== - -"@swc/core-win32-x64-msvc@1.12.5": - version "1.12.5" - resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.12.5.tgz#00f34e23c28fb21d8c502bbfab09ecc3c31599cf" - integrity sha512-AZszwuEjlz1tSNLQRm3T5OZJ5eebxjJlDQnnzXJmg0B7DJMRoaAe1HTLOmejxjFK6yWr7fh+pSeCw2PgQLxgqA== - -"@swc/core@1.12.5": - version "1.12.5" - resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.12.5.tgz#f89ccdd66df7379aea3225f88a73e56031c820ae" - integrity sha512-KxA0PHHIuUBmQ/Oi+xFpVzILj2Oo37sTtftCbyowQlyx5YOknEOw1kLpas5hMcpznXgFyAWbpK71xQps4INPgA== +"@swc/core-darwin-arm64@1.12.7": + version "1.12.7" + resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.12.7.tgz#d939a2a8137de143927fbb9d0954c9bd501515a9" + integrity sha512-w6BBT0hBRS56yS+LbReVym0h+iB7/PpCddqrn1ha94ra4rZ4R/A91A/rkv+LnQlPqU/+fhqdlXtCJU9mrhCBtA== + +"@swc/core-darwin-x64@1.12.7": + version "1.12.7" + resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.12.7.tgz#577337cf54df2e95201d25064937ffc717edce32" + integrity sha512-jN6LhFfGOpm4DY2mXPgwH4aa9GLOwublwMVFFZ/bGnHYYCRitLZs9+JWBbyWs7MyGcA246Ew+EREx36KVEAxjA== + +"@swc/core-linux-arm-gnueabihf@1.12.7": + version "1.12.7" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.12.7.tgz#d837713bcd457b7d48cd8d3120cb407964fb748c" + integrity sha512-rHn8XXi7G2StEtZRAeJ6c7nhJPDnqsHXmeNrAaYwk8Tvpa6ZYG2nT9E1OQNXj1/dfbSFTjdiA8M8ZvGYBlpBoA== + +"@swc/core-linux-arm64-gnu@1.12.7": + version "1.12.7" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.12.7.tgz#cb49017eff530d24c1b3f2e7ff91d85cf1218ec0" + integrity sha512-N15hKizSSh+hkZ2x3TDVrxq0TDcbvDbkQJi2ZrLb9fK+NdFUV/x+XF16ZDPlbxtrGXl1CT7VD439SNaMN9F7qw== + +"@swc/core-linux-arm64-musl@1.12.7": + version "1.12.7" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.12.7.tgz#44ae48b2cd1498b178a8078d91dd24ee6ed0f508" + integrity sha512-jxyINtBezpxd3eIUDiDXv7UQ87YWlPsM9KumOwJk09FkFSO4oYxV2RT+Wu+Nt5tVWue4N0MdXT/p7SQsDEk4YA== + +"@swc/core-linux-x64-gnu@1.12.7": + version "1.12.7" + resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.12.7.tgz#064cdbbffc2e0d67fd01fb0d10145fc308e269f5" + integrity sha512-PR4tPVwU1BQBfFDk2XfzXxsEIjF3x/bOV1BzZpYvrlkU0TKUDbR4t2wzvsYwD/coW7/yoQmlL70/qnuPtTp1Zw== + +"@swc/core-linux-x64-musl@1.12.7": + version "1.12.7" + resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.12.7.tgz#f775b66551be2d6628cf2d9e624df7b7ab61785d" + integrity sha512-zy7JWfQtQItgMfUjSbbcS3DZqQUn2d9VuV0LSGpJxtTXwgzhRpF1S2Sj7cU9hGpbM27Y8RJ4DeFb3qbAufjbrw== + +"@swc/core-win32-arm64-msvc@1.12.7": + version "1.12.7" + resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.12.7.tgz#d95bd10a150876030075a6db8717086dd86c2464" + integrity sha512-52PeF0tyX04ZFD8nibNhy/GjMFOZWTEWPmIB3wpD1vIJ1po+smtBnEdRRll5WIXITKoiND8AeHlBNBPqcsdcwA== + +"@swc/core-win32-ia32-msvc@1.12.7": + version "1.12.7" + resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.12.7.tgz#8c3ead90acf1fa8e229c664930fe41dd2238e734" + integrity sha512-WzQwkNMuhB1qQShT9uUgz/mX2j7NIEPExEtzvGsBT7TlZ9j1kGZ8NJcZH/fwOFcSJL4W7DnkL7nAhx6DBlSPaA== + +"@swc/core-win32-x64-msvc@1.12.7": + version "1.12.7" + resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.12.7.tgz#f48d1b5b5011aba9aeba6af5b8038d47cf7d74cc" + integrity sha512-R52ivBi2lgjl+Bd3XCPum0YfgbZq/W1AUExITysddP9ErsNSwnreYyNB3exEijiazWGcqHEas2ChiuMOP7NYrA== + +"@swc/core@1.12.7": + version "1.12.7" + resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.12.7.tgz#c22df49bee1fccb900b57caef59204dbf186e696" + integrity sha512-bcpllEihyUSnqp0UtXTvXc19CT4wp3tGWLENhWnjr4B5iEOkzqMu+xHGz1FI5IBatjfqOQb29tgIfv6IL05QaA== dependencies: "@swc/counter" "^0.1.3" "@swc/types" "^0.1.23" optionalDependencies: - "@swc/core-darwin-arm64" "1.12.5" - "@swc/core-darwin-x64" "1.12.5" - "@swc/core-linux-arm-gnueabihf" "1.12.5" - "@swc/core-linux-arm64-gnu" "1.12.5" - "@swc/core-linux-arm64-musl" "1.12.5" - "@swc/core-linux-x64-gnu" "1.12.5" - "@swc/core-linux-x64-musl" "1.12.5" - "@swc/core-win32-arm64-msvc" "1.12.5" - "@swc/core-win32-ia32-msvc" "1.12.5" - "@swc/core-win32-x64-msvc" "1.12.5" + "@swc/core-darwin-arm64" "1.12.7" + "@swc/core-darwin-x64" "1.12.7" + "@swc/core-linux-arm-gnueabihf" "1.12.7" + "@swc/core-linux-arm64-gnu" "1.12.7" + "@swc/core-linux-arm64-musl" "1.12.7" + "@swc/core-linux-x64-gnu" "1.12.7" + "@swc/core-linux-x64-musl" "1.12.7" + "@swc/core-win32-arm64-msvc" "1.12.7" + "@swc/core-win32-ia32-msvc" "1.12.7" + "@swc/core-win32-x64-msvc" "1.12.7" "@swc/counter@^0.1.3": version "0.1.3"