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 dependency to ember 6.x #62

Closed
lupestro opened this issue Jun 7, 2018 · 1 comment
Closed

Update ember-cli-babel dependency to ember 6.x #62

lupestro opened this issue Jun 7, 2018 · 1 comment
Labels

Comments

@lupestro
Copy link

lupestro commented Jun 7, 2018

Doing so will avoid a couple of noisy warnings - first during install:

warning ember-d3 > ember-cli-babel@5.2.8: ember-cli-babel 5.x has been deprecated. Please upgrade to at least ember-cli-babel 6.6.

then when building using ember-d3, as the following are both a result of using ember-cli-babel 5.x:

DEPRECATION: ember-cli-babel 5.x has been deprecated. Please upgrade to at least ember-cli-babel 6.6. Version 5.2.8 located: filter-wizard-client -> ember-d3 -> ember-cli-babel

DEPRECATION: An addon is trying to access project.nodeModulesPath. This is not a reliable way to discover npm modules. Instead, consider doing: require("resolve").sync(something, { basedir: project.root }). Accessed from:   new NPMDependencyVersionChecker (C:\Users\rmack\Code\TFS\filterwizard\trunk\source\FilterWizardClient\node_modules\ember-d3\node_modules\ember-cli-version-checker\src\npm-dependency-version-checker.js:11:33)
mike-north added a commit that referenced this issue Nov 11, 2018
mike-north pushed a commit that referenced this issue Nov 11, 2018
# [0.5.0](v0.4.4...v0.5.0) (2018-11-11)

### Features

* babel upgrade ([c816a15](c816a15)), closes [#54](#54) [#62](#62)
@mike-north
Copy link
Collaborator

🎉 This issue has been resolved in version 0.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

No branches or pull requests

2 participants