-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(eslint,deps): update peer dependencies #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🦋 Changeset detectedLatest commit: e4ec439 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThe pull request introduces two primary changes. First, a new file ( Changes
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.changeset/shy-buses-learn.md (1)
1-2
: Minimal YAML Front Matter in ChangesetThe file only contains YAML document delimiters (
---
). Verify that this minimal changeset file meets the project’s requirements. If additional metadata or descriptive context is needed for automation or documentation purposes, consider enhancing the content.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
.changeset/shy-buses-learn.md
(1 hunks)packages/eslint-config/package.json
(1 hunks)
🔇 Additional comments (3)
packages/eslint-config/package.json (3)
101-102
: Updated Peer Dependency Versions (Part 1)The versions for
@eslint-react/eslint-plugin
andastro-eslint-parser
have been updated to^1.46.0
and^1.2.2
respectively. These updates align with current releases and are consistent with the versions specified in devDependencies.
104-107
: Updated Peer Dependency Versions (Part 2)The versions for
eslint-plugin-astro
,eslint-plugin-react-hooks
,eslint-plugin-react-refresh
, andeslint-plugin-svelte
have been updated to^1.3.1
,^5.2.0
,^0.4.19
, and^3.5.1
respectively. This helps ensure compatibility across the configuration.
109-110
: Updated Peer Dependency Versions (Part 3)The versions for
prettier-plugin-astro
andsvelte-eslint-parser
have been updated to^0.14.1
and^1.1.2
respectively. The changes are consistent and reflect the intended dependency updates.
Summary by CodeRabbit