From 3fa05cbafddec2f4cb0d29ba88471f07a7c75ebe Mon Sep 17 00:00:00 2001 From: "tsang-bot[bot]" <146107447+tsang-bot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:01:51 +0000 Subject: [PATCH] chore: update dependency @swc-node/register to v1.10.0 (#265) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc-node/register](https://togithub.com/swc-project/swc-node) | [`1.9.2` -> `1.10.0`](https://renovatebot.com/diffs/npm/@swc-node%2fregister/1.9.2/1.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc-node%2fregister/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc-node%2fregister/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc-node%2fregister/1.9.2/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc-node%2fregister/1.9.2/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
swc-project/swc-node (@​swc-node/register) ### [`v1.10.0`](https://togithub.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.0) [Compare Source](https://togithub.com/swc-project/swc-node/compare/@swc-node/register@1.9.2...@swc-node/register@1.10.0) #### What's Changed - fix: fix ts extension detect regex, close [#​775](https://togithub.com/swc-project/swc-node/issues/775) [#​774](https://togithub.com/swc-project/swc-node/issues/774) [#​772](https://togithub.com/swc-project/swc-node/issues/772) by [@​yeliex](https://togithub.com/yeliex) in [https://github.com/swc-project/swc-node/pull/777](https://togithub.com/swc-project/swc-node/pull/777) - doc: update readme by [@​yeliex](https://togithub.com/yeliex) in [https://github.com/swc-project/swc-node/pull/778](https://togithub.com/swc-project/swc-node/pull/778) - fix(esm-resolver): only return early if the specifier is an unsupported file by [@​fargito](https://togithub.com/fargito) in [https://github.com/swc-project/swc-node/pull/789](https://togithub.com/swc-project/swc-node/pull/789) - fix(register): ts files extension resolve by [@​Brooooooklyn](https://togithub.com/Brooooooklyn) in [https://github.com/swc-project/swc-node/pull/793](https://togithub.com/swc-project/swc-node/pull/793) #### New Contributors - [@​fargito](https://togithub.com/fargito) made their first contribution in [https://github.com/swc-project/swc-node/pull/789](https://togithub.com/swc-project/swc-node/pull/789) **Full Changelog**: https://github.com/swc-project/swc-node/compare/[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).9.1...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).10.0
--- ### 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 [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: tsang-bot[bot] <146107447+tsang-bot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7cad5521..2d7797fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@nx/webpack": "17.2.8", "@nx/workspace": "17.2.8", "@semantic-release/github": "^8.0.6", - "@swc-node/register": "1.9.2", + "@swc-node/register": "1.10.0", "@swc/cli": "~0.3.0", "@swc/core": "1.6.5", "@types/jest": "29.5.12", @@ -5907,9 +5907,9 @@ } }, "node_modules/@swc-node/register": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@swc-node/register/-/register-1.9.2.tgz", - "integrity": "sha512-BBjg0QNuEEmJSoU/++JOXhrjWdu3PTyYeJWsvchsI0Aqtj8ICkz/DqlwtXbmZVZ5vuDPpTfFlwDBZe81zgShMA==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@swc-node/register/-/register-1.10.0.tgz", + "integrity": "sha512-38w10C3fWLi5nd1BltCjj75p5JUn35o8Qvp9yg4y59WrOMLqJ2vzjUva/v7E5IxpY7irE9RMovoxI6uF8/QXJg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4cfcd343..6d2ac53f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nx/webpack": "17.2.8", "@nx/workspace": "17.2.8", "@semantic-release/github": "^8.0.6", - "@swc-node/register": "1.9.2", + "@swc-node/register": "1.10.0", "@swc/cli": "~0.3.0", "@swc/core": "1.6.5", "@types/jest": "29.5.12",