Skip to content

fix postcss deprecation, update deps #56

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

Merged
merged 2 commits into from
Aug 8, 2017
Merged

fix postcss deprecation, update deps #56

merged 2 commits into from
Aug 8, 2017

Conversation

modosc
Copy link
Contributor

@modosc modosc commented Aug 8, 2017

should fix #50 .

package.json Outdated
"extend": "^2.0.1",
"postcss": "^5.0.5"
"extend": "^2.0.1 || ^3.0.1",
"postcss": "^5.0.5 || ^6.0.8"
Copy link
Owner

Choose a reason for hiding this comment

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

Can we lock this down to a single major version? (wondering the case for this)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

of course, was just trying to keep it backwards compatible. the #append method has been around since way before postcss 5.x. will update

package.json Outdated
"gulp-eslint": "^4.0.0",
"gulp-mocha": "^4.3.1",
"mocha": "^3.5.0",
"postcss": "6.0.8"
Copy link
Owner

Choose a reason for hiding this comment

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

Already in dependencies

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added to make sure testing against the most recent version, will update

package.json Outdated
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"clean-css": "^4.1.7",
"extend": "^3.0.1",
Copy link
Owner

Choose a reason for hiding this comment

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

Already in dependencies

Copy link
Contributor Author

Choose a reason for hiding this comment

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

same, will fix.

@MadLittleMods
Copy link
Owner

Thanks @modosc 😀

Mind removing iojs and 0.12 from .travis.yml to get ✅

@modosc
Copy link
Contributor Author

modosc commented Aug 8, 2017

Mind removing iojs and 0.12 from .travis.yml to get ✅

done.

@MadLittleMods MadLittleMods merged commit 853be72 into MadLittleMods:master Aug 8, 2017
@MadLittleMods
Copy link
Owner

MadLittleMods commented Aug 8, 2017

Thanks again @modosc 🚀

I probably need to look into updating the ./playground deps before putting out a release.

@MadLittleMods
Copy link
Owner

postcss-css-variables@0.8.0 published, changelog 🎉

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

Successfully merging this pull request may close these issues.

Node#moveTo was deprecated. Use Container#append
2 participants