Skip to content

Commit b745016

Browse files
chore(deps): update dependency tsx to v4.21.1 (#8595)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [tsx](https://tsx.hirok.io) ([source](https://redirect.github.com/privatenumber/tsx)) | [`4.21.0` → `4.21.1`](https://renovatebot.com/diffs/npm/tsx/4.21.0/4.21.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/tsx/4.21.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsx/4.21.0/4.21.1?slim=true) | --- ### Release Notes <details> <summary>privatenumber/tsx (tsx)</summary> ### [`v4.21.1`](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.21.1) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.21.0...v4.21.1) ##### Bug Fixes - support Node 20.11/21.2 import.meta paths ([acf3d8f](https://redirect.github.com/privatenumber/tsx/commit/acf3d8ffee39fcb4655956fc052b78666aacbc3d)) - support Node.js 24.15.0 ([c1d2d45](https://redirect.github.com/privatenumber/tsx/commit/c1d2d45432eba7c6ff0785a43b0aeae85b5a3391)) - support Node.js 26.1.0 and 25.9.0 ([1d7e528](https://redirect.github.com/privatenumber/tsx/commit/1d7e528762a7e4f801175fd7d7d6082b00df3e5c)) *** This release is also available on: - [npm package (@&#8203;latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.21.1) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 514dc7c commit b745016

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"@ui5/webcomponents-react": "workspace:~",
5454
"ava": "8.0.0",
5555
"react-docgen-typescript": "2.4.0",
56-
"tsx": "4.21.0"
56+
"tsx": "4.21.1"
5757
}
5858
}

yarn.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5502,7 +5502,7 @@ __metadata:
55025502
"@ui5/webcomponents-react": "workspace:~"
55035503
ava: "npm:8.0.0"
55045504
react-docgen-typescript: "npm:2.4.0"
5505-
tsx: "npm:4.21.0"
5505+
tsx: "npm:4.21.1"
55065506
zod: "npm:4.4.3"
55075507
bin:
55085508
ui5-wcr-mcp: ./dist/index.js
@@ -11689,7 +11689,7 @@ __metadata:
1168911689
languageName: node
1169011690
linkType: hard
1169111691

11692-
"get-tsconfig@npm:^4.10.1, get-tsconfig@npm:^4.7.5":
11692+
"get-tsconfig@npm:^4.10.1":
1169311693
version: 4.14.0
1169411694
resolution: "get-tsconfig@npm:4.14.0"
1169511695
dependencies:
@@ -21397,19 +21397,18 @@ __metadata:
2139721397
languageName: node
2139821398
linkType: hard
2139921399

21400-
"tsx@npm:4.21.0":
21401-
version: 4.21.0
21402-
resolution: "tsx@npm:4.21.0"
21400+
"tsx@npm:4.21.1":
21401+
version: 4.21.1
21402+
resolution: "tsx@npm:4.21.1"
2140321403
dependencies:
2140421404
esbuild: "npm:~0.27.0"
2140521405
fsevents: "npm:~2.3.3"
21406-
get-tsconfig: "npm:^4.7.5"
2140721406
dependenciesMeta:
2140821407
fsevents:
2140921408
optional: true
2141021409
bin:
2141121410
tsx: dist/cli.mjs
21412-
checksum: 10c0/f5072923cd8459a1f9a26df87823a2ab5754641739d69df2a20b415f61814322b751fa6be85db7c6ec73cf68ba8fac2fd1cfc76bdb0aa86ded984d84d5d2126b
21411+
checksum: 10c0/4d766b05c9d470f903ebe47a6f6049045903c8bae843efb599eac9b9d253a68b7a05dd8cef93db9af8eb207df1cc3fa9a06c6e54e2731bcf4ea233a920519d5f
2141321412
languageName: node
2141421413
linkType: hard
2141521414

0 commit comments

Comments
 (0)