chore(devdeps): update dependency @eslint/js to ~9.38.0#458
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 4382cca
☁️ 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 (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 #458 +/- ##
=========================================
+ Coverage 0 19.05% +19.05%
=========================================
Files 0 138 +138
Lines 0 27477 +27477
Branches 0 975 +975
=========================================
+ Hits 0 5237 +5237
- Misses 0 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 9f44a0c to https://ForgeRock.github.io/ping-javascript-sdk/pr-458/9f44a0c81b77070cf9de77837998eafe30095720 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 |
e159050 to
4377a21
Compare
There was a problem hiding this comment.
Nx Cloud has identified a possible root cause for your failed CI:
The failure was classified as not being a code change because the pull request only modifies a development dependency version in package.json (upgrading @eslint/js from ~9.37.0 to ~9.38.0). This is a tooling update that should not affect runtime application behavior or test outcomes.
The failing test is an end-to-end Playwright test that attempts to verify a user interface element becomes visible after clicking a "Sign On" button. The test expects to find text content "Complete" on the page but encounters a timeout because the element is not found within 5000ms.
This type of failure - where a UI element fails to appear during an E2E test - is characteristic of timing issues, race conditions, or environmental instability in test execution rather than a direct consequence of the ESLint version bump. The ESLint package is a static code analysis tool used during development and does not influence the runtime behavior of the application or the rendering of UI elements during test execution.
The change to @eslint/js is purely a linting tool upgrade in devDependencies. Such updates do not modify application logic, component rendering, API responses, or any other runtime characteristics that would cause a UI element to fail appearing in an E2E test scenario.
Therefore, this failure appears to be unrelated to the code changes in the PR and is more likely attributable to test flakiness, environmental conditions, or timing issues in the test infrastructure rather than the ESLint version update itself.
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
4377a21 to
4382cca
Compare
This PR contains the following updates:
~9.37.0->~9.38.0Release Notes
eslint/eslint (@eslint/js)
v9.38.0Compare Source
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for @eslint/js release (Jenkins)c82b5efrefactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)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.