timdp / rollup-plugin-assert-es

Verifies that bundled code is ES5.
MIT License
1 stars 0 forks source link

Update acorn to the latest version πŸš€ #40

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 5.0.0 of acorn just got published.

Dependency acorn
Current Version 4.0.12
Type dependency

The version 5.0.0 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 acorn. 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 1 commits .

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:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling eeeabbf527c4c03ca6d95bd5f4a6df8e434f3f67 on greenkeeper/acorn-5.0.0 into d14fa04f0e1a5d5f081e999d4d8ebbfe2a0c2d0b on master.

greenkeeper[bot] commented 7 years ago

Version 5.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits .

  • a29e158 Mark version 5.0.1
  • 6a2de6d Don't forbid operators after parenthesized arrow functions

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 5.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits .

  • aee6008 Mark version 5.0.2
  • dcf6242 Fix the fix for parenthesized arrow expressions

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 5.0.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits (ahead by 7, behind by 4).

  • dc2a033 Mark version 5.0.3
  • 2355566 Fix syntax error for named functions in strict mode (fixes #534)
  • b78bd17 Mark version 5.0.2
  • e7c2386 Fix the fix for parenthesized arrow expressions
  • 13c4b25 Mark version 5.0.1
  • 78845f5 Don't forbid operators after parenthesized arrow functions
  • 1473887 Simplify duplicate property check

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 5.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 52 commits.

  • 17bb365 Mark version 5.1.0
  • 50c7ace Make acorn_loose.es.js depend on acorn.es.js
  • 36b5617 Upgrade Rollup
  • e08eee0 [package.json] Use prepare rather than prepublish
  • 0bc1179 Update LICENSE
  • bc477c8 Use a helper method to avoid duplicating fragile async prop check
  • 8d3c254 change async method check to whitelist
  • 8ce3f42 Fix syntax error of async as shorthand properties
  • 6a8c4eb Slightly simplify token context
  • a923b6a Add f_stat token context
  • 98b0326 Change DestructuringErrors class to function
  • 959946c Add Node.js 7 and 8 to Travis
  • b8880a6 Speed up tests
  • a63ecd6 Make walk examples less verbose and more interesting
  • 0779834 Add examples to walker

There are 52 commits in total.

See the full diff