savvy-css / box-shadow-variables

Box-shadow variables for Savvy CSS
MIT License
0 stars 0 forks source link

Update postcss-cli to the latest version πŸš€ #19

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 5.0.0 of postcss-cli was just published.

Dependency postcss-cli
Current Version 4.1.1
Type devDependency

The version 5.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-cli.

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 31 commits.

  • 1bf8822 5.0.0
  • dc5df26 Rename authors to contributors in package.json to comply with spec
  • 916c9b8 Don't mutate global config object
  • 205a83b Changes to prettier config
  • b570fee Upgrade chokidar to v2.0.0
  • 908817a Update CI configs
  • aa0088d BREAKING: Remove -v alias for --version
  • 06aa6ee BREAKING: Be silent, add --verbose, change logging format
  • f16d0d4 BREAKING: Don't exit watch mode when a plugin errors
  • 72557a9 Update fs-extra to version 5.0.0 (#183)
  • 1fa3574 Update prettier to version 1.9.2 (#184)
  • fecf832 BREAKING: Update globby to version 7.1.1; expand directories
  • 4b2421b User-friendly error message when --watch and writing to STDOUT
  • cc3f696 BREAKING: Revamp args parsing
  • f0af2e4 postcss should exit with code 1 when there's an error; even with --watch (#178)

There are 31 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:

greenkeeper[bot] commented 6 years ago

Version 5.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 13 commits.

  • 095ac7d 5.0.1
  • cde8a2e Add awaitWriteFinish to chokidar options (#221)
  • a6bce74 Updated readme.me to include information about glob-patterns (#211)
  • eb9aea9 Shallow copy options object (#218)
  • d71fda9 Update prettier to version 1.13.0 (#216)
  • 39d8dbd Update prettier to version 1.12.1 (#208)
  • 74119f4 Update prettier to version 1.12.0 (#206)
  • 60d2157 Update get-stdin to version 6.0.0 (#202)
  • 7769de5 Update prettier to version 1.11.0 (#200)
  • 92296be Fix test
  • 52e6834 Update globby to version 8.0.0 (#197)
  • 9a6bdb1 Fix tests on Windows (#196)
  • 97627f5 Remove unused devDeps

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.0.0 just got published.

Update to this version instead πŸš€

Release Notes 6.0.0
Commits

The new version differs by 12 commits.

  • 52bce09 6.0.0
  • 89a8340 Use some more modern JS features
  • 1213eeb Remove gemnasium badge
  • a9db6d2 Update postcss-load-config to version 2.0.0 (#226)
  • 38970dd Update eslint to version 5.0.0 (#223)
  • 3b6b176 Update yargs to version 12.0.1 (#224)
  • a29d244 Unpin prettier version to allow patch upgrades
  • 85445ad Update fs-extra to version 7.0.0 (#231)
  • 66c150b Update eslint-config-problems to version 1.0.0 (#230)
  • 6c1826e Update postcss to version 7.0.0 (#229)
  • 5e0305a BREAKING: Drop Node 4 support
  • 39abad6 Update CHANGELOG.md

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • 46b7c10 6.0.1
  • 4db795f Clarify docs for --config flag
  • f1f3056 Update nyc to v13.1.0
  • 99ac19a Throw better errors for failing (not missing) plugins (#243)
  • 85d4cc9 Update postcss-reporter to version 6.0.0 (#238)
  • 79840b6 Update sugarss to version 2.0.0 (#237)
  • c9d0959 i.e. to e.g. (#236)
  • d768037 Update postcss-import to version 12.0.0 (#235)
  • 5397879 Update prettier to version 1.14.0 (#234)
  • 3ec9b6e Update eslint-config-problems to version 1.1.0 (#232)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 6.1.0
  • Add --include-dotfiles flag to allow globs to match dotfiles. (#254)
  • Only log warning messages. This has always been intended behavior, but it wasn't working as expected. (#244)
Commits

The new version differs by 8 commits.

  • afdc65f 6.1.0
  • cd6014b Add --include-dotfiles option to allow glob to match files/dirs that begin with '.' (#254)
  • ca69641 Fix prettier script; need to quote arguments
  • 9ab9a2f Only log warnings (#244)
  • 54cdf3a Update ava to the latest version πŸš€ (#255)
  • 488e4e7 Update dependency-graph to version 0.8.0 (#253)
  • 2373251 Update eslint-config-problems to version 2.0.0 (#251)
  • b0112a6 Update prettier to version 1.15.0 (#248)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 8fd79b0 6.1.2
  • 72376fc Upgrade prettier to ~1.16.4
  • 87a7286 Update globby to v9.0.0 (#270)
  • c079cff Test Node 10 & 11
  • 938e1ef Run watch tests locally, but not on CI
  • 79e192b Fix bug in tests err vs. error
  • 1301a31 Fix test that still used removed -p option
  • f2aba49 6.1.1
  • 8c0a465 Check for messages length before logging. (#257)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 7091819 6.1.3
  • 0de7ccf Fix map file path creation (#286)
  • f1c7352 Update prettier to version 1.18.0 (#281)
  • 035bab8 Update nyc to version 14.0.0 (#274)
  • 541048e Update prettier to version 1.17.0 (#272)

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€