chore(deps): update dependency @doist/eslint-config to v13#275
chore(deps): update dependency @doist/eslint-config to v13#275renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
There was a problem hiding this comment.
This PR updates the @doist/eslint-config dependency to v13, bringing in the latest flat config support and linting rules. However, this major version bump introduces breaking changes requiring manual updates to .eslintrc.js for new configuration entry points and renamed base configurations. Additionally, the project's @typescript-eslint dependencies will need to be upgraded to v6 to prevent peer dependency conflicts and ensure successful linting.
| }, | ||
| "devDependencies": { | ||
| "@doist/eslint-config": "8.1.4", | ||
| "@doist/eslint-config": "13.1.1", |
There was a problem hiding this comment.
[P1] Upgrading to @doist/eslint-config v13 introduces breaking changes that require manual intervention. According to the release notes, you must update .eslintrc.js to use the new configuration entry points (e.g., prefixing paths with eslintrc/) and rename the base configurations (e.g., from recommended-requiring-type-checking to recommended-type-checked).
Additionally, this version requires @typescript-eslint/eslint-plugin and @typescript-eslint/parser to be at v6, but they are currently pinned at v5 in this project. This mismatch will likely cause peer dependency conflicts or linting errors when running npm run integrity-check.
3af1464 to
26a9be9
Compare
This PR contains the following updates:
8.1.4→13.1.1Release Notes
Doist/eslint-config (@doist/eslint-config)
v13.1.1Compare Source
v13.1.0Compare Source
v13.0.0Compare Source
v12.0.1Compare Source
v12.0.0Compare Source
v11.2.1Compare Source
v11.2.0Compare Source
v11.1.0Compare Source
v11.0.0Compare Source
v10.0.0Compare Source
v9.0.0Compare Source
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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.