Skip to content
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

Update dependencies (including node-sass v3.7.0) #489

Closed
mandrean opened this issue May 3, 2016 · 6 comments
Closed

Update dependencies (including node-sass v3.7.0) #489

mandrean opened this issue May 3, 2016 · 6 comments

Comments

@mandrean
Copy link

mandrean commented May 3, 2016

A number of dependencies can be updated, eslint and node-sass being a few.

@xzyfer
Copy link
Collaborator

xzyfer commented May 3, 2016

We use the latest node-sass

@mandrean
Copy link
Author

mandrean commented May 3, 2016

No? node-sass v3.7.0 released a day ago https://github.com/sass/node-sass/releases

@xzyfer
Copy link
Collaborator

xzyfer commented May 3, 2016

I am aware as I released it. We're locked to node-sass@^3.4.2 which means you'll get the latest node-sass@3.x release on a new npm install.

I suggest familiarising yourself with SemVer.

@xzyfer xzyfer closed this as completed May 3, 2016
@mandrean
Copy link
Author

mandrean commented May 3, 2016

Yes of course I know about semver. Sorry, overlooked the carret operator.

@mandrean
Copy link
Author

mandrean commented May 3, 2016

@xzyfer How about all the other dependencies that can be updated? Especially eslint (v1 -> v2), but also globule (v0.2 -> v1, which in turn updates an old lodash subdependency), should (v7 -> v8) and autoprefixer-core (v5 -> v6).

My PR was going to include them as well.

@xzyfer
Copy link
Collaborator

xzyfer commented May 3, 2016

They're dev dependencies so I'm not too fussed. I've bumped the trivial ones in #490.
The postcss ones are trickier because postcss 6 broke node 0.10 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants