chore(deps): update custom eslint group to v8.55.0#787
Conversation
|
@claude The Renovate PR build failed (workflow run: 21835269808). Please analyze the CI failure and implement a fix if possible. Workflow run: https://github.com/olexs/pdf-assembler/actions/runs/21835269808 |
|
Claude finished @olexs's task in 6m 0s —— View job CI Failure Analysis Complete ✓Analysis SummaryFound and fixed the issue! The E2E tests were failing because of a bug in the command-line argument handling in Root Cause:
The current code ( Solution:
This ensures only actual, existing file paths are processed as input files. Tasks Completed
SummaryThe fix has been committed and pushed to the Note: This bug was not caused by the ESLint update itself - it was a pre-existing issue in the command-line argument handling that the E2E tests exposed. The Renovate PR simply happened to trigger the CI that caught this issue. |
The E2E tests were failing because the app was attempting to process the main script path (from Playwright's args array) as an input file. This caused silent failures and prevented actual input files from being loaded. Updated the command-line argument filtering to use fs.existsSync() to verify each argument is an actual file before processing. This properly filters out: - The webpack main script path (passed by Playwright) - The "." directory marker - Any other non-existent paths Fixes the E2E test timeouts where the app failed to load input files. Co-authored-by: Olex S. <[email protected]>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
8.54.0→8.55.08.54.0→8.55.08.54.0→8.55.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.55.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.55.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (typescript-eslint)
v8.55.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.