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 🚀 #9

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.14.0 of recast was just published.

Dependency recast
Current Version 0.13.2
Type dependency

The version 0.14.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 77 commits.

  • 345ae6c Bump NPM version to 0.14.0 in preparation for publishing.
  • a3194be Increase timeout for TypeScript reprinting tests.
  • c311159 Merge pull request #461 from Phoenixmatrix/typescript-initial
  • 945a14d Update Babel-related dev dependencies.
  • 5d12678 Test reprinting of graphql-tools TypeScript files.
  • f59bc54 Improve TSTypeLiteral printer case and remove redundant case.
  • a48b4bf Rewrite ImportSpecifier printer case to wrap lines automatically.
  • 6c0842a Don't skip printing type parameters for anonymous classes.
  • 001e47c Style tweaks for TSType{Assertion,Parameter}.
  • 6161dd7 Support ? syntax for optional methods and method signatures.
  • 1a18b51 Style tweaks to ArrowFunctionExpression printer case.
  • d78ff88 More .declare and .abstract modifiers.
  • 49769dc Add semicolon after class member declarations.
  • 81638aa Support TypeScript declared variable declarations.
  • c63a44e Tweak enum printing.

There are 77 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 0.14.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • e886f01 Bump NPM version to 0.14.1 in preparation for publishing.
  • 1744980 Add better support for importKind and exportKind (#471)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.14.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • 5d938bf Bump NPM version to 0.14.2 in preparation for publishing.
  • 7ea8dcd Bump Reify version to 0.14.2 to enable exportNamespaceFrom plugin.
  • cc405b6 Explain how to use alternate parsers in README.md.
  • a333f22 Merge pull request #472 from benjamn/provide-default-parser-configurations
  • 448ea2b Enable exportNamespaceFrom plugin for Babylon-based parsers.
  • 9c0843b Update test/comments.js to use all preconfigured parsers.
  • d1b9802 Update test/parser.js to use all preconfigured parsers.
  • d09982d Update test/typescript.js to use reify/parsers/typescript.
  • 643cbb7 Update test/printer.js to use all preconfigured parsers.
  • 7c0bc80 Update test/{babylon,jsx}.js to use reify/parsers/babylon.
  • e233519 Provide a few default parser configurations.
  • 860bad1 Reindent test/comments.js to use two spaces per tab.

See the full diff