Skip to content

Commit 4fcf42d

Browse files
Merge pull request #115 from RobotlegsJS/update-dependencies
Update dependencies to latest version 🚀
2 parents f6ccacf + aa7c74b commit 4fcf42d

File tree

5 files changed

+445
-395
lines changed

5 files changed

+445
-395
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ node_js:
66
- stable
77
env:
88
- CODECLIMATE_REPO_TOKEN=1c44adbe91de5bcaf24ffef2c47e04f1e6393c6113b506a3df9e8ad9daf4b6ae
9-
- CODECLIMATE_API_HOST=https://codebeat.co/webhooks/code_coverage CODECLIMATE_REPO_TOKEN=6c8aeb0d-177d-4d51-a011-557d16d6d167
9+
- CODECLIMATE_API_HOST=https://codebeat.co/webhooks/code_coverage CODECLIMATE_REPO_TOKEN=7d8bbfeb-08d4-4255-b282-56a7f59d4ab7
1010
before_install:
1111
- export CHROME_BIN=chromium-browser
1212
- export DISPLAY=:99.0

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,16 @@ Types of changes:
4343
- in case of vulnerabilities.
4444
-->
4545

46-
## Signals 1.0.0
46+
#### Changed
4747

48-
### [v1.0.3](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.0.3) - 2019-08-15
48+
- Migrate project to `travis-ci.com`.
4949

50-
#### Changed
50+
- Update `codebeat` Project UUID.
5151

5252
- Update dev dependencies to latest version.
5353

54+
## Signals 1.0.0
55+
5456
### [v1.0.2](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.0.2) - 2019-07-18
5557

5658
#### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ SignalsJS
33

44
[![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobotlegsJS/SignalsJS/blob/master/LICENSE)
55
[![Gitter chat](https://badges.gitter.im/RobotlegsJS/RobotlegsJS.svg)](https://gitter.im/RobotlegsJS/RobotlegsJS)
6-
[![Build Status](https://travis-ci.org/RobotlegsJS/SignalsJS.svg?branch=master)](https://travis-ci.org/RobotlegsJS/SignalsJS)
7-
[![codebeat badge](https://codebeat.co/badges/6c8aeb0d-177d-4d51-a011-557d16d6d167)](https://codebeat.co/projects/github-com-robotlegsjs-signalsjs-master)
6+
[![Build Status](https://travis-ci.com/RobotlegsJS/SignalsJS.svg?branch=master)](https://travis-ci.com/RobotlegsJS/SignalsJS)
7+
[![codebeat badge](https://codebeat.co/badges/7d8bbfeb-08d4-4255-b282-56a7f59d4ab7)](https://codebeat.co/projects/github-com-robotlegsjs-signalsjs-master)
88
[![Maintainability](https://api.codeclimate.com/v1/badges/37bea90e36d1402c9192/maintainability)](https://codeclimate.com/github/RobotlegsJS/SignalsJS/maintainability)
99
[![Test Coverage](https://api.codeclimate.com/v1/badges/37bea90e36d1402c9192/test_coverage)](https://codeclimate.com/github/RobotlegsJS/SignalsJS/test_coverage)
1010
[![npm version](https://badge.fury.io/js/%40robotlegsjs%2Fsignals.svg)](https://badge.fury.io/js/%40robotlegsjs%2Fsignals)

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,21 @@
7373
"tslib": "^1.10.0"
7474
},
7575
"devDependencies": {
76-
"@types/bluebird": "^3.5.27",
77-
"@types/chai": "^4.2.0",
76+
"@types/bluebird": "^3.5.28",
77+
"@types/chai": "^4.2.3",
7878
"@types/mocha": "^5.2.7",
79-
"@types/sinon": "^7.0.13",
80-
"@types/webpack-env": "^1.14.0",
81-
"bluebird": "^3.5.5",
79+
"@types/sinon": "^7.5.0",
80+
"@types/webpack-env": "^1.14.1",
81+
"bluebird": "^3.7.1",
8282
"browserify-versionify": "^1.0.6",
8383
"chai": "^4.2.0",
8484
"es6-map": "^0.1.5",
85-
"es6-symbol": "^3.1.1",
85+
"es6-symbol": "^3.1.2",
8686
"glslify": "^7.0.0",
8787
"imports-loader": "^0.8.0",
8888
"istanbul": "^0.4.5",
8989
"istanbul-instrumenter-loader": "^3.0.1",
90-
"karma": "^4.2.0",
90+
"karma": "^4.4.1",
9191
"karma-chai-sinon": "^0.1.5",
9292
"karma-chrome-launcher": "^3.1.0",
9393
"karma-coverage-istanbul-reporter": "^2.1.0",
@@ -98,24 +98,24 @@
9898
"karma-sourcemap-loader": "^0.3.7",
9999
"karma-sourcemap-writer": "^0.1.2",
100100
"karma-webpack": "^4.0.2",
101-
"mocha": "^6.2.0",
101+
"mocha": "^6.2.2",
102102
"nyc": "^14.1.1",
103103
"prettier": "^1.18.2",
104104
"publish-please": "^5.5.1",
105-
"puppeteer": "^1.19.0",
105+
"puppeteer": "^1.20.0",
106106
"reflect-metadata": "^0.1.13",
107107
"rimraf": "^3.0.0",
108-
"sinon": "^7.4.1",
108+
"sinon": "^7.5.0",
109109
"sinon-chai": "^3.3.0",
110110
"source-map-support": "^0.5.13",
111-
"ts-loader": "^6.0.4",
112-
"ts-node": "^8.3.0",
113-
"tslint": "^5.18.0",
111+
"ts-loader": "^6.2.0",
112+
"ts-node": "^8.4.1",
113+
"tslint": "^5.20.0",
114114
"tslint-config-prettier": "^1.18.0",
115-
"typescript": "^3.5.3",
115+
"typescript": "^3.6.4",
116116
"uglifyjs-webpack-plugin": "^2.2.0",
117-
"webpack": "^4.39.2",
118-
"webpack-cli": "^3.3.6",
119-
"webpack-dev-server": "^3.8.0"
117+
"webpack": "^4.41.2",
118+
"webpack-cli": "^3.3.9",
119+
"webpack-dev-server": "^3.8.2"
120120
}
121121
}

0 commit comments

Comments
 (0)