From a7df85930f5bbc4dc41d697134316a261307368c Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:56:20 +0000 Subject: [PATCH] fix(deps): update dependency commitlint-plugin-function-rules to v5 --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d7036dd..66e67c26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@commitlint/lint": "^18.1.0", "@commitlint/load": "^18.2.0", "commitlint-config-jira": "^1.6.4", - "commitlint-plugin-function-rules": "^2.0.2", + "commitlint-plugin-function-rules": "^5.0.1", "commitlint-plugin-jira-rules": "^1.6.4", "conventional-changelog-conventionalcommits": "^7.0.2", "conventional-changelog-lint-config-canonical": "^1.0.0", @@ -7799,14 +7799,15 @@ "integrity": "sha512-1Mp5b0Q31XBreH3EKrDy8sD6vZmcXFm1x6OXeskaiiOKm5C1qQ0ObOiF66RKozuUAixaOGgHje6N/T+nfd5GBA==" }, "node_modules/commitlint-plugin-function-rules": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-2.0.2.tgz", - "integrity": "sha512-SZIn5H3pTzZo1wlef17lYeduFDUHklvtYW9+jFs3uoXkezLbxTN13CrV9g2I9NRc9bhrW8RdkOesV2dZA224sg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-5.0.1.tgz", + "integrity": "sha512-AC8fH83A+soNq9VKTlLptkbg8Zpfx88ng9hKzdiJ0N+GoYgWTWNt6yFA3zEZ0qy3ekQ4Paf1slkaH1UKWRLUvg==", + "license": "GPL-3.0-or-later", "engines": { - "node": ">=16" + "node": ">=22" }, "peerDependencies": { - "@commitlint/lint": ">=9.1.2 <18" + "@commitlint/lint": ">=19 <22" } }, "node_modules/commitlint-plugin-jira-rules": { @@ -25169,9 +25170,9 @@ "integrity": "sha512-1Mp5b0Q31XBreH3EKrDy8sD6vZmcXFm1x6OXeskaiiOKm5C1qQ0ObOiF66RKozuUAixaOGgHje6N/T+nfd5GBA==" }, "commitlint-plugin-function-rules": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-2.0.2.tgz", - "integrity": "sha512-SZIn5H3pTzZo1wlef17lYeduFDUHklvtYW9+jFs3uoXkezLbxTN13CrV9g2I9NRc9bhrW8RdkOesV2dZA224sg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-5.0.1.tgz", + "integrity": "sha512-AC8fH83A+soNq9VKTlLptkbg8Zpfx88ng9hKzdiJ0N+GoYgWTWNt6yFA3zEZ0qy3ekQ4Paf1slkaH1UKWRLUvg==", "requires": {} }, "commitlint-plugin-jira-rules": { diff --git a/package.json b/package.json index a1c663ca..34cee8df 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@commitlint/lint": "^18.1.0", "@commitlint/load": "^18.2.0", "commitlint-config-jira": "^1.6.4", - "commitlint-plugin-function-rules": "^2.0.2", + "commitlint-plugin-function-rules": "^5.0.1", "commitlint-plugin-jira-rules": "^1.6.4", "conventional-changelog-conventionalcommits": "^7.0.2", "conventional-changelog-lint-config-canonical": "^1.0.0",