Skip to content

Commit 76ac023

Browse files
committed
chore(deps-dev): bump @commitlint/config-conventional to 18.6.2
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 <[email protected]>
1 parent 4c5ba14 commit 76ac023

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
},
108108
"devDependencies": {
109109
"@commitlint/cli": "^18.6.1",
110-
"@commitlint/config-conventional": "^18.6.1",
110+
"@commitlint/config-conventional": "^18.6.2",
111111
"@electron/fuses": "^1.7.0",
112112
"@playwright/test": "1.41.2",
113113
"@rollup/plugin-commonjs": "^25.0.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,10 +1561,10 @@
15611561
resolve-global "1.0.0"
15621562
yargs "^17.0.0"
15631563

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

0 commit comments

Comments
 (0)