chore(deps): update dependency @shelf/eslint-config to v7#146
chore(deps): update dependency @shelf/eslint-config to v7#146renovate[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e09629db6f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| }, | ||
| "devDependencies": { | ||
| "@shelf/eslint-config": "4.2.1", | ||
| "@shelf/eslint-config": "7.0.0", |
There was a problem hiding this comment.
Keep ESLint on the peer-supported major
@shelf/eslint-config@7 declares eslint: 10.x as its peer range, but this repo still pins the local eslint binary used by lint:ci to 9.30.0. That leaves the shared config running against an unsupported ESLint major, so installs/lint jobs that validate peer ranges or hit ESLint-10-only config behavior can fail before checking code; update eslint alongside this config bump or stay on the compatible config major.
Useful? React with 👍 / 👎.
This PR contains the following updates:
4.2.1→7.0.0Configuration
📅 Schedule: (in timezone Europe/Kiev)
* 18-23,0-9 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.