-
Notifications
You must be signed in to change notification settings - Fork 3
chore(devdeps): update dependency tsx to v4.20.6 #442
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
Conversation
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
View your CI Pipeline Execution ↗ for commit 485d92d
☁️ Nx Cloud last updated this comment at |
0ba9e7e to
9fb97cb
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (19.05%) is below the target coverage (40.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #442 +/- ##
=======================================
Coverage 19.05% 19.05%
=======================================
Files 138 138
Lines 27477 27477
Branches 975 975
=======================================
Hits 5237 5237
Misses 22240 22240 🚀 New features to boost your workflow:
|
@forgerock/davinci-client
@forgerock/oidc-client
@forgerock/protect
@forgerock/sdk-types
@forgerock/sdk-utilities
@forgerock/iframe-manager
@forgerock/sdk-logger
@forgerock/sdk-oidc
@forgerock/sdk-request-middleware
@forgerock/storage
commit: |
|
Deployed 27a3dd1 to https://ForgeRock.github.io/ping-javascript-sdk/pr-442/27a3dd156d1d7e74a4f82ffb03bdc9318168bd82 branch gh-pages in ForgeRock/ping-javascript-sdk |
📦 Bundle Size Analysis📦 Bundle Size Analysis🚨 Significant Changes🔻 @forgerock/journey-client - 0.0 KB (-82.0 KB, -100.0%) 📊 Minor Changes📈 @forgerock/journey-client - 82.0 KB (+0.0 KB) ➖ No Changes➖ @forgerock/device-client - 9.2 KB 13 packages analyzed • Baseline from latest Legend🆕 New package ℹ️ How bundle sizes are calculated
🔄 Updated automatically on each push to this PR |
d679947 to
a5712ce
Compare
9053e0f to
12d7e81
Compare
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.
Nx Cloud has identified a possible root cause for your failed CI:
The PR updates the tsx package from version 4.17.0 to 4.20.6 in scratchpad/package.json, with corresponding lockfile updates reflecting this change propagating through the dependency tree. The tsx package is a TypeScript execution engine primarily used for running TypeScript files directly during development and build processes.
The failing test is a Playwright end-to-end test for a phone device registration flow. The test failure shows:
- Initial assertion failure: Cannot find 'Select Test Form' text within 5000ms timeout
- Subsequent timeout in afterEach hook (30000ms exceeded)
- Cleanup operations fail because the test has already ended
Analysis of the failure classification:
The failure is classified as 'flaky_task' because:
- tsx is a development/build-time tool that executes TypeScript code, not a runtime dependency for browser-based end-to-end tests
- The scratchpad package where tsx was updated appears to be a development utility package, not the package containing the failing e2e tests (@forgerock/davinci-suites)
- Playwright tests run in actual browsers and test the compiled/bundled application, which would not be affected by changes to the tsx version used during development
- The error message indicates the UI element was not found, which suggests either an environmental issue (service not responding correctly), timing issue (element takes longer than expected to appear), or state management issue (previous test state affecting current test)
- No code changes were made to test files, application logic, or UI components that would cause the expected text to not appear
The tsx upgrade is isolated to development tooling and would not affect the behavior of the running web application being tested by Playwright. The test failure appears to be a pre-existing flaky test that coincidentally failed during this PR's CI run.
A code change would likely not resolve this issue, so no action was taken.
🎓 To learn more about Self Healing CI, please visit nx.dev
12d7e81 to
e8f4a8a
Compare
e8f4a8a to
485d92d
Compare
This PR contains the following updates:
4.17.0->4.20.6Release Notes
privatenumber/tsx (tsx)
v4.20.6Compare Source
Bug Fixes
This release is also available on:
v4.20.5Compare Source
Bug Fixes
This release is also available on:
v4.20.4Compare Source
Bug Fixes
This release is also available on:
v4.20.3Compare Source
Bug Fixes
This release is also available on:
v4.20.2Compare Source
Bug Fixes
This release is also available on:
v4.20.1Compare Source
Bug Fixes
This release is also available on:
v4.20.0Compare Source
Bug Fixes
Features
This release is also available on:
v4.19.4Compare Source
Bug Fixes
This release is also available on:
v4.19.3Compare Source
Bug Fixes
esbuildto~0.25.0to address vuln report (#698) (e04e6c6)This release is also available on:
v4.19.2Compare Source
Bug Fixes
This release is also available on:
v4.19.1Compare Source
Bug Fixes
module.pathfor accurate cache ID (0329bfc), closes privatenumber/tsx#651This release is also available on:
v4.19.0Compare Source
Features
This release is also available on:
v4.18.0Compare Source
Features
--includeCLI flag to watch additional files (#625) (474ea71)This release is also available on:
v4.17.1Compare Source
Bug Fixes
This release is also available on:
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.