jstransformers / jstransformer-less

LESS support for JSTransformers.
http://npmjs.com/jstransformer-less
MIT License
1 stars 4 forks source link

New Release? #16

Open Logikgate opened 4 years ago

Logikgate commented 4 years ago

Hello @RobLoach,

Would it be possible for a new version of jstransformer-less to be pushed to npm? The one on there is 2 years old and causes a few npm warnings due to the old version of less it depends on. It looks like you've already upgraded the less dependency here but if it could be pushed to npm that would be awesome!

Screen Shot 2020-01-14 at 3 14 19 PM

RobLoach commented 4 years ago

Mind sending up a pull request that could update the dependencies? Seems like that may be a good first step. Thanks!

YasharF commented 4 years ago

It looks like most of the dependency updates are already in. I found that test-jstransformer has an out of date dependency which is causing some warnings and created https://github.com/jstransformers/test-jstransformer/pull/42

Once that is merged in and a new version of test-jstransformer is pushed to npm.com, I can create a PR to bump the package version here. However, just like https://github.com/jstransformers/test-jstransformer/pull/42 someone with permissions to the npm.com will have to push the release to that repo.

Logikgate commented 4 years ago

@RobLoach the dependencies are already updated in this repo, the change just hasn't been pushed to NPM. Could you push a new version?

@YasharF I saw that too but since test-jstransformer is just a dev dependency the warnings won't show up to consumers of the package. The ones I posted above are coming from when I npm install jstransformer-less and stem only from the out of date less package which is already updated here, just a need a new version to be pushed to NPM.