From c748c7f2dd788dcd3d5e48148dff53c9c64efe14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Dec 2021 12:02:15 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 12.1.1 to 16.0.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 12.1.1 to 16.0.0. - [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/v16.0.0/@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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a80f68a..da7b929 100644 --- a/package-lock.json +++ b/package-lock.json @@ -490,18 +490,18 @@ } }, "@commitlint/config-angular": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.1.1.tgz", - "integrity": "sha512-aOWhOXjqWhQ91LQPLNf+mupQdcF7P/5DSAz4jDURlR44O94kl80FzX0ygykhQk+xeKosVuApfSYiE1kGzTeSsw==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-16.0.0.tgz", + "integrity": "sha512-UmH3D/BjqhIueM29w9G8mR8wHI0ncUrNFqX6OgDhsIgLS1Sgf6L3ad+oasTWfJ+KjKl544cjoayyWY0eX3wrIg==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "^12.1.1" + "@commitlint/config-angular-type-enum": "^16.0.0" } }, "@commitlint/config-angular-type-enum": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.1.1.tgz", - "integrity": "sha512-cOIRod65IOmjUyLTapGoqTKl8RtQnWZTGU+rNoTqx3dqd5LmTM+/w9CUehuflBbo9NWKa36iV6SJcbeMfvYH9A==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-16.0.0.tgz", + "integrity": "sha512-6Gn/Wh7tFiVHUK+bxiVMUZg6X7N6ArJLgaH39/23qK3/PkC0Y4FSJZf63YIS+EA/n5USHaBgBV88iduSTJU9rQ==", "dev": true }, "@commitlint/ensure": { diff --git a/package.json b/package.json index c3d09b5..122877b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "homepage": "https://github.com/discord-samba/command#readme", "devDependencies": { "@commitlint/cli": "^12.0.1", - "@commitlint/config-angular": "^12.0.1", + "@commitlint/config-angular": "^16.0.0", "@discord-samba/eslint-config": "github:discord-samba/eslint-config", "@discord-samba/typedoc-patch": "github:discord-samba/typedoc-patch", "@types/glob": "^7.1.1",