From c7f6ab1ce90634064db9890ffcb41fed812e03e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:25:25 +0000 Subject: [PATCH] chore: bump @commitlint/config-conventional from 19.7.1 to 19.8.0 Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 19.7.1 to 19.8.0. - [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.8.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0b5690b..1aa67437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@angular/language-service": "^19.0.5", "@angular/router": "^19.0.5", "@commitlint/cli": "^19.8.0", - "@commitlint/config-conventional": "^19.7.1", + "@commitlint/config-conventional": "^19.8.0", "@compodoc/compodoc": "^1.1.26", "@ngneat/spectator": "^19.4.1", "@types/jest": "^29.0.0", @@ -4604,13 +4604,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.7.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.7.1.tgz", - "integrity": "sha512-fsEIF8zgiI/FIWSnykdQNj/0JE4av08MudLTyYHm4FlLWemKoQvPNUYU2M/3tktWcCEyq7aOkDDgtjrmgWFbvg==", + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz", + "integrity": "sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^19.5.0", + "@commitlint/types": "^19.8.0", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { diff --git a/package.json b/package.json index 351645cd..2a52b691 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@angular/language-service": "^19.0.5", "@angular/router": "^19.0.5", "@commitlint/cli": "^19.8.0", - "@commitlint/config-conventional": "^19.7.1", + "@commitlint/config-conventional": "^19.8.0", "@compodoc/compodoc": "^1.1.26", "@ngneat/spectator": "^19.4.1", "@types/jest": "^29.0.0",