Skip to content

Conversation

AtofStryker
Copy link
Contributor

@AtofStryker AtofStryker commented Sep 11, 2025

  • Closes

Additional details

There is an issue in Cypress 15.2.0 where specifically Node 20.0.0 does not work in the binary. After tracking down the issue, it looks to be related to the tsx update in #32063 when running the binary. This PR updates the version to 4.20.5 and sets the node minimum for Node 20 to 20.1.0 in the CLI

Steps to test

How has the user experience changed?

PR Tasks

Copy link

cypress bot commented Sep 11, 2025

cypress    Run #65456

Run Properties:  status check passed Passed #65456  •  git commit aa8ae454a8: chore: update tsx to 4.20.5 and set minimum node 20 to 20.1.0
Project cypress
Branch Review update-tsx
Run status status check passed Passed #65456
Run duration 19m 25s
Commit git commit aa8ae454a8: chore: update tsx to 4.20.5 and set minimum node 20 to 20.1.0
Committer Bill Glesias
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 10
Tests that did not run due to a developer annotating a test with .skip  Pending 1102
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 26662
View all changes introduced in this branch ↗︎
UI Coverage  44.99%
  Untested elements 187  
  Tested elements 157  
Accessibility  97.71%
  Failed rules  4 critical   8 serious   2 moderate   2 minor
  Failed elements 110  

cursor[bot]

This comment was marked as outdated.

@AtofStryker AtofStryker changed the title draft: Update tsx chore: downgrade tsx to 4.19.3 Sep 11, 2025
@AtofStryker AtofStryker self-assigned this Sep 11, 2025
[email protected].5:
version "4.20.5"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.20.5.tgz#856c8b2f114c50a9f4ae108126967a167f240dc7"
integrity sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw==
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Node Compatibility Issue with tsx Upgrade

The PR's stated goal was to downgrade tsx to 4.19.3 for Node 20.0.0 compatibility. Instead, tsx is upgraded from 4.20.4 to 4.20.5, and the Node engine requirement is updated to drop support for Node 20.0.0. This contradicts the intended fix and removes Node 20.0.0 compatibility rather than resolving it.

Additional Locations (3)

Fix in Cursor Fix in Web

@AtofStryker AtofStryker changed the title chore: downgrade tsx to 4.19.3 chore: update tsx to 4.20.5 Sep 12, 2025
@AtofStryker AtofStryker merged commit 484b177 into develop Sep 12, 2025
103 of 107 checks passed
@AtofStryker AtofStryker deleted the update-tsx branch September 12, 2025 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants