From 47c14a6593dd3bd02f6e151e619ceb876bc68ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:35:05 +0000 Subject: [PATCH] chore(deps-dev): bump the husky-and-commitlint group across 1 directory with 4 updates Bumps the husky-and-commitlint group with 4 updates in the / directory: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli), [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional), [@commitlint/types](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/types) and [lint-staged](https://github.com/lint-staged/lint-staged). Updates `@commitlint/cli` from 20.5.3 to 21.0.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.0.2/@commitlint/cli) Updates `@commitlint/config-conventional` from 20.5.3 to 21.0.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.0.2/@commitlint/config-conventional) Updates `@commitlint/types` from 20.5.0 to 21.0.1 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/types/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.0.1/@commitlint/types) Updates `lint-staged` from 16.4.0 to 17.0.7 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v16.4.0...v17.0.7) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: husky-and-commitlint - dependency-name: "@commitlint/config-conventional" dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: husky-and-commitlint - dependency-name: "@commitlint/types" dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: husky-and-commitlint - dependency-name: lint-staged dependency-version: 17.0.4 dependency-type: direct:development update-type: version-update:semver-major dependency-group: husky-and-commitlint ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 52d496d..f2108fc 100644 --- a/package.json +++ b/package.json @@ -246,9 +246,9 @@ } }, "devDependencies": { - "@commitlint/cli": "^20.4.4", - "@commitlint/config-conventional": "^20.4.4", - "@commitlint/types": "^20.4.4", + "@commitlint/cli": "^21.0.2", + "@commitlint/config-conventional": "^21.0.2", + "@commitlint/types": "^21.0.1", "@eslint/js": "^10.0.1", "@nestjs/common": "^11.0.0", "@nestjs/core": "^11.1.17", @@ -274,7 +274,7 @@ "husky": "^9.1.7", "jest": "^30.3.0", "kafkajs": "^2.2.4", - "lint-staged": "^16.3.3", + "lint-staged": "^17.0.7", "mongodb": "^6.20.0", "mysql2": "^3.14.5", "pg": "^8.16.3",