Skip to content

Commit 2eb5576

Browse files
committed
Update non-major dependencies
Adjust session tests for this: angular/angular.js#15686, should be able to remove in next angular release
1 parent b79ef6f commit 2eb5576

File tree

5 files changed

+399
-236
lines changed

5 files changed

+399
-236
lines changed

client/app/core/navigation/navigation.controller.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('Navigation controller', function() {
4444
it('controller sites are defined and injected URL to be correct', function() {
4545
expect(ctrl.sites).to.be.defined;
4646
expect(ctrl.sites.length).to.equal(1);
47-
expect(ctrl.sites[0].url).to.equal('http://localhost:9876');
47+
expect(ctrl.sites[0].url).to.equal('http://localhost:9878');
4848
});
4949
});
5050
});

client/app/core/session.service.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ describe('Session', function() {
2828
get document() {
2929
return window.document;
3030
},
31+
angular: {
32+
callbacks: window.angular.callbacks
33+
},
3134
});
3235
});
3336

config/webpack.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module.exports = {
107107
{
108108
test: /\.(css|s(a|c)ss)$/,
109109
use: ExtractTextWebpackPlugin.extract({
110-
fallbackLoader: 'style-loader',
110+
fallback: 'style-loader',
111111
allChunks: true,
112112
loader: [
113113
'css-loader?importLoaders=2&sourceMap=true',

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -31,61 +31,61 @@
3131
"@angular/platform-browser-dynamic": "4.0.0-rc.2",
3232
"@angular/upgrade": "4.0.0-rc.2",
3333
"actioncable": "5.0.1",
34-
"angular": "1.6.1",
35-
"angular-animate": "1.6.1",
34+
"angular": "1.6.2",
35+
"angular-animate": "1.6.2",
3636
"angular-base64": "2.0.5",
3737
"angular-bootstrap-switch": "0.5.1",
38-
"angular-cookies": "1.6.1",
38+
"angular-cookies": "1.6.2",
3939
"angular-dragdrop": "1.0.13",
4040
"angular-file-saver": "1.1.3",
4141
"angular-gettext": "2.3.8",
42-
"angular-messages": "1.6.1",
43-
"angular-mocks": "1.6.1",
42+
"angular-messages": "1.6.2",
43+
"angular-mocks": "1.6.2",
4444
"angular-patternfly": "3.17.0",
45-
"angular-resource": "1.6.1",
46-
"angular-sanitize": "1.6.1",
45+
"angular-resource": "1.6.2",
46+
"angular-sanitize": "1.6.2",
4747
"angular-svg-base-fix": "2.0.0",
4848
"angular-ui-bootstrap": "2.5.0",
4949
"angular-ui-router": "0.4.2",
5050
"angular-ui-sortable": "0.16.1",
51-
"babel-core": "6.22.1",
52-
"babel-loader": "6.2.10",
53-
"babel-preset-env": "1.1.8",
51+
"babel-core": "6.23.1",
52+
"babel-loader": "6.3.2",
53+
"babel-preset-env": "1.1.10",
5454
"bardjs": "0.1.8",
5555
"bootstrap-combobox": "1.0.2",
56-
"bootstrap-switch": "3.3.2",
57-
"brace": "0.9.1",
56+
"bootstrap-switch": "3.3.4",
57+
"brace": "0.10.0",
5858
"chai": "3.5.0",
5959
"chai-as-promised": "6.0.0",
6060
"chalk": "1.1.3",
6161
"clean-webpack-plugin": "0.1.15",
62-
"codeclimate-test-reporter": "0.4.0",
62+
"codeclimate-test-reporter": "0.4.1",
6363
"copy-webpack-plugin": "4.0.1",
6464
"core-js": "2.4.1",
65-
"css-loader": "0.26.1",
66-
"debug": "2.6.0",
67-
"ejs": "2.5.5",
65+
"css-loader": "0.26.2",
66+
"debug": "2.6.1",
67+
"ejs": "2.5.6",
6868
"es6-shim": "0.35.3",
69-
"eslint": "3.14.1",
69+
"eslint": "3.16.1",
7070
"eslint-config-angular": "0.5.0",
71-
"eslint-loader": "1.6.1",
71+
"eslint-loader": "1.6.3",
7272
"eslint-plugin-angular": "1.6.1",
73-
"extract-text-webpack-plugin": "2.0.0-rc.0",
74-
"file-loader": "0.10.0",
73+
"extract-text-webpack-plugin": "2.0.0",
74+
"file-loader": "0.10.1",
7575
"font-awesome": "4.7.0",
7676
"glob": "7.1.1",
7777
"gulp": "3.9.1",
7878
"gulp-angular-gettext": "2.2.0",
7979
"gulp-task-listing": "1.0.1",
8080
"gulp-util": "3.0.8",
81-
"html-loader": "0.4.4",
81+
"html-loader": "0.4.5",
8282
"html-webpack-plugin": "2.28.0",
83-
"imports-loader": "0.7.0",
83+
"imports-loader": "0.7.1",
8484
"istanbul-instrumenter-loader": "1.2.0",
8585
"jquery": "3.1.1",
8686
"jquery-ui-bundle": "1.11.4",
87-
"json-server": "0.9.4",
88-
"karma": "1.4.1",
87+
"json-server": "0.9.5",
88+
"karma": "1.5.0",
8989
"karma-babel-preprocessor": "6.0.1",
9090
"karma-chai": "0.1.0",
9191
"karma-chai-sinon": "0.1.5",
@@ -111,33 +111,33 @@
111111
"no-vnc": "kanaka/noVNC#0.6.1",
112112
"node-sass": "4.5.0",
113113
"optimize-css-assets-webpack-plugin": "1.3.0",
114-
"patternfly-sass": "3.15.0",
114+
"patternfly-sass": "3.21.0",
115115
"phantomjs-prebuilt": "2.1.14",
116-
"postcss-loader": "1.2.2",
117-
"protractor": "5.1.0",
116+
"postcss-loader": "1.3.2",
117+
"protractor": "5.1.1",
118118
"q": "1.4.1",
119119
"request": "2.79.0",
120120
"rxjs": "5.2.0",
121121
"sass-lint": "1.10.2",
122122
"sass-loader": "4.1.1",
123123
"sinon": "1.17.7",
124124
"sinon-chai": "2.8.0",
125-
"spice-html5-bower": "1.6.2",
125+
"spice-html5-bower": "1.6.3",
126126
"sprintf-js": "1.0.3",
127-
"style-loader": "0.13.1",
127+
"style-loader": "0.13.2",
128128
"ts-loader": "2.0.1",
129129
"typescript": "2.2.1",
130-
"url-loader": "0.5.7",
130+
"url-loader": "0.5.8",
131131
"webpack": "2.2.1",
132-
"webpack-dev-server": "2.3.0",
132+
"webpack-dev-server": "2.4.1",
133133
"yargs": "6.6.0",
134134
"zone.js": "0.7.2"
135135
},
136136
"dependencies": {
137137
"express": "4.14.1",
138138
"http-proxy": "1.16.2",
139-
"morgan": "1.7.0",
140-
"serve-favicon": "2.3.2"
139+
"morgan": "1.8.1",
140+
"serve-favicon": "2.4.0"
141141
},
142142
"browserslist": [
143143
"last 2 versions",

0 commit comments

Comments
 (0)