Skip to content
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 #180

Merged
merged 1 commit into from
May 30, 2024

Conversation

mheob-bot
Copy link
Collaborator

@mheob-bot mheob-bot commented May 30, 2024

User description

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@6.1.0

Minor Changes

  • #179 (@mheob): Add prettier and all the needed roles.

  • #179 (@mheob): Remove stylistic and all other formatter rules.

Patch Changes

  • #179 (@mheob): Remove not needed ESLint CLI binary.

@mheob/prettier-config@3.3.0

Minor Changes

  • #179 (@mheob): Improve prettier config and output.

PR Type

Enhancement, Documentation


Description

  • Removed changeset files for prettier config improvements, adding prettier roles, removing stylistic rules, and removing unnecessary ESLint CLI binary.
  • Updated changelog for eslint-config to version 6.1.0, including minor and patch changes.
  • Updated changelog for prettier-config to version 3.3.0, including minor changes.
  • Bumped version of eslint-config from 6.0.0 to 6.1.0.
  • Bumped version of prettier-config from 3.2.1 to 3.3.0.

Changes walkthrough 📝

Relevant files
Documentation
gold-poems-worry.md
Remove changeset file for prettier config improvements     

.changeset/gold-poems-worry.md

  • Removed changeset file for prettier config improvements.
+0/-5     
red-melons-yawn.md
Remove changeset file for adding prettier and needed roles

.changeset/red-melons-yawn.md

  • Removed changeset file for adding prettier and needed roles.
+0/-5     
short-rice-flow.md
Remove changeset file for removing stylistic and formatter rules

.changeset/short-rice-flow.md

  • Removed changeset file for removing stylistic and formatter rules.
+0/-5     
wet-balloons-relax.md
Remove changeset file for removing unnecessary ESLint CLI binary

.changeset/wet-balloons-relax.md

  • Removed changeset file for removing unnecessary ESLint CLI binary.
+0/-5     
CHANGELOG.md
Update changelog for eslint-config version 6.1.0                 

packages/eslint-config/CHANGELOG.md

  • Added changelog entries for version 6.1.0.
  • Included minor and patch changes.
  • +12/-0   
    CHANGELOG.md
    Update changelog for prettier-config version 3.3.0             

    packages/prettier-config/CHANGELOG.md

  • Added changelog entries for version 3.3.0.
  • Included minor changes.
  • +6/-0     
    Enhancement
    package.json
    Bump eslint-config version to 6.1.0                                           

    packages/eslint-config/package.json

    • Bumped version from 6.0.0 to 6.1.0.
    +1/-1     
    package.json
    Bump prettier-config version to 3.3.0                                       

    packages/prettier-config/package.json

    • Bumped version from 3.2.1 to 3.3.0.
    +1/-1     

    💡 PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    Summary by CodeRabbit

    • New Features

      • Enhanced code formatting with the integration of Prettier in @mheob/eslint-config.
      • Improved Prettier configuration in @mheob/prettier-config for better output.
    • Updates

      • Updated @mheob/eslint-config to version 6.1.0.
      • Updated @mheob/prettier-config to version 3.3.0.

    @mheob-bot mheob-bot requested a review from mheob as a code owner May 30, 2024 11:21
    Copy link

    coderabbitai bot commented May 30, 2024

    Walkthrough

    In the latest updates, @mheob/eslint-config has been enhanced to version 6.1.0 by integrating Prettier and removing redundant stylistic rules and the ESLint CLI binary. Meanwhile, @mheob/prettier-config has been updated to version 3.3.0 with minor improvements to the Prettier configuration. These changes streamline code formatting and linting processes, ensuring a more efficient and cleaner codebase.

    Changes

    File Change Summary
    packages/eslint-config/CHANGELOG.md Added Prettier, removed stylistic rules, and eliminated unnecessary ESLint CLI binary.
    packages/eslint-config/package.json Updated version from "6.0.0" to "6.1.0".
    packages/prettier-config/CHANGELOG.md Documented minor improvements to Prettier configuration in version 3.3.0.
    packages/prettier-config/package.json Updated version from "3.2.1" to "3.3.0".

    Poem

    In code's vast realm, a change so bright,
    Prettier joins the linting fight.
    Stylistic rules, we bid adieu,
    For cleaner paths, our code anew.
    Version numbers rise with cheer,
    A smoother journey, far and near.
    Let’s celebrate, with code so tight,
    Our projects shine, both day and night.


    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?

    Share
    Tips

    Chat

    There are 3 ways to chat with CodeRabbit:

    • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
      • I pushed a fix in commit <commit_id>.
      • Generate unit testing code for this file.
      • Open a follow-up GitHub issue for this discussion.
    • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
      • @coderabbitai generate unit testing code for this file.
      • @coderabbitai modularize this function.
    • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
      • @coderabbitai generate interesting stats about this repository and render them as a table.
      • @coderabbitai show all the console.log statements in this repository.
      • @coderabbitai read src/utils.ts and generate unit testing code.
      • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
      • @coderabbitai help me debug CodeRabbit configuration file.

    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 as PR comments)

    • @coderabbitai pause to pause the reviews on a PR.
    • @coderabbitai resume to resume the paused reviews.
    • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
    • @coderabbitai full review to do a full review from scratch and review all the files again.
    • @coderabbitai summary to regenerate the summary of the PR.
    • @coderabbitai resolve resolve all the CodeRabbit review comments.
    • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
    • @coderabbitai help to get help.

    Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

    CodeRabbit Configration File (.coderabbit.yaml)

    • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
    • Please see the configuration documentation for more information.
    • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

    Documentation and Community

    • Visit our Documentation for detailed information on how to use CodeRabbit.
    • Join our Discord Community to get help, request features, and share feedback.
    • Follow us on X/Twitter for updates and announcements.

    Copy link

    Quality Gate Passed Quality Gate passed

    Issues
    0 New issues
    0 Accepted issues

    Measures
    0 Security Hotspots
    No data about Coverage
    0.0% Duplication on New Code

    See analysis details on SonarCloud

    @github-actions github-actions bot added documentation Improvements or additions to documentation enhancement New feature or request labels May 30, 2024
    Copy link
    Contributor

    PR Description updated to latest commit (2b1109f)

    Copy link
    Contributor

    PR Review 🔍

    ⏱️ Estimated effort to review [1-5]

    2, because the PR mainly involves version bumps and changelog updates, which are straightforward to review. The changes are well-documented and linked to specific pull requests, making it easier to verify the updates.

    🧪 Relevant tests

    No

    ⚡ Possible issues

    No

    🔒 Security concerns

    No

    Code feedback:

    Copy link
    Contributor

    PR Code Suggestions ✨

    CategorySuggestion                                                                                                                                    Score
    Possible issue
    Correct the term "roles" to "rules" for clarity and correctness

    Ensure consistency in the terminology used in the changelog. The term "roles" is ambiguous
    and might be a typo or incorrect term. It's likely intended to be "rules" since this is
    related to ESLint configurations.

    packages/eslint-config/CHANGELOG.md [7]

    -- [#179](https://github.com/mheob/config/pull/179) ([@mheob](https://github.com/mheob)): Add prettier and all the needed roles.
    +- [#179](https://github.com/mheob/config/pull/179) ([@mheob](https://github.com/mheob)): Add prettier and all the needed rules.
     
    Suggestion importance[1-10]: 9

    Why: The term "roles" is likely a typo and correcting it to "rules" improves clarity and accuracy in the context of ESLint configurations.

    9
    Verify version consistency between package.json and CHANGELOG.md

    Ensure the version number in the package.json matches the latest version noted in the
    CHANGELOG.md to maintain consistency and avoid potential deployment issues.

    packages/eslint-config/package.json [3]

    -"version": "6.1.0",
    +"version": "6.1.0",  # Ensure this matches the latest version in CHANGELOG.md
     
    Suggestion importance[1-10]: 3

    Why: While ensuring version consistency is important, the suggestion to add a comment in JSON is not valid as JSON does not support comments.

    3
    Ensure the version number in package.json is up-to-date with the CHANGELOG.md

    Update the version number in package.json to reflect the latest version as per the
    CHANGELOG.md, ensuring alignment and preventing versioning conflicts.

    packages/prettier-config/package.json [3]

    -"version": "3.3.0",
    +"version": "3.3.0",  # Confirm this is the latest version as per the CHANGELOG.md
     
    Suggestion importance[1-10]: 3

    Why: Similar to the previous suggestion, ensuring version consistency is important, but adding a comment in JSON is not valid as JSON does not support comments.

    3
    Enhancement
    Combine related change entries to streamline the changelog

    Avoid redundancy by combining related change entries under a single item to improve
    readability and maintain a cleaner changelog.

    packages/eslint-config/CHANGELOG.md [7-9]

    -- [#179](https://github.com/mheob/config/pull/179) ([@mheob](https://github.com/mheob)): Add prettier and all the needed roles.
    -- [#179](https://github.com/mheob/config/pull/179) ([@mheob](https://github.com/mheob)): Remove stylistic and all other formatter rules.
    +- [#179](https://github.com/mheob/config/pull/179) ([@mheob](https://github.com/mheob)): Add prettier, remove stylistic and all other formatter rules, and include all the needed rules.
     
    Suggestion importance[1-10]: 8

    Why: Combining related change entries improves readability and maintains a cleaner changelog, which is beneficial for users reviewing the changes.

    8

    Copy link

    @coderabbitai coderabbitai bot left a 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

    Review details

    Configuration used: CodeRabbit UI
    Review profile: CHILL

    Commits

    Files that changed from the base of the PR and between 66e80fb and 2b1109f.

    Files selected for processing (4)
    • packages/eslint-config/CHANGELOG.md (1 hunks)
    • packages/eslint-config/package.json (1 hunks)
    • packages/prettier-config/CHANGELOG.md (1 hunks)
    • packages/prettier-config/package.json (1 hunks)
    Files skipped from review due to trivial changes (2)
    • packages/eslint-config/package.json
    • packages/prettier-config/package.json
    Additional context used
    LanguageTool
    packages/prettier-config/CHANGELOG.md

    [style] ~83-~83: Using many exclamation marks might seem excessive (in this case: 8 exclamation marks for a text that’s 3709 characters long)
    Context: ...hanks @mheob! - Update dependencies ## 1.4.0 ### Mi...

    packages/eslint-config/CHANGELOG.md

    [grammar] ~95-~95: A determiner may be missing.
    Context: ...ub.com/mheob) ### Minor Changes - add newest rules from eslint-plugin-unicorn --> ...

    Additional comments not posted (2)
    packages/prettier-config/CHANGELOG.md (1)

    3-8: Changelog update for version 3.3.0 is accurate and well-documented.

    packages/eslint-config/CHANGELOG.md (1)

    3-14: Changelog update for version 6.1.0 is accurate and well-documented.

    @kodiakhq kodiakhq bot merged commit 3fddde8 into main May 30, 2024
    8 checks passed
    @kodiakhq kodiakhq bot deleted the changeset-release/main branch May 30, 2024 11:58
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    documentation Improvements or additions to documentation enhancement New feature or request Review effort [1-5]: 2
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants