From a884f9aadb795d5b9939005ab5681a633d299d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:35:56 +0000 Subject: [PATCH] feat: bump the commitlint group with 2 updates Bumps the commitlint group with 2 updates: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) and [@commitlint/travis-cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/travis-cli). Updates `@commitlint/cli` from 19.0.3 to 19.1.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.1.0/@commitlint/cli) Updates `@commitlint/travis-cli` from 19.0.3 to 19.1.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/travis-cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.1.0/@commitlint/travis-cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: commitlint - dependency-name: "@commitlint/travis-cli" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: commitlint ... Signed-off-by: dependabot[bot] --- package-lock.json | 96 +++++++++++++++++++++++------------------------ package.json | 4 +- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/package-lock.json b/package-lock.json index 188dfee..46ec0e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "commitlint-pre-commit-hook", - "version": "9.12.0", + "version": "9.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "commitlint-pre-commit-hook", - "version": "9.12.0", + "version": "9.13.0", "license": "MIT", "dependencies": { - "@commitlint/cli": "^19.0.3", - "@commitlint/travis-cli": "^19.0.3" + "@commitlint/cli": "^19.1.0", + "@commitlint/travis-cli": "^19.1.0" }, "bin": { "commitlint": "node_modules/@commitlint/cli/cli.js", @@ -125,13 +125,13 @@ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, "node_modules/@commitlint/cli": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.0.3.tgz", - "integrity": "sha512-mGhh/aYPib4Vy4h+AGRloMY+CqkmtdeKPV9poMcZeImF5e3knQ5VYaSeAM0mEzps1dbKsHvABwaDpafLUuM96g==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.1.0.tgz", + "integrity": "sha512-SYGm8HGbVzrlSYeB6oo6pG1Ec6bOMJcDsXgNGa4vgZQsPj6nJkcbTWlIRmtmIk0tHi0d5sCljGuQ+g/0NCPv7w==", "dependencies": { "@commitlint/format": "^19.0.3", - "@commitlint/lint": "^19.0.3", - "@commitlint/load": "^19.0.3", + "@commitlint/lint": "^19.1.0", + "@commitlint/load": "^19.1.0", "@commitlint/read": "^19.0.3", "@commitlint/types": "^19.0.3", "execa": "^8.0.1", @@ -205,9 +205,9 @@ } }, "node_modules/@commitlint/lint": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.0.3.tgz", - "integrity": "sha512-uHPyRqIn57iIplYa5xBr6oNu5aPXKGC4WLeuHfqQHclwIqbJ33g3yA5fIA+/NYnp5ZM2EFiujqHFaVUYj6HlKA==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.1.0.tgz", + "integrity": "sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==", "dependencies": { "@commitlint/is-ignored": "^19.0.3", "@commitlint/parse": "^19.0.3", @@ -219,13 +219,13 @@ } }, "node_modules/@commitlint/load": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.0.3.tgz", - "integrity": "sha512-18Tk/ZcDFRKIoKfEcl7kC+bYkEQ055iyKmGsYDoYWpKf6FUvBrP9bIWapuy/MB+kYiltmP9ITiUx6UXtqC9IRw==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.1.0.tgz", + "integrity": "sha512-rWqnvNDpeshX8JfUC/qjpDkQB78qF+4uHcJmIRJMwvlj6zWce08SP/TPKN3GlNKgXhAawwcAPxXL9qOTTdiOBA==", "dependencies": { "@commitlint/config-validator": "^19.0.3", "@commitlint/execute-rule": "^19.0.0", - "@commitlint/resolve-extends": "^19.0.3", + "@commitlint/resolve-extends": "^19.1.0", "@commitlint/types": "^19.0.3", "chalk": "^5.3.0", "cosmiconfig": "^8.3.6", @@ -274,9 +274,9 @@ } }, "node_modules/@commitlint/resolve-extends": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.0.3.tgz", - "integrity": "sha512-18BKmta8OC8+Ub+Q3QGM9l27VjQaXobloVXOrMvu8CpEwJYv62vC/t7Ka5kJnsW0tU9q1eMqJFZ/nN9T/cOaIA==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz", + "integrity": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==", "dependencies": { "@commitlint/config-validator": "^19.0.3", "@commitlint/types": "^19.0.3", @@ -324,11 +324,11 @@ } }, "node_modules/@commitlint/travis-cli": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-19.0.3.tgz", - "integrity": "sha512-PbaecUp+tzGruyrOE47oopXS/n/+Sm2hwpojPnEmwPwynrqYgMxWkOISsO+Q1tUS2FGQpbz6HZl7qFItZg5GMQ==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-19.1.0.tgz", + "integrity": "sha512-h9JY+Gy5N43yEQCmqJkMP1ifpOShhH7RvQKDAgdJcei5lCeTbl62TTaM55R/QZItm7Cwwuni2d9YqlWZKQWYQA==", "dependencies": { - "@commitlint/cli": "^19.0.3", + "@commitlint/cli": "^19.1.0", "execa": "^8.0.1" }, "bin": { @@ -1232,9 +1232,9 @@ "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", + "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", "peer": true, "bin": { "tsc": "bin/tsc", @@ -1440,13 +1440,13 @@ } }, "@commitlint/cli": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.0.3.tgz", - "integrity": "sha512-mGhh/aYPib4Vy4h+AGRloMY+CqkmtdeKPV9poMcZeImF5e3knQ5VYaSeAM0mEzps1dbKsHvABwaDpafLUuM96g==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.1.0.tgz", + "integrity": "sha512-SYGm8HGbVzrlSYeB6oo6pG1Ec6bOMJcDsXgNGa4vgZQsPj6nJkcbTWlIRmtmIk0tHi0d5sCljGuQ+g/0NCPv7w==", "requires": { "@commitlint/format": "^19.0.3", - "@commitlint/lint": "^19.0.3", - "@commitlint/load": "^19.0.3", + "@commitlint/lint": "^19.1.0", + "@commitlint/load": "^19.1.0", "@commitlint/read": "^19.0.3", "@commitlint/types": "^19.0.3", "execa": "^8.0.1", @@ -1499,9 +1499,9 @@ } }, "@commitlint/lint": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.0.3.tgz", - "integrity": "sha512-uHPyRqIn57iIplYa5xBr6oNu5aPXKGC4WLeuHfqQHclwIqbJ33g3yA5fIA+/NYnp5ZM2EFiujqHFaVUYj6HlKA==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.1.0.tgz", + "integrity": "sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==", "requires": { "@commitlint/is-ignored": "^19.0.3", "@commitlint/parse": "^19.0.3", @@ -1510,13 +1510,13 @@ } }, "@commitlint/load": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.0.3.tgz", - "integrity": "sha512-18Tk/ZcDFRKIoKfEcl7kC+bYkEQ055iyKmGsYDoYWpKf6FUvBrP9bIWapuy/MB+kYiltmP9ITiUx6UXtqC9IRw==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.1.0.tgz", + "integrity": "sha512-rWqnvNDpeshX8JfUC/qjpDkQB78qF+4uHcJmIRJMwvlj6zWce08SP/TPKN3GlNKgXhAawwcAPxXL9qOTTdiOBA==", "requires": { "@commitlint/config-validator": "^19.0.3", "@commitlint/execute-rule": "^19.0.0", - "@commitlint/resolve-extends": "^19.0.3", + "@commitlint/resolve-extends": "^19.1.0", "@commitlint/types": "^19.0.3", "chalk": "^5.3.0", "cosmiconfig": "^8.3.6", @@ -1553,9 +1553,9 @@ } }, "@commitlint/resolve-extends": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.0.3.tgz", - "integrity": "sha512-18BKmta8OC8+Ub+Q3QGM9l27VjQaXobloVXOrMvu8CpEwJYv62vC/t7Ka5kJnsW0tU9q1eMqJFZ/nN9T/cOaIA==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz", + "integrity": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==", "requires": { "@commitlint/config-validator": "^19.0.3", "@commitlint/types": "^19.0.3", @@ -1591,11 +1591,11 @@ } }, "@commitlint/travis-cli": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-19.0.3.tgz", - "integrity": "sha512-PbaecUp+tzGruyrOE47oopXS/n/+Sm2hwpojPnEmwPwynrqYgMxWkOISsO+Q1tUS2FGQpbz6HZl7qFItZg5GMQ==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-19.1.0.tgz", + "integrity": "sha512-h9JY+Gy5N43yEQCmqJkMP1ifpOShhH7RvQKDAgdJcei5lCeTbl62TTaM55R/QZItm7Cwwuni2d9YqlWZKQWYQA==", "requires": { - "@commitlint/cli": "^19.0.3", + "@commitlint/cli": "^19.1.0", "execa": "^8.0.1" } }, @@ -2206,9 +2206,9 @@ "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" }, "typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", + "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", "peer": true }, "undici-types": { diff --git a/package.json b/package.json index c3ad7df..9047fe0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "commitlint-travis": "./node_modules/@commitlint/travis-cli/cli.js" }, "dependencies": { - "@commitlint/cli": "^19.0.3", - "@commitlint/travis-cli": "^19.0.3" + "@commitlint/cli": "^19.1.0", + "@commitlint/travis-cli": "^19.1.0" } }