benjamn / ast-types

Esprima-compatible implementation of the Mozilla JS Parser API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of recast is breaking the build 🚨

greenkeeper opened this issue Β· comments

The devDependency recast was updated from 0.17.3 to 0.17.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

recast is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 13 commits.

  • bc4140e Bump npm version to 0.17.4 in preparation for publishing.
  • 5c509f5 Greenkeeper/mocha 6.0.2 (#581)
  • 2a0d96a Fix export all declarations to include a trailing semicolon. (#577)
  • 87adc9e Merge pull request #551 from jbrown215/inexact_printing
  • e0dd274 Skip a TypeScript reprinting test that @babel/parser can't handle.
  • 045a946 Update @babel/parser to latest version (7.3.4).
  • 3ca5524 Add tests of single- and multi-line object type printing.
  • 4d1b4f4 Update flow-parser to latest version.
  • 4fc5953 Rename test/type-syntax.ts to test/flow.ts.
  • 0360115 Simplify inexact object type printing.
  • 00ee5ce Add support for Flow inexact object type printing.
  • 09b5fa7 Remove Node 4 and 5 from Travis CI tests.
  • e7ec6cf Downgrade ts-node to fix syntax errors in yn package during tests.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 0.17.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

  • The devDependency recast was updated from 0.17.4 to 0.17.5.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 6 commits.

  • b9e32cc Bump npm version to 0.17.5 in preparation for publishing.
  • c1e4aff Update printer.ts to support ClassProperty.access (#582)
  • 1ee203f Update package-lock.json.
  • 033d1c9 Update ast-types to latest version (0.12.3).
  • 14a9882 Fix tests in Node 6 and 7 after updating dependencies.
  • 03139e0 Update Babel and TypeScript devDependencies to latest versions.

See the full diff