From c8dd85f971c8344b80a77b1c525a2eae95c37885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:01:04 +0000 Subject: [PATCH 1/5] chore(deps): update dependency eslint-config-prettier to v6.13.0 (#333) Co-authored-by: Renovate Bot --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c78741f4..9128ed70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index e5baa8f0..0ffb3a24 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@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", From c8c93ce35ef89e36ff9476892e5e8902ed400d9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 18:00:29 +0000 Subject: [PATCH 2/5] chore(deps): update dependency lint-staged to v10.4.1 (#331) Co-authored-by: Renovate Bot --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9128ed70..d399af67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.1.tgz", + "integrity": "sha512-E2Y6Mu1haUD3ZefzwBG8tqy3QDQ9udWRS946YcuDCU8Mi22RjwxrEhLrqTLszxl80DG/sCtKdGCArzEkTsBzJQ==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 0ffb3a24..76b5ac6b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "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.1", "npm-run-all": "4.1.5", "prettier": "2.1.2", "standard-version": "9.0.0", From 6abb70ab52e5663ae6c96206b12f47566829e721 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 19:00:26 +0000 Subject: [PATCH 3/5] chore(deps): update dependency @types/node to v13.13.26 (#334) Co-authored-by: Renovate Bot --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d399af67..87154de7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 76b5ac6b..60074a0a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "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", From 8ba5b9b797680002f2ebdeb7264177aee23f8f6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Oct 2020 09:00:23 +0000 Subject: [PATCH 4/5] chore(deps): update dependency lint-staged to v10.4.2 (#335) Co-authored-by: Renovate Bot --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87154de7..8eded363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2983,9 +2983,9 @@ "dev": true }, "lint-staged": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.1.tgz", - "integrity": "sha512-E2Y6Mu1haUD3ZefzwBG8tqy3QDQ9udWRS946YcuDCU8Mi22RjwxrEhLrqTLszxl80DG/sCtKdGCArzEkTsBzJQ==", + "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", diff --git a/package.json b/package.json index 60074a0a..2a44f88a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-json": "2.1.2", "eslint-plugin-prettier": "3.1.4", "husky": "4.3.0", - "lint-staged": "10.4.1", + "lint-staged": "10.4.2", "npm-run-all": "4.1.5", "prettier": "2.1.2", "standard-version": "9.0.0", From 46e4924cadb6c0ba72cdd76457f57a899d200110 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 10:00:29 +0000 Subject: [PATCH 5/5] fix(deps): update renovate/renovate docker tag to v23.50.0 (#336) Co-authored-by: Renovate Bot --- src/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.ts b/src/docker.ts index 48642b1d..7609fb33 100644 --- a/src/docker.ts +++ b/src/docker.ts @@ -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 {