-
Notifications
You must be signed in to change notification settings - Fork 3
chore(devdeps): update dependency dotenv to v17.2.3 #406
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 0a0fc1f
☁️ 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 #406 +/- ##
=======================================
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 168de56 to https://ForgeRock.github.io/ping-javascript-sdk/pr-406/168de56b8a78a23c1b9139dcd2f7025c5d1f5fba 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 |
ceb7ebb
to
adcda60
Compare
adcda60
to
087e46b
Compare
087e46b
to
aecec1e
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
4469c61
to
89168b4
Compare
89168b4
to
0b557c8
Compare
8e10eea
to
cee6715
Compare
cee6715
to
653c5b5
Compare
653c5b5
to
3439891
Compare
3439891
to
1841371
Compare
1841371
to
fa7576a
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: |
fa7576a
to
28a5c35
Compare
28a5c35
to
0a0fc1f
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 pull request modifies only the dotenv
package version in scratchpad/package.json
and the corresponding lock file entries. This is a patch-level dependency update (17.2.0 → 17.2.3) for a development dependency used for environment variable loading.
The failing task @forgerock/davinci-suites:e2e-ci--src/protect.test.ts
contains two test failures at lines 42 and 79. Both tests follow the same pattern:
- Navigate to a DaVinci flow URL
- Fill in username and password credentials
- Click the "Sign On" button
- Expect to see a message indicating the user was blocked by risk detection
Both tests fail at the assertion that checks for the blocking message visibility. The tests expect to find text matching /Sorry Bot, we cannot let you in this time.|You were blocked by PingOne Risk/
but receive <element(s) not found>
after the 5000ms timeout.
The dotenv
package is a utility for parsing .env
files and loading environment variables. It has no runtime impact on:
- Playwright browser automation
- Authentication flow logic
- Risk detection services
- UI rendering or text content
The test failures indicate an issue with the external PingOne Risk service not returning the expected bot-blocking response, or a timing/configuration issue in the test environment. The tests are dependent on external services behaving in a specific way (blocking the authentication attempt), which makes them susceptible to environmental factors.
Since the dependency change cannot affect the authentication flow behavior or the risk service responses, this failure is classified as environmental or flaky rather than caused by the code changes.
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
This PR contains the following updates:
17.2.0
->17.2.3
Release Notes
motdotla/dotenv (dotenv)
v17.2.3
Compare Source
Changed
v17.2.2
Compare Source
Added
v17.2.1
Compare Source
Changed
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.