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 #505

Merged
merged 53 commits into from
Jan 23, 2018
Merged

Update dependencies #505

merged 53 commits into from
Jan 23, 2018

Conversation

juwara0
Copy link
Contributor

@juwara0 juwara0 commented Jan 23, 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: #491

CHANGELOG

  • Added ignoring of package-lock until we are ready to move to node 8
  • Added ignoring of typings/* since this file is added by Visual Studio and does not need to be committed
  • Added ignore the linting of the CHANGELOG.md and NOTES.md files
  • Added the NOTES.md file describing why dependent packages are installed in this add-on
  • Updated the blueprints file to not installed packages that are now included via dependencies
  • Removed the codemirror bower dependency since it is now included via ivy-codemirror
  • Removed the node-uuid bower dependency since it not used
  • Removed the sinonjs bower dependency since it is now included via a npm package
  • Removed the clockpicker-seconds bower dependency since it is now included in the ember-frost-date-picker add-on
  • Updated the Faker bower package to be a devDependency
  • Updated the pretender bower package to be a devDependency
  • Updated the prism bower package to be a devDependency
  • Updated the showdown bower package to be a devDependency
  • Removed useLintTree ember-cli-mocha configuration from ember-cli-build.js
  • Added bower @ ^1.8.2 since it is no longer included with Ember CLI
  • Updated ember-browserify to ^1.2.0
  • Updated ember-frost-test to ^4.0.0
  • Updated chai-jquery to ^2.0.0
  • Updated ember-cli-chai to 0.4.3
  • Updated ember-cli-mocha to 0.14.4
  • Updated ember-sinon to ^0.7.0
  • Updated sinon-chai to ^2.14.0
  • Updated ember-cli-frost-blueprints to ^5.0.1
  • Updated ember-cli-showdown to ^2.11.0
  • Updated ember-frost-demo-components to ^4.0.0
  • Updated ivy-codemirror to ^2.1.0
  • Updated ember-cli-sass to 7.1.1 and moved to a dependency instead of a devDependency
  • Updated ember-computed-decorators to 0.3.0 and moved to a dependency instead of a devDependency
  • Updated ember-concurrency to 0.7.19 and moved to a dependency instead of a devDependency
  • Removed unused ember-elsewhere package
  • Updated ember-frost-fields to ^7.0.0 and moved to a dependency instead of a devDependency
  • Updated ember-frost-table to ^2.0.0 and moved to a dependency instead of a devDependency
  • Updated ember-get-config to 0.2.2 and moved to a dependency instead of a devDependency
  • Updated ember-hook to 1.4.2 and moved to a dependency instead of a devDependency
  • Removed ember-moment package in favor or ember-cli-moment-shim
  • Added ember-cli-moment-shim @ 3.3.3 as a dependency
  • Removed unused ember-simple-uuid package
  • Updated ember-truth-helpers to ^1.3.0 and moved to a dependency instead of a devDependency
  • Removed ember-try package that was needed for a CI build issue
  • Removed eslint package that is now provided by ember-test-utils
  • Removed eslint-config-frost-standard package that is now provided by ember-test-utils
  • Removed sass-lint package that is now provided by ember-test-utils
  • Updated ember-ajax to ^2.5.6
  • Updated ember-cli-babel to ^5.1.7 which is what the Ember CLI 2.12.3 blueprint installs
  • Updated ember-frost-core to ^5.1.1
  • Updated ember-frost-date-picker to ^9.0.0
  • Updated ember-frost-popover to ^8.0.0
  • Updated ember-frost-tabs to ^7.0.0
  • Updated ember-lodash-shim to ^2.0.7
  • Updated ember-prop-types to ^6.0.1
  • Updated ember-sortable to ^1.10.0
  • Updated ember-spread to ^4.0.1
  • Updated move code coverage config file to tests/dummy/config/ and add json-summary reporter
  • Removed typings/ that is used by Visual Studio and should not be committed

NOTES.md Outdated
@@ -0,0 +1,3 @@
`ember-cli-moment-shim` is a depedency of this addon since it is used by the addon code and since we want to provide this package so that is can be used by a consumer.
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this explanation? Isn't this the same explanation that would apply to all dependencies? What makes this one different?

If were keep it is should be changed to it.

@notmessenger
Copy link
Contributor

Why is addon/styles/addon.scss listed in the changeset yet shows no changes? EOF line feed maybe?

@notmessenger
Copy link
Contributor

notmessenger commented Jan 23, 2018

👍

Approved with PullApprove

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
2 participants