Skip to content

Commit be279a4

Browse files
Merge pull request ManageIQ#1276 from AllenBW/chore/update-deps
Updated all dependencies greenkeeper is whining about
2 parents f229c90 + a9169df commit be279a4

File tree

4 files changed

+221
-238
lines changed

4 files changed

+221
-238
lines changed

client/app/orders/order-explorer/order-explorer.component.spec.js

+8-20
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,6 @@ describe('Component: orderExplorer', () => {
55
module('app.states', 'app.orders')
66
})
77

8-
describe('with $compile', () => {
9-
let scope
10-
let element
11-
12-
beforeEach(inject(function ($compile, $rootScope) {
13-
bard.inject('$state')
14-
15-
scope = $rootScope.$new()
16-
element = angular.element('<order-explorer />')
17-
$compile(element)(scope)
18-
19-
scope.$apply()
20-
}))
21-
22-
it('should work with $state.go', () => {
23-
$state.go('orders')
24-
expect($state.is('orders.explorer'))
25-
})
26-
})
27-
288
describe('with $componentController', () => {
299
let scope
3010
let ctrl
@@ -36,6 +16,14 @@ describe('Component: orderExplorer', () => {
3616
it('is defined', () => {
3717
expect(ctrl).to.be.defined
3818
})
19+
20+
it('should work with $state.go', () => {
21+
bard.inject('$state')
22+
23+
$state.go('orders')
24+
expect($state.is('orders.explorer'))
25+
})
26+
3927
it('is can report back a request state', () => {
4028
const item = {
4129
request_state: 'finished',

client/app/services/resource-details/resource-details.component.spec.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ describe('Component: Resource Details', () => {
88
let scope, state, vmSpy, vmData, ctrl, vmPermissions
99
let mockDir = 'tests/mock/services/'
1010

11-
describe('with $compile', () => {
12-
beforeEach(inject(($stateParams, $compile, $rootScope, $componentController) => {
11+
describe('with $componentController', () => {
12+
beforeEach(inject(($stateParams, $rootScope, $componentController) => {
1313
scope = $rootScope.$new()
1414
$stateParams.vmId = '12345'
1515
bard.inject('VmsService', 'PowerOperations', 'sprintf', 'lodash', 'EventNotifications',
@@ -32,7 +32,6 @@ describe('Component: Resource Details', () => {
3232
})
3333

3434
ctrl.$onInit()
35-
scope.$digest()
3635
}))
3736
it('should be able perform power operations on a VM', () => {
3837
vmSpy = sinon.stub(VmsService, 'getVm').returns(Promise.resolve(vmData))

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,31 @@
3131
"zanata:download": "node language/index.js download"
3232
},
3333
"dependencies": {
34-
"@angular/common": "5.0.2",
35-
"@angular/compiler": "5.0.2",
36-
"@angular/core": "5.0.2",
37-
"@angular/platform-browser": "5.0.2",
38-
"@angular/platform-browser-dynamic": "5.0.2",
39-
"@angular/upgrade": "5.0.2",
34+
"@angular/common": "5.0.3",
35+
"@angular/compiler": "5.0.3",
36+
"@angular/core": "5.0.3",
37+
"@angular/platform-browser": "5.0.3",
38+
"@angular/platform-browser-dynamic": "5.0.3",
39+
"@angular/upgrade": "5.0.3",
4040
"@manageiq/font-fabulous": "1.0.0",
4141
"@manageiq/ui-components": "1.0.0",
4242
"@uirouter/angularjs": "1.0.11",
4343
"actioncable": "5.1.4",
44-
"angular": "1.6.6",
45-
"angular-animate": "1.6.6",
44+
"angular": "1.6.7",
45+
"angular-animate": "1.6.7",
4646
"angular-base64": "2.0.5",
4747
"angular-bootstrap-switch": "0.5.2",
48-
"angular-cookies": "1.6.6",
48+
"angular-cookies": "1.6.7",
4949
"angular-datatables": "0.6.2",
5050
"angular-drag-and-drop-lists": "2.1.0",
5151
"angular-dragdrop": "1.0.13",
5252
"angular-file-saver": "1.1.3",
5353
"angular-gettext": "2.3.10",
5454
"angular-gettext-cli": "1.2.0",
55-
"angular-messages": "1.6.6",
56-
"angular-patternfly": "4.13.0",
57-
"angular-resource": "1.6.6",
58-
"angular-sanitize": "1.6.6",
55+
"angular-messages": "1.6.7",
56+
"angular-patternfly": "4.13.1",
57+
"angular-resource": "1.6.7",
58+
"angular-sanitize": "1.6.7",
5959
"angular-smart-table": "2.1.9",
6060
"angular-svg-base-fix": "2.0.0",
6161
"angular-ui-bootstrap": "2.5.6",
@@ -66,15 +66,15 @@
6666
"babel-preset-env": "1.6.1",
6767
"bootstrap-combobox": "1.0.2",
6868
"bootstrap-switch": "3.3.4",
69-
"brace": "0.10.0",
69+
"brace": "0.11.0",
7070
"c3": "0.4.18",
71-
"chalk": "2.2.2",
71+
"chalk": "2.3.0",
7272
"clean-webpack-plugin": "0.1.17",
73-
"copy-webpack-plugin": "4.2.1",
73+
"copy-webpack-plugin": "4.2.3",
7474
"core-js": "2.5.1",
75-
"css-loader": "0.28.6",
75+
"css-loader": "0.28.7",
7676
"d3": "3.5.17",
77-
"datatables.net-dt": "1.10.15",
77+
"datatables.net-dt": "1.10.16",
7878
"datatables.net-select-dt": "1.2.3",
7979
"ejs": "2.5.7",
8080
"es6-shim": "0.35.3",
@@ -97,11 +97,11 @@
9797
"ngstorage": "0.3.11",
9898
"ngtemplate-loader": "2.0.1",
9999
"noVNC": "kanaka/noVNC#0.6.2",
100-
"node-sass": "4.6.1",
100+
"node-sass": "4.7.2",
101101
"optimize-css-assets-webpack-plugin": "3.2.0",
102102
"patternfly-sass": "3.23.2",
103103
"patternfly-timeline": "patternfly/patternfly-timeline#master-dist",
104-
"postcss-loader": "2.0.8",
104+
"postcss-loader": "2.0.9",
105105
"q": "1.5.1",
106106
"request": "2.83.0",
107107
"rxjs": "5.5.2",
@@ -120,15 +120,15 @@
120120
},
121121
"devDependencies": {
122122
"@manageiq/manageiq-api-mock": "1.3.2",
123-
"angular-mocks": "1.6.6",
123+
"angular-mocks": "1.6.7",
124124
"axios": "0.17.1",
125125
"bardjs": "0.1.8",
126126
"chai": "3.5.0",
127127
"chai-as-promised": "5.3.0",
128128
"codeclimate-test-reporter": "0.5.0",
129-
"coveralls": "2.13.3",
129+
"coveralls": "3.0.0",
130130
"debug": "3.1.0",
131-
"express": "4.15.4",
131+
"express": "4.16.2",
132132
"gettext-parser": "1.3.0",
133133
"helmet": "3.9.0",
134134
"http-proxy": "1.16.2",

0 commit comments

Comments
 (0)