From b8c6d95fea54ee65e8832860967a27378b242b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jul 2021 11:02:49 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 12.1.1 to 13.1.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint) from 12.1.1 to 13.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v13.1.0) --- 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..5acdf5c 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": "13.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-13.1.0.tgz", + "integrity": "sha512-G+tQHfve6jYbw4a7/P5d+kVjsLJ4T54k8dbhN2+xTMFx4bielDYiEo8SJ/ErtSTHv6rFqk/GKDyCCzWuaKUDeA==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "^12.1.1" + "@commitlint/config-angular-type-enum": "^13.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": "13.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-13.0.0.tgz", + "integrity": "sha512-soiLksKzA4QOP1ELg+Iqt4bAgaZ9/29w2xAiqV0PoVB0VIYaFmG2U3hehnz5WL0XJNw5WRgh2HOw+zJHPZQboA==", "dev": true }, "@commitlint/ensure": { diff --git a/package.json b/package.json index c3d09b5..ee49c25 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": "^13.1.0", "@discord-samba/eslint-config": "github:discord-samba/eslint-config", "@discord-samba/typedoc-patch": "github:discord-samba/typedoc-patch", "@types/glob": "^7.1.1",