-
Notifications
You must be signed in to change notification settings - Fork 3.3k
chore: update tsx
to 4.20.5
#32469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update tsx
to 4.20.5
#32469
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31004,10 +31004,10 @@ tsutils@^2.29.0: | |
dependencies: | ||
tslib "^1.8.1" | ||
|
||
[email protected].4: | ||
version "4.20.4" | ||
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.20.4.tgz#3fcf255dbc8826bdde2820f1cff47e31075c1d30" | ||
integrity sha512-yyxBKfORQ7LuRt/BQKBXrpcq59ZvSW0XxwfjAt3w2/8PmdxaFzijtMhTawprSHhpzeM5BgU2hXHG3lklIERZXg== | ||
[email protected].5: | ||
version "4.20.5" | ||
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.20.5.tgz#856c8b2f114c50a9f4ae108126967a167f240dc7" | ||
integrity sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw== | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Node Compatibility Issue with
|
||
dependencies: | ||
esbuild "~0.25.0" | ||
get-tsconfig "^4.7.5" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: CI Configuration Branch Name Mismatch
The CI configuration has inconsistent branch name updates. While
macWorkflowFilters
was updated to useupdate-tsx
instead ofchore/migrate-electron-lib-ts
, thelinuxArm64WorkflowFilters
andwindowsWorkflowFilters
still referencechore/migrate-electron-lib-ts
. This means the Linux ARM64 and Windows workflows won't trigger for theupdate-tsx
branch, leading to inconsistent CI behavior across platforms.