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(deps): Update devDependency @commitlint/cli to v19 #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 18.6.1 -> 19.5.0 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

v19.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.4.0

Compare Source

Features

v19.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.2.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.2.0

Compare Source

Features
  • cli: introduce new --last flag, to stop recommending HEAD~1 (#​3916) (99f4f3f)

v19.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.2 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.1 (2024-02-27)

Bug Fixes
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.0.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.0.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.0.1

Compare Source

Bug Fixes
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.0.0

Compare Source

Reverts
  • Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

  • refactor(load): rewrite resolve logic

  • fix(config-nx-scopes): fix syntax error

  • feat(resolve-extends): add resolveFrom and loadParserPreset

  • feat(load): use resolveFrom and loadParserPreset from resolve-extends

  • test: include only @​commitlint/* packages src in coverage

  • test: explicit import vitest utilities

  • test: remove @​jest/globals from dependencies

  • fix(resolve-extends): resolveFrom output should be platform aware

  • test: restore NO_COLOR to test script

  • chore: fix linting issues

  • fix: should use fileURLToPath instead of pathname for Windows compatibility

  • Apply suggestions from code review

  • fix: should reuse cli instead call yargs()

  • feat(cli): set terminalWidth as wrap to avoid work break on help

  • Update .eslintrc.cjs

  • feat: migrate @​commitlint/config-conventional to pure ESM

18.6.1 (2024-02-13)

Note: Version bump only for package @​commitlint/cli


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - "before 4am" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Feb 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repository-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 10:44am

Copy link

coderabbitai bot commented Feb 28, 2024

Important

Review skipped

Bot user detected.

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.

Walkthrough

The recent update involves upgrading the @commitlint/cli package from version 18.6.1 to 19.4.1 in the devDependencies of the package.json file. This change indicates an enhancement to the commit linting tool, which may include bug fixes and new features, although specific impacts on functionality are not detailed.

Changes

File Change Summary
package.json Updated @commitlint/cli version from 18.6.1 to 19.4.1.

Poem

In the garden where bunnies play,
A new version hops in to brighten the day!
With fixes and features, oh what a delight,
Our code will now dance in the moonlight.
So let’s celebrate with a joyful cheer,
For better commits, we hold dear! 🐇✨


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

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration 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

github-actions bot commented Feb 28, 2024

Coverage Report for packages/repository

Status Category Percentage Covered / Total
🟢 Lines 96.83% (🎯 80%) 153 / 158
🟢 Statements 97.02% (🎯 80%) 163 / 168
🟢 Functions 95.71% (🎯 80%) 67 / 70
🟢 Branches 92.47% (🎯 80%) 86 / 93
File CoverageNo changed files found.
Generated in workflow #258

@renovate renovate bot force-pushed the deps/major-commitlint-monorepo branch from d11f47e to c683b87 Compare February 28, 2024 09:55
@renovate renovate bot force-pushed the deps/major-commitlint-monorepo branch from c683b87 to a3b4781 Compare February 28, 2024 14:39
@renovate renovate bot force-pushed the deps/major-commitlint-monorepo branch from a3b4781 to ce5714c Compare March 7, 2024 02:05
@renovate renovate bot force-pushed the deps/major-commitlint-monorepo branch from ce5714c to 694bd24 Compare March 12, 2024 08:13
@renovate renovate bot force-pushed the deps/major-commitlint-monorepo branch from 694bd24 to 3b902f3 Compare March 15, 2024 03:46
@renovate renovate bot force-pushed the deps/major-commitlint-monorepo branch from 3b902f3 to f4bf9c1 Compare March 19, 2024 04:38
@renovate renovate bot force-pushed the deps/major-commitlint-monorepo branch from f4bf9c1 to 5e53918 Compare April 14, 2024 10:08
@renovate renovate bot force-pushed the deps/major-commitlint-monorepo branch from 5e53918 to 611cb2b Compare April 23, 2024 03:23
@renovate renovate bot force-pushed the deps/major-commitlint-monorepo branch from 611cb2b to b43a8fa Compare May 3, 2024 11:52
@renovate renovate bot force-pushed the deps/major-commitlint-monorepo branch from b43a8fa to 1924d7c Compare May 3, 2024 11:53
@renovate renovate bot force-pushed the deps/major-commitlint-monorepo branch from 1924d7c to 975bae1 Compare May 4, 2024 01:31
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 6086250 and fc63963.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

27-27: LGTM! Verify the impact of the updated dependency.

The update of @commitlint/cli from 18.6.1 to 19.4.0 is approved.

Ensure that this version update does not introduce any breaking changes or compatibility issues.

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 fc63963 and ce07268.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

27-27: Approved version update for @commitlint/cli.

The version update from 18.6.1 to 19.4.1 is correctly reflected in the package.json. This update is part of routine maintenance and includes enhancements such as support for command line options from a file and linting from the last tag, as well as a significant change in 19.0.0 with the migration to ECMAScript Modules (ESM).

The change is approved. However, it's crucial to verify the compatibility of these new features and the ESM migration with the existing project setup, especially since the project uses Node.js >=18.0.0.

Run the following script to ensure that the project's Node.js version is compatible with the new @commitlint/cli version:

Verification successful

Node.js version is compatible with @commitlint/cli v19.4.1.

The Node.js version specified in the engines section (>=18.0.0) is compatible with the updated @commitlint/cli version 19.4.1, which includes a migration to ECMAScript Modules. No further action is required regarding version compatibility.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check Node.js version compatibility with @commitlint/cli v19.4.1.

# Test: Retrieve the Node.js version from the engines section and compare with the required version for @commitlint/cli v19.4.1.
cat package.json | jq '.engines.node'
# Expected output: >=18.0.0 (should be compatible with @commitlint/cli v19.4.1)

Length of output: 48

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.

0 participants