CodeFoodPixels / jscad-includify

Build the includes for your JSCAD project down into one file
MIT License
5 stars 1 forks source link

Update recast to the latest version 🚀 #14

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.15.0 of recast was just published.

Dependency recast
Current Version 0.14.7
Type dependency

The version 0.15.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 recast.

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

  • 0e4089c Bump NPM version to 0.15.0 in preparation for publishing.
  • 385322d Update @babel/... devDependencies to latest versions.
  • ba0c216 Prefer the new @babel/parser package if installed.
  • add488f Implement printer cases for Optional{Member,Call}Expression. (#511)
  • 0fa0606 Remove semver from devDependencies.
  • 4cc08d4 Avoid running test/babylon.js tests in Node 4 and 5.
  • c51cc19 Implement printer cases for Flow {Inferred,Declared}Predicate.
  • bbcf7e8 Update babylon and use decorators-legacy plugin for now.
  • a02f7ef Declare "Flow" and "FlowType" as unprintable AST node types.
  • 6249295 Update package-lock.json.
  • 889005f Update ast-types to version 0.11.5.
  • bf05daa Add a printer case for flow tuple type annotations (#494)
  • 6ca9bfd Fix Travis CI tests to run in Node 8 again (and 10).
  • cfe3f33 chore(package): update reify to version 0.16.2 (#510)
  • 19cd6f7 Merge pull request #505 from cspotcode/fix-504

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