Kevin Dangoor
Kevin Dangoor
This should be fixed now in v4.7.0.
@jsoref I think you'll need to merge the main branch into your branch and then run `npm run build` to create updated `dist/*` files. You can basically ignore the conflicts...
@jsoref Sorry this has been lingering for so long! This repository _requires_ running `npm run build` and then committing the result. Files in the dist directory can't be hand-edited and...
@jsoref I'm guessing the thinking at the time was "you need to run the tests any way, might as well do the build at the same time". Or something like...
@ebickle Thanks for the feedback! > Another helpful feature would be to allow specific packages I'd say that this is not just helpful, but _required_. My view is this: -...
Hello, @ES00660463! I believe the license allow list is more tolerant of the interaction of poorly formed licenses and the `allow-dependencies-licenses` option. We're planning to deprecate deny-licenses (see #938). @muawiakh...
@ES00660463 We're still doing blocking by license, but through an allow list instead of a deny list. (See #938 for discussion about that.) Now that "allow-dependencies-licenses" is working properly and...