-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): lock file maintenance #410
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
|
|
View your CI Pipeline Execution ↗ for commit ccc6067
☁️ Nx Cloud last updated this comment at |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (18.75%) 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 #410 +/- ##
=======================================
Coverage 18.75% 18.75%
=======================================
Files 138 138
Lines 27368 27368
Branches 951 951
=======================================
Hits 5132 5132
Misses 22236 22236 🚀 New features to boost your workflow:
|
|
Deployed 27a6e36 to https://ForgeRock.github.io/ping-javascript-sdk/pr-410/27a6e369eb3f0958f591c27ad2b76b7e100b24a6 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 |
1115fbf to
216c654
Compare
216c654 to
99da54b
Compare
99da54b to
8f0e3fc
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
0671c98 to
4be59d3
Compare
ca4b9c2 to
c593b4e
Compare
c3be3a6 to
b48c05a
Compare
b48c05a to
ba0890e
Compare
ba0890e to
ef473c9
Compare
ef473c9 to
9a8e213
Compare
9a8e213 to
8537ae6
Compare
8537ae6 to
1f08226
Compare
1f08226 to
3c04f9b
Compare
3c04f9b to
7a7b7ba
Compare
@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: |
b5a1176 to
5c6c129
Compare
5c6c129 to
250caf3
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 failure is classified as a flaky test or environment issue because:
-
No application code changes: The diff only contains dependency version updates in pnpm-lock.yaml, with no changes to application logic, test code, or configuration files.
-
Test timeout on external service navigation: The test times out while waiting for navigation to complete after authenticating with an external service (openam-sdks.forgeblocks.com). This suggests the external authentication service may have been slow or unresponsive during test execution.
-
Identical pattern succeeds elsewhere: The same
page.waitForURL()pattern with identical parameters appears in multiple tests within the same file and succeeds in at least one other test in the same test suite ("login and get tokens" at line 19). This indicates the test infrastructure and pattern are functional. -
Network-dependent wait condition: The test uses
waitUntil: 'networkidle', which waits for the network to be idle for at least 500ms. This condition is inherently sensitive to external factors including network latency, third-party service response times, and transient network issues. -
Minor Playwright version update: The Playwright update from 1.55.0 to 1.56.1 is a minor version bump that typically includes bug fixes and small improvements rather than breaking changes.
-
Recent fix attempt: The git history shows a recent merge of PR #435 titled "fix-e2e" (commit d12a102), suggesting E2E tests in this project have had stability issues recently.
No code changes are proposed because the root cause is not in the codebase. This appears to be either a transient network/service issue or test environment instability. Potential remediation approaches (not implemented here per instructions) could include increasing the timeout, adding retry logic, or investigating the stability of the external authentication service used in tests.
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
1e18077 to
9f5c1d6
Compare
9f5c1d6 to
ccc6067
Compare
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.