bump: Update dependencies

This commit is contained in:
Rodrigo Fernandes 2020-09-04 19:17:32 +01:00
parent 739751a021
commit 27bfd3c987
No known key found for this signature in database
GPG key ID: 67157D2E3D4258B4
3 changed files with 458 additions and 455 deletions

View file

@ -97,51 +97,51 @@
"@types/diff": "4.0.2",
"@types/hogan.js": "3.0.0",
"@types/html-webpack-plugin": "3.2.3",
"@types/jest": "26.0.10",
"@types/jest": "26.0.13",
"@types/mini-css-extract-plugin": "0.9.1",
"@types/mkdirp": "1.0.1",
"@types/node": "14.0.27",
"@types/node": "14.6.4",
"@types/nopt": "3.0.29",
"@typescript-eslint/eslint-plugin": "3.9.0",
"@typescript-eslint/parser": "3.9.0",
"@typescript-eslint/eslint-plugin": "4.0.1",
"@typescript-eslint/parser": "4.0.1",
"autoprefixer": "9.8.6",
"bulma": "^0.9.0",
"clipboard": "2.0.6",
"copy-webpack-plugin": "6.0.3",
"css-loader": "4.2.1",
"copy-webpack-plugin": "6.1.0",
"css-loader": "4.2.2",
"cssnano": "4.1.10",
"eslint": "7.7.0",
"eslint": "7.8.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-jest": "24.0.0",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-optimize-regex": "1.2.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-sonarjs": "0.5.0",
"file-loader": "6.0.0",
"file-loader": "6.1.0",
"handlebars": "4.7.6",
"handlebars-loader": "1.7.1",
"html-webpack-plugin": "4.3.0",
"html-webpack-plugin": "4.4.1",
"husky": "4.2.5",
"image-webpack-loader": "6.0.0",
"is-ci-cli": "2.1.2",
"jest": "26.4.0",
"lint-staged": "10.2.11",
"jest": "26.4.2",
"lint-staged": "10.3.0",
"markdown-toc": "^1.2.0",
"mini-css-extract-plugin": "0.10.0",
"mini-css-extract-plugin": "0.11.0",
"mkdirp": "1.0.4",
"nopt": "4.0.3",
"nopt": "5.0.0",
"postcss": "7.0.32",
"postcss-cli": "7.1.1",
"postcss-cli": "7.1.2",
"postcss-import": "12.0.1",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"prettier": "2.0.5",
"ts-jest": "26.2.0",
"ts-loader": "8.0.2",
"ts-node": "8.10.2",
"typescript": "3.9.7",
"prettier": "2.1.1",
"ts-jest": "26.3.0",
"ts-loader": "8.0.3",
"ts-node": "9.0.0",
"typescript": "4.0.2",
"url-loader": "4.1.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
@ -149,10 +149,12 @@
"whatwg-fetch": "3.4.0"
},
"resolutions": {
"lodash": ">=4.17.15",
"minimist": ">=1.2.2",
"acorn": ">=7.1.1",
"autolinker": ">=3.0.0"
"lodash": ">=4.17.20",
"minimist": ">=1.2.5",
"acorn": ">=7.4.0",
"autolinker": ">=3.14.1",
"bl": ">=2.2.1",
"decompress": ">=4.2.1"
},
"license": "MIT",
"files": [

View file

@ -290,8 +290,8 @@ export function parse(diffInput: string, config: DiffParserConfig = {}): DiffFil
if (
!currentFile || // If we do not have a file yet, we should crete one
(!currentFile.isGitDiff &&
currentFile && // If we already have some file in progress and
line.startsWith(oldFileNameHeader) && // If we get to an old file path header line
currentFile && // If we already have some file in progress and
line.startsWith(oldFileNameHeader) && // If we get to an old file path header line
// And is followed by the new file path header line and the hunk header line
nxtLine.startsWith(newFileNameHeader) &&
afterNxtLine.startsWith(hunkHeaderPrefix))

859
yarn.lock

File diff suppressed because it is too large Load diff