Skip to content

Instantly share code, notes, and snippets.

@jacksonblankenship
Created May 12, 2023 14:55
Show Gist options
  • Save jacksonblankenship/ae671a5100d96816f772acc0461c1a1a to your computer and use it in GitHub Desktop.
Save jacksonblankenship/ae671a5100d96816f772acc0461c1a1a to your computer and use it in GitHub Desktop.
DEBUG: No dangling containers to remove
INFO: Repository started
{
"renovateVersion": "35.79.1"
}
DEBUG: Using localDir: /mnt/renovate/gh/flylance-apps/comet
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: initRepo("flylance-apps/comet")
DEBUG: Using queue: host=api.github.com, concurrency=10
DEBUG: flylance-apps/comet default branch = main
DEBUG: Using app token for git init
DEBUG: Repository cache is restored from revision 13
DEBUG: Resetting npmrc
DEBUG: checkOnboarding()
DEBUG: isOnboarded()
DEBUG: findPr(renovate/configure, Configure Renovate, !open)
DEBUG: getPrList success
{
"pullsTotal": 3,
"requestsTotal": 1,
"apiQuotaAffected": true
}
DEBUG: Found PR #3
DEBUG: Checking cached config file name
DEBUG: Existing config file confirmed
DEBUG: Repository config
{
"fileName": "renovate.json",
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"groupName": "commitlint",
"matchPackagePatterns": [
"@commitlint/*"
]
},
{
"groupName": "eslint",
"matchPackagePatterns": [
"eslint",
"eslint-*",
"@types/eslint"
]
},
{
"matchPackageNames": [
"node",
"@types/node"
],
"matchCurrentVersion": "^18.0.0",
"allowedVersions": "^18.0.0"
},
{
"groupName": "prettier",
"matchPackagePatterns": [
"prettier",
"prettier-*",
"@types/prettier"
]
},
{
"groupName": "prisma",
"matchPackagePatterns": [
"prisma",
"@prisma/*"
]
},
{
"groupName": "react",
"matchPackagePatterns": [
"react",
"react-dom",
"@types/react",
"@types/react-dom"
]
},
{
"groupName": "trpc",
"matchPackagePatterns": [
"@trpc/*"
]
},
{
"groupName": "typescript-eslint",
"matchPackagePatterns": [
"@typescript-eslint/*"
]
}
]
}
}
DEBUG: Repo is onboarded
DEBUG: migrateAndValidate()
DEBUG: No config migration necessary
DEBUG: massaged config
{
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>whitesource/merge-confidence:beta",
"config:base"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"groupName": "commitlint",
"matchPackagePatterns": [
"@commitlint/*"
]
},
{
"groupName": "eslint",
"matchPackagePatterns": [
"eslint",
"eslint-*",
"@types/eslint"
]
},
{
"matchPackageNames": [
"node",
"@types/node"
],
"matchCurrentVersion": "^18.0.0",
"allowedVersions": "^18.0.0"
},
{
"groupName": "prettier",
"matchPackagePatterns": [
"prettier",
"prettier-*",
"@types/prettier"
]
},
{
"groupName": "prisma",
"matchPackagePatterns": [
"prisma",
"@prisma/*"
]
},
{
"groupName": "react",
"matchPackagePatterns": [
"react",
"react-dom",
"@types/react",
"@types/react-dom"
]
},
{
"groupName": "trpc",
"matchPackagePatterns": [
"@trpc/*"
]
},
{
"groupName": "typescript-eslint",
"matchPackagePatterns": [
"@typescript-eslint/*"
]
}
]
}
}
DEBUG: migrated config
{
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>whitesource/merge-confidence:beta",
"config:base"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"groupName": "commitlint",
"matchPackagePatterns": [
"@commitlint/*"
]
},
{
"groupName": "eslint",
"matchPackagePatterns": [
"eslint",
"eslint-*",
"@types/eslint"
]
},
{
"matchPackageNames": [
"node",
"@types/node"
],
"matchCurrentVersion": "^18.0.0",
"allowedVersions": "^18.0.0"
},
{
"groupName": "prettier",
"matchPackagePatterns": [
"prettier",
"prettier-*",
"@types/prettier"
]
},
{
"groupName": "prisma",
"matchPackagePatterns": [
"prisma",
"@prisma/*"
]
},
{
"groupName": "react",
"matchPackagePatterns": [
"react",
"react-dom",
"@types/react",
"@types/react-dom"
]
},
{
"groupName": "trpc",
"matchPackagePatterns": [
"@trpc/*"
]
},
{
"groupName": "typescript-eslint",
"matchPackagePatterns": [
"@typescript-eslint/*"
]
}
]
}
}
DEBUG: Setting hostRules from config
DEBUG: Found repo ignorePaths
{
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
]
}
DEBUG: Using queue: host=api.github.com, concurrency=10
DEBUG: No vulnerability alerts found
DEBUG: No vulnerability alerts found
DEBUG: findIssue(Dependency Dashboard)
DEBUG: Retrieving issueList
DEBUG: Retrieved 1 issues
DEBUG: Found issue 4
DEBUG: No baseBranches
DEBUG: extract()
DEBUG: Cached extract for sha=531a926fb88b21785e7829e6bf79ddba43442ecd is valid and can be used
DEBUG: Deleted cached dep updates
INFO: Dependency extraction complete
{
"baseBranch": "main",
"stats": {
"managers": {
"asdf": {
"fileCount": 1,
"depCount": 1
},
"github-actions": {
"fileCount": 1,
"depCount": 4
},
"npm": {
"fileCount": 1,
"depCount": 36
}
},
"total": {
"fileCount": 3,
"depCount": 41
}
}
}
DEBUG: Setting npmrc
DEBUG: PackageFiles.add() - Package file saved for base branch
{
"baseBranch": "main"
}
DEBUG: Package releases lookups complete
{
"baseBranch": "main"
}
DEBUG: branchifyUpgrades
DEBUG: detectSemanticCommits()
DEBUG: semanticCommits: returning "enabled" from cache
DEBUG: 10 flattened updates found: @trpc/server, @types/eslint, @types/node, @types/react, @types/react-dom, eslint, husky, postcss, prettier, typescript
DEBUG: Returning 8 branch(es)
DEBUG: config.repoIsOnboarded=true
DEBUG: packageFiles with updates
{
"baseBranch": "main",
"config": {
"asdf": [
{
"deps": [
{
"currentValue": "18.16.0",
"currentVersion": "18.16.0",
"datasource": "node-version",
"depName": "node",
"fixedVersion": "18.16.0",
"homepage": "https://nodejs.org",
"packageName": "node",
"registryUrl": "https://nodejs.org/dist",
"sourceUrl": "https://github.com/nodejs/node",
"versioning": "node",
"warnings": [],
"updates": []
}
],
"packageFile": ".tool-versions"
}
],
"github-actions": [
{
"deps": [
{
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"commitMessageTopic": "{{{depName}}} action",
"currentValue": "v3",
"currentVersion": "v3",
"datasource": "github-tags",
"depName": "actions/checkout",
"depType": "action",
"fixedVersion": "v3",
"packageName": "actions/checkout",
"registryUrl": "https://github.com",
"replaceString": "actions/checkout@v3",
"sourceUrl": "https://github.com/actions/checkout",
"versioning": "docker",
"warnings": [],
"updates": []
},
{
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"commitMessageTopic": "{{{depName}}} action",
"currentValue": "v3",
"currentVersion": "v3",
"datasource": "github-tags",
"depName": "actions/setup-node",
"depType": "action",
"fixedVersion": "v3",
"packageName": "actions/setup-node",
"registryUrl": "https://github.com",
"replaceString": "actions/setup-node@v3",
"sourceUrl": "https://github.com/actions/setup-node",
"versioning": "docker",
"warnings": [],
"updates": []
},
{
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"commitMessageTopic": "{{{depName}}} action",
"currentValue": "v2",
"currentVersion": "v2",
"datasource": "github-tags",
"depName": "pnpm/action-setup",
"depType": "action",
"fixedVersion": "v2",
"packageName": "pnpm/action-setup",
"registryUrl": "https://github.com",
"replaceString": "pnpm/action-setup@v2",
"sourceUrl": "https://github.com/pnpm/action-setup",
"versioning": "docker",
"warnings": [],
"updates": []
},
{
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"commitMessageTopic": "{{{depName}}} action",
"currentValue": "v3",
"currentVersion": "v3",
"datasource": "github-tags",
"depName": "actions/cache",
"depType": "action",
"fixedVersion": "v3",
"packageName": "actions/cache",
"registryUrl": "https://github.com",
"replaceString": "actions/cache@v3",
"sourceUrl": "https://github.com/actions/cache",
"versioning": "docker",
"warnings": [],
"updates": []
}
],
"packageFile": ".github/workflows/ci.yml"
}
],
"npm": [
{
"constraints": {
"node": "18",
"pnpm": ">=8"
},
"deps": [
{
"currentValue": "^4.17.3",
"currentVersion": "4.17.3",
"datasource": "npm",
"depName": "@clerk/nextjs",
"depType": "dependencies",
"homepage": "https://clerk.com/",
"lockedVersion": null,
"packageName": "@clerk/nextjs",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/clerkinc/javascript",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^4.14.0",
"currentVersion": "4.14.0",
"datasource": "npm",
"depName": "@prisma/client",
"depType": "dependencies",
"homepage": "https://www.prisma.io",
"lockedVersion": null,
"packageName": "@prisma/client",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/client",
"sourceUrl": "https://github.com/prisma/prisma",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^0.3.1",
"currentVersion": "0.3.1",
"datasource": "npm",
"depName": "@t3-oss/env-nextjs",
"depType": "dependencies",
"lockedVersion": null,
"packageName": "@t3-oss/env-nextjs",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/nextjs",
"sourceUrl": "https://github.com/t3-oss/t3-env",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^4.28.0",
"currentVersion": "4.29.5",
"datasource": "npm",
"depName": "@tanstack/react-query",
"depType": "dependencies",
"homepage": "https://tanstack.com/query",
"lockedVersion": null,
"packageName": "@tanstack/react-query",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/tanstack/query",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^10.18.0",
"currentVersion": "10.25.1",
"datasource": "npm",
"depName": "@trpc/client",
"depType": "dependencies",
"homepage": "https://trpc.io",
"lockedVersion": null,
"packageName": "@trpc/client",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/client",
"sourceUrl": "https://github.com/trpc/trpc",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^10.18.0",
"currentVersion": "10.25.1",
"datasource": "npm",
"depName": "@trpc/next",
"depType": "dependencies",
"homepage": "https://trpc.io",
"lockedVersion": null,
"packageName": "@trpc/next",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/next",
"sourceUrl": "https://github.com/trpc/trpc",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^10.18.0",
"currentVersion": "10.25.1",
"datasource": "npm",
"depName": "@trpc/react-query",
"depType": "dependencies",
"homepage": "https://trpc.io",
"lockedVersion": null,
"packageName": "@trpc/react-query",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/react",
"sourceUrl": "https://github.com/trpc/trpc",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^10.18.0",
"currentVersion": "10.18.0",
"datasource": "npm",
"depName": "@trpc/server",
"depType": "dependencies",
"fixedVersion": "10.18.0",
"homepage": "https://trpc.io",
"isSingleVersion": true,
"lockedVersion": "10.18.0",
"packageName": "@trpc/server",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/server",
"sourceUrl": "https://github.com/trpc/trpc",
"versioning": "npm",
"warnings": [],
"updates": [
{
"bucket": "non-major",
"newVersion": "10.25.1",
"newValue": "^10.18.0",
"releaseTimestamp": "2023-05-09T20:28:41.287Z",
"newMajor": 10,
"newMinor": 25,
"updateType": "minor",
"isRange": true,
"isLockfileUpdate": true,
"branchName": "renovate/trpc"
}
]
},
{
"currentValue": "13.4.2",
"currentVersion": "13.4.2",
"datasource": "npm",
"depName": "next",
"depType": "dependencies",
"fixedVersion": "13.4.2",
"homepage": "https://nextjs.org",
"lockedVersion": null,
"packageName": "next",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/vercel/next.js",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^0.2.1",
"currentVersion": "0.2.1",
"datasource": "npm",
"depName": "next-themes",
"depType": "dependencies",
"lockedVersion": null,
"packageName": "next-themes",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/pacocoursey/next-themes",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "18.2.0",
"currentVersion": "18.2.0",
"datasource": "npm",
"depName": "react",
"depType": "dependencies",
"fixedVersion": "18.2.0",
"homepage": "https://reactjs.org/",
"lockedVersion": "18.2.0",
"packageName": "react",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/react",
"sourceUrl": "https://github.com/facebook/react",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "18.2.0",
"currentVersion": "18.2.0",
"datasource": "npm",
"depName": "react-dom",
"depType": "dependencies",
"fixedVersion": "18.2.0",
"homepage": "https://reactjs.org/",
"lockedVersion": null,
"packageName": "react-dom",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/react-dom",
"sourceUrl": "https://github.com/facebook/react",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "1.12.3",
"currentVersion": "1.12.3",
"datasource": "npm",
"depName": "superjson",
"depType": "dependencies",
"fixedVersion": "1.12.3",
"lockedVersion": "1.12.3",
"packageName": "superjson",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/blitz-js/superjson",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^3.21.4",
"currentVersion": "3.21.4",
"datasource": "npm",
"depName": "zod",
"depType": "dependencies",
"fixedVersion": "3.21.4",
"homepage": "https://zod.dev",
"lockedVersion": "3.21.4",
"packageName": "zod",
"prettyDepType": "dependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/colinhacks/zod",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^17.6.3",
"currentVersion": "17.6.3",
"datasource": "npm",
"depName": "@commitlint/cli",
"depType": "devDependencies",
"fixedVersion": "17.6.3",
"homepage": "https://commitlint.js.org/",
"lockedVersion": "17.6.3",
"packageName": "@commitlint/cli",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "@commitlint/cli",
"sourceUrl": "https://github.com/conventional-changelog/commitlint",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^17.6.3",
"currentVersion": "17.6.3",
"datasource": "npm",
"depName": "@commitlint/config-conventional",
"depType": "devDependencies",
"fixedVersion": "17.6.3",
"homepage": "https://commitlint.js.org/",
"lockedVersion": "17.6.3",
"packageName": "@commitlint/config-conventional",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "@commitlint/config-conventional",
"sourceUrl": "https://github.com/conventional-changelog/commitlint",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^17.4.4",
"currentVersion": "17.4.4",
"datasource": "npm",
"depName": "@commitlint/types",
"depType": "devDependencies",
"fixedVersion": "17.4.4",
"homepage": "https://commitlint.js.org/",
"lockedVersion": "17.4.4",
"packageName": "@commitlint/types",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "@commitlint/types",
"sourceUrl": "https://github.com/conventional-changelog/commitlint",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^8.21.3",
"currentVersion": "8.21.3",
"datasource": "npm",
"depName": "@types/eslint",
"depType": "devDependencies",
"fixedVersion": "8.21.3",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint",
"isSingleVersion": true,
"lockedVersion": "8.21.3",
"packageName": "@types/eslint",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/eslint",
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"versioning": "npm",
"warnings": [],
"updates": [
{
"bucket": "non-major",
"newVersion": "8.37.0",
"newValue": "^8.21.3",
"releaseTimestamp": "2023-03-29T21:03:09.062Z",
"newMajor": 8,
"newMinor": 37,
"updateType": "minor",
"isRange": true,
"isLockfileUpdate": true,
"branchName": "renovate/eslint"
}
]
},
{
"currentValue": "^18.15.5",
"currentVersion": "18.15.5",
"datasource": "npm",
"depName": "@types/node",
"depType": "devDependencies",
"fixedVersion": "18.15.5",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
"isSingleVersion": true,
"lockedVersion": "18.15.5",
"packageName": "@types/node",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/node",
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"versioning": "node",
"warnings": [],
"updates": [
{
"bucket": "non-major",
"newVersion": "18.16.8",
"newValue": "^18.15.5",
"releaseTimestamp": "2023-05-11T20:04:08.581Z",
"newMajor": 18,
"newMinor": 16,
"updateType": "minor",
"isRange": true,
"isLockfileUpdate": true,
"branchName": "renovate/node-18.x-lockfile"
}
]
},
{
"currentValue": "^2.7.2",
"currentVersion": "2.7.2",
"datasource": "npm",
"depName": "@types/prettier",
"depType": "devDependencies",
"fixedVersion": "2.7.2",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prettier",
"lockedVersion": "2.7.2",
"packageName": "@types/prettier",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/prettier",
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^18.0.28",
"currentVersion": "18.0.28",
"datasource": "npm",
"depName": "@types/react",
"depType": "devDependencies",
"fixedVersion": "18.0.28",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
"isSingleVersion": true,
"lockedVersion": "18.0.28",
"packageName": "@types/react",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/react",
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"versioning": "npm",
"warnings": [],
"updates": [
{
"bucket": "non-major",
"newVersion": "18.2.6",
"newValue": "^18.0.28",
"releaseTimestamp": "2023-05-06T11:32:52.704Z",
"newMajor": 18,
"newMinor": 2,
"updateType": "minor",
"isRange": true,
"isLockfileUpdate": true,
"branchName": "renovate/react"
}
]
},
{
"currentValue": "^18.0.11",
"currentVersion": "18.0.11",
"datasource": "npm",
"depName": "@types/react-dom",
"depType": "devDependencies",
"fixedVersion": "18.0.11",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
"isSingleVersion": true,
"lockedVersion": "18.0.11",
"packageName": "@types/react-dom",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "types/react-dom",
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"versioning": "npm",
"warnings": [],
"updates": [
{
"bucket": "non-major",
"newVersion": "18.2.4",
"newValue": "^18.0.11",
"releaseTimestamp": "2023-05-05T15:32:49.921Z",
"newMajor": 18,
"newMinor": 2,
"updateType": "minor",
"isRange": true,
"isLockfileUpdate": true,
"branchName": "renovate/react"
}
]
},
{
"currentValue": "^5.59.5",
"currentVersion": "5.59.5",
"datasource": "npm",
"depName": "@typescript-eslint/eslint-plugin",
"depType": "devDependencies",
"lockedVersion": null,
"packageName": "@typescript-eslint/eslint-plugin",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/eslint-plugin",
"sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^5.59.5",
"currentVersion": "5.59.5",
"datasource": "npm",
"depName": "@typescript-eslint/parser",
"depType": "devDependencies",
"lockedVersion": null,
"packageName": "@typescript-eslint/parser",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/parser",
"sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^10.4.14",
"currentVersion": "10.4.14",
"datasource": "npm",
"depName": "autoprefixer",
"depType": "devDependencies",
"lockedVersion": null,
"packageName": "autoprefixer",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/postcss/autoprefixer",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^8.36.0",
"currentVersion": "8.36.0",
"datasource": "npm",
"depName": "eslint",
"depType": "devDependencies",
"fixedVersion": "8.36.0",
"homepage": "https://eslint.org",
"isSingleVersion": true,
"lockedVersion": "8.36.0",
"packageName": "eslint",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/eslint/eslint",
"versioning": "npm",
"warnings": [],
"updates": [
{
"bucket": "non-major",
"newVersion": "8.40.0",
"newValue": "^8.36.0",
"releaseTimestamp": "2023-05-05T20:42:42.590Z",
"newMajor": 8,
"newMinor": 40,
"updateType": "minor",
"isRange": true,
"isLockfileUpdate": true,
"branchName": "renovate/eslint"
}
]
},
{
"currentValue": "^13.2.4",
"currentVersion": "13.4.2",
"datasource": "npm",
"depName": "eslint-config-next",
"depType": "devDependencies",
"lockedVersion": null,
"packageName": "eslint-config-next",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/eslint-config-next",
"sourceUrl": "https://github.com/vercel/next.js",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^8.0.0",
"currentVersion": "8.0.0",
"datasource": "npm",
"depName": "husky",
"depType": "devDependencies",
"fixedVersion": "8.0.0",
"homepage": "https://typicode.github.io/husky",
"isSingleVersion": true,
"lockedVersion": "8.0.0",
"packageName": "husky",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/typicode/husky",
"versioning": "npm",
"warnings": [],
"updates": [
{
"bucket": "non-major",
"newVersion": "8.0.3",
"newValue": "^8.0.0",
"releaseTimestamp": "2023-01-03T08:01:18.807Z",
"newMajor": 8,
"newMinor": 0,
"updateType": "patch",
"isRange": true,
"isLockfileUpdate": true,
"branchName": "renovate/husky-8.x-lockfile"
}
]
},
{
"currentValue": "^13.2.2",
"currentVersion": "13.2.2",
"datasource": "npm",
"depName": "lint-staged",
"depType": "devDependencies",
"fixedVersion": "13.2.2",
"lockedVersion": "13.2.2",
"packageName": "lint-staged",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/okonet/lint-staged",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^8.4.21",
"currentVersion": "8.4.21",
"datasource": "npm",
"depName": "postcss",
"depType": "devDependencies",
"fixedVersion": "8.4.21",
"homepage": "https://postcss.org/",
"isSingleVersion": true,
"lockedVersion": "8.4.21",
"packageName": "postcss",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/postcss/postcss",
"versioning": "npm",
"warnings": [],
"updates": [
{
"bucket": "non-major",
"newVersion": "8.4.23",
"newValue": "^8.4.21",
"releaseTimestamp": "2023-04-19T19:03:35.603Z",
"newMajor": 8,
"newMinor": 4,
"updateType": "patch",
"isRange": true,
"isLockfileUpdate": true,
"branchName": "renovate/postcss-8.x-lockfile"
}
]
},
{
"currentValue": "^2.8.6",
"currentVersion": "2.8.6",
"datasource": "npm",
"depName": "prettier",
"depType": "devDependencies",
"fixedVersion": "2.8.6",
"homepage": "https://prettier.io",
"isSingleVersion": true,
"lockedVersion": "2.8.6",
"packageName": "prettier",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/prettier/prettier",
"versioning": "npm",
"warnings": [],
"updates": [
{
"bucket": "non-major",
"newVersion": "2.8.8",
"newValue": "^2.8.6",
"releaseTimestamp": "2023-04-23T07:26:12.772Z",
"newMajor": 2,
"newMinor": 8,
"updateType": "patch",
"isRange": true,
"isLockfileUpdate": true,
"branchName": "renovate/prettier"
}
]
},
{
"currentValue": "^0.2.6",
"currentVersion": "0.2.8",
"datasource": "npm",
"depName": "prettier-plugin-tailwindcss",
"depType": "devDependencies",
"lockedVersion": null,
"packageName": "prettier-plugin-tailwindcss",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/tailwindlabs/prettier-plugin-tailwindcss",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^4.14.0",
"currentVersion": "4.14.0",
"datasource": "npm",
"depName": "prisma",
"depType": "devDependencies",
"fixedVersion": "4.14.0",
"homepage": "https://www.prisma.io",
"lockedVersion": "4.14.0",
"packageName": "prisma",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceDirectory": "packages/cli",
"sourceUrl": "https://github.com/prisma/prisma",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^3.3.0",
"currentVersion": "3.3.2",
"datasource": "npm",
"depName": "tailwindcss",
"depType": "devDependencies",
"homepage": "https://tailwindcss.com",
"lockedVersion": null,
"packageName": "tailwindcss",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/tailwindlabs/tailwindcss",
"versioning": "npm",
"warnings": [],
"updates": []
},
{
"currentValue": "^5.0.2",
"currentVersion": "5.0.2",
"datasource": "npm",
"depName": "typescript",
"depType": "devDependencies",
"fixedVersion": "5.0.2",
"homepage": "https://www.typescriptlang.org/",
"isSingleVersion": true,
"lockedVersion": "5.0.2",
"packageName": "typescript",
"prettyDepType": "devDependency",
"registryUrl": "https://registry.npmjs.org",
"sourceUrl": "https://github.com/Microsoft/TypeScript",
"versioning": "npm",
"warnings": [],
"updates": [
{
"bucket": "non-major",
"newVersion": "5.0.4",
"newValue": "^5.0.2",
"releaseTimestamp": "2023-04-07T17:52:25.635Z",
"newMajor": 5,
"newMinor": 0,
"updateType": "patch",
"isRange": true,
"isLockfileUpdate": true,
"branchName": "renovate/typescript-5.x-lockfile"
}
]
},
{
"commitMessageTopic": "Node.js",
"currentValue": "18",
"currentVersion": "v18.16.0",
"datasource": "github-tags",
"depName": "node",
"depType": "engines",
"lockedVersion": null,
"packageName": "nodejs/node",
"prettyDepType": "engine",
"registryUrl": "https://github.com",
"sourceUrl": "https://github.com/nodejs/node",
"versioning": "node",
"warnings": [],
"updates": []
}
],
"lockFiles": [
"pnpm-lock.yaml"
],
"managerData": {
"hasPackageManager": false,
"pnpmShrinkwrap": "pnpm-lock.yaml",
"yarnZeroInstall": false
},
"npmrc": "***********",
"packageFile": "package.json",
"skipInstalls": true
}
]
}
}
DEBUG: detectSemanticCommits()
DEBUG: semanticCommits: returning "enabled" from cache
DEBUG: processRepo()
DEBUG: Processing 8 branches: renovate/eslint, renovate/husky-8.x-lockfile, renovate/node-18.x-lockfile, renovate/postcss-8.x-lockfile, renovate/prettier, renovate/react, renovate/trpc, renovate/typescript-5.x-lockfile
DEBUG: Calculating hourly PRs remaining
DEBUG: currentHourStart=2023-05-12T10:00:00.000+00:00
DEBUG: PR hourly limit remaining: 2
DEBUG: Calculating prConcurrentLimit (10)
DEBUG: getBranchPr(renovate/husky-8.x-lockfile)
DEBUG: findPr(renovate/husky-8.x-lockfile, undefined, open)
DEBUG: findPr(renovate/husky-8.x-lockfile, undefined, closed)
DEBUG: getBranchPr(renovate/postcss-8.x-lockfile)
DEBUG: findPr(renovate/postcss-8.x-lockfile, undefined, open)
DEBUG: findPr(renovate/postcss-8.x-lockfile, undefined, closed)
DEBUG: getBranchPr(renovate/prettier)
DEBUG: findPr(renovate/prettier, undefined, open)
DEBUG: findPr(renovate/prettier, undefined, closed)
DEBUG: getBranchPr(renovate/typescript-5.x-lockfile)
DEBUG: findPr(renovate/typescript-5.x-lockfile, undefined, open)
DEBUG: findPr(renovate/typescript-5.x-lockfile, undefined, closed)
DEBUG: getBranchPr(renovate/node-18.x-lockfile)
DEBUG: findPr(renovate/node-18.x-lockfile, undefined, open)
DEBUG: findPr(renovate/node-18.x-lockfile, undefined, closed)
DEBUG: getBranchPr(renovate/eslint)
DEBUG: findPr(renovate/eslint, undefined, open)
DEBUG: findPr(renovate/eslint, undefined, closed)
DEBUG: getBranchPr(renovate/react)
DEBUG: findPr(renovate/react, undefined, open)
DEBUG: findPr(renovate/react, undefined, closed)
DEBUG: getBranchPr(renovate/trpc)
DEBUG: findPr(renovate/trpc, undefined, open)
DEBUG: findPr(renovate/trpc, undefined, closed)
DEBUG: 0 PRs are currently open
DEBUG: PR concurrent limit remaining: 10
DEBUG: Calculated maximum PRs remaining this run: 2
DEBUG: PullRequests limit = 2
DEBUG: Calculating hourly PRs remaining
DEBUG: currentHourStart=2023-05-12T10:00:00.000+00:00
DEBUG: PR hourly limit remaining: 2
DEBUG: Calculating branchConcurrentLimit (10)
DEBUG: 0 already existing branches found:
DEBUG: Branch concurrent limit remaining: 10
DEBUG: Calculated maximum branches remaining this run: 2
DEBUG: Branches limit = 2
DEBUG: syncBranchState()(branch="renovate/husky-8.x-lockfile")
DEBUG: getBranchPr(renovate/husky-8.x-lockfile)(branch="renovate/husky-8.x-lockfile")
DEBUG: findPr(renovate/husky-8.x-lockfile, undefined, open)(branch="renovate/husky-8.x-lockfile")
DEBUG: findPr(renovate/husky-8.x-lockfile, undefined, closed)(branch="renovate/husky-8.x-lockfile")
DEBUG: branchExists=false(branch="renovate/husky-8.x-lockfile")
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/husky-8.x-lockfile")
DEBUG: recreateClosed is false(branch="renovate/husky-8.x-lockfile")
DEBUG: findPr(renovate/husky-8.x-lockfile, chore(deps): update dependency husky to v8.0.3, !open)(branch="renovate/husky-8.x-lockfile")
DEBUG: prAlreadyExisted=false(branch="renovate/husky-8.x-lockfile")
DEBUG: Checking schedule(at any time, null)(branch="renovate/husky-8.x-lockfile")
DEBUG: No schedule defined(branch="renovate/husky-8.x-lockfile")
DEBUG: Branch needs creating(branch="renovate/husky-8.x-lockfile")
DEBUG: Using reuseExistingBranch: false(branch="renovate/husky-8.x-lockfile")
DEBUG: Setting current branch to main(branch="renovate/husky-8.x-lockfile")
DEBUG: Initializing git repository into /mnt/renovate/gh/flylance-apps/comet(branch="renovate/husky-8.x-lockfile")
DEBUG: Performing blobless clone(branch="renovate/husky-8.x-lockfile")
DEBUG: git clone completed(branch="renovate/husky-8.x-lockfile")
{
"durationMs": 1222
}
DEBUG: latest repository commit(branch="renovate/husky-8.x-lockfile")
{
"latestCommit": {
"hash": "531a926fb88b21785e7829e6bf79ddba43442ecd",
"date": "2023-05-11T23:18:19-05:00",
"message": "fix(deps): update dependency next to v13.4.2 (#10)",
"refs": "HEAD -> main, origin/main, origin/HEAD",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"author_name": "renovate[bot]",
"author_email": "29139614+renovate[bot]@users.noreply.github.com"
}
}
DEBUG: latest commit(branch="renovate/husky-8.x-lockfile")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/husky-8.x-lockfile")
DEBUG: Unsupported lock file: pnpm-lock.yaml(branch="renovate/husky-8.x-lockfile")
DEBUG: No package files need updating(branch="renovate/husky-8.x-lockfile")
DEBUG: Getting updated lock files(branch="renovate/husky-8.x-lockfile")
DEBUG: Writing package.json files(branch="renovate/husky-8.x-lockfile")
{
"packageFiles": [
"package.json"
]
}
DEBUG: Writing any updated package files(branch="renovate/husky-8.x-lockfile")
DEBUG: No updated lock files in branch(branch="renovate/husky-8.x-lockfile")
DEBUG: No files to commit(branch="renovate/husky-8.x-lockfile")
DEBUG: Setting current branch to main(branch="renovate/husky-8.x-lockfile")
DEBUG: latest commit(branch="renovate/husky-8.x-lockfile")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: syncBranchState()(branch="renovate/postcss-8.x-lockfile")
DEBUG: getBranchPr(renovate/postcss-8.x-lockfile)(branch="renovate/postcss-8.x-lockfile")
DEBUG: findPr(renovate/postcss-8.x-lockfile, undefined, open)(branch="renovate/postcss-8.x-lockfile")
DEBUG: findPr(renovate/postcss-8.x-lockfile, undefined, closed)(branch="renovate/postcss-8.x-lockfile")
DEBUG: branchExists=false(branch="renovate/postcss-8.x-lockfile")
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/postcss-8.x-lockfile")
DEBUG: recreateClosed is false(branch="renovate/postcss-8.x-lockfile")
DEBUG: findPr(renovate/postcss-8.x-lockfile, chore(deps): update dependency postcss to v8.4.23, !open)(branch="renovate/postcss-8.x-lockfile")
DEBUG: prAlreadyExisted=false(branch="renovate/postcss-8.x-lockfile")
DEBUG: Checking schedule(at any time, null)(branch="renovate/postcss-8.x-lockfile")
DEBUG: No schedule defined(branch="renovate/postcss-8.x-lockfile")
DEBUG: Branch needs creating(branch="renovate/postcss-8.x-lockfile")
DEBUG: Using reuseExistingBranch: false(branch="renovate/postcss-8.x-lockfile")
DEBUG: Setting current branch to main(branch="renovate/postcss-8.x-lockfile")
DEBUG: latest commit(branch="renovate/postcss-8.x-lockfile")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/postcss-8.x-lockfile")
DEBUG: Unsupported lock file: pnpm-lock.yaml(branch="renovate/postcss-8.x-lockfile")
DEBUG: No package files need updating(branch="renovate/postcss-8.x-lockfile")
DEBUG: Getting updated lock files(branch="renovate/postcss-8.x-lockfile")
DEBUG: Writing package.json files(branch="renovate/postcss-8.x-lockfile")
{
"packageFiles": [
"package.json"
]
}
DEBUG: Writing any updated package files(branch="renovate/postcss-8.x-lockfile")
DEBUG: No updated lock files in branch(branch="renovate/postcss-8.x-lockfile")
DEBUG: No files to commit(branch="renovate/postcss-8.x-lockfile")
DEBUG: Setting current branch to main(branch="renovate/postcss-8.x-lockfile")
DEBUG: latest commit(branch="renovate/postcss-8.x-lockfile")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: syncBranchState()(branch="renovate/prettier")
DEBUG: getBranchPr(renovate/prettier)(branch="renovate/prettier")
DEBUG: findPr(renovate/prettier, undefined, open)(branch="renovate/prettier")
DEBUG: findPr(renovate/prettier, undefined, closed)(branch="renovate/prettier")
DEBUG: branchExists=false(branch="renovate/prettier")
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/prettier")
DEBUG: recreateClosed is false(branch="renovate/prettier")
DEBUG: findPr(renovate/prettier, chore(deps): update dependency prettier to v2.8.8, !open)(branch="renovate/prettier")
DEBUG: prAlreadyExisted=false(branch="renovate/prettier")
DEBUG: Checking schedule(at any time, null)(branch="renovate/prettier")
DEBUG: No schedule defined(branch="renovate/prettier")
DEBUG: Branch needs creating(branch="renovate/prettier")
DEBUG: Using reuseExistingBranch: false(branch="renovate/prettier")
DEBUG: Setting current branch to main(branch="renovate/prettier")
DEBUG: latest commit(branch="renovate/prettier")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/prettier")
DEBUG: Unsupported lock file: pnpm-lock.yaml(branch="renovate/prettier")
DEBUG: No package files need updating(branch="renovate/prettier")
DEBUG: Getting updated lock files(branch="renovate/prettier")
DEBUG: Writing package.json files(branch="renovate/prettier")
{
"packageFiles": [
"package.json"
]
}
DEBUG: Writing any updated package files(branch="renovate/prettier")
DEBUG: No updated lock files in branch(branch="renovate/prettier")
DEBUG: No files to commit(branch="renovate/prettier")
DEBUG: Setting current branch to main(branch="renovate/prettier")
DEBUG: latest commit(branch="renovate/prettier")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: syncBranchState()(branch="renovate/typescript-5.x-lockfile")
DEBUG: getBranchPr(renovate/typescript-5.x-lockfile)(branch="renovate/typescript-5.x-lockfile")
DEBUG: findPr(renovate/typescript-5.x-lockfile, undefined, open)(branch="renovate/typescript-5.x-lockfile")
DEBUG: findPr(renovate/typescript-5.x-lockfile, undefined, closed)(branch="renovate/typescript-5.x-lockfile")
DEBUG: branchExists=false(branch="renovate/typescript-5.x-lockfile")
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/typescript-5.x-lockfile")
DEBUG: recreateClosed is false(branch="renovate/typescript-5.x-lockfile")
DEBUG: findPr(renovate/typescript-5.x-lockfile, chore(deps): update dependency typescript to v5.0.4, !open)(branch="renovate/typescript-5.x-lockfile")
DEBUG: prAlreadyExisted=false(branch="renovate/typescript-5.x-lockfile")
DEBUG: Checking schedule(at any time, null)(branch="renovate/typescript-5.x-lockfile")
DEBUG: No schedule defined(branch="renovate/typescript-5.x-lockfile")
DEBUG: Branch needs creating(branch="renovate/typescript-5.x-lockfile")
DEBUG: Using reuseExistingBranch: false(branch="renovate/typescript-5.x-lockfile")
DEBUG: Setting current branch to main(branch="renovate/typescript-5.x-lockfile")
DEBUG: latest commit(branch="renovate/typescript-5.x-lockfile")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/typescript-5.x-lockfile")
DEBUG: Unsupported lock file: pnpm-lock.yaml(branch="renovate/typescript-5.x-lockfile")
DEBUG: No package files need updating(branch="renovate/typescript-5.x-lockfile")
DEBUG: Getting updated lock files(branch="renovate/typescript-5.x-lockfile")
DEBUG: Writing package.json files(branch="renovate/typescript-5.x-lockfile")
{
"packageFiles": [
"package.json"
]
}
DEBUG: Writing any updated package files(branch="renovate/typescript-5.x-lockfile")
DEBUG: No updated lock files in branch(branch="renovate/typescript-5.x-lockfile")
DEBUG: No files to commit(branch="renovate/typescript-5.x-lockfile")
DEBUG: Setting current branch to main(branch="renovate/typescript-5.x-lockfile")
DEBUG: latest commit(branch="renovate/typescript-5.x-lockfile")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: syncBranchState()(branch="renovate/node-18.x-lockfile")
DEBUG: getBranchPr(renovate/node-18.x-lockfile)(branch="renovate/node-18.x-lockfile")
DEBUG: findPr(renovate/node-18.x-lockfile, undefined, open)(branch="renovate/node-18.x-lockfile")
DEBUG: findPr(renovate/node-18.x-lockfile, undefined, closed)(branch="renovate/node-18.x-lockfile")
DEBUG: branchExists=false(branch="renovate/node-18.x-lockfile")
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/node-18.x-lockfile")
DEBUG: recreateClosed is false(branch="renovate/node-18.x-lockfile")
DEBUG: findPr(renovate/node-18.x-lockfile, chore(deps): update dependency @types/node to v18.16.8, !open)(branch="renovate/node-18.x-lockfile")
DEBUG: prAlreadyExisted=false(branch="renovate/node-18.x-lockfile")
DEBUG: Checking schedule(at any time, null)(branch="renovate/node-18.x-lockfile")
DEBUG: No schedule defined(branch="renovate/node-18.x-lockfile")
DEBUG: Branch needs creating(branch="renovate/node-18.x-lockfile")
DEBUG: Using reuseExistingBranch: false(branch="renovate/node-18.x-lockfile")
DEBUG: Setting current branch to main(branch="renovate/node-18.x-lockfile")
DEBUG: latest commit(branch="renovate/node-18.x-lockfile")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/node-18.x-lockfile")
DEBUG: Unsupported lock file: pnpm-lock.yaml(branch="renovate/node-18.x-lockfile")
DEBUG: No package files need updating(branch="renovate/node-18.x-lockfile")
DEBUG: Getting updated lock files(branch="renovate/node-18.x-lockfile")
DEBUG: Writing package.json files(branch="renovate/node-18.x-lockfile")
{
"packageFiles": [
"package.json"
]
}
DEBUG: Writing any updated package files(branch="renovate/node-18.x-lockfile")
DEBUG: No updated lock files in branch(branch="renovate/node-18.x-lockfile")
DEBUG: No files to commit(branch="renovate/node-18.x-lockfile")
DEBUG: Setting current branch to main(branch="renovate/node-18.x-lockfile")
DEBUG: latest commit(branch="renovate/node-18.x-lockfile")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: syncBranchState()(branch="renovate/eslint")
DEBUG: getBranchPr(renovate/eslint)(branch="renovate/eslint")
DEBUG: findPr(renovate/eslint, undefined, open)(branch="renovate/eslint")
DEBUG: findPr(renovate/eslint, undefined, closed)(branch="renovate/eslint")
DEBUG: branchExists=false(branch="renovate/eslint")
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/eslint")
DEBUG: recreateClosed is true(branch="renovate/eslint")
DEBUG: Checking schedule(at any time, null)(branch="renovate/eslint")
DEBUG: No schedule defined(branch="renovate/eslint")
DEBUG: Branch needs creating(branch="renovate/eslint")
DEBUG: Using reuseExistingBranch: false(branch="renovate/eslint")
DEBUG: Setting current branch to main(branch="renovate/eslint")
DEBUG: latest commit(branch="renovate/eslint")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/eslint")
DEBUG: Unsupported lock file: pnpm-lock.yaml(branch="renovate/eslint")
DEBUG: Unsupported lock file: pnpm-lock.yaml(branch="renovate/eslint")
DEBUG: No package files need updating(branch="renovate/eslint")
DEBUG: Getting updated lock files(branch="renovate/eslint")
DEBUG: Writing package.json files(branch="renovate/eslint")
{
"packageFiles": [
"package.json"
]
}
DEBUG: Writing any updated package files(branch="renovate/eslint")
DEBUG: No updated lock files in branch(branch="renovate/eslint")
DEBUG: No files to commit(branch="renovate/eslint")
DEBUG: Setting current branch to main(branch="renovate/eslint")
DEBUG: latest commit(branch="renovate/eslint")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: syncBranchState()(branch="renovate/react")
DEBUG: getBranchPr(renovate/react)(branch="renovate/react")
DEBUG: findPr(renovate/react, undefined, open)(branch="renovate/react")
DEBUG: findPr(renovate/react, undefined, closed)(branch="renovate/react")
DEBUG: branchExists=false(branch="renovate/react")
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/react")
DEBUG: recreateClosed is true(branch="renovate/react")
DEBUG: Checking schedule(at any time, null)(branch="renovate/react")
DEBUG: No schedule defined(branch="renovate/react")
DEBUG: Branch needs creating(branch="renovate/react")
DEBUG: Using reuseExistingBranch: false(branch="renovate/react")
DEBUG: Setting current branch to main(branch="renovate/react")
DEBUG: latest commit(branch="renovate/react")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/react")
DEBUG: Unsupported lock file: pnpm-lock.yaml(branch="renovate/react")
DEBUG: Unsupported lock file: pnpm-lock.yaml(branch="renovate/react")
DEBUG: No package files need updating(branch="renovate/react")
DEBUG: Getting updated lock files(branch="renovate/react")
DEBUG: Writing package.json files(branch="renovate/react")
{
"packageFiles": [
"package.json"
]
}
DEBUG: Writing any updated package files(branch="renovate/react")
DEBUG: No updated lock files in branch(branch="renovate/react")
DEBUG: No files to commit(branch="renovate/react")
DEBUG: Setting current branch to main(branch="renovate/react")
DEBUG: latest commit(branch="renovate/react")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: syncBranchState()(branch="renovate/trpc")
DEBUG: getBranchPr(renovate/trpc)(branch="renovate/trpc")
DEBUG: findPr(renovate/trpc, undefined, open)(branch="renovate/trpc")
DEBUG: findPr(renovate/trpc, undefined, closed)(branch="renovate/trpc")
DEBUG: branchExists=false(branch="renovate/trpc")
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/trpc")
DEBUG: recreateClosed is false(branch="renovate/trpc")
DEBUG: findPr(renovate/trpc, fix(deps): update dependency @trpc/server to v10.25.1, !open)(branch="renovate/trpc")
DEBUG: prAlreadyExisted=false(branch="renovate/trpc")
DEBUG: Checking schedule(at any time, null)(branch="renovate/trpc")
DEBUG: No schedule defined(branch="renovate/trpc")
DEBUG: Branch needs creating(branch="renovate/trpc")
DEBUG: Using reuseExistingBranch: false(branch="renovate/trpc")
DEBUG: Setting current branch to main(branch="renovate/trpc")
DEBUG: latest commit(branch="renovate/trpc")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/trpc")
DEBUG: Unsupported lock file: pnpm-lock.yaml(branch="renovate/trpc")
DEBUG: No package files need updating(branch="renovate/trpc")
DEBUG: Getting updated lock files(branch="renovate/trpc")
DEBUG: Writing package.json files(branch="renovate/trpc")
{
"packageFiles": [
"package.json"
]
}
DEBUG: Writing any updated package files(branch="renovate/trpc")
DEBUG: No updated lock files in branch(branch="renovate/trpc")
DEBUG: No files to commit(branch="renovate/trpc")
DEBUG: Setting current branch to main(branch="renovate/trpc")
DEBUG: latest commit(branch="renovate/trpc")
{
"branchName": "main",
"latestCommitDate": "2023-05-11T23:18:19-05:00"
}
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: getPrCache()
DEBUG: Ensuring Dependency Dashboard
DEBUG: ensureIssue(Dependency Dashboard)
DEBUG: Issue is open and up to date - nothing to do
DEBUG: Removing any stale branches
DEBUG: config.repoIsOnboarded=true
DEBUG: No renovate branches found
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: Repo is activated
DEBUG: Branch summary
{
"cacheModified": true,
"baseBranches": [
{
"branchName": "main",
"sha": "531a926fb88b21785e7829e6bf79ddba43442ecd"
}
],
"branches": [],
"defaultBranch": "main",
"inactiveBranches": [
"renovate/husky-8.x-lockfile",
"renovate/postcss-8.x-lockfile",
"renovate/prettier",
"renovate/typescript-5.x-lockfile",
"renovate/node-18.x-lockfile",
"renovate/eslint",
"renovate/react",
"renovate/trpc"
]
}
DEBUG: Renovate repository PR statistics
{
"stats": {
"total": 2,
"open": 0,
"closed": 0,
"merged": 2
}
}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true
DEBUG: Repository timing splits (milliseconds)
{
"splits": {
"init": 3263,
"extract": 864,
"lookup": 14005,
"onboarding": 0,
"update": 6420
},
"total": 24922
}
DEBUG: Package cache statistics
{
"get": {
"count": 46,
"avgMs": 481,
"medianMs": 145,
"maxMs": 6903
},
"set": {
"count": 0
}
}
DEBUG: http statistics
{
"urls": {
"https://api.github.com/graphql (POST,200)": 22,
"https://api.github.com/repos/flylance-apps/comet/contents/renovate.json (GET,200)": 1,
"https://api.github.com/repos/flylance-apps/comet/issues/4 (GET,200)": 2,
"https://api.github.com/repos/flylance-apps/comet/pulls (GET,200)": 1,
"https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET,200)": 1
},
"hostStats": {
"api.github.com": {
"requestCount": 27,
"requestAvgMs": 554,
"queueAvgMs": 0
}
},
"totalRequests": 27
}
DEBUG: Package lookup durations
{
"npm": {
"count": 35,
"averageMs": 821,
"totalMs": 28722,
"maximumMs": 8655
},
"node-version": {
"count": 1,
"averageMs": 246,
"totalMs": 246,
"maximumMs": 246
},
"github-tags": {
"count": 5,
"averageMs": 3018,
"totalMs": 15089,
"maximumMs": 10239
}
}
DEBUG: dns cache
{
"hosts": [
"api.github.com"
]
}
INFO: Repository finished
{
"cloned": true,
"durationMs": 24922
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment