fix(ping-sdk): fix import order for all files in ping sdk - #683
Conversation
|
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
0cd4647 to
2fac585
Compare
|
View your CI Pipeline Execution ↗ for commit caeea2f
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
@forgerock/davinci-client
@forgerock/device-client
@forgerock/journey-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: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #683 +/- ##
===========================================
+ Coverage 18.07% 96.29% +78.22%
===========================================
Files 155 1 -154
Lines 24398 81 -24317
Branches 1203 17 -1186
===========================================
- Hits 4410 78 -4332
+ Misses 19988 3 -19985
🚀 New features to boost your workflow:
|
|
Deployed b51e1a9 to https://ForgeRock.github.io/ping-javascript-sdk/pr-683/b51e1a97ec2ad3ab9e62325d6771b93f62a79078 branch gh-pages in ForgeRock/ping-javascript-sdk |
📦 Bundle Size Analysis📦 Bundle Size Analysis🚨 Significant Changes🔻 @forgerock/device-client - 0.0 KB (-10.0 KB, -100.0%) 📊 Minor Changes📈 @forgerock/device-client - 10.3 KB (+0.3 KB) 15 packages analyzed • Baseline from latest Legend🆕 New package ℹ️ How bundle sizes are calculated
🔄 Updated automatically on each push to this PR |
921ba93 to
46c18c1
Compare
SteinGabriel
left a comment
There was a problem hiding this comment.
Other than 2 stale and 1 missing copyright header, these changes look good to merge.
Stale:
e2e/davinci-suites/playwright.config.tse2e/journey-suites/playwright.config.ts
Missing:
e2e/oidc-suites/playwright.config.ts
Thanks, updated / created copyright header for these files! |
3ec15a5 to
2127ad9
Compare
There was a problem hiding this comment.
Important
At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.
Nx Cloud has identified a possible root cause for your failed CI:
We investigated the oidc-suites:e2e-ci--src/logout.spec.ts failure and determined it is an environment issue, not a code regression. The Playwright test timed out waiting for PingAM's login UI to render — a symptom of the PingAM service being unavailable during this CI run, with no causal link to the PR's import-order changes. Re-running CI once the PingAM service is healthy should resolve the failure.
No code changes were suggested for this issue.
Trigger a rerun:
🎓 Learn more about Self-Healing CI on nx.dev
2127ad9 to
caeea2f
Compare
Merge after 2.2 release of Ping SDK
Summary
Test plan