@html-validate/commitlint-config 3.5.1 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/formatter.js CHANGED
@@ -284,6 +284,12 @@ function _supportsColor(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
284
284
  if (env.TERM === "xterm-kitty") {
285
285
  return 3;
286
286
  }
287
+ if (env.TERM === "xterm-ghostty") {
288
+ return 3;
289
+ }
290
+ if (env.TERM === "wezterm") {
291
+ return 3;
292
+ }
287
293
  if ("TERM_PROGRAM" in env) {
288
294
  const version = Number.parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
289
295
  switch (env.TERM_PROGRAM) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/commitlint-config",
3
- "version": "3.5.1",
3
+ "version": "3.6.0",
4
4
  "description": "Commitlint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "commitlint"