leecade / fe

:dog: Provide Font-End 2017 Tech Stack and standalone build environment
MIT License
15 stars 3 forks source link

Update updtr to the latest version πŸš€ #72

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.0.0 of updtr just got published.

Dependency updtr
Current Version 0.2.3
Type dependency

The version 1.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 updtr. 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 8 commits .

  • fb29909 chore(release): 1.0.0
  • bcca7ce feat: Use yarn package manager when available
  • 4e955f7 Update README.md
  • 5e7c481 Update README
  • f597b0b Revert packages because of failing with node < 4. Thanks travis!
  • dde0564 Update packages and README
  • db1f0fc Merge pull request #56 from peerigon/add-node-7-to-travis-yml
  • c5e638f Add node 7 to travis

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:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 12.808% when pulling 354e9ea7084a9afa9f606e6e03c8801747423d41 on greenkeeper/updtr-1.0.0 into fe5bfde7b080c818a26e8b050c179ad3748af07e on master.

codecov[bot] commented 7 years ago

Codecov Report

Merging #72 into master will decrease coverage by 0.49%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #72     +/-   ##
=========================================
- Coverage    12.8%   12.31%   -0.5%     
=========================================
  Files          40       40             
  Lines        1015     1015             
=========================================
- Hits          130      125      -5     
- Misses        885      890      +5
Impacted Files Coverage Ξ”
src/commands/index.js 75.75% <0%> (-15.16%) :arrow_down:

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 fe5bfde...354e9ea. Read the comment docs.

greenkeeper[bot] commented 7 years ago

Version 2.0.0 just got published.

Update to this version instead πŸš€

Release Notes v2.0.0

Features

BREAKING CHANGES

  • New and changed CLI options
  --use, -u             Specify the package manager to use  [choices: "npm", "yarn"] [default: "npm"]
  --exclude, --ex       Space separated list of module names that should not be updated  [array]
  --update-to, --to     Specify which updates you want to install  [choices: "latest", "non-breaking", "wanted"] [default: "latest"]
  --save, -s            Specify how updated versions should be saved to the package.json  [choices: "smart", "caret", "exact"] [default: "smart"]
  --reporter, -r        Choose a reporter for the console output  [choices: "dense", "none"] [default: "dense"]
  --test, -t            Specify a custom test command. Surround with quotes.
  --test-stdout, --out  Show test stdout if the update fails  [boolean]
  --registry, --reg     Specify a custom registry to use
  --version             Show version number  [boolean]
  --help                Show help  [boolean]
Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 96bdc02 chore(release): 3.0.0
  • fe74c4a chore: Update deps (#76)
  • e766fb0 fix: Respect package.json indentation (#77)
  • ff56fbb Fix: Stdout output parsing from yarn
  • 680ac73 docs: Fix typos

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Release Notes for v3.1.0

Features

Commits

The new version differs by 2 commits.

  • a47d547 chore(release): 3.1.0
  • 59885d3 feat: Add basic reporter (#78)

See the full diff