gucong3000 / postcss-unprefix

Clean CSS vendor prefixes from your source.
MIT License
34 stars 4 forks source link

Update postcss-selector-parser to the latest version 🚀 #71

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.0.0 of postcss-selector-parser was just published.

Dependency postcss-selector-parser
Current Version 3.1.1
Type dependency

The version 4.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-selector-parser.

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.


Commits

The new version differs by 36 commits.

  • faf2eb2 v4.0.0
  • e725bdd v4.0.0-rc.1
  • 0456064 Handle nodes with instance properties set to null.
  • 27a3162 Make typescript definitions compatible with noImplicitAny.
  • 9f68704 v4.0.0-rc.0
  • 9aa8646 Test set Attribute#quoteMark
  • 3c52465 Unescape namespace in all node types.
  • e20cfbc don't run these tests that fail on node v6.
  • a38fe31 Make it easier to fix lint errors.
  • 382eb52 Tests for new code in Attribute.
  • 1b95958 Fix some failing tests.
  • 0c60825 Add some missing test cases.
  • 718d865 Address code review comments.
  • 3d79ea5 Handle uppercase case insensitivity attribute flag.
  • 7389f5a Handle Comments with whitespace around combinators.

There are 36 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov[bot] commented 6 years ago

Codecov Report

Merging #71 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #71   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines         541    541           
=====================================
  Hits          541    541
Impacted Files Coverage Δ
lib/unprefixSelector.js 100% <100%> (ø) :arrow_up:

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 9e55446...81824a7. Read the comment docs.