Skip to content

Commit 3fa05cb

Browse files
chore: update dependency @swc-node/register to v1.10.0 (#265)
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 <details> <summary>swc-project/swc-node (@&#8203;swc-node/register)</summary> ### [`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/[email protected]...@swc-node/[email protected]) #### What's Changed - fix: fix ts extension detect regex, close [#&#8203;775](https://togithub.com/swc-project/swc-node/issues/775) [#&#8203;774](https://togithub.com/swc-project/swc-node/issues/774) [#&#8203;772](https://togithub.com/swc-project/swc-node/issues/772) by [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 - [@&#8203;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/[@&#8203;swc-node/register](https://togithub.com/swc-node/register)[@&#8203;1](https://togithub.com/1).9.1...[@&#8203;swc-node/register](https://togithub.com/swc-node/register)[@&#8203;1](https://togithub.com/1).10.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuNSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS41IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: tsang-bot[bot] <146107447+tsang-bot[bot]@users.noreply.github.com>
1 parent 539c09c commit 3fa05cb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@nx/webpack": "17.2.8",
3838
"@nx/workspace": "17.2.8",
3939
"@semantic-release/github": "^8.0.6",
40-
"@swc-node/register": "1.9.2",
40+
"@swc-node/register": "1.10.0",
4141
"@swc/cli": "~0.3.0",
4242
"@swc/core": "1.6.5",
4343
"@types/jest": "29.5.12",

0 commit comments

Comments
 (0)