chore(release): merge main (96c9112a33)

This commit is contained in:
github-actions[bot] 2022-05-06 16:42:28 +00:00
commit bef0526fc4
3 changed files with 12 additions and 12 deletions

View file

@ -6,7 +6,7 @@
"main": "src/index.ts", "main": "src/index.ts",
"engines": { "engines": {
"node": " >=16.0.0", "node": " >=16.0.0",
"yarn": ">=1.22.0" "yarn": "^1.22.0"
}, },
"scripts": { "scripts": {
"format": "prettier --ignore-unknown --write \"**/*.*\"", "format": "prettier --ignore-unknown --write \"**/*.*\"",
@ -42,7 +42,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "16.2.4", "@commitlint/cli": "16.2.4",
"@commitlint/config-conventional": "16.2.4", "@commitlint/config-conventional": "16.2.4",
"@types/node": "16.11.31", "@types/node": "16.11.32",
"@typescript-eslint/eslint-plugin": "5.21.0", "@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0", "@typescript-eslint/parser": "5.21.0",
"@vercel/ncc": "0.33.4", "@vercel/ncc": "0.33.4",
@ -55,6 +55,6 @@
"prettier": "2.6.2", "prettier": "2.6.2",
"standard-version": "9.3.2", "standard-version": "9.3.2",
"ts-node": "10.7.0", "ts-node": "10.7.0",
"typescript": "4.6.3" "typescript": "4.6.4"
} }
} }

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 = '32.45.0-slim'; readonly tag = '32.45.2-slim';
readonly tagSuffix = '-slim'; readonly tagSuffix = '-slim';
image(): string { image(): string {

View file

@ -298,10 +298,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.11.31": "@types/node@16.11.32":
version "16.11.31" version "16.11.32"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.31.tgz#1dad8138efee6808809bb80f9e66bbe3e46c9277" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.32.tgz#ff1a57f7c52dacb3537d22d230654390202774de"
integrity sha512-wh/d0pcu/Ie2mqTIqh4tjd0mLAB4JWxOjHQtLN20HS7sjMHiV4Afr+90hITTyZcxowwha5wjv32jGEn1zkEFMg== integrity sha512-+fnfNvG5JQdC1uGZiTx+0QVtoOHcggy6+epx65JYroPGsE1uhp+vo5kioiGKsAkor6ocwHteU2EvO7N8vtOZtA==
"@types/node@>=12": "@types/node@>=12":
version "17.0.21" version "17.0.21"
@ -2869,10 +2869,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
typescript@4.6.3: typescript@4.6.4:
version "4.6.3" version "4.6.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw== integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
typescript@^4.4.3: typescript@^4.4.3:
version "4.5.2" version "4.5.2"