From e45de77cdcf845b25022ead20a6ddea0b2701db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 23:48:40 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/config-conventional in /dashboard Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.7.0 to 19.2.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/v19.2.2/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 21 +++++++++++---------- dashboard/package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 89bc9d3c9..779e2b388 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.3.0", - "@commitlint/config-conventional": "^17.2.0", + "@commitlint/config-conventional": "^19.2.2", "@jest/globals": "^29.5.0", "@storybook/addon-essentials": "^8.0.5", "@storybook/addon-interactions": "^8.0.9", @@ -2506,15 +2506,16 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.7.0.tgz", - "integrity": "sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==", + "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz", + "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==", "dev": true, "dependencies": { - "conventional-changelog-conventionalcommits": "^6.1.0" + "@commitlint/types": "^19.0.3", + "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { - "node": ">=v14" + "node": ">=v18" } }, "node_modules/@commitlint/config-validator": { @@ -13208,15 +13209,15 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz", - "integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", + "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", "dev": true, "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/conventional-commits-parser": { diff --git a/dashboard/package.json b/dashboard/package.json index 4633d5f34..4ad3af156 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.3.0", - "@commitlint/config-conventional": "^17.2.0", + "@commitlint/config-conventional": "^19.2.2", "@jest/globals": "^29.5.0", "@storybook/addon-essentials": "^8.0.5", "@storybook/addon-interactions": "^8.0.9",