From 82d681afc794524128ed770726a13a2a9161fc07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:06:01 +0000 Subject: [PATCH] build(deps-dev): bump @pplancq/commitlint-config from 2.2.0 to 2.2.3 Bumps [@pplancq/commitlint-config](https://github.com/pplancq/dev-tools/tree/HEAD/packages/commitlint-config) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/pplancq/dev-tools/releases) - [Changelog](https://github.com/pplancq/dev-tools/blob/main/packages/commitlint-config/CHANGELOG.md) - [Commits](https://github.com/pplancq/dev-tools/commits/@pplancq/commitlint-config@2.2.3/packages/commitlint-config) --- updated-dependencies: - dependency-name: "@pplancq/commitlint-config" dependency-version: 2.2.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index f487acd..77b7542 100644 --- a/package-lock.json +++ b/package-lock.json @@ -622,12 +622,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz", - "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==", + "version": "19.8.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz", + "integrity": "sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==", "dev": true, + "license": "MIT", "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^19.8.1", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { @@ -842,9 +843,9 @@ } }, "node_modules/@commitlint/types": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.5.0.tgz", - "integrity": "sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==", + "version": "19.8.1", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz", + "integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==", "dev": true, "license": "MIT", "dependencies": { @@ -2516,12 +2517,13 @@ } }, "node_modules/@pplancq/commitlint-config": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@pplancq/commitlint-config/-/commitlint-config-2.2.0.tgz", - "integrity": "sha512-p0OFHmQ55vwb+1/2SdxxsjptOxcq/8hm4djNmE2XY2bSh+TAvAZ9rtHPoxxrK2vfiHHzwf0mSrSByMkd1D4/2w==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@pplancq/commitlint-config/-/commitlint-config-2.2.3.tgz", + "integrity": "sha512-6I0L3rROyF4FjwvaSdjtfCBpb2Lfdzu01s0tzLySBrlGCv/zNtfx5nuEc/QL8QLBWFlOVqtXiwdpHdo8UJsfkg==", "dev": true, + "license": "MIT", "dependencies": { - "@commitlint/config-conventional": "^19.2.2" + "@commitlint/config-conventional": "^19.8.1" }, "bin": { "init-commitlint-config": "bin/init.js" @@ -5299,6 +5301,7 @@ "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", "dev": true, + "license": "ISC", "dependencies": { "compare-func": "^2.0.0" },