genie-js / recage

Library for reading Age of Empires 2 Recorded Game files in Node.js
GNU General Public License v3.0
14 stars 2 forks source link

Update buble to the latest version ๐Ÿš€ #12

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 0.17.0 of buble was just published.

Dependency buble
Current Version 0.16.0
Type devDependency

The version 0.17.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 buble.

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

  • 77118f6 -> v0.17.0
  • 4d7af86 Merge pull request #32 from Rich-Harris/update-magic-string
  • f2bed34 prepend standalone arrow function expressions with ! rather than parenthesizing them
  • 1e24e5f remove rest element ellipsis
  • fe819ae more granular removals
  • e20bf67 sparse array fix
  • 81e96ae preserve temp variable
  • 323930d depth first
  • 12816d4 more granular removals
  • 73acfb9 more granular removals
  • 584202b contentOnly
  • 6c67220 contentOnly
  • 9721616 contentOnly
  • f0598d0 update sourcemap tests
  • d03c12a fix order of operators for class generator methods

There are 47 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 7 years ago

Version 0.17.1 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 10 commits.

  • 8d7fe77 -> v0.17.1
  • 40e7f12 Merge pull request #36 from adrianheine/dupeRestElement
  • 9a150fe Merge pull request #34 from adrianheine/destructuringComputed
  • f2ba640 Merge pull request #31 from adrianheine/objectRest
  • c2ae8d1 Merge branch 'master' into objectRest
  • be25682 Merge branch 'master' into objectRest
  • 2534078 Remove dupe RestElement extractor
  • 8e50412 Rewrite computed properties
  • e18d833 Add test with destructuring and computed property
  • b8e3e88 Bump acorn5-object-spread dependency

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.17.2 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 4 commits.

  • 27b6899 -> v0.17.2
  • 4423051 move test
  • 6cebe83 transpile template literals depth-first, to handle nesting
  • e51b5b6 Support nested string interpolations.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.17.3 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.18.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 26 commits.

  • b389b9f -> v0.18.0
  • 7094fee Merge pull request #45 from adrianheine/master
  • 873bb94 Merge pull request #43 from Rich-Harris/gh-40-alt
  • ba66cbf Merge branch 'master' into master
  • 29a51ed Merge branch 'master' into master
  • 660d863 Merge pull request #47 from adrianheine/gh-46
  • 387fb5f Merge pull request #48 from adrianheine/anonymousDefaultExportClass
  • 3689ddd add removeTrailingComma helper
  • 6b1a78d Merge branch 'trailingFunctionCommas' of https://github.com/adrianheine/buble into adrianheine-trailingFunctionCommas
  • dcb5cd4 Merge pull request #52 from adrianheine/nestedComputed
  • 71f435c Fix eslint override
  • be4cc1f Add missing import
  • b443199 Change issue links from Gitlab to GitHub
  • e4f08fa Transpile trailing function commas
  • 6b98009 Move ObjectExpresssion helper declaration to top of scope

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.19.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 59 commits.

  • 9eeee85 -> v0.19.0
  • a651e28 Break circular dependency
  • a0574c1 Add support info for even newer environments
  • b0d180d Add support information for newer environments
  • 44a6c66 Let and const are not block-scoped in Node 4 and 5
  • 837f9fa Destructuring is not supported in Chrome 48
  • 2986224 Let and const are not block-scoped in Chrome 48
  • 535e608 Support for destructuring parameters is behind flag in Chrome 48
  • cb0c6bd Safari 8 supports computed property names
  • 97e58ad Edge 12 does not fully support u flag for regexes
  • d25a925 Sticky regexes are behind experimental flag in Edge 12
  • f8187f5 Firefox 44, 45 and 46 support let and const as well as bublรฉ
  • 688255e Firefox < 47 doesn't support default values in destructuring assignments
  • c0408c9 Remove unused support flags
  • 5903e45 Firefox 45 and 46 support classes

There are 59 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.19.1 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 2 commits.

  • 5a52f1a -> v0.19.1
  • c90790b Correctly transpile let and const if arrow functions are not transpiled

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.19.2 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 7 commits.

  • c6578f3 -> v0.19.2
  • 11e6c46 Bump dependencies
  • 5e4b08f Remove accidentally commited file
  • 03968a6 Make paths in package.json's browser field relative
  • 9dc0258 Fix compile error on super outside class
  • f4d3a8b Fix variable name in transpiled rest properties
  • 8aac88c Bump dependencies

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.19.3 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 2 commits.

  • 0c136c4 -> v0.19.3
  • 8f39571 Update which npm modules need to be compiled

See the full diff