Skip to content

Commit 4dac704

Browse files
Merge pull request #151 from remarkablemark/dependabot/npm_and_yarn/commitlint/config-conventional-20.0.0
build(deps-dev): bump @commitlint/config-conventional from 19.8.1 to 20.0.0
2 parents fd8a9e6 + 606fef3 commit 4dac704

3 files changed

Lines changed: 48 additions & 16 deletions

File tree

package-lock.json

Lines changed: 34 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
33
"@commitlint/cli": "^19.8.1",
4-
"@commitlint/config-conventional": "^19.8.1"
4+
"@commitlint/config-conventional": "^20.0.0"
55
}
66
}

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
tinyexec "^1.0.0"
3737
yargs "^17.0.0"
3838

39-
"@commitlint/config-conventional@^19.8.1":
40-
version "19.8.1"
41-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz#eab42df58cda44f18410ae0cbd6785ece00f214b"
42-
integrity sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==
39+
"@commitlint/config-conventional@^20.0.0":
40+
version "20.0.0"
41+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-20.0.0.tgz#f222dc9ce08e16f9c66eae55e99129d2be517546"
42+
integrity sha512-q7JroPIkDBtyOkVe9Bca0p7kAUYxZMxkrBArCfuD3yN4KjRAenP9PmYwnn7rsw8Q+hHq1QB2BRmBh0/Z19ZoJw==
4343
dependencies:
44-
"@commitlint/types" "^19.8.1"
44+
"@commitlint/types" "^20.0.0"
4545
conventional-changelog-conventionalcommits "^7.0.2"
4646

4747
"@commitlint/config-validator@^19.8.1":
@@ -178,6 +178,14 @@
178178
"@types/conventional-commits-parser" "^5.0.0"
179179
chalk "^5.3.0"
180180

181+
"@commitlint/types@^20.0.0":
182+
version "20.0.0"
183+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.0.0.tgz#70edef6e1c1d3aaca15e1e87242d8d256beebe67"
184+
integrity sha512-bVUNBqG6aznYcYjTjnc3+Cat/iBgbgpflxbIBTnsHTX0YVpnmINPEkSRWymT2Q8aSH3Y7aKnEbunilkYe8TybA==
185+
dependencies:
186+
"@types/conventional-commits-parser" "^5.0.0"
187+
chalk "^5.3.0"
188+
181189
"@types/conventional-commits-parser@^5.0.0":
182190
version "5.0.0"
183191
resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz#8c9d23e0b415b24b91626d07017303755d542dc8"

0 commit comments

Comments
 (0)