ndelangen / sourcejs-react-dependencies

A plugin for SourceJS 0.6.x to display ES modules dependencies in a spec
MIT License
2 stars 0 forks source link

Update recast to the latest version 🚀 #7

Closed greenkeeper[bot] closed 1 year ago

greenkeeper[bot] commented 7 years ago

Version 0.12.2 of recast just got published.

Dependency recast
Current Version 0.10.43
Type dependency

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


Commits

The new version differs by 142 commits .

  • d9097f7 Bump NPM version to 0.12.2 in preparation for publishing.
  • e330846 fix(package): update ast-types to version 0.9.10 (#388)
  • 3a6dc37 Modernize .travis.yml (slightly).
  • e348270 fix(package): update ast-types to version 0.9.9 (#387)
  • ccc6317 Bump NPM version to 0.12.1 in preparation for publishing.
  • d0df645 Implement pretty-printer case for JSXSpreadChild.
  • 9ba39ee fix(package): update ast-types to version 0.9.8 (#386)
  • 59dd77e Merge pull request #384 from benjamn/greenkeeper/initial
  • b03797a Put Greenkeeper badge on line with other badge(s).
  • d87afd4 docs(readme): add Greenkeeper badge
  • f731a48 chore(package): update dependencies
  • f5f219f chore(package): update reify to version 0.5.3 (#383)
  • ea13b02 Bump NPM version to 0.12.0 in preparation for publishing.
  • 7a4c51b Import Babel modules in advance to avoid Travis CI timeouts.
  • a5de02c Add babylon back to devDependencies so Reify can find it.

There are 142 commits in total. 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:

greenkeeper[bot] commented 7 years ago

Version 0.12.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits .

  • 5bfd3f2 Bump NPM version to 0.12.3 in preparation for publishing.
  • 00b1598 Add a test for PR #393.
  • 3d0c46a fix(package): update ast-types to version 0.9.11 (#395)
  • 6b61458 Add parens around Babel's numeric literals. (#393)
  • 364812c Disable some tests in older (0.x) versions of Node.
  • d5cdb28 chore(package): update reify to version 0.6.2 (#390)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.12.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 98599d1 Bump NPM version to 0.12.5 in preparation for publishing.
  • a5ea954 Avoid checking if parens are required for non-Node objects.
  • 28c8bfa Don't wrap IIFEs in parens when using babylon

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.12.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • d94704d Bump NPM version to 0.12.6 in preparation for publishing.
  • 303e502 Fix tests broken by better errors in esprima@4.
  • c3072da Reindent test/es6tests.js to use two spaces per tab.
  • e96212d fix(package): update esprima to version 4.0.0 (#411)
  • 8ed2d16 fix parens for object destructuring assignment expression (#413)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.12.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • 5de5d0a Bump NPM version to 0.12.7 in preparation for publishing.
  • af1e89d Add a package-lock.json file for reproducible installs.
  • 9b1e1c5 chore(package): update mocha to version 4.0.1 (#434)
  • cda9044 chore(package): update babylon to version 6.18.0 (#435)
  • 56c93de Stop testing in 0.x Node.js versions, since Mocha now uses const.
  • 1e9730e fix(package): update source-map to version 0.6.1 (#433)
  • ac994f5 Merge pull request #431 from 0x24a537r9/object-type-spread-property
  • d074e65 Replace default arg syntax with ||
  • 166a0ec Replace unclear boolean param with parseOptions
  • 1dd6d37 Adds support for ObjectTypeSpreadProperty
  • c21d58b chore(package): update reify to version 0.12.3 (#427)
  • 015fcff chore(package): update mocha to version 3.5.3 (#426)
  • 4fcf790 Avoid Object.definePropert{y,ies} in lib/lines.js when possible.
  • 0fbed9d Reindent lib/lines.js to use two spaces per tab.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.12.8 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • d329634 Bump NPM version to 0.12.8 in preparation for publishing.
  • f1502d7 Update yarn.lock.
  • a63fa43 Update package-lock.json.
  • ec5b846 chore(package): update flow-parser to version 0.57.3 (#442)
  • 5d5c8fa Adds support for OpaqueType and DeclareOpaqueType (#438)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.12.9 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • 8bb37b4 Bump NPM version to 0.12.9 in preparation for publishing.
  • 2fbb423 Print n.variance correctly, whether string or Variance node.
  • 2d74a2f Update ast-types to version 0.10.1.
  • 7ecc371 Update the npm run debug script for Node 8+.
  • eca2b08 Add Node 9 to the Travis CI rotation.
  • a5d6f01 Support ForOfStatement with .await boolean property.
  • 8c30b22 Split Babel 6 printing tests into separate checks.
  • b5a52d8 Support printing BigIntLiteral nodes.
  • 0677e30 Update package-lock.json.
  • 17d5005 fix(package): update ast-types to version 0.10.0 (#446)
  • bb10215 chore(package): update babylon to version 7.0.0-beta.31 (#444)
  • 5ca0868 chore(package): update flow-parser to version 0.59.0 (#447)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 07ca823 Bump NPM version to 0.13.0 in preparation for publishing.
  • 9e3ff59 Stop supporting Node.js < 4, and stop depending on core-js.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • b0612ea Bump NPM version to 0.13.1 in preparation for publishing.
  • 5adc9bc Update package-lock.json.
  • 3ef0428 Preserve representation of numerics not in base 10 (#458)
  • 0dab49a Keep using Function.prototype.toString in test/lines.js.
  • 6911fc1 Fix lines test so line endings don't get in the way on windows (#460)
  • 75c59c9 chore(package): update flow-parser to version 0.65.0 (#466)
  • efacf5e chore(package): update mocha to version 5.0.0 (#465)
  • 75847c2 Implement Printer cases for JSX{,Opening,Closing}Fragment.
  • a4988b4 Update package-lock.json.
  • ebfe309 fix(package): update ast-types to version 0.10.2 (#463)
  • cac7fef chore(package): update reify to version 0.14.1 (#464)
  • 18e04ca chore(package): update reify to version 0.13.0 (#450)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • fee351c Bump NPM version to 0.13.2 in preparation for publishing.
  • ee39380 Update package-lock.json.
  • d3683f1 Fix issue #469 by printing .raw only when equivalent to .value.
  • 26ce987 Add a failing test of issue #469.
  • 7db6c55 Support optional catch parameters.
  • 08f7e62 Re-sync yarn.lock. (#468)
  • 445ec85 chore(package): update flow-parser to version 0.66.0 (#467)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.14.0 just got published.

Update to this version instead 🚀

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

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

greenkeeper[bot] commented 6 years ago

Version 0.14.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 66fef39 Bump NPM version to 0.14.3 in preparation for publishing.
  • 056d304 Fix/strengthen a test that was getting leading spaces wrong.
  • 1e71d89 Consider all comments when finding true Program .loc.
  • 8dd03f1 Normalize Program/File distinction more reliably in post-parse logic.
  • 9decb17 Failing test of parsing single comments with trailing space.
  • fc3cf3a Adjust parser name annotations for test output uniformity.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.14.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 208cbdb Bump NPM version to 0.14.4 in preparation for publishing.
  • eb043a4 Implement printer cases for TS{Conditional,Infer}Type.
  • 6cf40b4 Update package-lock.json.
  • 7f094b2 fix(package): update ast-types to version 0.11.2 (#473)
  • 0bb4e99 Checkout babel tag matching babylon version to fix tests.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.14.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 2bef553 Bump NPM version to 0.14.5 in preparation for publishing.
  • 1e81ef4 Update package-lock.json and yarn.lock.
  • 1dc496b chore(package): update flow-parser to version 0.67.1 (#477)
  • b6301a0 fix(package): update ast-types to version 0.11.3 (#476)
  • 62aa2e3 Update yarn.lock.
  • 74c2e8e Attempt to fix npm install for Node 4.
  • a2a6982 Automatically update package-lock.json for Greenkeeper PRs.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.14.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 8b6c403 Bump NPM version to 0.14.6 in preparation for publishing.
  • e6a3de1 Update package-lock.json.
  • eb60858 Update babylon parser to latest version, 7.0.0-beta.42.
  • e1f6481 Extract whole babylon directory from babel/packages for testing.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.14.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 1648a21 Bump NPM version to 0.14.7 in preparation for publishing.
  • a15ccd1 Remove yarn.lock in favor of package-lock.json.
  • 4fc19ff Improve the assertion message about self-closing JSX (#482)
  • 443da09 Update package-lock.json.
  • 665aaa3 chore(package): update flow-parser to version 0.68.0 (#478)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.15.0 just got published.

Update to this version instead 🚀

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

greenkeeper[bot] commented 6 years ago

Version 0.15.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 7f7e768 Bump npm version to 0.15.1 in preparation for publishing.
  • a2ecbbc Honor 'declare' attribute for TSTypeAliasDeclaration nodes. (#515)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.15.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 5f0e4e6 Bump npm version to 0.15.2 in preparation for publishing.
  • 083076d Fix accidental switch-case fall-throughs in FastPath#needsParens.
  • 763ec8e Update package-lock.json.
  • d69a3a5 Update Babel-related devDependencies to latest beta versions.
  • 559f6f8 Fix printing of IIFEs as default exports (#517)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.15.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • 168043d Bump npm version to 0.15.3 in preparation for publishing.
  • e899949 Disable @babel/parser-reliant tests in Node 4 and 5.
  • a170f76 Update graphql-tools revision again to fix a trailing comma bug.
  • d66f5d7 Avoid risky return statement (according to Esprima) in test/patcher.js.
  • 384a2fd Reindent test/patcher.js to use two spaces per tab.
  • 714b272 Ignore all .../tsx/... files in typescript reprinting tests.
  • 4663e56 Fix the graphql-tools revision used in reprinting tests.
  • 32aa6b5 Update package-lock.json.
  • 60d6b5e Update Babel-related devDependencies to version 7.0.0-beta.54.
  • ad042e3 add a fallback for default options.lineTerminator (#520)
  • da0018b Support the export-default-from syntax (#483)
  • a723c29 chore(package): update flow-parser to version 0.76.0 (#525)
  • 9c73ec3 chore(package): update mocha to version 5.2.0 (#524)
  • 877662d Avoid error when using @babel/parser@7.0.0-beta.52+ (#521)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.15.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 1562a6a Bump npm version to 0.15.4 in preparation for publishing.
  • 0629ca1 Pass range option along to esprima parser. (#536)
  • 56b676f Update package-lock.json.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.15.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 61f5920 Bump npm version to 0.15.5 in preparation for publishing.
  • 383f48f Reprint EmptyStatement nodes if they have comments (#499)
  • c2da165 Fix parentheses for object expression and conditional expression (#352)
  • a70eacc Fix excessive parenthesization of ternary ?: expressions.
  • ccabbf0 Print comments when using the generic printer (#346)
  • 76f17f1 Update package-lock.json.
  • 6d5b9d5 chore(package): update reify to version 0.17.3 (#539)
  • 75d0c6e Update package-lock.json.
  • 05bd7ce chore(package): update flow-parser to version 0.80.0 (#538)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

The new version differs by 33 commits.

  • 34cec3a Bump npm version to 0.16.0 in preparation for publishing.
  • f43bbc0 Skip TypeScript reprinting test that throws the wrong error.
  • 16a3c5a Provide recast/parsers/babel as a synonym for babylon.
  • 86e4782 Implement printer cases for TSUnknownKeyword, TSRestType, and TSOptionalType.
  • e55f772 Update package-lock.json.
  • 82875c1 Update ast-types to the latest version 🚀 (#546)
  • c81d757 Merge pull request #543 from piperchester/patch-1
  • 8a5493b Merge pull request #537 from benjamn/use-tokens-to-improve-parens-handling
  • 6465cc0 Greenkeeper/flow parser 0.83.0 (#545)
  • 46253d7 Update reify to the latest version 🚀 (#544)
  • f2d6ce1 docs: fix capitalization
  • c94f097 Fix printing empty export {} declarations (#491)
  • c331354 Add a regression test for issue #366.
  • 02cb38c Alternate fix for issues #504 and #512.
  • f5a8b2f Add a regression test to ensure issue #533 is fixed.

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 7bcc350 Bump npm version to 0.16.1 in preparation for publishing.
  • 4e62917 Print typeAnnotation for ObjectPattern (#553)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • c38cf75 Bump npm version to 0.16.2 in preparation for publishing.
  • f403590 Fix issue with export default template literals (#556)
  • 82386fb Update ast-types to the latest version 🚀 (#555)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 33 commits.

  • 36d0a60 Bump npm version to 0.17.3 in preparation for publishing.
  • 675704b Add Node 11 to Travis CI tests.
  • da1cb4b Update package-lock.json.
  • 8bdf533 Print TSBigIntKeyword and TSImportType.
  • 6e26683 Update all devDependencies to latest versions.
  • 36f3e79 Update ast-types to the latest version 🚀 (#567)
  • 3e8db19 Fix links in README.md (#563)
  • 3d2453d Revert "Remove private package from dependencies."
  • 6f6fdd5 Remove private package from dependencies.
  • 6339574 Bump npm version to 0.17.2 in preparation for publishing.
  • b0b1386 Merge pull request #562 from benjamn/convert-Lines-to-class
  • 152f997 Use { ...info } spread notation instead of copyLineInfo.
  • e6b01e8 Avoid redeclaring parts array in lib/printer.ts.
  • aaca6b6 Fix type error when calling lines.slice.
  • 162c1c8 Reindent lib/comments.ts to use two spaces per tab.

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

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

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

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

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 9374ad5 Bump npm version to 0.17.6 in preparation for publishing.
  • 27f1e74 Update ast-types to the latest version 🚀 (#590)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀