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 @@ -77,7 +77,7 @@
"react-router": "8.0.1"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "5.9.2",
"@eslint-react/eslint-plugin": "5.10.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.

@dependabot [medium] CI is rejecting this bump because the 5.10.0 @eslint-react packages were published inside the repo's 24-hour minimumReleaseAge window. Please rerun or rebase this dependency update after that window has elapsed so the lockfile can pass the supply-chain policy; do not relax the policy for this.

🤖 Prompt for AI agents

In client/package.json, @eslint-react/eslint-plugin is bumped to 5.10.0 while CI rejects the corresponding @eslint-react 5.10.0 packages under the repository minimumReleaseAge policy. Fix this by rerunning or rebasing the dependency update after the 24-hour window has elapsed and keep the lockfile generated under the existing policy; do not modify CI or relax security policy.

"@eslint/js": "10.0.1",
"@playwright/test": "1.61.0",
"@testing-library/jest-dom": "6.9.1",
Expand Down
Loading
Loading