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

chore(deps): update dependency postcss to v7 #232

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 25, 2018

This PR contains the following updates:

Package Type Update Change References
postcss devDependencies major ^6.0.23 -> ^7.0.0 homepage, source

Release Notes

postcss/postcss

v7.0.14

Compare Source

  • Fix tokenizer for postcss-less (by Matt Lyons).

v7.0.13

Compare Source

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

v7.0.12

Compare Source

  • Fix parsing broken CSS with two words in declaration property.

v7.0.11

Compare Source

  • Fix source maps on declaration semicolon (by Niklas Mischkulnig).

v7.0.10

Compare Source

  • Fix source maps (by Niklas Mischkulnig).

v7.0.9

Compare Source

  • Increase stringifing performance for non-raws AST.

v7.0.8

Compare Source

  • Fix TypeScript definitions (by Ankur Oberoi).
  • Use support-colors 6.0.

v7.0.7

Compare Source

  • Extend Error in CssSyntaxError.

v7.0.6

Compare Source

  • Fix parsing files with BOM (by Veniamin Krol).

v7.0.5

Compare Source

  • Reduce npm package size (by Gilad Peleg).

v7.0.4

Compare Source

  • Fix safe parser regression.

v7.0.3

Compare Source

  • Fix tokenizer extendability (by Andrew Powell).
  • Reduce npm package size.

v7.0.2

Compare Source

  • Fix warning text (by Rui Pedro M Lima).

v7.0.1

Compare Source

  • Fix tokenizer for postcss-less (by Matt Lyons).

v7.0.0

Compare Source

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. Don't worry, PostCSS still generate IE-compatible code. These changes affect websites which run PostCSS on client-side like CodePen.

last 2 version
not dead
not Explorer 11
not ExplorerMobile 11
node 10
node 8
node 6

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.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot changed the title Update dependency postcss to v7 chore(deps): update dependency postcss to v7 Jul 25, 2018
@renovate renovate bot changed the title chore(deps): update dependency postcss to v7 Update dependency postcss to v7 Sep 26, 2018
@renovate renovate bot changed the title Update dependency postcss to v7 chore(deps): update dependency postcss to v7 Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant