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 #159

Merged
merged 1 commit into from
May 23, 2024

Conversation

mheob-bot
Copy link
Collaborator

@mheob-bot mheob-bot commented Dec 29, 2023

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.0.0

@mheob/eslint-config

5.2.0

Minor Changes

5.1.1

Patch Changes

5.1.0

Minor Changes

  • #131 (@mheob): add cts and mts file extensions to the eslint config

Patch Changes

5.0.1

Patch Changes

  • #125 (@renovate): chore(deps): update all non-major dependencies

5.0.0

Major Changes

  • #124 (@mheob): Bump eslint-plugin-unicorn to v47. BREAKING CHANGE: Enable prefer-at, prefer-event-target, and prefer-string-replace-all in recommended config (see #2073)

Patch Changes

  • #122 (@renovate): chore(deps): update all non-major dependencies

4.2.1

Patch Changes

4.2.0

Minor Changes

  • remove explicit return rule --> (#113) by @mheob

  • move explicit-function-return-type rule to base config --> (#116) by @mheob

Patch Changes

  • update dependencies --> (#112) by @mheob

  • fix the README files after the change of using ESLint to fix the imports --> (#109) by @mheob

4.1.0

Minor Changes

  • add auto-fix for unused imports and vars --> (#106) by @mheob

Patch Changes

  • bump eslint-config-next to 13.1.0 --> (#106) by @mheob

4.0.0

Major Changes

  • add eslint-plugin-simple-import-sort and eslint-plugin-import ESLint plugins --> (#103) by @mheob

Minor Changes

  • add newest rules from eslint-plugin-unicorn --> (#101) by @mheob

Patch Changes

  • chore(deps): update all non-major dependencies --> (#99) by @renovate

  • chore(deps): update all non-major dependencies --> (#95) by @renovate

3.1.0

Minor Changes

  • disable unicorn/no-array-reduce ESLint rule --> (#93) by @mheob

Patch Changes

3.0.1

Patch Changes

3.0.0

Major Changes

2.2.0

Minor Changes

  • #59 ec5e9e3 Thanks @mheob! - Disable unicorn/no-array-for-each rule as default

Patch Changes

2.1.2

Patch Changes

2.1.1

Patch Changes

2.1.0

Minor Changes

  • 718c5e2: Deactivate @typescript-eslint/explicit-function-return-type rule for jsx files.
  • 70cbb2c: Add typescript definitions

Patch Changes

2.0.2

Patch Changes

  • 87fb7e0: Update all dependencies
  • a211713: Add more typescript specific rules.

2.0.1

Patch Changes

  • 7c1d265: Change old and wrong main file name in package.json from index.cjs to index.js.

2.0.0

Major Changes

  • 6e97fe2: Split ESLint configuration into specified files (base/reat/next for now).

Patch Changes

  • 6e97fe2: Improve README to get a better copy/paste experience.

1.0.1

Patch Changes

1.0.0

Major Changes

@mheob/prettier-config@3.2.1

@mheob/prettier-config

3.2.0

Minor Changes

  • #149 (@mheob): remove line wraps in markdown files

3.1.1

Patch Changes

3.1.0

Minor Changes

3.0.1

Patch Changes

  • fix the README files after the change of using ESLint to fix the imports --> (#109) by @mheob

3.0.0

Major Changes

  • remove @trivago/prettier-plugin-sort-imports --> (#102) by @mheob

Patch Changes

  • chore(deps): update all non-major dependencies --> (#95) by @renovate

2.0.3

Patch Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

Minor Changes

Patch Changes

1.4.0

Minor Changes

  • 70cbb2c: Add typescript definitions

1.3.1

Patch Changes

1.3.0

Minor Changes

  • 347593b: Set markdown printWidth to 130.

Patch Changes

  • 347593b: Improve README to get a better copy/paste experience.

1.2.1

Patch Changes

1.2.0

Minor Changes

  • ad1fc96: Add prettier-plugin-jsdoc to the prettier config.

1.1.0

Minor Changes

  • 76f0a62: Add some more rules like using tabs and some more.

1.0.0

Major Changes

@mheob/tsconfig@2.1.0

@mheob/tsconfig

2.0.0

Major Changes

  • remove depricated importsNotUsedAsValues config --> (#121) by @mheob

1.0.1

Patch Changes

1.0.0

Major Changes

Summary by CodeRabbit

  • New Features

    • Updated @mheob/eslint-config to version 6.0.0 with improved dependency management.
    • Updated @mheob/prettier-config to version 3.2.1 with the latest non-major dependencies.
    • Updated @mheob/tsconfig to version 2.1.0 with enhanced configurations.
  • Chores

    • Regular dependency updates to ensure compatibility and security.

Copy link

coderabbitai bot commented Dec 29, 2023

Walkthrough

The recent updates bring version bumps and dependency updates to ESLint, Prettier, and tsconfig configurations. ESLint and Prettier see dependency upgrades for stability and performance improvements, while tsconfig gets a version increment.

Changes

Files Change Summary
packages/eslint-config/CHANGELOG.md Updated @mheob/eslint-config to v6.0.0, with dependency updates.
packages/prettier-config/CHANGELOG.md Updated @mheob/prettier-config to v3.2.1, focusing on dependency updates.
packages/prettier-config/package.json Version bump in @mheob/prettier-config from 3.2.0 to 3.2.1.
packages/tsconfig/package.json Version update in @mheob/tsconfig from 2.0.0 to 2.1.0.

Poem

🌙🐇
Code whispers in the silent night,
Updates dance in the pale moonlight.
Dependencies refreshed, a tale retold,
By a rabbit, wise and bold.
Through patches and tweaks, a story unfurls,
In the world of code, it twirls.
🌟🌿


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.

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 a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @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

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

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between ee8261d and bd73b65.
Files ignored due to filter (1)
  • packages/eslint-config/package.json
Files selected for processing (1)
  • packages/eslint-config/CHANGELOG.md (1 hunks)
Files skipped from review due to trivial changes (1)
  • packages/eslint-config/CHANGELOG.md

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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 250df54 and 359ee26.
Files ignored due to path filters (5)
  • packages/commitlint-config/tsconfig.json is excluded by: !**/*.json
  • packages/eslint-config/package.json is excluded by: !**/*.json
  • packages/eslint-config/tsconfig.json is excluded by: !**/*.json
  • packages/prettier-config/tsconfig.json is excluded by: !**/*.json
  • scripts/tsconfig.json is excluded by: !**/*.json
Files selected for processing (1)
  • packages/eslint-config/CHANGELOG.md (1 hunks)
Files skipped from review due to trivial changes (1)
  • packages/eslint-config/CHANGELOG.md

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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between de8ee26 and 76e049a.
Files ignored due to path filters (5)
  • packages/commitlint-config/tsconfig.json is excluded by: !**/*.json
  • packages/eslint-config/package.json is excluded by: !**/*.json
  • packages/eslint-config/tsconfig.json is excluded by: !**/*.json
  • packages/prettier-config/tsconfig.json is excluded by: !**/*.json
  • scripts/tsconfig.json is excluded by: !**/*.json
Files selected for processing (1)
  • packages/eslint-config/CHANGELOG.md (1 hunks)
Files skipped from review due to trivial changes (1)
  • packages/eslint-config/CHANGELOG.md

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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between de8ee26 and f27f4b4.
Files ignored due to path filters (2)
  • packages/eslint-config/package.json is excluded by: !**/*.json
  • packages/prettier-config/package.json is excluded by: !**/*.json
Files selected for processing (2)
  • packages/eslint-config/CHANGELOG.md (1 hunks)
  • packages/prettier-config/CHANGELOG.md (1 hunks)
Files skipped from review due to trivial changes (1)
  • packages/prettier-config/CHANGELOG.md
Files skipped from review as they are similar to previous changes (1)
  • packages/eslint-config/CHANGELOG.md

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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 420e18d and 5dc6e24.
Files ignored due to path filters (2)
  • packages/eslint-config/package.json is excluded by: !**/*.json
  • packages/prettier-config/package.json is excluded by: !**/*.json
Files selected for processing (2)
  • packages/eslint-config/CHANGELOG.md (1 hunks)
  • packages/prettier-config/CHANGELOG.md (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • packages/eslint-config/CHANGELOG.md
  • packages/prettier-config/CHANGELOG.md

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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 420e18d and fd350e8.
Files ignored due to path filters (2)
  • packages/eslint-config/package.json is excluded by: !**/*.json
  • packages/prettier-config/package.json is excluded by: !**/*.json
Files selected for processing (2)
  • packages/eslint-config/CHANGELOG.md (1 hunks)
  • packages/prettier-config/CHANGELOG.md (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • packages/eslint-config/CHANGELOG.md
  • packages/prettier-config/CHANGELOG.md

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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between df42e50 and 000d62e.
Files ignored due to path filters (2)
  • packages/eslint-config/package.json is excluded by: !**/*.json
  • packages/prettier-config/package.json is excluded by: !**/*.json
Files selected for processing (2)
  • packages/eslint-config/CHANGELOG.md (1 hunks)
  • packages/prettier-config/CHANGELOG.md (1 hunks)
Files skipped from review due to trivial changes (2)
  • packages/eslint-config/CHANGELOG.md
  • packages/prettier-config/CHANGELOG.md

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.

Review Status

Actionable comments generated: 3

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between ac63944 and 5f0153d.
Files ignored due to path filters (2)
  • packages/eslint-config/package.json is excluded by: !**/*.json
  • packages/prettier-config/package.json is excluded by: !**/*.json
Files selected for processing (2)
  • packages/eslint-config/CHANGELOG.md (1 hunks)
  • packages/prettier-config/CHANGELOG.md (1 hunks)


### Patch Changes

- [#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears that a white space is missing after the dash in the list item. For consistency and readability, consider adding a space after the dash in markdown list items.

- -[#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/mheob/config/pull/161))
+ - [#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/mheob/config/pull/161))

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- [#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies
- [#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/mheob/config/pull/161)): chore(deps): update all non-major dependencies


- [#150](https://github.com/mheob/config/pull/150) ([@mheob](https://github.com/mheob)): update dependencies

- [#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears that a white space is missing after the dash in the list item. For consistency and readability, consider adding a space after the dash in markdown list items.

- -[#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/mheob/config/pull/161))
+ - [#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/mheob/config/pull/161))

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- [#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies
- [#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/mheob/config/pull/161)): chore(deps): update all non-major dependencies


- [#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies

- [#163](https://github.com/mheob/config/pull/163) ([@renovate](https://github.com/apps/renovate)): chore(deps): update dependency eslint-plugin-unicorn to v51
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly, a white space is missing after the dash in this list item. Adjusting this will improve consistency and readability.

- -[#163](https://github.com/mheob/config/pull/163) ([@renovate](https://github.com/mheob/config/pull/163))
+ - [#163](https://github.com/mheob/config/pull/163) ([@renovate](https://github.com/mheob/config/pull/163))

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- [#163](https://github.com/mheob/config/pull/163) ([@renovate](https://github.com/apps/renovate)): chore(deps): update dependency eslint-plugin-unicorn to v51
- [#163](https://github.com/mheob/config/pull/163) ([@renovate](https://github.com/mheob/config/pull/163)): chore(deps): update dependency eslint-plugin-unicorn to v51

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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 7629e6e and 1c21b4b.
Files ignored due to path filters (2)
  • packages/eslint-config/package.json is excluded by: !**/*.json
  • packages/prettier-config/package.json is excluded by: !**/*.json
Files selected for processing (2)
  • packages/eslint-config/CHANGELOG.md (1 hunks)
  • packages/prettier-config/CHANGELOG.md (1 hunks)
Additional comments: 3
packages/prettier-config/CHANGELOG.md (1)
  • 7-7: The changelog entry for version 3.2.1 correctly documents the update of non-major dependencies as per the PR objectives. However, the static analysis tool flagged a missing whitespace after the dash in the list item, which has already been addressed in a previous comment. Since the past comment is still valid, I'll skip generating a similar comment.
packages/eslint-config/CHANGELOG.md (2)
  • 9-9: The changelog entry for version 5.2.1 correctly documents the update of non-major dependencies as per the PR objectives. However, the static analysis tool flagged a missing whitespace after the dash in the list item, which has already been addressed in a previous comment. Since the past comment is still valid, I'll skip generating a similar comment.
  • 11-11: Similarly, the entry for updating eslint-plugin-unicorn to v51 is in line with the PR objectives. The missing whitespace issue after the dash in this list item has also been previously addressed. Since the past comment is still valid, I'll skip generating a similar comment.

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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 8ef59f7 and 1a42427.
Files ignored due to path filters (2)
  • packages/eslint-config/package.json is excluded by: !**/*.json
  • packages/prettier-config/package.json is excluded by: !**/*.json
Files selected for processing (2)
  • packages/eslint-config/CHANGELOG.md (1 hunks)
  • packages/prettier-config/CHANGELOG.md (1 hunks)

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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 84deaa6 and 0482273.
Files ignored due to path filters (2)
  • packages/eslint-config/package.json is excluded by: !**/*.json
  • packages/prettier-config/package.json is excluded by: !**/*.json
Files selected for processing (2)
  • packages/eslint-config/CHANGELOG.md (1 hunks)
  • packages/prettier-config/CHANGELOG.md (1 hunks)
Additional comments: 2
packages/prettier-config/CHANGELOG.md (1)
  • 7-7: The changelog entry for version 3.2.1 is correctly formatted and accurately describes the changes made. Good job maintaining clear and concise documentation.
packages/eslint-config/CHANGELOG.md (1)
  • 7-11: The changelog entry for version 5.2.1 is correctly formatted and accurately describes the dependency updates made. It's great to see detailed documentation of the changes.

Copy link

sonarcloud bot commented Mar 28, 2024

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

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 0482273 and 71cc03e.
Files selected for processing (2)
  • packages/eslint-config/package.json (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

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 71cc03e and 7cb4200.
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 as they are similar to previous changes (2)
  • packages/eslint-config/package.json
  • packages/prettier-config/package.json
Additional Context Used
LanguageTool (11)
packages/eslint-config/CHANGELOG.md (3)

Near line 53: Unpaired symbol: ‘[’ seems to be missing
Context: .../pull/2073)) ### Patch Changes - [#122](https://github.com//pull/12...


Near line 93: A determiner may be missing.
Context: ...ub.com/mheob) ### Minor Changes - add newest rules from eslint-plugin-unicorn --> ...


Near line 154: “to the” seems less likely than “to”.
Context: ...//github.com/mheob)! - Format all files to the new tabs instead of spaces behaviour -...

packages/prettier-config/CHANGELOG.md (8)

Near line 7: Unpaired symbol: ‘[’ seems to be missing
Context: ...ig ## 3.2.1 ### Patch Changes - [#161](https://github.com//pull/16...


Near line 13: Unpaired symbol: ‘[’ seems to be missing
Context: ...es ## 3.2.0 ### Minor Changes - [#149](https://github.com//pull/14...


Near line 19: Unpaired symbol: ‘[’ seems to be missing
Context: ...es ## 3.1.1 ### Patch Changes - [#145](https://github.com//pull/14...


Near line 25: Unpaired symbol: ‘[’ seems to be missing
Context: ...es ## 3.1.0 ### Minor Changes - [#133](https://github.com//pull/13...


Near line 81: Unpaired symbol: ‘[’ seems to be missing
Context: ...ch to typescript as source files - [#42](https://github.com//pull/42...


Near line 81: “to the” seems less likely than “to”.
Context: ...//github.com/mheob)! - Format all files to the new tabs instead of spaces behaviour -...


Near line 83: Unpaired symbol: ‘[’ seems to be missing
Context: ...tabs instead of spaces behaviour - [#36](https://github.com//pull/36...


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

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

7-7: The changelog entry for PR #161 is correctly formatted and provides clear information about the nature of the changes.

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

7-7: The changelog entry for PR #150 is correctly formatted and provides clear information about the nature of the changes.


9-9: The changelog entry for PR #161 is correctly formatted and provides clear information about the nature of the changes.


11-11: The changelog entry for PR #163 is correctly formatted and provides clear information about the nature of the changes.

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 7cb4200 and d36b52b.
Files selected for processing (3)
  • packages/eslint-config/package.json (1 hunks)
  • packages/prettier-config/package.json (1 hunks)
  • packages/tsconfig/package.json (1 hunks)
Files skipped from review due to trivial changes (3)
  • packages/eslint-config/package.json
  • packages/prettier-config/package.json
  • packages/tsconfig/package.json

Copy link

sonarcloud bot commented May 23, 2024

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

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 d36b52b and 302a6ad.
Files selected for processing (3)
  • packages/eslint-config/package.json (1 hunks)
  • packages/prettier-config/package.json (1 hunks)
  • packages/tsconfig/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (3)
  • packages/eslint-config/package.json
  • packages/prettier-config/package.json
  • packages/tsconfig/package.json

@kodiakhq kodiakhq bot merged commit fc16097 into main May 23, 2024
8 checks passed
@kodiakhq kodiakhq bot deleted the changeset-release/main branch May 23, 2024 05:06
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.

None yet

2 participants