reshape / standard

a standard plugin pack with modern template language features
Other
17 stars 6 forks source link

Update rewire to the latest version 🚀 #39

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.0 of rewire was just published.

Dependency rewire
Current Version 2.5.2
Type devDependency

The version 3.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 rewire.

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.


Release Notes v3.0.0
  • Breaking: Remove support for node versions below 4
  • Add support for const #79 #95 #117 #118
Commits

The new version differs by 15 commits.

  • cce2de8 v3.0.0
  • cfb9256 Update CHANGELOG
  • 87f6469 Update mocha
  • 02c4401 Update README
  • 9cd5ea1 Remove legacy code for node < 4
  • 457955a Merge pull request #118 from jhnns/pr/origin/117
  • ec2175b Update .travis.yml
  • b6cc407 Refactor code
  • 501e4c2 Remove options from readme
  • c0e1b87 Remove opts and only use old load functionality for coffee scripts
  • d1ad67a Also run travis tests in 6.x
  • c176d02 Update README
  • bc5a74c Add test to check if __filename and __dirname is correct
  • 3960361 Added set tests
  • 1ef6104 Add optional babel const to let parser.

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-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage     100%   97.14%   -2.86%     
==========================================
  Files           1        1              
  Lines          35       35              
==========================================
- Hits           35       34       -1     
- Misses          0        1       +1
Impacted Files Coverage Δ
lib/index.js 97.14% <0%> (-2.86%) :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 9dfdf37...866d2e7. Read the comment docs.

greenkeeper[bot] commented 7 years ago

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes v3.0.1
  • Fix Unknown Plugin "transform-es2015-block-scoping" #121 #122
Commits

The new version differs by 5 commits.

  • 2f6d7af v3.0.1
  • 5ec9894 Update CHANGELOG
  • c6d8982 Merge pull request #122 from JvJefke/bugfix/babel-plugin-resolve
  • e5ce1ab Require resolve babel plugin so it searches the plugin from the cwd()
  • 0a77533 Merge remote-tracking branch 'upstream/master'

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.2 just got published.

Update to this version instead 🚀