From 864ef39d11fc37a9d347921a2f2c4934e4576ac0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 12:27:32 +0000 Subject: [PATCH] chore(deps): update dependency @swc/core to v1.3.61 (#3913) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | [`1.3.59` -> `1.3.61`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.59/1.3.61) | [![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.61/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.61/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.61/compatibility-slim/1.3.59)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.61/confidence-slim/1.3.59)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
swc-project/swc ### [`v1.3.61`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1361---2023-05-30) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.60...v1.3.61) ##### Bug Fixes - **(css/modules)** Don't drop the correct selector ([#​7450](https://togithub.com/swc-project/swc/issues/7450)) ([d370324](https://togithub.com/swc-project/swc/commit/d370324cfd251af49853fe887644fcaa8d811431)) - **(es/codegen)** Emit `;` for `TsImportEqualsDecl` ([#​7464](https://togithub.com/swc-project/swc/issues/7464)) ([3935d02](https://togithub.com/swc-project/swc/commit/3935d02e365c2fcfdf517fe6dc5943f4ba2616cd)) - **(es/parser)** Fix parsing of generic jsx element name ([#​7449](https://togithub.com/swc-project/swc/issues/7449)) ([77850dd](https://togithub.com/swc-project/swc/commit/77850dd8f01f51af1e9dda3eabddd07b7e39c841)) - **(plugin/runner)** Disable `wasi_env` cleanup ([#​7458](https://togithub.com/swc-project/swc/issues/7458)) ([1868d36](https://togithub.com/swc-project/swc/commit/1868d36cfed54e48c3439ec4547251e45731c93a)) ##### Features - **(common)** Enable bytecheck for missing structs ([#​7465](https://togithub.com/swc-project/swc/issues/7465)) ([56ac9eb](https://togithub.com/swc-project/swc/commit/56ac9eb6b3c8cc379ee4ccf55d6130e39aa641b8)) - **(es/minifier)** Inline for loop variables ([#​7445](https://togithub.com/swc-project/swc/issues/7445)) ([0cd2b61](https://togithub.com/swc-project/swc/commit/0cd2b61b054031f1a49cae25a82925d52dff0a73)) ##### Miscellaneous Tasks - **(es/preset-env)** Update data ([#​7459](https://togithub.com/swc-project/swc/issues/7459)) ([e15adaf](https://togithub.com/swc-project/swc/commit/e15adaf6eaada62b6a3c1b8447fb39612dee7946)) ##### Testing - **(es/parser)** Add a test for a fixed issue ([#​7467](https://togithub.com/swc-project/swc/issues/7467)) ([8274cce](https://togithub.com/swc-project/swc/commit/8274cce9a7d0aca8d005a215b46f7db9ed7c5aed)) ### [`v1.3.60`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1360---2023-05-25) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.59...v1.3.60) ##### Bug Fixes - **(es)** Init filesystem cache only if plugin exists ([#​7436](https://togithub.com/swc-project/swc/issues/7436)) ([786cf3a](https://togithub.com/swc-project/swc/commit/786cf3a10ffe5e2990c5473062ea42771b769124)) - **(es)** Ignore input sourcemap error ([#​7446](https://togithub.com/swc-project/swc/issues/7446)) ([0c92e53](https://togithub.com/swc-project/swc/commit/0c92e534a5e3ccc74077ac03c473ad2c12fd5349)) - **(es/compat)** Fix destructuring handling of `block_scoping` ([#​7425](https://togithub.com/swc-project/swc/issues/7425)) ([66d52ec](https://togithub.com/swc-project/swc/commit/66d52ec849f3ed2b33db0a3738f5692cb8fa2400)) - **(es/compat)** Fix stage 3 decorator pass ([#​7392](https://togithub.com/swc-project/swc/issues/7392)) ([97d0f79](https://togithub.com/swc-project/swc/commit/97d0f79142ec8ac6d1795b5c56cc565ca9b0a085)) - **(es/compat)** Fix variable scoping of object rest pass. ([#​7437](https://togithub.com/swc-project/swc/issues/7437)) ([f3d660f](https://togithub.com/swc-project/swc/commit/f3d660f972a9fef7ee0783125655c4873a5d43fe)) - **(es/parser)** Reset class context ([#​7433](https://togithub.com/swc-project/swc/issues/7433)) ([1cab43f](https://togithub.com/swc-project/swc/commit/1cab43f17deb35ef7e9a4b2c229327edc0f87756)) - **(es/parser)** Allow using `package` as a parameter name in interface ([#​7438](https://togithub.com/swc-project/swc/issues/7438)) ([33a922b](https://togithub.com/swc-project/swc/commit/33a922b6f8c8362b46fe8547e9d327a4d82520a4)) - **(es/parser)** Fix parsing of tsx with a type annotation in a conditional expression ([#​7440](https://togithub.com/swc-project/swc/issues/7440)) ([a37d59a](https://togithub.com/swc-project/swc/commit/a37d59a134b2a046b50bb5e70c694130227e0d9e)) - **(es/preset-env)** Fix pass ordering ([#​7434](https://togithub.com/swc-project/swc/issues/7434)) ([2071f89](https://togithub.com/swc-project/swc/commit/2071f89d4eea7ae311b05457650e2f42c1b503ef)) - **(swc_core)** Correctly expose plugin with host ([#​7427](https://togithub.com/swc-project/swc/issues/7427)) ([558ca40](https://togithub.com/swc-project/swc/commit/558ca40b99bd3e9ac9a1742223dd9d3ef84061cb)) ##### Features - **(plugin/runner)** Enable in-memory precompiled module cache ([#​7420](https://togithub.com/swc-project/swc/issues/7420)) ([f8fe365](https://togithub.com/swc-project/swc/commit/f8fe365c3b888bbe49e011a616b6926c9ef24fa2)) ##### Refactor - **(plugin/runner)** Add attributes to the module bytes ([#​7419](https://togithub.com/swc-project/swc/issues/7419)) ([c03a74c](https://togithub.com/swc-project/swc/commit/c03a74c19819cb0cfc8a47cd9b2c1e558355d40d)) - **(swc_core)** Make `common_plugin_transform` agnostic to mode ([#​7422](https://togithub.com/swc-project/swc/issues/7422)) ([cfdd407](https://togithub.com/swc-project/swc/commit/cfdd40789673eef32a9b9365456860a7cb511000)) - **(visit)** Reduce expanded LOCs ([#​7442](https://togithub.com/swc-project/swc/issues/7442)) ([e83368e](https://togithub.com/swc-project/swc/commit/e83368e5744ebabab8537cb979a374ecbc2e7d95))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 108 +++++++++++++++++++++++++-------------------------- 2 files changed, 55 insertions(+), 55 deletions(-) diff --git a/package.json b/package.json index 61604b93d5..4afbb8d19f 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "devDependencies": { "@apidevtools/swagger-parser": "10.1.0", "@babel/core": "7.21.8", - "@swc/core": "1.3.59", + "@swc/core": "1.3.61", "@swc/jest": "0.2.26", "@types/bcryptjs": "2.4.2", "@types/cors": "2.8.13", diff --git a/yarn.lock b/yarn.lock index e0bba20c9c..95ff4060a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1022,71 +1022,71 @@ dependencies: "@sinonjs/commons" "^2.0.0" -"@swc/core-darwin-arm64@1.3.59": - version "1.3.59" - resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.59.tgz#04137eaf3549a2c195a4eeff409687379d927809" - integrity sha512-AnqWFBgEKHP0jb4iZqx7eVQT9/rX45+DE4Ox7GpwCahUKxxrsDLyXzKhwLwQuAjUvtu5JcSB77szKpPGDM49fQ== +"@swc/core-darwin-arm64@1.3.61": + version "1.3.61" + resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.61.tgz#5935e76df79596deac71a98afbbfe82d0a8e03ab" + integrity sha512-Ra1CZIYYyIp/Y64VcKyaLjIPUwT83JmGduvHu8vhUZOvWV4dWL4s5DrcxQVaQJjjb7Z2N/IUYYS55US1TGnxZw== -"@swc/core-darwin-x64@1.3.59": - version "1.3.59" - resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.59.tgz#edd5b4e33f7caa2b67a4989934fe7bc8e24d79dd" - integrity sha512-iqDs+yii9mOsmpJez82SEi4d4prWDRlapHxKnDVJ0x1AqRo41vIq8t3fujrvCHYU5VQgOYGh4ooXQpaP2H3B2A== +"@swc/core-darwin-x64@1.3.61": + version "1.3.61" + resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.61.tgz#14883499c59457a8a3f114f0f94004a37c743866" + integrity sha512-LUia75UByUFkYH1Ddw7IE0X9usNVGJ7aL6+cgOTju7P0dsU0f8h/OGc/GDfp1E4qnKxDCJE+GwDRLoi4SjIxpg== -"@swc/core-linux-arm-gnueabihf@1.3.59": - version "1.3.59" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.59.tgz#448c1c09f9d25e416e431fe1a627c2fc1abd1251" - integrity sha512-PB0PP+SgkCSd/kYmltnPiGv42cOSaih1OjXCEjxvNwUFEmWqluW6uGdWaNiR1LoYMxhcHZTc336jL2+O3l6p0Q== +"@swc/core-linux-arm-gnueabihf@1.3.61": + version "1.3.61" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.61.tgz#3b9b2ad3d1387ef12372f4fc9821e760b9ac36a2" + integrity sha512-aalPlicYxHAn2PxNlo3JFEZkMXzCtUwjP27AgMqnfV4cSz7Omo56OtC+413e/kGyCH86Er9gJRQQsxNKP8Qbsg== -"@swc/core-linux-arm64-gnu@1.3.59": - version "1.3.59" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.59.tgz#78061652c93f64cf7d6488a18caaffb98e94d8e1" - integrity sha512-Ol/JPszWZ+OZ44FOdJe35TfJ1ckG4pYaisZJ4E7PzfwfVe2ygX85C5WWR4e5L0Y1zFvzpcI7gdyC2wzcXk4Cig== +"@swc/core-linux-arm64-gnu@1.3.61": + version "1.3.61" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.61.tgz#8d0ccdc2e45c0f8f4e270b5d144aeb3921ce5ed3" + integrity sha512-9hGdsbQrYNPo1c7YzWF57yl17bsIuuEQi3I1fOFSv3puL3l5M/C/oCD0Bz6IdKh6mEDC5UNJE4LWtV1gFA995A== -"@swc/core-linux-arm64-musl@1.3.59": - version "1.3.59" - resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.59.tgz#496a939129243b51e1e1ff90cdcc1c1437e71d6f" - integrity sha512-PtTTtGbj9GiY5gJdoSFL2A0vL6BRaS1haAhp6g3hZvLDkTTg+rJURmzwBMMjaQlnGC62x/lLf6MoszHG/05//Q== +"@swc/core-linux-arm64-musl@1.3.61": + version "1.3.61" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.61.tgz#6983481a0e15fbc8ce60c536de82e39b8669d7c5" + integrity sha512-mVmcNfFQRP4SYbGC08IPB3B9Xox+VpGIQqA3Qg7LMCcejLAQLi4Lfe8CDvvBPlQzXHso0Cv+BicJnQVKs8JLOA== -"@swc/core-linux-x64-gnu@1.3.59": - version "1.3.59" - resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.59.tgz#4e12cab7e6a49d52321eac9d10787cdb8cadce0f" - integrity sha512-XBW9AGi0YsIN76IfesnDSBn/5sjR69J75KUNte8sH6seYlHJ0/kblqUMbUcfr0CiGoJadbzAZeKZZmfN7EsHpg== +"@swc/core-linux-x64-gnu@1.3.61": + version "1.3.61" + resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.61.tgz#9fe55668d1eccbce2739134d4a15436f4c17aba8" + integrity sha512-ZkRHs7GEikN6JiVL1/stvq9BVHKrSKoRn9ulVK2hMr+mAGNOKm3Y06NSzOO+BWwMaFOgnO2dWlszCUICsQ0kpg== -"@swc/core-linux-x64-musl@1.3.59": - version "1.3.59" - resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.59.tgz#8e29ade3599c5215d1c04507e59761aa5c95a9eb" - integrity sha512-Cy5E939SdWPQ34cg6UABNO0RyEe0FuWqzZ/GLKtK11Ir4fjttVlucZiY59uQNyUVUc8T2qE0VBFCyD/zYGuHtg== +"@swc/core-linux-x64-musl@1.3.61": + version "1.3.61" + resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.61.tgz#5729aa85b039d40aa642867b520fdc96267e2aa4" + integrity sha512-zK7VqQ5JlK20+7fxI4AgvIUckeZyX0XIbliGXNMR3i+39SJq1vs9scYEmq8VnAfvNdMU5BG+DewbFJlMfCtkxQ== -"@swc/core-win32-arm64-msvc@1.3.59": - version "1.3.59" - resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.59.tgz#c0b94236288e8e596628b821194ee80372cf0fdb" - integrity sha512-z5ZJxizRvRoSAaevRIi3YjQh74OFWEIhonSDWNdqDL7RbjEivcatYcG7OikH6s+rtPhOcwNm3PbGV2Prcgh/gg== +"@swc/core-win32-arm64-msvc@1.3.61": + version "1.3.61" + resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.61.tgz#1e8f343b67e9c69aa55f8a3c19539f632be76b3f" + integrity sha512-e9kVVPk5iVNhO41TvLvcExDHn5iATQ5/M4U7/CdcC7s0fK19TKSEUqkdoTLIJvHBFhgR7w3JJSErfnauO0xXoA== -"@swc/core-win32-ia32-msvc@1.3.59": - version "1.3.59" - resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.59.tgz#f806824d840c2029354fd662b0f4eeb51836a9ef" - integrity sha512-vxpsn+hrKAhi5YusQfB/JXUJJVX40rIRE/L49ilBEqdbH8Khkoego6AD+2vWqTdJcUHo1WiAIAEZ0rTsjyorLQ== +"@swc/core-win32-ia32-msvc@1.3.61": + version "1.3.61" + resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.61.tgz#e560de48ef13bebd9e7bc35c19c2c40e5a2d3d4b" + integrity sha512-7cJULfa6HvKqvFh6M/f7mKiNRhE2AjgFUCZfdOuy5r8vbtpk+qBK94TXwaDjJYDUGKzDVZw/tJ1eN4Y9n9Ls/Q== -"@swc/core-win32-x64-msvc@1.3.59": - version "1.3.59" - resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.59.tgz#f8a21d9048a3652c058880649e174c7a5589fae6" - integrity sha512-Ris/cJbURylcLwqz4RZUUBCEGsuaIHOJsvf69W5pGKHKBryVoOTNhBKpo3Km2hoAi5qFQ/ou0trAT4hBsVPZvQ== +"@swc/core-win32-x64-msvc@1.3.61": + version "1.3.61" + resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.61.tgz#07b75b5af65afd207c96ef5503e44767fe0239f5" + integrity sha512-Jx8S+21WcKF/wlhW+sYpystWUyymDTEsbBpOgBRpXZelakVcNBCIIYSZOKW/A9PwWTpu6S8yvbs9nUOzKiVPqA== -"@swc/core@1.3.59": - version "1.3.59" - resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.59.tgz#0e73e320faf4ca881f51c1820e34e0998b720efc" - integrity sha512-ZBw31zd2E5SXiodwGvjQdx5ZC90b2uyX/i2LeMMs8LKfXD86pfOfQac+JVrnyEKDhASXj9icgsF9NXBhaMr3Kw== +"@swc/core@1.3.61": + version "1.3.61" + resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.61.tgz#b526d6ca3f98f703d1d7f3e61c08da6da2ed3f17" + integrity sha512-p58Ltdjo7Yy8CU3zK0cp4/eAgy5qkHs35znGedqVGPiA67cuYZM63DuTfmyrOntMRwQnaFkMLklDAPCizDdDng== optionalDependencies: - "@swc/core-darwin-arm64" "1.3.59" - "@swc/core-darwin-x64" "1.3.59" - "@swc/core-linux-arm-gnueabihf" "1.3.59" - "@swc/core-linux-arm64-gnu" "1.3.59" - "@swc/core-linux-arm64-musl" "1.3.59" - "@swc/core-linux-x64-gnu" "1.3.59" - "@swc/core-linux-x64-musl" "1.3.59" - "@swc/core-win32-arm64-msvc" "1.3.59" - "@swc/core-win32-ia32-msvc" "1.3.59" - "@swc/core-win32-x64-msvc" "1.3.59" + "@swc/core-darwin-arm64" "1.3.61" + "@swc/core-darwin-x64" "1.3.61" + "@swc/core-linux-arm-gnueabihf" "1.3.61" + "@swc/core-linux-arm64-gnu" "1.3.61" + "@swc/core-linux-arm64-musl" "1.3.61" + "@swc/core-linux-x64-gnu" "1.3.61" + "@swc/core-linux-x64-musl" "1.3.61" + "@swc/core-win32-arm64-msvc" "1.3.61" + "@swc/core-win32-ia32-msvc" "1.3.61" + "@swc/core-win32-x64-msvc" "1.3.61" "@swc/jest@0.2.26": version "0.2.26"