-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(release): bump version and deploy packages #335
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (2)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ 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 |
|
Pull Request ReviewThis is an automated release PR generated by Changesets. Here's my analysis: ✅ Overall AssessmentThe PR follows proper release practices and appears ready to merge. 📦 Changes SummaryPackages being released:
Files modified:
🔍 Code QualityPositive aspects:
📋 Released Features@mheob/eslint-config v9.1.0:
@mheob/prettier-config v3.5.0:
|
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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@9.1.0 ### Minor Changes - [#334](#334) ([@mheob](https://github.com/mheob)): Improve pnpm-workspace.yaml sorting Reorder `pnpm-workspace.yaml` sort keys to place catalog-related fields (`catalogMode`, `catalog`, `catalogs`) in a more logical position alongside other dependency management fields. ### Patch Changes - [#334](#334) ([@mheob](https://github.com/mheob)): Update all dependencies to their latest versions for improved compatibility and bug fixes. ## @mheob/prettier-config@3.5.0 ### Minor Changes - [#332](#332) ([@mheob](https://github.com/mheob)): Improve Prettier configuration - Import prettier-plugin-toml directly instead of using a string reference for better type safety and explicit dependency resolution - Fix markdown files glob pattern from `**/*.md` to `*.md` to match files correctly ### Patch Changes - [#334](#334) ([@mheob](https://github.com/mheob)): Update all dependencies to their latest versions for improved compatibility and bug fixes.



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@9.1.0
Minor Changes
#334 (@mheob): Improve pnpm-workspace.yaml sorting
Reorder
pnpm-workspace.yamlsort keys to place catalog-related fields (catalogMode,catalog,catalogs) in a more logical position alongside other dependency management fields.Patch Changes
@mheob/prettier-config@3.5.0
Minor Changes
**/*.mdto*.mdto match files correctlyPatch Changes