-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(release): bump version and deploy packages #230
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis pull request removes two changeset files documenting dependency updates and ESLint configuration adjustments for the @mheob/eslint-config package. In addition, the ESLint configuration package has been updated: the changelog now documents version 8.1.0 with details on disabled rules and dependency patches, and the package.json file reflects the version bump from 8.0.0 to 8.1.0. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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)
packages/eslint-config/CHANGELOG.md (1)
5-8
: Grammar Improvement for Changelog Entry.
The bullet point on line 7 reads:
"disableimport/order
andsort-imports
rules because they conflicts withperfectionist/sort-imports
"
Please update the phrase to correct the subject–verb agreement. For example:- disable `import/order` and `sort-imports` rules because they conflicts with `perfectionist/sort-imports` + disable `import/order` and `sort-imports` rules because they conflict with `perfectionist/sort-imports`This minor nitpick will improve clarity and professionalism in the changelog.
🧰 Tools
🪛 LanguageTool
[grammar] ~7-~7: The pronoun ‘they’ must be used with a non-third-person form of a verb.
Context: ...and
sort-importsrules because they conflicts with
perfectionist/sort-imports` ### ...(NON3PRS_VERB)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
.changeset/angry-pandas-tap.md
(0 hunks).changeset/five-parrots-wink.md
(0 hunks)packages/eslint-config/CHANGELOG.md
(1 hunks)packages/eslint-config/package.json
(1 hunks)
💤 Files with no reviewable changes (2)
- .changeset/angry-pandas-tap.md
- .changeset/five-parrots-wink.md
✅ Files skipped from review due to trivial changes (1)
- packages/eslint-config/package.json
🧰 Additional context used
🪛 LanguageTool
packages/eslint-config/CHANGELOG.md
[grammar] ~7-~7: The pronoun ‘they’ must be used with a non-third-person form of a verb.
Context: ...and
sort-importsrules because they conflicts with
perfectionist/sort-imports` ### ...
(NON3PRS_VERB)
🔇 Additional comments (2)
packages/eslint-config/CHANGELOG.md (2)
3-4
: New Version Header Added.
The new version header "## 8.1.0" is correctly introduced at the top of the changelog. This accurately reflects the version bump and is in line with the release process described in the PR objectives.
9-11
: Patch Changes Section Noted.
The patch changes section clearly documents the dependency updates provided by PR [#229]. The entry is concise and follows the established format.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@mheob/eslint-config@8.1.0
Minor Changes
import/order
andsort-imports
rules because they conflicts withperfectionist/sort-imports
Patch Changes
Summary by CodeRabbit
Chores
Documentation