From da7e6a64a728c12a594aef3b1044e1841ffa76b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:25:45 +0000 Subject: [PATCH] refactor(deps-dev): bump @commitlint/config-angular Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 17.4.4 to 18.4.3. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.4.3/@commitlint/config-angular) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f4550a..6ac3966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@commitlint/cli": "^17.0.0", - "@commitlint/config-angular": "^17.0.0", + "@commitlint/config-angular": "^18.4.3", "@semantic-release/changelog": "^6.0.0", "@semantic-release/git": "^10.0.0", "@semantic-release/github": "^9.0.3", @@ -488,22 +488,24 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "17.4.4", + "version": "18.4.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-18.4.3.tgz", + "integrity": "sha512-LaoWW56jymtWPubIe8ndFg6wYLWixbNrXVk8EtV24ZaY8R223bO3iA2by+YD7aorQGxvMJFyyeFc3e0Gs40NWw==", "dev": true, - "license": "MIT", "dependencies": { - "@commitlint/config-angular-type-enum": "^17.4.0" + "@commitlint/config-angular-type-enum": "^18.4.3" }, "engines": { - "node": ">=v14" + "node": ">=v18" } }, "node_modules/@commitlint/config-angular-type-enum": { - "version": "17.4.0", + "version": "18.4.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-18.4.3.tgz", + "integrity": "sha512-Gg65txKHYG5zPJxIrE9/ESS7CItyz2BB9VgFy8orK0uDg9KUb+yjL/tRKttuHmrHppK2HO/PUs5Qe1BMzdrSPQ==", "dev": true, - "license": "MIT", "engines": { - "node": ">=v14" + "node": ">=v18" } }, "node_modules/@commitlint/config-validator": { diff --git a/package.json b/package.json index 9f5ed13..0c8d0cd 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@commitlint/cli": "^17.0.0", - "@commitlint/config-angular": "^17.0.0", + "@commitlint/config-angular": "^18.4.3", "@semantic-release/changelog": "^6.0.0", "@semantic-release/git": "^10.0.0", "@semantic-release/github": "^9.0.3",