From caa75c3bb00b97c4ec822bc9f2754db1034f48e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:43:40 +0000 Subject: [PATCH] Bump commitlint-presets from 2.1.1 to 2.2.0 Bumps [commitlint-presets](https://github.com/JonasSchubert/commitlint-presets) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/JonasSchubert/commitlint-presets/releases) - [Changelog](https://github.com/JonasSchubert/commitlint-presets/blob/main/CHANGELOG.md) - [Commits](https://github.com/JonasSchubert/commitlint-presets/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: commitlint-presets dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1363fcf..fb57437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", - "commitlint-presets": "^2.1.1", + "commitlint-presets": "^2.2.0", "husky": "^9.1.7", "is-ci": "^4.1.0" }, @@ -452,9 +452,9 @@ "license": "MIT" }, "node_modules/commitlint-presets": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/commitlint-presets/-/commitlint-presets-2.1.1.tgz", - "integrity": "sha512-/f65LNaDFgaQAzULM4gMTkmNvYJUR8BKC8VU8IMFfeUxUchMopuYl6Ay7G3LQrHzd+DEs2xmasz70MBOpoFyyQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/commitlint-presets/-/commitlint-presets-2.2.0.tgz", + "integrity": "sha512-U3yecj3hbVzhTARUPfq00xfpifi9h9MALuZZWmKIxzjnbOF3oj17LqHQyuKYwVKw3uksR6VvF3IsoJTmPbr98A==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 97200ab..2b63e15 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", - "commitlint-presets": "^2.1.1", + "commitlint-presets": "^2.2.0", "husky": "^9.1.7", "is-ci": "^4.1.0" },