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 dependencies #69

Merged
merged 22 commits into from Jan 9, 2018
Merged

Conversation

juwara0
Copy link
Contributor

@juwara0 juwara0 commented Jan 9, 2018

This project uses semver, please check the scope of this pr:

  • #none# - documentation fixes and/or test additions
  • #patch# - backwards-compatible bug fix
  • #minor# - adding functionality in a backwards-compatible manner
  • #major# - incompatible API change

Closes: #61

CHANGELOG

  • Added ember-frost-test @ ^4.0.0
  • Added chai-jquery @ ^2.0.0
  • Updated ember-cli-chai to 0.4.3
  • Updated to pin ember-cli-code-coverage @ 0.3.12
  • Updated ember-cli-mocha to 0.14.4
  • Added ember-hook @ 1.4.2
  • Added ember-sinon @ ^0.7.0
  • Updated ember-test-utils to ^8.1.0
  • Added sinon-chai @ ^2.14.0
  • Added ignoring of package-lock.json until we are ready to move to node 8
  • Removed useLintTree ember-cli-mocha configuration from ember-cli-build.js
  • Removed blueprint file since dependent packages are now included via dependencies
  • Updated ember-cli-frost-blueprints to ^5.0.1
  • Removed ember-computed-decorators and removed necessary babel config
  • Updated ember-concurrency to be a dependency instead of devDependency
  • Removed unused ember-elsewhere package
  • Updated ember-prop-types to ^6.0.1 and moved to dependency instead of devDependency
  • Removed unused ember-spread package
  • Removed unused ember-truth-helpers package
  • Updated ember-cli-sass to 7.1.1
  • Updated ember-frost-core to ^5.0.0
  • Removed previous .eslintrc file which has now been replaced by .eslintrc.js
  • Removed .remarkrc file since it is now provided by ember-test-utils

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling e5750ee on juwara0:updateDependencies into ** on ciena-frost:master**.

@notmessenger
Copy link
Contributor

Remove /visual-acceptance from .npmignore

@notmessenger
Copy link
Contributor

In addon/components/frost-popover.js can you please remove line 87 and 128 and remove the // from line 474.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 734284b on juwara0:updateDependencies into ** on ciena-frost:master**.

@@ -3,12 +3,6 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon')

module.exports = function (defaults) {
let app = new EmberAddon(defaults, {
babel: {
optional: ['es7.decorators']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't still need this? I have not been checking for this entry in the other repos we've been updating.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is needed for ember-computed-decorators which is not being used in this add-on.

@notmessenger
Copy link
Contributor

notmessenger commented Jan 9, 2018

👍

Approved with PullApprove

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 8de4cf0 on juwara0:updateDependencies into ** on ciena-frost:master**.

@juwara0 juwara0 merged commit 6a12ea1 into ciena-frost:master Jan 9, 2018
@juwara0 juwara0 deleted the updateDependencies branch January 9, 2018 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address dependency management issues
3 participants