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 sass version #8

Merged
merged 1 commit into from
Mar 2, 2018
Merged

update sass version #8

merged 1 commit into from
Mar 2, 2018

Conversation

JonRossway
Copy link
Contributor

@JonRossway JonRossway commented Mar 1, 2018

update deps to allow olo-gulp-helpers to work with Node 5+
@gshackles I wasn't sure how we normally patch previous versions but this is based off olo-gulp-helpers-v0.1.1

The goal is to update our build agents to Node LTS but gulp-sass complains unless updated. This update would allow Ghost to use an older version of olo-gulp-helpers and still use Node LTS.

@@ -1,6 +1,6 @@
{
"name": "olo-gulp-helpers",
"version": "0.1.1",
"version": "0.1.2",
Copy link
Member

Choose a reason for hiding this comment

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

Only real nit would be that I think we should bump this to 0.2.0 since it bumps gulp-sass by a major version.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@@ -18,7 +18,7 @@
"gulp-if": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^7.0.0",
"gulp-sass": "^2.2.0",
"gulp-sass": "3.1.0",
Copy link
Member

Choose a reason for hiding this comment

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

Intentional to lock this to a specific version instead of a range like the rest? Not necessarily opposed, just wondering if intentional

Copy link
Contributor Author

Choose a reason for hiding this comment

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

locked because I won't be monitoring those builds as closely as Dashboard and wary of breaking changes making it into a minor release

happy to change it if you recommend

@JonRossway JonRossway changed the base branch from master to v0.1.x March 2, 2018 22:39
@gshackles gshackles merged commit c4f1653 into v0.1.x Mar 2, 2018
@gshackles gshackles deleted the update-gulp-sass branch March 2, 2018 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants