chore(release): merge master (46e4924cad)

This commit is contained in:
github-actions[bot] 2020-10-18 10:03:59 +00:00
commit 60f06e01c0
3 changed files with 13 additions and 13 deletions

18
package-lock.json generated
View file

@ -383,9 +383,9 @@
"dev": true
},
"@types/node": {
"version": "13.13.25",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.25.tgz",
"integrity": "sha512-6ZMK4xRcF2XrPdKmPYQxZkdHKV18xKgUFVvhIgw2iwaaO6weleLPHLBGPZmLhjo+m1N+MZXRAoBEBCCVqgO2zQ==",
"version": "13.13.26",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.26.tgz",
"integrity": "sha512-+48LLqolaKj/WnIY1crfLseaGQMIDISBy3PTXVOZ7w/PBaRUv+H8t94++atzfoBAvorbUYz6Xq9vh1fHrg33ig==",
"dev": true
},
"@types/normalize-package-data": {
@ -1980,9 +1980,9 @@
}
},
"eslint-config-prettier": {
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz",
"integrity": "sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==",
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.13.0.tgz",
"integrity": "sha512-LcT0i0LSmnzqK2t764pyIt7kKH2AuuqKRTtJTdddWxOiUja9HdG5GXBVF2gmCTvVYWVsTu8J2MhJLVGRh+pj8w==",
"dev": true,
"requires": {
"get-stdin": "^6.0.0"
@ -2983,9 +2983,9 @@
"dev": true
},
"lint-staged": {
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.0.tgz",
"integrity": "sha512-uaiX4U5yERUSiIEQc329vhCTDDwUcSvKdRLsNomkYLRzijk3v8V9GWm2Nz0RMVB87VcuzLvtgy6OsjoH++QHIg==",
"version": "10.4.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.2.tgz",
"integrity": "sha512-OLCA9K1hS+Sl179SO6kX0JtnsaKj/MZalEhUj5yAgXsb63qPI/Gfn6Ua1KuZdbfkZNEu3/n5C/obYCu70IMt9g==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View file

@ -37,17 +37,17 @@
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@types/node": "13.13.25",
"@types/node": "13.13.26",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"@zeit/ncc": "0.22.3",
"concurrently": "5.3.0",
"eslint": "7.11.0",
"eslint-config-prettier": "6.12.0",
"eslint-config-prettier": "6.13.0",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.3.0",
"lint-staged": "10.4.0",
"lint-staged": "10.4.2",
"npm-run-all": "4.1.5",
"prettier": "2.1.2",
"standard-version": "9.0.0",

View file

@ -1,7 +1,7 @@
class Docker {
readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '23.49.7-slim';
readonly tag = '23.50.0-slim';
readonly tagSuffix = '-slim';
image(): string {