chore(release): merge main (7562fea193)

This commit is contained in:
github-actions[bot] 2022-12-18 05:32:26 +00:00
commit 5ee781360d
3 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "16.3.0", "@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "16.2.4", "@commitlint/config-conventional": "16.2.4",
"@types/node": "16.18.7", "@types/node": "16.18.8",
"@typescript-eslint/eslint-plugin": "5.46.0", "@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0", "@typescript-eslint/parser": "5.46.0",
"@vercel/ncc": "0.36.0", "@vercel/ncc": "0.36.0",

View file

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

View file

@ -329,10 +329,10 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
"@types/node@16.18.7": "@types/node@16.18.8":
version "16.18.7" version "16.18.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.7.tgz#9e34404dba546a6f0851439ebba142680ae56fe0" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.8.tgz#ffb2a4efa4eb4384811081776c52b054481cca54"
integrity sha512-SghuoXv8ghvkrKjTyvhRTeNzivPzGQ8pe09PPGdyqsExiKvBYV/6E3imvjsaJuW8ca61qQN2+SoSzyEHS9r2LA== integrity sha512-TrpoNiaPvBH5h8rQQenMtVsJXtGsVBRJrcp2Ik6oEt99jHfGvDLh20VTTq3ixTbjYujukYz1IlY4N8a8yfY0jA==
"@types/node@>=12": "@types/node@>=12":
version "17.0.21" version "17.0.21"