Skip to content

chore(deps): upgrade @commitlint/cli and @commitlint/config-conventional to 21.0.1#1705

Merged
ArtieReus merged 5 commits into
mainfrom
artie-upgrade-commitlint/cli-20.0.1
May 21, 2026
Merged

chore(deps): upgrade @commitlint/cli and @commitlint/config-conventional to 21.0.1#1705
ArtieReus merged 5 commits into
mainfrom
artie-upgrade-commitlint/cli-20.0.1

Conversation

@ArtieReus
Copy link
Copy Markdown
Collaborator

@ArtieReus ArtieReus commented May 20, 2026

Summary

Upgrades commitlint packages from v19.8.1 to v21.0.1 and adds explicit Node engine requirement to prevent installation on unsupported Node versions.

Changes Made

  • Upgraded @commitlint/cli from 19.8.1 to 21.0.1
  • Upgraded @commitlint/config-conventional from 19.8.1 to 21.0.1
  • Added engines.node: ">=22.12.0" to root package.json to make Node requirement explicit

Related Issues

Part of ongoing dependency maintenance. No related issues.

Screenshots (if applicable)

N/A - Tooling upgrade only

Testing Instructions

  1. pnpm i
  2. Test commitlint with valid message: echo "test: sample commit" | pnpm commitlint
  3. Test commitlint with invalid message: echo "invalid" | pnpm commitlint (should fail with errors)
  4. Test with custom scope: echo "chore(deps): test message" | pnpm commitlint

Checklist

  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have made corresponding changes to the documentation (if applicable).
  • My changes generate no new warnings or errors.
  • I have created a changeset for my changes.

PR Manifesto

Review the PR Manifesto for best practises.

Signed-off-by: Arturo Reuschenbach Puncernau <reuschenbach@gmail.com>
@ArtieReus ArtieReus requested a review from a team as a code owner May 20, 2026 08:52
Copilot AI review requested due to automatic review settings May 20, 2026 08:52
@ArtieReus ArtieReus self-assigned this May 20, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 20, 2026

⚠️ No Changeset found

Latest commit: 23ca774

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the repo’s commit message linting tooling by upgrading @commitlint/cli and @commitlint/config-conventional from 19.8.1 to 21.0.1, bringing in the latest major release and its updated dependency graph.

Changes:

  • Bump @commitlint/cli to 21.0.1.
  • Bump @commitlint/config-conventional to 21.0.1.
  • Refresh pnpm-lock.yaml to reflect new transitive dependencies and updated engine requirements.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates commitlint devDependency versions to 21.0.1.
pnpm-lock.yaml Updates lockfile entries for commitlint and related transitive dependencies (including Node engine constraints).
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Comment thread package.json
@ArtieReus ArtieReus merged commit 3725e24 into main May 21, 2026
23 checks passed
@ArtieReus ArtieReus deleted the artie-upgrade-commitlint/cli-20.0.1 branch May 21, 2026 08:22
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.

[Task] (Juno): Upgrade @commitlint/cli and @commitlint/config-conventional from v19.x.x to v20.x.x

4 participants