Skip to content

Commit

Permalink
chore(deps-dev): bump @commitlint/config-conventional to 18.6.2
Browse files Browse the repository at this point in the history
fix bug in 18.6.1 where it was throwing an error on commit

Bug Fixes
fix(config-conventional): use default export by @dargmuesli
conventional-changelog/commitlint#3911

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Feb 15, 2024
1 parent 088029c commit 8303e3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -107,7 +107,7 @@
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@electron/fuses": "^1.7.0",
"@playwright/test": "1.41.2",
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1561,10 +1561,10 @@
resolve-global "1.0.0"
yargs "^17.0.0"

"@commitlint/config-conventional@^18.6.1":
version "18.6.1"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.6.1.tgz#febb4bed074413162da989640a42d4d72383a618"
integrity sha512-ftpfAOQyI+IHvut0cRF4EFM39PWCqde+uOXCjH9NpK6FpqfhncAbEvP0E7OIpFsrDX0aS7k81tzH5Yz7prcNxA==
"@commitlint/config-conventional@^18.6.2":
version "18.6.2"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.6.2.tgz#617f3ee761578040cade530631058699642cbd78"
integrity sha512-PcgSYg1AKGQIwDQKbaHtJsfqYy4uJTC7crLVZ83lfjcPaec4Pry2vLeaWej7ao2KsT20l9dWoMPpEGg8LWdUuA==
dependencies:
"@commitlint/types" "^18.6.1"
conventional-changelog-conventionalcommits "^7.0.2"
Expand Down

0 comments on commit 8303e3b

Please sign in to comment.