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-value-parser to the latest version 🚀 #116

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

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 4, 2019

The dependency postcss-value-parser was updated from 3.3.1 to 4.0.0.

This version 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.


Release Notes for v4.0.0

4.0.0 (2019-06-04)

Fixes

  • Respect whitespace in empty url function
  • Invalidate values starting with 'e' + digit

Features

  • Allow certain calc() operations to be parsed according to the spec
  • New unicode range node

BREAKING CHANGE

  • minimum supported node version is 8
Commits

The new version differs by 6 commits.

  • 79294f7 chore(release): 4.0.0 (#51)
  • 852c111 ci: node@12 (#50)
  • 7867d1f fix: invalidate values starting with 'e' + digit (#49)
  • 3696841 feat: support unicode range node (#45)
  • a86f64b fix: empty url with whitespace characters (#44)
  • d579b64 feat: allow certain calc() operations to be parsed according to the spec (#42)

See the full diff

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 🌴

@codecov
Copy link

codecov bot commented Jun 4, 2019

Codecov Report

Merging #116 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #116   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines         541    541           
=====================================
  Hits          541    541

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcac4f9...54db936. Read the comment docs.

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

greenkeeper bot commented Aug 5, 2019

Update to this version instead 🚀

Release Notes for v4.0.1

4.0.1 (2019-08-05)

Fixes

  • scientific notation with + and - (i.e. 10.1e-1px)
  • doesn't lose spaces when division used in calc function
Commits

The new version differs by 5 commits.

  • 13ab2c7 chore(release): 4.0.1
  • 3111030 fix: ast for division in calc (#57)
  • 9ee9aaa fix: better parse sci notation with + and - (#55)
  • e8d4de9 fix: Remove parameter initializers from declarations (#53)
  • be8b1df feat: add TypeScript definitions (#52)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 8, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 18, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 28, 2020

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