Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"typescript": "5.9.3",
"typescript-plugin-css-modules": "5.2.0",
"vitest": "4.1.9",
"webpack": "5.107.2",
"webpack": "5.108.0",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@app/renovate [medium] The updated webpack package builds locally, but the PR e2e check is red after retries: five Playwright tests time out or hit a strict locator failure. Since this is a client build dependency bump, please rerun/fix the e2e suite before merging.

🤖 Prompt for AI agents

In client/package.json, the webpack bump currently has a red e2e CI check. Investigate the five failing Playwright tests in run-e2e-tests / e2e for PR #1145 and either fix the dependency-related issue or rerun after confirming the failures are flaky/unrelated so CI is green.

"webpack-bundle-analyzer": "5.3.0",
"webpack-cli": "7.0.3",
"webpack-dev-server": "5.2.5",
Expand Down
Loading
Loading