-
Notifications
You must be signed in to change notification settings - Fork 0
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 postcss-cli to the latest version 🚀 #1
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
CssSyntaxError
in watch mode. v2 behaved this way, but v3.0.0-beta didn't.from
orto
options are set in the config file. Use command line arguments instead.New Features
--poll
option. v2 had this, however, this new implementation removes the capability to set the interval, which was supported in v2.Bugfixes
from
option for correct sourcemaps--watch
's glob handlingChanges since v2.6.0
Breaking Changes
--use
accepts a list of plugins. This may cause issues if you have your list of css files at the end of your command.--plugin.key=value
anymore, use a config file.--map
option; use--map
for external sourcemaps,--no-map
to disable all maps. Inline sourcemaps are default.--log
flag; this behavior is now default.--local-plugins
flag; same result can be achieved withpostcss.config.js
.watchCSS
handler, plugins that import/rely on other files should use adependency
message instead.--poll
option; no longer accepts an integerinterval
.New Features
--ext
(-x
) option allows you to set the file extensions for your output files when using--dir
.--env
allows you to setNODE_ENV
in 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 .
4e82b21
3.0.0
942d171
Update CHANGELOG
1e1dce4
Update docs
55466e2
BREAKING: Error out if to or from options is passed in config
3905396
Merge pull request #109 from michael-ciniawsky/fixes
b180d76
chore(package): add files, update deps
af2f200
docs(README): fix typo, small refactor
eddcb06
test(error): better error handling (process.stdout)
2c79338
fix(index): better error handling (process.stdout)
d12a122
BREAKING: Add --poll option (#108)
3df9572
Fix CHANGELOG
a4fba99
BREAKING: Don't exit on CssSyntaxError in watch mode (v2 compat)
ce75575
Fix broken link
c33ae87
Update CHANGELOG
a817740
Fix 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 🌴