Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Bump Libsass to 3.2.5 #992

Merged
merged 1 commit into from
Jun 10, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-sass",
"version": "3.1.2",
"libsass": "3.2.4",
"libsass": "3.2.5",
"description": "Wrapper around libsass",
"license": "MIT",
"homepage": "https://github.com/sass/node-sass",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is probably a good idea to keep bumping the dependencies versions with every release (even the minor/patch too). I know that while installation, npm takes ~ into account and installs the latest patch, but still it feels right to keep everything to its bleeding edge. :)

Here is the list of changes can be made according to https://david-dm.org/sass/node-sass:

--- deps ---
glob: 5.0.10
mkdirp: 0.5.1
npmconf: 2.1.2
pangyp: 2.2.1
request: 2.57.0

--- dev deps ---
cross-spawn: 0.4.1
jshint: 2.8.0
mocha: 2.2.5
rimraf: 2.4.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep this is something we should do regularly.

Expand Down
2 changes: 1 addition & 1 deletion src/libsass
Submodule libsass updated 9 files
+10 −0 SECURITY.md
+4 −2 cssize.cpp
+9 −7 debugger.hpp
+28 −5 eval.cpp
+5 −5 functions.cpp
+2 −0 inspect.cpp
+43 −19 parser.cpp
+1 −0 parser.hpp
+3 −0 sass_functions.cpp
2 changes: 1 addition & 1 deletion test/fixtures/spec
Submodule spec updated 124 files