Skip to content

Conversation

@mheob-bot
Copy link
Collaborator

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.yaml sort keys to place catalog-related fields (catalogMode, catalog, catalogs) in a more logical position alongside other dependency management fields.

Patch Changes

  • #334 (@mheob): Update all dependencies to their latest versions for improved compatibility and bug fixes.

@mheob/prettier-config@3.5.0

Minor Changes

  • #332 (@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 (@mheob): Update all dependencies to their latest versions for improved compatibility and bug fixes.

@mheob-bot mheob-bot requested a review from mheob as a code owner December 6, 2025 10:43
@vercel
Copy link

vercel bot commented Dec 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
eslint-config Ready Ready Preview Comment Dec 6, 2025 10:43am

@coderabbitai
Copy link

coderabbitai bot commented Dec 6, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (2)
  • WIP
  • chore(release)

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 6, 2025

@claude
Copy link

claude bot commented Dec 6, 2025

Pull Request Review

This is an automated release PR generated by Changesets. Here's my analysis:

✅ Overall Assessment

The PR follows proper release practices and appears ready to merge.

📦 Changes Summary

Packages being released:

  • @mheob/eslint-config: 9.0.1 → 9.1.0 (minor bump)
  • @mheob/prettier-config: 3.4.0 → 3.5.0 (minor bump)

Files modified:

  • ✅ Changesets consumed (3 files deleted)
  • ✅ CHANGELOGs updated for both packages
  • ✅ package.json versions bumped

🔍 Code Quality

Positive aspects:

  1. Proper versioning: Minor version bumps are appropriate for the new features being released
  2. Comprehensive changelogs: Well-documented changes with PR references and author attribution
  3. Clean changeset consumption: All 3 changesets properly consumed and removed
  4. Follows conventions: Adheres to the repository's changeset-based workflow

📋 Released Features

@mheob/eslint-config v9.1.0:

  • Minor: Improved pnpm-workspace.yaml sorting (catalog-related fields reordering)
  • Patch: Dependency updates

@mheob/prettier-config v3.5.0:

  • Minor: Better type safety (direct import of prettier-plugin-toml)
  • Minor: Fixed markdown glob pattern (**/*.md*.md)
  • Patch: Dependency updates

⚠️ Considerations

  1. Markdown glob pattern change: The change from **/*.md to *.md means only root-level markdown files will be matched. If the intention was to match markdown files in subdirectories, this could be a breaking change that should be documented or reconsidered.

  2. No validation visible: Cannot verify if CI checks passed (requires approval to check)

  3. Publishing: Upon merge, packages will be automatically published to npm - ensure npm credentials and permissions are properly configured

🎯 Recommendations

  • Ready to merge if CI is green
  • ⚠️ Double-check the markdown glob pattern change in @mheob/prettier-config - confirm this only matching root-level *.md files is intentional
  • 📝 Ensure automated publishing workflow is configured correctly

🔐 Security

No security concerns identified. Standard dependency updates and configuration improvements.


This review was generated by Claude Code

@kodiakhq kodiakhq bot merged commit ef0ed5e into main Dec 6, 2025
10 checks passed
@kodiakhq kodiakhq bot deleted the changeset-release/main branch December 6, 2025 11:07
mheob pushed a commit that referenced this pull request Dec 6, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants