Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ember-cli-babel to the latest version 🚀 #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Apr 22, 2017

Version 6.0.0 of ember-cli-babel just got published.

Dependency ember-cli-babel
Current Version 5.2.4
Type devDependency

The version 6.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 ember-cli-babel.
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 82 commits0.

  • 12945fb 6.0.0
  • 74c2b18 6.0.0-beta.11
  • 31475a5 Merge pull request #132 from pgrippi/remove-console-log
  • 35653f1 Remove debugging console.log statement from _getBabelOptions
  • ffff43b release v6.0.0-beta.10 🎉
  • 3b43841 Merge pull request #131 from babel/expose-addon-powerz
  • 15644f8 lock file
  • 117a409 expose addon.buildBabelOptions and addon.transpileTree(tree, options) so that add ons can have additional powerz
  • 4ab3d4a Merge pull request #128 from babel/rwjblue-patch-1
  • 96e03e8 First pass at README updates for 6.
  • 67deb55 6.0.0-beta.9
  • 513e9d1 Merge pull request #126 from rwjblue/expose-helper-for-transpiling
  • 2cdf16f Add tests for transpileTree.
  • 0e6b5ef Expose a public mechanism to transpile a tree.
  • 7c6dc0a 6.0.0-beta.8

There are 82 commits in total.

See the full diff

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
Copy link
Author

greenkeeper bot commented Apr 28, 2017

Version 6.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits0.

  • d9ae8df 6.1.0
  • cf36136 Merge pull request #133 from rwjblue/add-stripping
  • a4c476d Add debug tooling babel plugins.

false

See the full diff

greenkeeper bot added a commit that referenced this pull request May 31, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 31, 2017

Version 6.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • 1286e54 Revert "[FIXES #150] update babel-preset-env"
  • df2e98a release v6.2.0 🎉
  • 346b53c [FIXES #150] update babel-preset-env
  • 603667a Merge pull request #148 from babel/node-8
  • 79a33cf allow node 8 to fail until ember-cli is updated
  • 5b52b66 lock to older version of preset-env (before the breaking change)
  • fb07e99 skip failed test
  • 86260f4 skip test that is failing because babel-preset-env changed it API (will fix later)
  • 6eb7285 [BUGFIX #147] add node 8 support
  • 65038c7 Merge pull request #144 from babel/update
  • b8e1107 upgrade all the deps
  • aca5787 Merge pull request #139 from rwjblue/update-readme
  • 718e419 Specifically call out the @glimmer/env import path.
  • 7567ada Merge pull request #138 from babel/Turbo87-patch-1
  • ffb7850 README: Add missing return type

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 1, 2017
greenkeeper bot added a commit that referenced this pull request Jun 2, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2017

Version 6.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 6f2fdc1 v6.4.0
  • 9d65b8c Update yarn.lock for manual package.json changes.
  • 9ad43a0 Merge pull request #145 from aheuermann/disable-babelrc
  • c701403 Add note about babelrc files being ignored
  • 96eeeb5 Disable loading configuration from .babelrc.
  • 28104d6 Merge pull request #152 from babel/babel-preset-env
  • a24b01f Disable mocha timeouts.
  • 9ccd3a4 [FIXES #150] update babel-preset-env

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 2, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2017

Version 6.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 63045ce v6.4.1
  • 6e8bc39 Merge pull request #154 from rwjblue/provide-annotation-to-babel-transpiler
  • 465353d Refactor README.
  • 79e5604 Update babel-plugin-debug-macros to avoid message building when test passes.
  • c53b873 Add convienient broccoli debug tooling.
  • 4e523f5 Provide annotation to broccoli-babel-transpiler.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 2, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 2, 2017

Version 6.4.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • bf126fe v6.4.2
  • 3f9f223 Merge pull request #158 from dwickern/sourcemaps
  • 8119645 Respect babel sourceMaps option
  • 90cde9e Merge pull request #157 from rwjblue/add-plugin-info
  • b5aa0b3 Add info on adding custom plugins.

See the full diff

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

greenkeeper bot commented Jul 3, 2017

Version 6.5.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 403b4bf v6.5.0
  • f93f6e2 Merge pull request #159 from rwjblue/add-shims-support
  • bcc62b7 Merge pull request #155 from babel/node-engines
  • 305ab9b Add emberjs/rfcs#176 support by default.
  • 4213eac only support supported versions of node

See the full diff

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

greenkeeper bot commented Jul 3, 2017

Version 6.5.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • fdd8b26 6.5.1
  • 51a0a44 Revert "Add emberjs/rfcs#176 support by default."

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 6, 2017

Version 6.6.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits ahead by 6, behind by 2.

  • 6ea1cec v6.6.0
  • 6ac2390 Merge pull request #161 from rwjblue/avoid-issues-with-ember-debug
  • d632119 Add more tests to ensure public modules API's are stripped.
  • 4f9a45e Ensure import is removed properly when using mixed configuration.
  • 4b644fe Ensure both inspect and assert are properly supported.
  • 3550cb9 Avoid conflicting transforms for @ember/debug.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 2, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 2, 2017

Version 6.7.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • 31bf770 6.7.0
  • 05e910a Merge pull request #172 from Turbo87/update
  • ff0790a Update "broccoli-babel-transpiler" to v6.1.1
  • a06803d Merge pull request #164 from villander/master
  • 2350271 Use new import paths
  • eab02d5 Fix syntax
  • 908b9e0 Merge branch 'master' into master
  • 4ff31c1 Merge pull request #167 from kellyselden/ember-cli
  • 7a57e13 Merge pull request #165 from dfreeman/patch-1
  • 846fa79 ember-cli 2.14.0 upgrade + eslint
  • a315a9c Fix tests again
  • 6ce402f Fix assert test
  • a29e3b1 Fix and improve acceptance tests
  • fcd7011 Undo ember syntax
  • eed8b03 Include examples for where to put options

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 2, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 2, 2017

Version 6.7.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 0de7868 v6.7.1
  • cb2cfb7 Merge pull request #174 from mikrostew/bbt-dep-update
  • 5fd2347 update broccoli-babel-transpiler dependency to 6.1.2

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 7, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 7, 2017

Version 6.7.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • c9b3004 v6.7.2
  • c7cda60 Merge pull request #175 from mikrostew/amd-name-resolver-parallel
  • 788e171 update amd-name-resolver version to enable parallel babel transpile
  • 184d0c6 Merge pull request #173 from Turbo87/ci-deploy
  • 1692a89 CI: Deploy tags automatically

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 15, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 15, 2017

Version 6.8.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 86b75cb v6.8.0
  • fa5583d Merge pull request #177 from rwjblue/update-modules-polyfill
  • da74c6f Update minimum version of babel-plugin-ember-modules-api-polyfill.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 15, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 15, 2017

Version 6.8.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 3159fd0 v6.8.1
  • 427e26f Update minimum version of babel-plugin-ember-modules-api-polyfill.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 30, 2017

Version 6.8.2 just got published.

Update to this version instead 🚀

Release Notes v6.8.2

CHANGELOG

  • Update babel-plugin-ember-modules-api-polyfill to ensure the latest versions of ember-rfc176-data.
Commits

The new version differs by 3 commits.

  • d02675c v6.8.2
  • f083553 Merge pull request #180 from Turbo87/update-modules-polyfill
  • b0d2f65 Update "babel-plugin-ember-modules-api-polyfill" to v2.0.1

See the full diff

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

greenkeeper bot commented Nov 8, 2017

Version 6.9.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • bf50699 v6.9.0
  • c933081 Add v6.9.0 to CHANGELOG.md.
  • f579f1b Merge pull request #176 from locks/ember-string-skip
  • fde084c Blacklists @ember/string modules if package is present
  • f354bf4 Merge pull request #186 from alvincrespo/patch-1
  • 7b08fdb Updates link to the Babel mono-repo
  • 88145d7 Merge pull request #185 from Turbo87/changelog
  • c2ef71a Add CHANGELOG file
  • 0de753c Add "lerna-changelog" dev dependency

See the full diff

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

greenkeeper bot commented Nov 16, 2017

Version 6.9.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 0b37846 v6.9.1
  • c096806 Update CHANGELOG for v6.9.1.
  • cad6a3f Merge pull request #190 from rwjblue/fix-cli-version-detection
  • ed06a1f Properly detect host ember-cli version.
  • ef52763 Fix whitespace issues.

See the full diff

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

greenkeeper bot commented Nov 16, 2017

Version 6.9.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 62ae42e v6.9.2
  • 87e8221 Add v6.9.2 to CHANGELOG.md.
  • 81ee614 Merge pull request #192 from rwjblue/fix-stupid-mistake
  • 34c42e9 Project.prototype.emberCLIVersion is a function.

See the full diff

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

greenkeeper bot commented Nov 20, 2017

Version 6.10.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 94415d7 v6.10.0
  • ef1c2d8 Add v6.10.0 to the CHANGELOG.
  • d416009 Merge pull request #193 from rwjblue/allow-preset-opt-out
  • 1d8ea7b Allow configuration to opt-out of babel-preset-env.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 15, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 15, 2017

Version 6.11.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • f810c92 v6.11.0
  • 0987183 Merge pull request #197 from rwjblue/update-modules-polyfill
  • 3d058c9 Fix test fixtures to pass with new babel plugin version.
  • 7735c61 Update babel-plugin-ember-modules-api-polyfill to 2.3.0.
  • c2472ca Merge pull request #194 from jevanlingen/patch-1
  • 85e1636 Update README.md
  • 8138ec4 Fix link

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 27, 2018

Version 6.12.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • d8f266c release v6.12.0 🎉
  • fd6c9a6 Merge pull request #204 from kellyselden/_shouldDoNothing
  • ea3a2c5 add test
  • 5442a39 add a no-op optimization
  • 4b68bef Merge pull request #199 from astronomersiva/remove_redundant_check
  • 1e1bba9 Remove redundant check for targets

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants