Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Update buble to the latest version 🚀#70

Open
greenkeeper[bot] wants to merge 1 commit intomasterfrom
greenkeeper/buble-0.16.0
Open

Update buble to the latest version 🚀#70
greenkeeper[bot] wants to merge 1 commit intomasterfrom
greenkeeper/buble-0.16.0

Conversation

@greenkeeper
Copy link
Copy Markdown

@greenkeeper greenkeeper bot commented Sep 23, 2017

Version 0.16.0 of buble just got published.

Dependency buble
Current Version 0.15.2
Type devDependency

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


Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Nov 5, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Nov 5, 2017

Version 0.17.0 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Nov 9, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Nov 9, 2017

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 added a commit that referenced this pull request Nov 11, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Nov 11, 2017

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 added a commit that referenced this pull request Nov 11, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Nov 11, 2017

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 added a commit that referenced this pull request Nov 18, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Nov 18, 2017

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 added a commit that referenced this pull request Feb 9, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Feb 9, 2018

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 added a commit that referenced this pull request Feb 10, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Feb 10, 2018

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 added a commit that referenced this pull request Feb 12, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Feb 12, 2018

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 added a commit that referenced this pull request Feb 13, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Feb 13, 2018

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

greenkeeper bot added a commit that referenced this pull request Oct 6, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Oct 6, 2018

  • The devDependency buble was updated from 0.15.2 to 0.19.4.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • 0ba05bc -> v0.19.4
  • b0273c6 extract createConfig() to another file to be reused
  • 8117b69 Make sure closing parens and braces are added in the right order
  • 287f2c5 Keep log on travis short
  • 9e09e3e Update package-lock.json
  • aea24a0 fix: move regexpu-core out of devDependencies
  • ecc42f5 Make eslint happier, lint test and bin
  • eb98015 Fix const after if without braces
  • 54d641f Use regx match to check for bin/oct prefix
  • 12cb7eb Add test case to cover upper case literals
  • fae708e Firefox supports destructuring of arrow functions args starting with 52
  • 8a2b63b Chrome 48 supports classes in strict mode
  • 4647963 Test on travis that browser builds are ES5
  • e3f59e5 Run tests in older nodejs versions on travis

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 16, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Oct 16, 2018

  • The devDependency buble was updated from 0.15.2 to 0.19.5.

Update to this version instead 🚀

Commits

The new version differs by 34 commits.

  • a4d66ef -> v0.19.5
  • 08be12b Transpile U+2028 and U+2029 (json-superset)
  • 59d1127 Hopefully fix travis file syntax
  • 1593577 Try to make register test run in node4
  • 85d74e0 Stricter and faster travis setup
  • eb0f3c5 Add simple test for register.js functionality
  • 7ddf225 Correctly transpile computed xor spread properties
  • 7e7e9e7 Add class /@PURE/ annotations to tests
  • 8e87c35 Add /@PURE/ comment annotation to class IIFE
  • 24b1fab Allow disabling spread properties transpiling
  • 9a79122 Add objectRestSpread support data
  • ab84650 Add support info for async/await
  • bc02c36 Add support data for newer engine versions
  • f311900 Mark Safari 9 as not supporting argument destructuring
  • fd0cbb5 Mark more engines as not supporting const/let

There are 34 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 23, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Oct 23, 2018

  • The devDependency buble was updated from 0.15.2 to 0.19.6.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • bc51d3b -> v0.19.6
  • 1bb3537 Move acorn deps to dev-deps, since they are bundled
  • 15befd8 Bundle acorn dependencies since acorn-jsx is not node 4 compatible
  • 9d6aa44 Treat all dependencies as externals
  • cc9ca91 Add bundlers integration tests
  • 7fd3406 Support objectAssign: true in API
  • 455a224 Fix class expressions with heritage in arrow functions
  • 499df99 Enforce const (and let) via eslint

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 12, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Mar 12, 2019

  • The devDependency buble was updated from 0.15.2 to 0.19.7.

Update to this version instead 🚀

Commits

The new version differs by 33 commits.

  • bb71619 -> v0.19.7
  • 4fa2796 Bump regexpu-core dependency
  • 4b81396 Fix #149 Non string keys are not excluded from rest object
  • d43769c Update repo links
  • 4656e2b Bump acorn dependency
  • 29eb127 More cleanup of test262 data
  • 811efd0 Improve test262 data
  • 584082a Correctly pass-through async class methods
  • b2d7f85 Correctly pass-through async shorthand methods
  • 8e10ff6 Pin rollup-pluginutils@2.3.3 for node 4 compat
  • 8ca60c2 Cleanup previous commit
  • 8aa3ad0 Correctly pass-through async arrow functions
  • 7316be7 Bump magic-string. Closes #183
  • 77ab236 Bump acorn dependency
  • aafd681 Parenthesize a first spread element when necessary

There are 33 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 3, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Jul 3, 2019

  • The devDependency buble was updated from 0.15.2 to 0.19.8.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 9e94593 -> v0.9.18
  • a8b9ad5 Bump a few dependencies
  • 9fb99ce Fix transpiling string-keyed properties with whitespaces before colons (#200)
  • 71a8318 Make JSX fragment pragma customizable (#199)
  • 086d895 fix removeTrailingComma going out of call scope
  • 1918c65 Correctly position templateObject at start of source
  • adf8476 Allow shebang

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 26, 2020
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Mar 26, 2020

  • The devDependency buble was updated from 0.15.2 to 0.20.0.

Update to this version instead 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants