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 postcss to the latest version 🚀 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jul 16, 2018

Version 7.0.0 of postcss was just published.

Dependency postcss
Current Version 6.0.23
Type devDependency

The version 7.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of postcss.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 7.0 “President Amy”

President Amy seal

PostCSS 7.0 dropped Node.js 4 support and brought small features.

Breaking Changes

We removed Node.js 4 and Node.js 9 support since it doesn’t have security updates anymore.

We removed IE and “dead” browsers (without security updates) from Babel’s Browserslist:

last 2 version
not dead
not Explorer 11
not ExplorerMobile 11

New Features

@nikhilgaba added cute thing for plugin developers. If an error was happened in Container#walk() circle, PostCSS will show in stack trace CSS node, which causes this error:

TypeError: Cannot read property '0' of undefined
    at /home/ai/Dev/test/app.css:10:4
    at plugin (plugin.js:2:4)
    at runPostCSS (runner.js:2:1)

@igorkamyshev added finally method to LazyResult to make it compatible with the latest Promise API.

Other Changes

  • Client-side size was reduced by Size Limit feedback.
  • Add warning on calling PostCSS without plugins and syntax options.
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jul 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 20, 2018

Version 7.0.1 just got published.

Update to this version instead 🚀

Release Notes 7.0.1

greenkeeper bot added a commit that referenced this pull request Jul 30, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 30, 2018

Version 7.0.2 just got published.

Update to this version instead 🚀

Release Notes 7.0.2
  • Fix warning text (by @rapzo).

greenkeeper bot added a commit that referenced this pull request Sep 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 26, 2018

  • The devDependency postcss was updated from 6.0.23 to 7.0.3.

Update to this version instead 🚀

Release Notes for 7.0.3

greenkeeper bot added a commit that referenced this pull request Sep 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 27, 2018

  • The devDependency postcss was updated from 6.0.23 to 7.0.4.

Update to this version instead 🚀

Release Notes for 7.0.4
  • Fix safe parser regression.

greenkeeper bot added a commit that referenced this pull request Oct 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2018

  • The devDependency postcss was updated from 6.0.23 to 7.0.5.

Update to this version instead 🚀

Release Notes for 7.0.5
  • Reduce npm package size (by @pgilad).

greenkeeper bot added a commit that referenced this pull request Nov 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 18, 2018

  • The devDependency postcss was updated from 6.0.23 to 7.0.6.

Update to this version instead 🚀

Release Notes for 7.0.6
  • Fix parsing files with BOM (by @vkrol).

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 17, 2018

  • The devDependency postcss was updated from 6.0.23 to 7.0.7.

Update to this version instead 🚀

Release Notes for 7.0.7
  • Extend Error in CssSyntaxError.

greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
greenkeeper bot added a commit that referenced this pull request Jan 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 8, 2019

  • The devDependency postcss was updated from 6.0.23 to 7.0.8.

Update to this version instead 🚀

Release Notes for 7.0.8
  • Fix TypeScript definitions (by @aoberoi).
  • Use support-colors 6.0.

greenkeeper bot added a commit that referenced this pull request Jan 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2019

  • The devDependency postcss was updated from 6.0.23 to 7.0.9.

Update to this version instead 🚀

Release Notes for 7.0.9
  • Increase stringifing performance for non-raws AST.

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2019

  • The devDependency postcss was updated from 6.0.23 to 7.0.10.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 11, 2019
greenkeeper bot added a commit that referenced this pull request Jan 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 12, 2019

  • The devDependency postcss was updated from 6.0.23 to 7.0.11.

Update to this version instead 🚀

Release Notes for 7.0.11
  • Fix source maps on declaration semicolon (by @mischnic).

greenkeeper bot added a commit that referenced this pull request Jan 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 15, 2019

  • The devDependency postcss was updated from 6.0.23 to 7.0.12.

Update to this version instead 🚀

Release Notes for 7.0.12
  • Fix parsing broken CSS with two words in declaration property.

greenkeeper bot added a commit that referenced this pull request Jan 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 15, 2019

  • The devDependency postcss was updated from 6.0.23 to 7.0.13.

Update to this version instead 🚀

Release Notes for 7.0.13
  • Fix parsing regression in 7.0.12 for comments between property and value.

greenkeeper bot added a commit that referenced this pull request May 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 4, 2019

  • The devDependency postcss was updated from 6.0.23 to 7.0.15.

Update to this version instead 🚀

Release Notes for 7.0.15
  • Fix Custom Properties support (by @isolovev).

greenkeeper bot added a commit that referenced this pull request May 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 4, 2019

  • The devDependency postcss was updated from 6.0.23 to 7.0.16.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 5, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 5, 2019

  • The devDependency postcss was updated from 6.0.23 to 7.0.17.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 5, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 5, 2019

  • The devDependency postcss was updated from 6.0.23 to 7.0.18.

Update to this version instead 🚀

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.

0 participants