This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Update postcss-cli to the latest version 🚀#8
Open
greenkeeper[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
Author
Version 3.1.0 just got published.Update to this version instead 🚀 Release Notesv3.1.0
CommitsThe new version differs by 7 commits .
See the full diff. |
Author
Version 3.1.1 just got published.Update to this version instead 🚀 Release Notesv3.1.1
|
Author
Version 3.2.0 just got published.Update to this version instead 🚀 Release Notesv3.2.0
|
Author
Version 4.0.0 just got published.Update to this version instead 🚀 Release Notesv4.0.0
CommitsThe new version differs by 8 commits0.
false See the full diff |
Author
Version 4.1.0 just got published.Update to this version instead 🚀 Release Notesv4.1.0
CommitsThe new version differs by 7 commits.
See the full diff |
Author
Version 4.1.1 just got published.Update to this version instead 🚀 Release Notesv4.1.1
CommitsThe new version differs by 10 commits.
See the full diff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 3.0.0 of postcss-cli just got published.
The version 3.0.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 postcss-cli.
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
v3.0.0Changes since 3.0.0-beta
Breaking Changes
CssSyntaxErrorin watch mode. v2 behaved this way, but v3.0.0-beta didn't.fromortooptions are set in the config file. Use command line arguments instead.New Features
--polloption. v2 had this, however, this new implementation removes the capability to set the interval, which was supported in v2.Bugfixes
fromoption for correct sourcemaps--watch's glob handlingChanges since v2.6.0
Breaking Changes
--useaccepts a list of plugins. This may cause issues if you have your list of css files at the end of your command.--plugin.key=valueanymore, use a config file.--mapoption; use--mapfor external sourcemaps,--no-mapto disable all maps. Inline sourcemaps are default.--logflag; this behavior is now default.--local-pluginsflag; same result can be achieved withpostcss.config.js.watchCSShandler, plugins that import/rely on other files should use adependencymessage instead.--polloption; no longer accepts an integerinterval.New Features
--ext(-x) option allows you to set the file extensions for your output files when using--dir.--envallows you to setNODE_ENVin a cross-platform manner.Migration guide for upgrading from v2: https://github.com/postcss/postcss-cli/wiki/Migrating-from-v2-to-v3
Commits
The new version differs by 103 commits .
4e82b213.0.0942d171Update CHANGELOG1e1dce4Update docs55466e2BREAKING: Error out if to or from options is passed in config3905396Merge pull request #109 from michael-ciniawsky/fixesb180d76chore(package): add files, update depsaf2f200docs(README): fix typo, small refactoreddcb06test(error): better error handling (process.stdout)2c79338fix(index): better error handling (process.stdout)d12a122BREAKING: Add --poll option (#108)3df9572Fix CHANGELOGa4fba99BREAKING: Don't exit on CssSyntaxError in watch mode (v2 compat)ce75575Fix broken linkc33ae87Update CHANGELOGa817740Fix syntax error in docs (#103)There are 103 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴