insin / nwb-sass

Sass plugin for nwb
MIT License
11 stars 14 forks source link

Update node-sass to the latest version ๐Ÿš€ #5

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 4.4.0 of node-sass just got published.

Dependency node-sass
Current Version 4.3.0
Type dependency

The version 4.4.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.4.0

LibSass

LibSass has been bumped from 3.4.3 to 3.5.0.beta.2. This update brings some more performance improvements and support for CSS Grid Syntax. Check the LibSass changelogs for more information.

Supported Environments

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

Commits

The new version differs by 4 commits .

  • d628b10 4.4.0
  • 323b193 Bump sass-spec for 3.5 features
  • 1f5eaff Merge pull request #1866 from xzyfer/bump-libsass
  • 1b9970a Bump LibSass to 3.5.0.beta.2

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:

greenkeeper[bot] commented 7 years ago

Version 4.5.0 just got published.

Update to this version instead ๐Ÿš€

Release Notes v4.5.0

Features

Fixes

  • Fix includePaths no longer containing cwd by default (@xzyfer, #1876)
  • Fix slow down in watcher responsiveness (@xzyfer, #1869)

Supported Environments

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

Commits

The new version differs by 10 commits .

  • cc7c3b3 4.5.0
  • c048687 Merge pull request #1877 from xzyfer/preserve-cwd-include-path
  • 203f8d6 Mirror render and renderSync tests
  • 4310623 Restore behaviour of cwd in include path
  • 4271c70 Merge pull request #1874 from xzyfer/appveyor-release
  • 722e617 Update AppVeyor release config
  • 3b02804 Merge pull request #1873 from xzyfer/faster-watcher
  • 38fe5c6 Make the watcher more responsive to child changes
  • 167812b Merge pull request #1870 from xzyfer/vs2015
  • 36de131 Use Visual Studio 2015 for Node 6+

See the full diff.