Skip to content

Commit

Permalink
chore: update dependency @swc-node/register to v1.10.2 (#273)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc-node/register](https://github.com/swc-project/swc-node) |
[`1.10.0` ->
`1.10.2`](https://renovatebot.com/diffs/npm/@swc-node%2fregister/1.10.0/1.10.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc-node%2fregister/1.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc-node%2fregister/1.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc-node%2fregister/1.10.0/1.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc-node%2fregister/1.10.0/1.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>swc-project/swc-node (@&#8203;swc-node/register)</summary>

###
[`v1.10.2`](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.10.1...@swc-node/register@1.10.2)

[Compare
Source](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.10.1...@swc-node/register@1.10.2)

###
[`v1.10.1`](https://github.com/swc-project/swc-node/releases/tag/%40swc-node/register%401.10.1)

[Compare
Source](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.10.0...@swc-node/register@1.10.1)

#### What's Changed

- fix: fix ts extension detect regex, close
[#&#8203;775](https://github.com/swc-project/swc-node/issues/775)
[#&#8203;774](https://github.com/swc-project/swc-node/issues/774)
[#&#8203;772](https://github.com/swc-project/swc-node/issues/772) by
[@&#8203;yeliex](https://github.com/yeliex) in
[swc-project/swc-node#777
- doc: update readme by [@&#8203;yeliex](https://github.com/yeliex) in
[swc-project/swc-node#778
- fix(esm-resolver): only return early if the specifier is an
unsupported file by [@&#8203;fargito](https://github.com/fargito) in
[swc-project/swc-node#789
- fix(register): ts files extension resolve by
[@&#8203;Brooooooklyn](https://github.com/Brooooooklyn) in
[swc-project/swc-node#793
- fix(register): do not send undefined source code for compilation by
[@&#8203;fargito](https://github.com/fargito) in
[swc-project/swc-node#797
- refactor(core): use oxc-resolver by
[@&#8203;Brooooooklyn](https://github.com/Brooooooklyn) in
[swc-project/swc-node#798
- fix(register): tsx file by
[@&#8203;Brooooooklyn](https://github.com/Brooooooklyn) in
[swc-project/swc-node#800
- fix(register): file path with query by
[@&#8203;Brooooooklyn](https://github.com/Brooooooklyn) in
[swc-project/swc-node#801
- fix(register): ensure TS compiler option to SWC config transformer
respects inline source map option by
[@&#8203;behroozk](https://github.com/behroozk) in
[swc-project/swc-node#726

#### New Contributors

- [@&#8203;fargito](https://github.com/fargito) made their first
contribution in
[swc-project/swc-node#789
- [@&#8203;behroozk](https://github.com/behroozk) made their first
contribution in
[swc-project/swc-node#726

**Full Changelog**:
https://github.com/swc-project/swc-node/compare/[@&#8203;swc-node/register](https://github.com/swc-node/register)[@&#8203;1](https://github.com/1).9.1...[@&#8203;swc-node/register](https://github.com/swc-node/register)[@&#8203;1](https://github.com/1).10.1

</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://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: tsang-bot[bot] <146107447+tsang-bot[bot]@users.noreply.github.com>
  • Loading branch information
tsang-bot[bot] committed Jul 9, 2024
1 parent 76bf3b7 commit 5670a60
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 19 deletions.
263 changes: 245 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nx/webpack": "17.2.8",
"@nx/workspace": "17.2.8",
"@semantic-release/github": "^8.0.6",
"@swc-node/register": "1.10.0",
"@swc-node/register": "1.10.2",
"@swc/cli": "~0.4.0",
"@swc/core": "1.6.7",
"@types/jest": "29.5.12",
Expand Down

0 comments on commit 5670a60

Please sign in to comment.