escapedcat

Results 637 comments of escapedcat

Blocked by https://github.com/conventional-changelog/conventional-changelog/issues/1019

> Shouldn't it be unblocked by now ? [conventional-changelog/conventional-changelog/pull/1071](https://github.com/conventional-changelog/conventional-changelog/pull/1071) Afaik we're waiting for this: https://github.com/conventional-changelog/conventional-changelog/issues/1019#issuecomment-1694377404

Ugh, thanks. Need to check but I think commitlint went from husky v8.0.1 to v8.0.3. Will try to find time and see if there's an issue. If this is a...

According to latest comment this can be fixed by using a newer node version

> I was using `18.13.0` as [stated above](https://github.com/conventional-changelog/commitlint/issues/3485#issuecomment-1414517847) The original poster was using 18 too Ah thanks, sorry

Hey @mikemfleming , don't have much time to look into this tbh. [commitlint is using ajv as well](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-validator/package.json/#L42). Wondering if `resolution` to an older version is influencing this? Would you...

Did you have a look at this?: https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/cz-commitlint Maybe this is helpful for you.

The `type` is usually just one word. [As listed in the convetions](https://www.conventionalcommits.org/en/v1.0.0/#summary), right? I could imagine this is what commitlint gets from the `conventional-changelog-conventionalcommits` parser. Not 100% sure though.

I can't answer this without checking the parser. Don't have time for this currently. I think your best chance is to search in the issues here or have a look...