Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (2)
WalkthroughDowngrades ESLint and Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🦋 Changeset detectedLatest commit: 91eca9d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
There was a problem hiding this comment.
Pull request overview
This PR temporarily downgrades ESLint-related dependencies from v10 to v9 across the repo to restore/maintain compatibility, and prevents Renovate from auto-upgrading them again.
Changes:
- Downgrade
eslintto^9.39.3(root) andeslint/@eslint/jsto^9.39.3in@alauda/doom. - Update
yarn.lockaccordingly for the ESLint v9 dependency graph. - Add Renovate ignore rules for
eslintand@eslint/js, and add a changeset documenting the temporary downgrade.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Lockfile update reflecting the ESLint v9 downgrade and resulting transitive dependency changes. |
| packages/doom/package.json | Downgrades eslint and @eslint/js to v9 ranges (removes the explicit @typescript-eslint/utils dependency). |
| package.json | Downgrades root eslint devDependency to v9 range. |
| .renovaterc | Prevents Renovate from upgrading eslint / @eslint/js (and related ignored deps). |
| .changeset/eleven-sites-notice.md | Records the downgrade as a patch changeset for @alauda/doom. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Summary by CodeRabbit
Chores
Documentation