Skip to content

Commit

Permalink
Merge pull request #20 from RobotlegsJS/upgrade-dependencies
Browse files Browse the repository at this point in the history
Update dependencies to latest version 🚀
  • Loading branch information
tiagoschenkel authored Mar 20, 2019
2 parents 9b5340a + 3ed3ecb commit 11abce8
Show file tree
Hide file tree
Showing 6 changed files with 1,313 additions and 1,119 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ indent_size = 4
indent_style = space
indent_size = 2

[{.codeclimate.yml,.eslintignore,.eslintrc,.istanbul.yml,.publishrc,.travis.yml}]
[{.auditignore,.codeclimate.yml,.eslintignore,.eslintrc,.istanbul.yml,.prettierrc,.publishrc,.travis.yml}]
indent_style = space
indent_size = 2
16 changes: 15 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,19 @@
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true
"bracketSpacing": true,
"overrides": [
{
"files": "*.json",
"options": {
"tabWidth": 2
}
},
{
"files": ".prettierrc",
"options": {
"tabWidth": 2
}
}
]
}
22 changes: 21 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
// Place your settings in this file to overwrite default and user settings.
{
"typescript.tsdk": "node_modules/typescript/lib",
"tslint.configFile": "tslint.test.json"
"tslint.configFile": "tslint.test.json",

// Set the default
"editor.formatOnSave": false,

// Enable per-language
"[html]": {
"editor.formatOnSave": true
},

"[json]": {
"editor.formatOnSave": true
},

"[javascript]": {
"editor.formatOnSave": true
},

"[typescript]": {
"editor.formatOnSave": true
}
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ Types of changes:
- in case of vulnerabilities.
-->

#### Changed

- Improve `prettier` rules and `autoformat` script (see #20).

- Enable `"editor.formatOnSave"` rule for `VS Code` (see #20).

- Update dev dependencies to latest version.

## RobotlegsJS Phaser-CE SignalCommandMap 1.0.0

### [v1.0.0](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap/releases/tag/1.0.0) - 2018-11-26
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "karma start --single-run",
"mocha": "mocha test/**/*.test.ts --require ts-node/register",
"autoformat": "prettier --config .prettierrc --write {src,test}/**/*.ts",
"autoformat": "prettier --config .prettierrc --write --list-different \"{src,static,test,example,definitions}{/**/,/}*.{html,css,js,json,ts}\"",
"tslint-check:src": "tslint-config-prettier-check ./tslint.json",
"tslint-check:test": "tslint-config-prettier-check ./tslint.test.json",
"tslint:src": "tslint --project tsconfig.json",
Expand Down Expand Up @@ -61,11 +61,11 @@
"reflect-metadata": "^0.1.12"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/bluebird": "^3.5.26",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/sinon": "^5.0.7",
"@types/webpack-env": "^1.13.6",
"@types/mocha": "^5.2.6",
"@types/sinon": "^7.0.10",
"@types/webpack-env": "^1.13.9",
"bluebird": "^3.5.3",
"browserify-versionify": "^1.0.6",
"chai": "^4.2.0",
Expand All @@ -75,9 +75,9 @@
"imports-loader": "^0.8.0",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^3.1.1",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-es6-shim": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
Expand All @@ -86,24 +86,24 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-sourcemap-writer": "^0.1.2",
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"mocha": "^6.0.2",
"phaser-ce": "^2.11.1",
"prettier": "^1.15.2",
"publish-please": "^5.4.0",
"puppeteer": "^1.10.0",
"reflect-metadata": "^0.1.12",
"remap-istanbul": "^0.12.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"sinon-chai": "^3.2.0",
"ts-loader": "^5.3.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0",
"typescript": "^3.1.6",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
"prettier": "^1.16.4",
"publish-please": "^5.4.3",
"puppeteer": "^1.13.0",
"reflect-metadata": "^0.1.13",
"remap-istanbul": "^0.13.0",
"rimraf": "^2.6.3",
"sinon": "^7.3.0",
"sinon-chai": "^3.3.0",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.4000",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}
Loading

0 comments on commit 11abce8

Please sign in to comment.