Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit aebfd74

Browse files
authoredJul 11, 2019
chore(deps): update (#84)
1 parent f5b6aa4 commit aebfd74

File tree

5 files changed

+853
-624
lines changed

5 files changed

+853
-624
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
56
## [3.0.0](https://github.com/webpack-contrib/raw-loader/compare/v2.0.0...v3.0.0) (2019-06-05)
67

78

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Please take a moment to read our contributing guidelines if you haven't yet done
9090
[deps]: https://david-dm.org/webpack-contrib/raw-loader.svg
9191
[deps-url]: https://david-dm.org/webpack-contrib/raw-loader
9292
[tests]: https://dev.azure.com/webpack-contrib/raw-loader/_apis/build/status/webpack-contrib.raw-loader?branchName=master
93-
[tests-url]: https://dev.azure.com/webpack-contrib/raw-loader/_build/latest?definitionId=2&branchName=master
93+
[tests-url]: https://dev.azure.com/webpack-contrib/raw-loader/_build/latest?definitionId=10&branchName=master
9494
[cover]: https://codecov.io/gh/webpack-contrib/raw-loader/branch/master/graph/badge.svg
9595
[cover-url]: https://codecov.io/gh/webpack-contrib/raw-loader
9696
[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg

‎lint-staged.config.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
module.exports = {
2-
ignore: ['package-lock.json', 'CHANGELOG.md'],
3-
linters: {
4-
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
5-
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
6-
},
2+
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
3+
'(!CHANGELOG.md).{json,md,yml,css}': ['prettier --write', 'git add'],
74
};

‎package-lock.json

+843-612
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@
5151
"babel-jest": "^24.5.0",
5252
"commitlint-azure-pipelines-cli": "^1.0.2",
5353
"cross-env": "^5.2.0",
54-
"del": "^4.0.0",
54+
"del": "^5.0.0",
5555
"del-cli": "^2.0.0",
56-
"eslint": "^5.10.0",
57-
"eslint-config-prettier": "^4.3.0",
56+
"eslint": "^6.0.1",
57+
"eslint-config-prettier": "^6.0.0",
5858
"eslint-plugin-import": "^2.14.0",
59-
"eslint-plugin-prettier": "^3.0.0",
60-
"husky": "^2.3.0",
59+
"eslint-plugin-prettier": "^3.1.0",
60+
"husky": "^3.0.0",
6161
"jest": "^24.5.0",
6262
"jest-junit": "^6.4.0",
63-
"lint-staged": "^8.1.0",
63+
"lint-staged": "^9.2.0",
6464
"memory-fs": "^0.4.1",
6565
"npm-run-all": "^4.1.5",
6666
"prettier": "^1.11.1",

0 commit comments

Comments
 (0)
This repository has been archived.