-
Notifications
You must be signed in to change notification settings - Fork 3
chore(devdeps): update dependency fast-check to v4.3.0 #407
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
base: main
Are you sure you want to change the base?
Conversation
|
View your CI Pipeline Execution ↗ for commit ee6aa6e
☁️ Nx Cloud last updated this comment at |
ed1355c
to
b32661f
Compare
b32661f
to
5911e50
Compare
Deployed a5dd174 to https://ForgeRock.github.io/ping-javascript-sdk/pr-407/a5dd17455ba6acc8be0ad2aabd96b9175281b78f branch gh-pages in ForgeRock/ping-javascript-sdk |
📦 Bundle Size Analysis📦 Bundle Size Analysis🆕 New Packages🆕 @forgerock/device-client - 9.2 KB (new) 13 packages analyzed • Baseline from latest Legend🆕 New package ℹ️ How bundle sizes are calculated
🔄 Updated automatically on each push to this PR |
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 #407 +/- ##
=======================================
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:
|
5911e50
to
5dd0b15
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
3521c8e
to
98862f0
Compare
3768a2c
to
44ed1fb
Compare
1992731
to
531b927
Compare
531b927
to
1ebfe76
Compare
1ebfe76
to
4b0bc50
Compare
4b0bc50
to
992df6a
Compare
eeb36ce
to
0c13d89
Compare
0c13d89
to
1d4ef16
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: |
af25850
to
4e7b262
Compare
4e7b262
to
32d9870
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 changes only the pnpm-lock.yaml file, specifically updating the fast-check library from version 4.2.0 to 4.3.0. This is a minor version bump of a property-based testing library.
The failing task is a Playwright end-to-end test located at e2e/davinci-suites/src/logging.test.ts:41:1. The test navigates to a page, fills in username and password fields, clicks a "Sign On" button, and expects to see the text "Complete" appear on the page.
The failure occurs at line 62 where the test expects page.getByText('Complete') to be visible within 5000ms, but the element was not found.
Analysis of why this is a flaky test:
- The dependency update to fast-check is a testing library used for property-based testing, and would not affect runtime behavior of a web application or its authentication flow
- The test is one of two tests in the file, and the other test ("Test debug log level and custom logger functions") passed successfully, indicating the application is functional
- Both tests follow the same authentication flow (navigate, fill username, fill password, click Sign On, expect Complete), but one passed and one failed
- The failure is a timeout waiting for a UI element, which is a classic symptom of flaky tests where timing issues or race conditions cause intermittent failures
- There are no code changes to the actual application logic, only a lockfile update for a dev/test dependency
This is classified as a flaky_task because the test failure is not related to the changes in the PR and represents an intermittent test reliability issue rather than a genuine regression introduced by the dependency update.
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
32d9870
to
ee6aa6e
Compare
This PR contains the following updates:
4.2.0
->4.3.0
Release Notes
dubzzz/fast-check (fast-check)
v4.3.0
Compare Source
Add memory flag on
infiniteStream
[Code][Diff]
Features
Fixes
fc.option
nil frequencyignoredBuiltDependencies
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.