erictherobot / kano

Boilerplate for NodeJS + ExpressJS 4.x + MongoDB + Jade + Bootstrap 3 + Mocha + API's
http://erictherobot.com/kano/
MIT License
60 stars 6 forks source link

Update csso to the latest version 🚀 #18

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.0 of csso just got published.

Dependency csso
Current Version 2.3.2
Type dependency

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 csso. 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.


Commits

The new version differs by 52 commits (ahead by 52, behind by 2).

  • d150161 3.0.0
  • 826a2bf use last stable csstree – 1.0.0-alpha17
  • 7ef0e93 fix a test
  • ddf4757 no global flag
  • 0923082 some tweaks
  • 3342dff update api, complete source map section, formatting
  • 36cdae4 drop bin reference
  • f381f09 change module's layout
  • a67d1e9 hide all csstree methods behind syntax property and update tests
  • 9dbdfc8 move API doc down
  • 44fc320 add source-map as dev-dependency since requires for tests
  • 7b8632a move cli to standalone package (css/csso-cli)
  • ab28815 update years
  • 22ea50f lint tests with jscs
  • f301dcb Minor typos (#322)

There are 52 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits0.

  • 9878616 3.1.0
  • bd161da add black list filtering description
  • cc2e3d1 bump css-tree to 1.0.0-alpha19
  • a14b406 remove white spaces in the beginning and at the ending of sequences, and between top-level and block nodes
  • 7510c39 implement blacklist in usage (fixes #334)
  • ddd9429 typo
  • 28398f0 tweak ready to use list
  • 2e3993f apply usage for nested selectors (in :nth-*/:has/:matches/etc)
  • 2e607c1 rephrase readme
  • a647bf1 omit plus sign for number only when safe
  • 17f62c2 replace rgba(x,x,x,0) to transparent
  • 3643c13 rename color test files
  • 130211e Optimise none keyword in border and outline properties (#41) (#332)
  • 3ebae58 add only version from package.json into build
  • bff95ce remove outdated docs (usage and install)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits0.

  • cd79eec 3.1.1
  • 3fa90e7 fix Number processing when node not in a list (fixes #335)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.2.0 just got published.

Update to this version instead 🚀

Release Notes 3.2.0
  • Fixed named color compression to apply only when an identifier is guaranteed to be a color. Used CSSTree's feature to determine the meaning of a part of a value based on W3C specs. No more false positive matches like Arial Black, and with no hacks ;)
  • Added lifting of @keyframes to the beginning of style sheet
  • Added removal of @keyframes, @media and @supports with no prelude
  • Added removal of duplicate @keyframes (#202)
  • Added new option forceMediaMerge to force media rules merging. It's unsafe in general, but works fine in many cases. Use it on your own risk (#350)
  • Bumped CSSTree to 1.0.0-alpha23
Commits

The new version differs by 11 commits.

  • e8dc483 3.2.0
  • 202106c bump csstree to 1.0.0-alpha23
  • 07213ba tweak code style
  • b4b2bdd - change order of mergeAtrule and initialMergeRuleset,
  • bcac2cc drop atrule with no expression that require it
  • 7a1785a internal refactoring to allow pass more options to compression step handlers
  • fc48e04 use 1.0.0-alpha20 instead of master head
  • 6efafad Merge branch 'master' of https://github.com/css/csso
  • 70ddf8d Add csso-webpack-plugin to "Ready to use" section (#346)
  • 9c36d5a update to latest csstree
  • ce25532 start using csstree lexer for correct color detection

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.3.0 just got published.

Update to this version instead 🚀

Release Notes 3.3.0
  • Migrated to CSSTree 1.0.0-alpha25
    • Changed AST format (see CSSTree change log for details)
    • Fixed performance issue when generate CSS with source map (quadratic increase in time depending on the size of the CSS)
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 59bf950 3.4.0
  • 2724855 fix broken test
  • 3a5c83d Improve performance of hasSimilarSelectors (#343)
  • c0d8676 remove percent sign removal for functions and bad known properties, extend test
  • 2fe96cc #286: Remove percent sign for zero-values percentages when safe (#363)
  • 71fcdcc avoid unit removal for zero-values in -ms-flex (fixes #362)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.5.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.5.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 415ab2b 3.5.1
  • 3321a42 Fix typo in readme (#379)
  • 9b27c7d update css-tree version to latest to fix broken check for a color
  • 781daee update some dev deps
  • e842f51 Fix example in readme (fixes #367)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 4.0.0
  • Dropped support for Node < 8
  • Refreshed dev dependencies and scripts
  • Bumped CSSTree to 1.0.0-alpha.36 (#399)
  • Changed bundle files: dist/csso.js and dist/csso.min.js instead single dist/csso-browser.js (min version)
  • Expose compress() as syntax.compress()
Commits

The new version differs by 19 commits.

  • bbb30f3 4.0.0
  • 5881863 Change prepublish script for prepublishOnly
  • 5481602 Expose compress() as syntax.compress()
  • 08cc334 Rename HISTORY.md -> CHANGELOG.md
  • 76c0ef3 Fix prepublish script
  • b43ed0a Fix gh-pages script
  • f953d15 Fix version injection
  • a0293ab Fix declaration merge with iehack
  • e1e4045 Fix Buffer warning
  • cc460b6 Bump mocha
  • cb1e698 Change bundle files csso-browser.js -> csso.js & csso.min.js
  • 8a0dee1 Update years
  • f489289 Replace browserify -> rollup, uglify-js -> terser
  • d463570 Bump coveralls, istanbul -> nyc
  • ffd78e4 Bump eslint, drop jscs

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀