danibram / mocker-data-generator

A simplified way to generate masive mock data based on a schema, you can use the awesome fake/random data generators like (FakerJs, ChanceJs, CasualJs and RandExpJs)
https://danibram.github.io/mocker-data-generator/
MIT License
426 stars 45 forks source link

Update tslint-config-standard to the latest version πŸš€ #23

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 6.0.0 of tslint-config-standard just got published.

Dependency tslint-config-standard
Current Version 5.0.2
Type devDependency

The version 6.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 tslint-config-standard. 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.


Release Notes Add `no-unused-variable`

Changed

  • Add no-unused-variable rule
  • Fix typo in whitespace config
Commits

The new version differs by 8 commits.

  • 65fd0cb 6.0.0
  • a00ce7b Fix typo in whitespace config (#30)
  • f044595 Enable strictNullChecks for tests
  • 195760a Make all the paths relative before persisting
  • 250579f Update TSLint and add @types/node requirement
  • dfcdb09 Update README badges
  • a629537 Add Greenkeeper badge 🌴 (#25)
  • ad29f36 Add no-unused-variable rule

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:

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   90.96%   90.96%           
=======================================
  Files           5        5           
  Lines         299      299           
  Branches       49       49           
=======================================
  Hits          272      272           
  Misses         11       11           
  Partials       16       16

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 2a6a74d...df325e1. Read the comment docs.

greenkeeper[bot] commented 7 years ago

Version 6.0.1 just got published.

Update to this version instead πŸš€

Release Notes Delete whitespace typo

Fixed

  • Turns out the whitespace typo was actually a feature and fixing it caused some false positives - it's been deleted now
Commits

The new version differs by 2 commits.

See the full diff