Closed greenkeeper[bot] closed 7 years ago
Update to this version instead π
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6,7 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Linux | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Alpine | x64 | 4, 6, 7 |
*Linux support refers to Ubuntu, Debian, and CentOS 5
Version 4.1.0 of node-sass just got published.
The version 4.1.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of node-sass. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
v4.1.0Alpine Linux support
The Linux binaries we supply are not compatible with the way Node is compiled on Alpine Linux. This means that although the installation will succeed, it takes much longer because the native code needs to be compiled locally.
Thanks to the hard work of @lox and @S-YOU we're now able to supply Alpine Linux compatible binaries.
Read more about what was involved in #1589.
Fixes
lodash.isarray
withArray.isArray
(@daltones, #1829)Supported Environments
*Linux support refers to Ubuntu, Debian, and CentOS 5
Commits
The new version differs by 10 commits .
396ad28
4.1.0
5521bb6
Add a platform variant for installing a musl binary (#1836)
3c17b03
Fix output buffer is imcomplete working in child_process (#1834)
a5fca4f
Merge pull request #1830 from daltones/no-lodash.isarray
d66eaee
Drop dependency lodash.isarray
8b46b39
4.0.0
c1b05b3
Merge pull request #1800 from sass/feat/libsass-3.4.0.1
dd946fd
Update sourcemap test fixtures to match new LibSass behaviour
79e86f3
Tweak spec.js to support :only_on and multiple :todo engines
6532189
Bump LibSass to 3.4.0
See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: