-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extending shareable config by scope fails to find package #624
Comments
Hey @travi, as far as I can follow this you are right about that it should work. But lookinh at the latest release from Feb 12 I think the only thing that's missing to make this work is a new release. I'll check with the others if we can release the current state. |
@escapedcat Yes! The only thing that blocked the release was the security warnings with our dependencies. Also, the weird behavior of the #missinglibrary delayed the release. I think we are good to go! 😄 |
Release is being delayed by audit-issues of several sub-dependencies. We're working on it. |
ah. since it was in the docs, i guess i didnt track things far enough to realize that it hadn't made it out yet. i'll just keep an eye out then. looking forward to it |
No, that's totally our fault! I lost track of making the release after the security vulnerability bombardment from last weeks. I think we will release soon, I'll leave a message here pinging you whenever it's ready! |
no worries. in a way im actually glad that the docs update made it out first, which i normally wouldnt think. otherwise i would have assumed it wasnt planned and just continued using the old convention. at least enabled me to learn that it was planned and i could watch for it. either way, im a big fan. keep up the good work |
@travi You can use this now with |
thanks! i tried it out in one of my newer projects and it looks good to me |
Perfect, thanks for testing it out ❤️ I'll close this issue as soon as we fully release version 8. |
|
Expected Behavior
As documented here and implemented here, I should be able to extend my config by scope alone.
Current Behavior
In the case of this shareable config, extending
@form8ion
fails, but extending@form8ion/commitlint-config
works properly.Error Details
Affected packages
Possible Solution
Steps to Reproduce (for bugs)
/commitlint-config
from.commitlintrc.js
Context
I'm attempting to use a new config for a new org. Configs I've used for other orgs have not been scoped, but would like to start using scoped configs instead. This is stopping me from using the short form and instead forcing me to use the full package name.
Your Environment
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: