Skip to content

Commit

Permalink
Update to ember-cli 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed Feb 7, 2018
1 parent c94eac1 commit daee745
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Expand Up @@ -7,8 +7,8 @@
.bowerrc
.editorconfig
.ember-cli
.gitignore
.eslintrc.js
.gitignore
.watchmanconfig
.travis.yml
bower.json
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"broccoli-asset-rev": "^2.5.0",
"ember-ajax": "^3.0.0",
"ember-cli": "~2.17.0",
"ember-cli": "~2.17.2",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-eslint": "^4.2.1",
"ember-cli-github-pages": "^0.1.2",
Expand All @@ -50,7 +50,7 @@
"ember-cli-inuitcss": "^1.0.1",
"ember-cli-qunit": "^4.1.1",
"ember-cli-release": "^1.0.0-beta.2",
"ember-cli-sass": "^7.1.1",
"ember-cli-sass": "7.1.1",
"ember-cli-shims": "^1.2.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^2.0.0",
Expand Down
2 changes: 2 additions & 0 deletions tests/dummy/config/environment.js
Expand Up @@ -46,9 +46,11 @@ module.exports = function(environment) {
ENV.APP.LOG_VIEW_LOOKUPS = false;

ENV.APP.rootElement = '#ember-testing';
ENV.APP.autoboot = false;
}

if (environment === 'production') {
// here you can enable a production-specific feature
ENV.rootURL = '/ember-local-storage'
ENV.locationType = 'hash';
}
Expand Down
1 change: 1 addition & 0 deletions tests/helpers/start-app.js
Expand Up @@ -5,6 +5,7 @@ import { run } from '@ember/runloop';

export default function startApp(attrs) {
let attributes = merge({}, config.APP);
attributes.autoboot = true;
attributes = merge(attributes, attrs); // use defaults, but you can override;

return run(() => {
Expand Down
3 changes: 2 additions & 1 deletion tests/test-helper.js
@@ -1,7 +1,8 @@
import Application from '../app';
import config from '../config/environment';
import { setApplication } from '@ember/test-helpers';
import { start } from 'ember-qunit';

setApplication(Application.create({ autoboot: false }));
setApplication(Application.create(config.APP));

start();
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2405,7 +2405,7 @@ ember-cli-sass@6.1.3:
ember-cli-version-checker "^1.0.2"
merge "^1.2.0"

ember-cli-sass@^7.1.1:
ember-cli-sass@7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/ember-cli-sass/-/ember-cli-sass-7.1.1.tgz#6ae75b0756e5dbc0db61ec27843929500a38343d"
dependencies:
Expand Down Expand Up @@ -2473,9 +2473,9 @@ ember-cli-version-checker@^2.0.0, ember-cli-version-checker@^2.1.0:
resolve "^1.3.3"
semver "^5.3.0"

ember-cli@~2.17.0:
version "2.17.0"
resolved "https://registry.yarnpkg.com/ember-cli/-/ember-cli-2.17.0.tgz#4f8b1890724e54e780242ff4d05b498e367e3461"
ember-cli@~2.17.2:
version "2.17.2"
resolved "https://registry.yarnpkg.com/ember-cli/-/ember-cli-2.17.2.tgz#101483d48dd295d297203160afcf3c44bcd47b75"
dependencies:
amd-name-resolver "1.0.0"
babel-plugin-transform-es2015-modules-amd "^6.24.0"
Expand Down

0 comments on commit daee745

Please sign in to comment.