-
Notifications
You must be signed in to change notification settings - Fork 0
Update postcss-cli to the latest version 🚀 #1
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
base: master
Are you sure you want to change the base?
Conversation
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. |
Version 3.1.1 just got published.Update to this version instead 🚀 Release Notesv3.1.1
|
Version 3.2.0 just got published.Update to this version instead 🚀 Release Notesv3.2.0
|
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 |
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 |
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 |
Version 5.0.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 31 commits.
There are 31 commits in total. See the full diff |
Version 5.0.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 13 commits.
See the full diff |
Version 6.0.0 just got published.Update to this version instead 🚀 Release Notes6.0.0
CommitsThe new version differs by 12 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 10 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for 6.1.0CommitsThe new version differs by 8 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 9 commits.
See the full diff |
|
|
|
|
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 🌴