Merge pull request #341 from rtfpessoa/bump-dependencies

Bump dependencies
This commit is contained in:
Rodrigo Fernandes 2020-10-16 22:31:46 +01:00 committed by GitHub
commit e48259d990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 986 additions and 873 deletions

View file

@ -89,7 +89,7 @@
"hogan.js": "3.0.2" "hogan.js": "3.0.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"highlight.js": "10.1.2" "highlight.js": "10.2.1"
}, },
"devDependencies": { "devDependencies": {
"@types/clipboard": "2.0.1", "@types/clipboard": "2.0.1",
@ -97,56 +97,56 @@
"@types/diff": "4.0.2", "@types/diff": "4.0.2",
"@types/hogan.js": "3.0.0", "@types/hogan.js": "3.0.0",
"@types/html-webpack-plugin": "3.2.3", "@types/html-webpack-plugin": "3.2.3",
"@types/jest": "26.0.13", "@types/jest": "26.0.14",
"@types/mini-css-extract-plugin": "0.9.1", "@types/mini-css-extract-plugin": "0.9.1",
"@types/mkdirp": "1.0.1", "@types/mkdirp": "1.0.1",
"@types/node": "14.6.4", "@types/node": "14.11.10",
"@types/nopt": "3.0.29", "@types/nopt": "3.0.29",
"@typescript-eslint/eslint-plugin": "4.0.1", "@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.0.1", "@typescript-eslint/parser": "4.4.1",
"autoprefixer": "9.8.6", "autoprefixer": "10.0.1",
"bulma": "^0.9.0", "bulma": "^0.9.0",
"clipboard": "2.0.6", "clipboard": "2.0.6",
"copy-webpack-plugin": "6.1.0", "copy-webpack-plugin": "6.1.0",
"css-loader": "4.2.2", "css-loader": "5.0.0",
"cssnano": "4.1.10", "cssnano": "4.1.10",
"eslint": "7.8.1", "eslint": "7.11.0",
"eslint-config-prettier": "6.11.0", "eslint-config-prettier": "6.13.0",
"eslint-plugin-import": "2.22.0", "eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.0.0", "eslint-plugin-jest": "24.1.0",
"eslint-plugin-json": "2.1.2", "eslint-plugin-json": "2.1.2",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-optimize-regex": "1.2.0", "eslint-plugin-optimize-regex": "1.2.0",
"eslint-plugin-promise": "4.2.1", "eslint-plugin-promise": "4.2.1",
"eslint-plugin-sonarjs": "0.5.0", "eslint-plugin-sonarjs": "0.5.0",
"file-loader": "6.1.0", "file-loader": "6.1.1",
"handlebars": "4.7.6", "handlebars": "4.7.6",
"handlebars-loader": "1.7.1", "handlebars-loader": "1.7.1",
"html-webpack-plugin": "4.4.1", "html-webpack-plugin": "4.4.1",
"husky": "4.2.5", "husky": "4.3.0",
"image-webpack-loader": "6.0.0", "image-webpack-loader": "6.0.0",
"is-ci-cli": "2.1.2", "is-ci-cli": "2.1.2",
"jest": "26.4.2", "jest": "26.5.3",
"lint-staged": "10.3.0", "lint-staged": "10.4.1",
"markdown-toc": "^1.2.0", "markdown-toc": "^1.2.0",
"mini-css-extract-plugin": "0.11.0", "mini-css-extract-plugin": "0.11.0",
"mkdirp": "1.0.4", "mkdirp": "1.0.4",
"nopt": "5.0.0", "nopt": "5.0.0",
"postcss": "7.0.32", "postcss": "8.1.1",
"postcss-cli": "7.1.2", "postcss-cli": "8.1.0",
"postcss-import": "12.0.1", "postcss-import": "12.0.1",
"postcss-loader": "3.0.0", "postcss-loader": "4.0.4",
"postcss-preset-env": "6.7.0", "postcss-preset-env": "6.7.0",
"prettier": "2.1.1", "prettier": "2.1.2",
"ts-jest": "26.3.0", "ts-jest": "26.4.1",
"ts-loader": "8.0.3", "ts-loader": "8.0.5",
"ts-node": "9.0.0", "ts-node": "9.0.0",
"typescript": "4.0.2", "typescript": "4.0.3",
"url-loader": "4.1.0", "url-loader": "4.1.1",
"webpack": "4.44.1", "webpack": "4.44.1",
"webpack-cli": "3.3.12", "webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0", "webpack-dev-server": "3.11.0",
"whatwg-fetch": "3.4.0" "whatwg-fetch": "3.4.1"
}, },
"resolutions": { "resolutions": {
"lodash": ">=4.17.20", "lodash": ">=4.17.20",
@ -154,7 +154,8 @@
"acorn": ">=7.4.0", "acorn": ">=7.4.0",
"autolinker": ">=3.14.1", "autolinker": ">=3.14.1",
"bl": ">=2.2.1", "bl": ">=2.2.1",
"decompress": ">=4.2.1" "decompress": ">=4.2.1",
"node-forge": ">=0.10.0"
}, },
"license": "MIT", "license": "MIT",
"files": [ "files": [

View file

@ -106,8 +106,7 @@ function prepareRequest(url: string): Request {
} else if ((values = bitbucketPrUrl.exec(url))) { } else if ((values = bitbucketPrUrl.exec(url))) {
fetchUrl = bitbucketUrlGen(values[1], values[2], 'pullrequests', values[3]); fetchUrl = bitbucketUrlGen(values[1], values[2], 'pullrequests', values[3]);
} else { } else {
console.info('Could not parse url, using the provided url.'); fetchUrl = url;
fetchUrl = 'https://crossorigin.me/' + url;
} }
return { return {

1805
yarn.lock

File diff suppressed because it is too large Load diff