renovatebot / renovate

Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
https://mend.io/renovate
GNU Affero General Public License v3.0
17.2k stars 2.25k forks source link

Version string is wrong when updating go package with digest update #12301

Closed kamatama41 closed 2 years ago

kamatama41 commented 2 years ago

How are you running Renovate?

WhiteSource Renovate hosted app on github.com

Please select which platform you are using if self-hosting.

No response

If you're self-hosting Renovate, tell us what version of Renovate you run.

No response

Describe the bug

example: https://github.com/seqsense/pcdeditor/pull/83/files Updated version should be v0.0.0-{yyyymmddhhmmss}-{digest} but it's now $2{digest} At least it worked correctly until last week.

Relevant debug logs

https://app.renovatebot.com/dashboard#github/seqsense/pcdeditor/490758822

Logs ``` DEBUG: No dangling containers to remove INFO: Repository started { "renovateVersion": "28.8.3" } DEBUG: Using localDir: /mnt/renovate/gh/seqsense/pcdeditor DEBUG: Repository cache is valid DEBUG: initRepo("seqsense/pcdeditor") DEBUG: Overriding default GitHub endpoint { "endpoint": "https://api.github.com/" } DEBUG: seqsense/pcdeditor default branch = master DEBUG: Using app token for git init DEBUG: resetMemCache() DEBUG: Resetting npmrc DEBUG: checkOnboarding() DEBUG: isOnboarded() DEBUG: Checking cached config file name DEBUG: Existing config file confirmed DEBUG: Repo is onboarded DEBUG: migrateAndValidate() DEBUG: Config migration necessary { "oldConfig": { "extends": [ "github>whitesource/merge-confidence:beta", "config:base", "schedule:weekends" ], "postUpdateOptions": [ "gomodTidy" ], "packageRules": [ { "matchPackagePatterns": [ "^github.com/seqsense/" ], "schedule": [ "at any time" ] }, { "packagePatterns": [ "^golang.org/x/" ], "schedule": [ "on the first day of the month" ] } ], "timezone": "Asia/Tokyo" }, "newConfig": { "extends": [ "github>whitesource/merge-confidence:beta", "config:base", "schedule:weekends" ], "postUpdateOptions": [ "gomodTidy" ], "packageRules": [ { "matchPackagePatterns": [ "^github.com/seqsense/" ], "schedule": [ "at any time" ] }, { "schedule": [ "on the first day of the month" ], "matchPackagePatterns": [ "^golang.org/x/" ] } ], "timezone": "Asia/Tokyo" } } DEBUG: massaged config { "config": { "extends": [ "github>whitesource/merge-confidence:beta", "config:base", "schedule:weekends" ], "postUpdateOptions": [ "gomodTidy" ], "packageRules": [ { "matchPackagePatterns": [ "^github.com/seqsense/" ], "schedule": [ "at any time" ] }, { "schedule": [ "on the first day of the month" ], "matchPackagePatterns": [ "^golang.org/x/" ] } ], "timezone": "Asia/Tokyo" } } DEBUG: migrated config { "config": { "extends": [ "github>whitesource/merge-confidence:beta", "config:base", "schedule:weekends" ], "postUpdateOptions": [ "gomodTidy" ], "packageRules": [ { "matchPackagePatterns": [ "^github.com/seqsense/" ], "schedule": [ "at any time" ] }, { "schedule": [ "on the first day of the month" ], "matchPackagePatterns": [ "^golang.org/x/" ] } ], "timezone": "Asia/Tokyo" } } DEBUG: Setting hostRules from config DEBUG: Found repo ignorePaths { "ignorePaths": [ "**/node_modules/**", "**/bower_components/**", "**/vendor/**", "**/examples/**", "**/__tests__/**", "**/test/**", "**/tests/**", "**/__fixtures__/**" ] } DEBUG: detectSemanticCommits() DEBUG: No vulnerability alerts found DEBUG: No vulnerability alerts found DEBUG: findIssue(Dependency Dashboard) DEBUG: Retrieving issueList DEBUG: Retrieved 2 issues DEBUG: Found issue 43 DEBUG: No baseBranches DEBUG: extract() DEBUG: Found cached extract { "baseBranch": "master", "baseBranchSha": "d1ea6fe850160bbde3b8d0de4e22a3f359c37d78" } DEBUG: Deleted cached dep updates INFO: Dependency extraction complete { "baseBranch": "master", "stats": { "managers": { "github-actions": { "fileCount": 5, "depCount": 14 }, "gomod": { "fileCount": 1, "depCount": 3 }, "npm": { "fileCount": 1, "depCount": 8 } }, "total": { "fileCount": 7, "depCount": 25 } } } DEBUG: Setting npmrc DEBUG: Found no results from datasource that look like a version (github.com/seqsense/webgl-go)(dependency="github.com/seqsense/webgl-go") { "result": { "sourceUrl": "https://github.com/seqsense/webgl-go", "releases": [] } } DEBUG: Found no results from datasource that look like a version (github.com/seqsense/pcgol)(dependency="github.com/seqsense/pcgol") { "result": { "sourceUrl": "https://github.com/seqsense/pcgol", "releases": [] } } DEBUG: Package releases lookups complete { "baseBranch": "master" } DEBUG: branchifyUpgrades DEBUG: Using group branchName template DEBUG: Dependency @typescript-eslint/eslint-plugin is part of group typescript-eslint monorepo DEBUG: Using group branchName template DEBUG: Dependency @typescript-eslint/parser is part of group typescript-eslint monorepo DEBUG: 5 flattened updates found: github.com/seqsense/pcgol, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint, styled-components DEBUG: Returning 4 branch(es) DEBUG: Fetching changelog: https://github.com/typescript-eslint/typescript-eslint (5.0.0 -> 5.1.0) DEBUG: Fetching changelog: https://github.com/typescript-eslint/typescript-eslint (5.0.0 -> 5.1.0) DEBUG: Fetching changelog: https://github.com/eslint/eslint (8.0.1 -> 8.1.0) DEBUG: Fetching changelog: https://github.com/styled-components/styled-components (5.3.1 -> 5.3.3) DEBUG: config.repoIsOnboarded=true DEBUG: packageFiles with updates { "config": { "github-actions": [ { "packageFile": ".github/workflows/ci.yaml", "deps": [ { "depName": "actions/checkout", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "actions/checkout@v2", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v2", "depIndex": 0, "warnings": [], "sourceUrl": "https://github.com/actions/checkout", "currentVersion": "v2", "fixedVersion": "v2", "updates": [] }, { "depName": "actions/setup-go", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "actions/setup-go@v2", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v2", "depIndex": 1, "warnings": [], "sourceUrl": "https://github.com/actions/setup-go", "currentVersion": "v2", "fixedVersion": "v2", "updates": [] }, { "depName": "actions/setup-node", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "actions/setup-node@v2", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v2", "depIndex": 2, "warnings": [], "sourceUrl": "https://github.com/actions/setup-node", "currentVersion": "v2", "fixedVersion": "v2", "updates": [] }, { "depName": "codecov/codecov-action", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "codecov/codecov-action@v2", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v2", "depIndex": 3, "warnings": [], "sourceUrl": "https://github.com/codecov/codecov-action", "currentVersion": "v2", "fixedVersion": "v2", "updates": [] }, { "depName": "actions/cache", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "actions/cache@v2", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v2", "depIndex": 4, "warnings": [], "sourceUrl": "https://github.com/actions/cache", "currentVersion": "v2", "fixedVersion": "v2", "updates": [] } ] }, { "packageFile": ".github/workflows/eslint.yml", "deps": [ { "depName": "actions/checkout", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "actions/checkout@v2", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v2", "depIndex": 0, "warnings": [], "sourceUrl": "https://github.com/actions/checkout", "currentVersion": "v2", "fixedVersion": "v2", "updates": [] }, { "depName": "reviewdog/action-eslint", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "reviewdog/action-eslint@v1", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v1", "depIndex": 1, "warnings": [], "sourceUrl": "https://github.com/reviewdog/action-eslint", "currentVersion": "v1", "fixedVersion": "v1", "updates": [] } ] }, { "packageFile": ".github/workflows/go-sum-fix.yml", "deps": [ { "depName": "actions/checkout", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "actions/checkout@v2", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v2", "depIndex": 0, "warnings": [], "sourceUrl": "https://github.com/actions/checkout", "currentVersion": "v2", "fixedVersion": "v2", "updates": [] }, { "depName": "at-wat/go-sum-fix-action", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "at-wat/go-sum-fix-action@v0", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v0", "depIndex": 1, "warnings": [], "sourceUrl": "https://github.com/at-wat/go-sum-fix-action", "currentVersion": "v0", "fixedVersion": "v0", "updates": [] } ] }, { "packageFile": ".github/workflows/license-collect.yml", "deps": [ { "depName": "actions/checkout", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "actions/checkout@v2", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v2", "depIndex": 0, "warnings": [], "sourceUrl": "https://github.com/actions/checkout", "currentVersion": "v2", "fixedVersion": "v2", "updates": [] }, { "depName": "actions/setup-go", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "actions/setup-go@v2", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v2", "depIndex": 1, "warnings": [], "sourceUrl": "https://github.com/actions/setup-go", "currentVersion": "v2", "fixedVersion": "v2", "updates": [] }, { "depName": "actions/upload-release-asset", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "actions/upload-release-asset@v1", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v1", "depIndex": 2, "warnings": [], "sourceUrl": "https://github.com/actions/upload-release-asset", "currentVersion": "v1", "fixedVersion": "v1", "updates": [] } ] }, { "packageFile": ".github/workflows/license.yml", "deps": [ { "depName": "actions/checkout", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "actions/checkout@v2", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v2", "depIndex": 0, "warnings": [], "sourceUrl": "https://github.com/actions/checkout", "currentVersion": "v2", "fixedVersion": "v2", "updates": [] }, { "depName": "actions/setup-go", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType": "action", "replaceString": "actions/setup-go@v2", "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # renovate: tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}", "currentValue": "v2", "depIndex": 1, "warnings": [], "sourceUrl": "https://github.com/actions/setup-go", "currentVersion": "v2", "fixedVersion": "v2", "updates": [] } ] } ], "gomod": [ { "packageFile": "go.mod", "constraints": { "go": "^1.16" }, "deps": [ { "managerData": { "lineNumber": 5, "multiLine": true }, "depName": "github.com/seqsense/pcgol", "depType": "require", "currentValue": "v0.0.0-20211020051623-80c7a95f592a", "datasource": "go", "currentDigest": "80c7a95f592a", "digestOneAndOnly": true, "depIndex": 0, "warnings": [], "versioning": "semver", "sourceUrl": "https://github.com/seqsense/pcgol", "currentVersion": "v0.0.0-20211020051623-80c7a95f592a", "fixedVersion": "v0.0.0-20211020051623-80c7a95f592a", "updates": [ { "updateType": "digest", "newValue": "v0.0.0-20211020051623-80c7a95f592a", "newDigest": "124e020a7ac3162ad64159e431f37218d5140f14", "branchName": "renovate/github.com-seqsense-pcgol-digest" } ] }, { "managerData": { "lineNumber": 6, "multiLine": true }, "depName": "github.com/seqsense/webgl-go", "depType": "require", "currentValue": "v0.0.0-20211011111443-75221b4fde6f", "datasource": "go", "currentDigest": "75221b4fde6f", "digestOneAndOnly": true, "depIndex": 1, "warnings": [], "versioning": "semver", "sourceUrl": "https://github.com/seqsense/webgl-go", "currentVersion": "v0.0.0-20211011111443-75221b4fde6f", "fixedVersion": "v0.0.0-20211011111443-75221b4fde6f", "updates": [] }, { "managerData": { "lineNumber": 7, "multiLine": true }, "depName": "gopkg.in/yaml.v2", "depType": "require", "currentValue": "v2.4.0", "datasource": "go", "depIndex": 2, "warnings": [], "versioning": "semver", "sourceUrl": "https://github.com/go-yaml/yaml", "currentVersion": "v2.4.0", "fixedVersion": "v2.4.0", "updates": [] } ] } ], "npm": [ { "packageFile": "package.json", "deps": [ { "depType": "devDependencies", "depName": "@typescript-eslint/eslint-plugin", "currentValue": "5.0.0", "datasource": "npm", "prettyDepType": "devDependency", "lockedVersion": "5.0.0", "depIndex": 0, "warnings": [], "versioning": "npm", "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint", "sourceDirectory": "packages/eslint-plugin", "currentVersion": "5.0.0", "isSingleVersion": true, "fixedVersion": "5.0.0", "updates": [ { "bucket": "non-major", "newVersion": "5.1.0", "newValue": "5.1.0", "releaseTimestamp": "2021-10-18T17:02:43.585Z", "newMajor": 5, "newMinor": 1, "updateType": "minor", "branchName": "renovate/typescript-eslint-monorepo" } ] }, { "depType": "devDependencies", "depName": "@typescript-eslint/parser", "currentValue": "5.0.0", "datasource": "npm", "prettyDepType": "devDependency", "lockedVersion": "5.0.0", "depIndex": 1, "warnings": [], "versioning": "npm", "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint", "sourceDirectory": "packages/parser", "currentVersion": "5.0.0", "isSingleVersion": true, "fixedVersion": "5.0.0", "updates": [ { "bucket": "non-major", "newVersion": "5.1.0", "newValue": "5.1.0", "releaseTimestamp": "2021-10-18T17:04:24.239Z", "newMajor": 5, "newMinor": 1, "updateType": "minor", "branchName": "renovate/typescript-eslint-monorepo" } ] }, { "depType": "devDependencies", "depName": "eslint", "currentValue": "8.0.1", "datasource": "npm", "prettyDepType": "devDependency", "lockedVersion": "8.0.1", "depIndex": 2, "warnings": [], "versioning": "npm", "sourceUrl": "https://github.com/eslint/eslint", "homepage": "https://eslint.org", "currentVersion": "8.0.1", "fixedVersion": "8.0.1", "isSingleVersion": true, "updates": [ { "bucket": "non-major", "newVersion": "8.1.0", "newValue": "8.1.0", "releaseTimestamp": "2021-10-22T22:07:13.312Z", "newMajor": 8, "newMinor": 1, "updateType": "minor", "branchName": "renovate/eslint-8.x" } ] }, { "depType": "devDependencies", "depName": "eslint-plugin-react", "currentValue": "7.26.1", "datasource": "npm", "prettyDepType": "devDependency", "lockedVersion": "7.26.1", "depIndex": 3, "warnings": [], "versioning": "npm", "sourceUrl": "https://github.com/yannickcr/eslint-plugin-react", "currentVersion": "7.26.1", "fixedVersion": "7.26.1", "updates": [] }, { "depType": "devDependencies", "depName": "prettier", "currentValue": "2.4.1", "datasource": "npm", "prettyDepType": "devDependency", "lockedVersion": "2.4.1", "depIndex": 4, "warnings": [], "versioning": "npm", "sourceUrl": "https://github.com/prettier/prettier", "homepage": "https://prettier.io", "currentVersion": "2.4.1", "fixedVersion": "2.4.1", "updates": [] }, { "depType": "devDependencies", "depName": "react", "currentValue": "17.0.2", "datasource": "npm", "prettyDepType": "devDependency", "lockedVersion": "17.0.2", "depIndex": 5, "warnings": [], "versioning": "npm", "sourceUrl": "https://github.com/facebook/react", "sourceDirectory": "packages/react", "homepage": "https://reactjs.org/", "currentVersion": "17.0.2", "fixedVersion": "17.0.2", "updates": [] }, { "depType": "devDependencies", "depName": "styled-components", "currentValue": "5.3.1", "datasource": "npm", "prettyDepType": "devDependency", "lockedVersion": "5.3.1", "depIndex": 6, "warnings": [], "versioning": "npm", "sourceUrl": "https://github.com/styled-components/styled-components", "homepage": "https://styled-components.com/", "currentVersion": "5.3.1", "isSingleVersion": true, "fixedVersion": "5.3.1", "updates": [ { "bucket": "non-major", "newVersion": "5.3.3", "newValue": "5.3.3", "releaseTimestamp": "2021-10-19T13:31:04.868Z", "newMajor": 5, "newMinor": 3, "updateType": "patch", "branchName": "renovate/styled-components-5.x" } ] }, { "depType": "devDependencies", "depName": "typescript", "currentValue": "4.4.4", "datasource": "npm", "prettyDepType": "devDependency", "lockedVersion": "4.4.4", "depIndex": 7, "warnings": [], "versioning": "npm", "sourceUrl": "https://github.com/Microsoft/TypeScript", "homepage": "https://www.typescriptlang.org/", "currentVersion": "4.4.4", "fixedVersion": "4.4.4", "updates": [] } ], "packageJsonName": "@seqsense/pcdeditor", "packageFileVersion": "0.0.0", "packageJsonType": "library", "npmrc": "***********", "npmLock": "package-lock.json", "managerData": { "yarnZeroInstall": false }, "skipInstalls": true, "constraints": { "npm": "<7" }, "lockFiles": [ "package-lock.json" ] } ] } } DEBUG: processRepo() DEBUG: Processing 4 branches: renovate/eslint-8.x, renovate/github.com-seqsense-pcgol-digest, renovate/styled-components-5.x, renovate/typescript-eslint-monorepo DEBUG: Calculating hourly PRs remaining DEBUG: Retrieving PR list DEBUG: Retrieved 48 Pull Requests DEBUG: currentHourStart=2021-10-24T10:00:00.000+00:00 DEBUG: PR hourly limit remaining: 2 DEBUG: Calculating prConcurrentLimit (20) DEBUG: getBranchPr(renovate/github.com-seqsense-pcgol-digest) DEBUG: findPr(renovate/github.com-seqsense-pcgol-digest, undefined, open) DEBUG: Found PR #83 DEBUG: Returning from graphql open PR list DEBUG: getBranchPr(renovate/styled-components-5.x) DEBUG: findPr(renovate/styled-components-5.x, undefined, open) DEBUG: Found PR #86 DEBUG: Returning from graphql open PR list DEBUG: getBranchPr(renovate/eslint-8.x) DEBUG: findPr(renovate/eslint-8.x, undefined, open) DEBUG: Found PR #88 DEBUG: Returning from graphql open PR list DEBUG: getBranchPr(renovate/typescript-eslint-monorepo) DEBUG: findPr(renovate/typescript-eslint-monorepo, undefined, open) DEBUG: Found PR #87 DEBUG: Returning from graphql open PR list DEBUG: 4 PRs are currently open DEBUG: PR concurrent limit remaining: 16 DEBUG: Calculated maximum PRs remaining this run { "prsRemaining": 2 } DEBUG: PullRequests limit = 2 DEBUG: Calculating hourly PRs remaining DEBUG: currentHourStart=2021-10-24T10:00:00.000+00:00 DEBUG: PR hourly limit remaining: 2 DEBUG: Calculating branchConcurrentLimit (20) DEBUG: 4 already existing branches found: renovate/github.com-seqsense-pcgol-digest,renovate/styled-components-5.x,renovate/eslint-8.x,renovate/typescript-eslint-monorepo DEBUG: Branch concurrent limit remaining: 16 DEBUG: Calculated maximum branches remaining this run { "branchesRemaining": 2 } DEBUG: Branches limit = 2 DEBUG: Setting current branch to master(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Initializing git repository into /mnt/renovate/gh/seqsense/pcdeditor(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Performing blobless clone(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: git clone completed(branch="renovate/github.com-seqsense-pcgol-digest") { "durationMs": 1199 } DEBUG: latest repository commit(branch="renovate/github.com-seqsense-pcgol-digest") { "latestCommit": { "hash": "d1ea6fe850160bbde3b8d0de4e22a3f359c37d78", "date": "2021-10-22T11:43:44+09:00", "message": "Select region by label (#84)", "refs": "HEAD -> master, origin/master, origin/HEAD", "body": "* Update pcgol.\r\n* Add SelectLabelSegment command:\r\n - Use the region growing algorithm to select point sharing the same\r\n label in a local region around the user selection.\r\n* Call SelectLabelSegment using Ctrl+LeftClick.\r\n* Update README.\r\nCo-authored-by: Atsushi Watanabe ", "author_name": "f-fl0", "author_email": "66578286+f-fl0@users.noreply.github.com" } } DEBUG: latest commit(branch="renovate/github.com-seqsense-pcgol-digest") { "branchName": "master", "latestCommitDate": "2021-10-22T11:43:44+09:00" } DEBUG: branchExists=true(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: dependencyDashboardCheck=undefined(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: PR rebase requested=false(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Checking if PR has been edited(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Found existing branch PR(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Checking schedule(at any time, Asia/Tokyo)(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: No schedule defined(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Branch already exists(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Found branch protection(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Skipping stale branch check due to rebaseWhen=auto(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Branch does not need rebasing(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Using reuseExistingBranch: true(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=true(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: gomod.updateDependency: v0.0.0-20211020051623-80c7a95f592a(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: No image line found(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Rebasing branch after error updating content(packageFile="go.mod", branch="renovate/github.com-seqsense-pcgol-digest") { "depName": "github.com/seqsense/pcgol" } DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: gomod.updateDependency: v0.0.0-20211020051623-80c7a95f592a(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: gomod: need to update digest(branch="renovate/github.com-seqsense-pcgol-digest") { "depName": "github.com/seqsense/pcgol", "lineToChange": "\tgithub.com/seqsense/pcgol v0.0.0-20211020051623-80c7a95f592a", "newDigestRightSized": "124e020a7ac3" } DEBUG: Updating github.com/seqsense/pcgol in go.mod(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: gomod.updateArtifacts(go.mod)(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: go get command included(branch="renovate/github.com-seqsense-pcgol-digest") { "cmd": "go", "args": "get -d ./..." } DEBUG: go mod tidy command included(branch="renovate/github.com-seqsense-pcgol-digest") { "cmd": "go", "args": "mod tidy" } DEBUG: additional go mod tidy command included(branch="renovate/github.com-seqsense-pcgol-digest") { "cmd": "go", "args": "mod tidy" } DEBUG: Using docker to execute(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Found version constraint - checking for a compatible image to use(branch="renovate/github.com-seqsense-pcgol-digest") { "depName": "docker.io/renovate/go", "scheme": "npm", "constraint": "^1.16" } DEBUG: getLabels(https://index.docker.io, renovate/go, latest)(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Found compatible image version(branch="renovate/github.com-seqsense-pcgol-digest") { "depName": "docker.io/renovate/go", "scheme": "npm", "constraint": "^1.16", "version": "1.17.2" } DEBUG: Resolved tag constraint(branch="renovate/github.com-seqsense-pcgol-digest") { "image": "docker.io/renovate/go", "tagConstraint": "^1.16", "tagVersioning": "npm", "tag": "1.17.2" } DEBUG: Docker image is already prefetched: docker.io/renovate/go:1.17.2(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Executing command(branch="renovate/github.com-seqsense-pcgol-digest") { "command": [ "docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/seqsense/pcdeditor\":\"/mnt/renovate/gh/seqsense/pcdeditor\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_COUNT -w \"/mnt/renovate/gh/seqsense/pcdeditor\" docker.io/renovate/go:1.17.2 bash -l -c \"go get -d ./... && go mod tidy && go mod tidy\"" ] } DEBUG: rawExec err(branch="renovate/github.com-seqsense-pcgol-digest") { "err": { "killed": false, "code": 1, "signal": null, "cmd": "docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/seqsense/pcdeditor\":\"/mnt/renovate/gh/seqsense/pcdeditor\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_COUNT -w \"/mnt/renovate/gh/seqsense/pcdeditor\" docker.io/renovate/go:1.17.2 bash -l -c \"go get -d ./... && go mod tidy && go mod tidy\"", "stdout": "", "stderr": "go: errors parsing go.mod:\n/mnt/renovate/gh/seqsense/pcdeditor/go.mod:6:2: usage: require module/path v1.2.3\n", "message": "Command failed: docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/seqsense/pcdeditor\":\"/mnt/renovate/gh/seqsense/pcdeditor\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_COUNT -w \"/mnt/renovate/gh/seqsense/pcdeditor\" docker.io/renovate/go:1.17.2 bash -l -c \"go get -d ./... && go mod tidy && go mod tidy\"\ngo: errors parsing go.mod:\n/mnt/renovate/gh/seqsense/pcdeditor/go.mod:6:2: usage: require module/path v1.2.3\n", "stack": "Error: Command failed: docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/seqsense/pcdeditor\":\"/mnt/renovate/gh/seqsense/pcdeditor\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_COUNT -w \"/mnt/renovate/gh/seqsense/pcdeditor\" docker.io/renovate/go:1.17.2 bash -l -c \"go get -d ./... && go mod tidy && go mod tidy\"\ngo: errors parsing go.mod:\n/mnt/renovate/gh/seqsense/pcdeditor/go.mod:6:2: usage: require module/path v1.2.3\n\n at ChildProcess.exithandler (child_process.js:390:12)\n at ChildProcess.emit (events.js:400:28)\n at ChildProcess.emit (domain.js:470:12)\n at maybeClose (internal/child_process.js:1055:16)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)" } } DEBUG: Failed to update go.sum(branch="renovate/github.com-seqsense-pcgol-digest") { "err": { "killed": false, "code": 1, "signal": null, "cmd": "docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/seqsense/pcdeditor\":\"/mnt/renovate/gh/seqsense/pcdeditor\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_COUNT -w \"/mnt/renovate/gh/seqsense/pcdeditor\" docker.io/renovate/go:1.17.2 bash -l -c \"go get -d ./... && go mod tidy && go mod tidy\"", "stdout": "", "stderr": "go: errors parsing go.mod:\n/mnt/renovate/gh/seqsense/pcdeditor/go.mod:6:2: usage: require module/path v1.2.3\n", "message": "Command failed: docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/seqsense/pcdeditor\":\"/mnt/renovate/gh/seqsense/pcdeditor\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_COUNT -w \"/mnt/renovate/gh/seqsense/pcdeditor\" docker.io/renovate/go:1.17.2 bash -l -c \"go get -d ./... && go mod tidy && go mod tidy\"\ngo: errors parsing go.mod:\n/mnt/renovate/gh/seqsense/pcdeditor/go.mod:6:2: usage: require module/path v1.2.3\n", "stack": "Error: Command failed: docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/seqsense/pcdeditor\":\"/mnt/renovate/gh/seqsense/pcdeditor\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_COUNT -w \"/mnt/renovate/gh/seqsense/pcdeditor\" docker.io/renovate/go:1.17.2 bash -l -c \"go get -d ./... && go mod tidy && go mod tidy\"\ngo: errors parsing go.mod:\n/mnt/renovate/gh/seqsense/pcdeditor/go.mod:6:2: usage: require module/path v1.2.3\n\n at ChildProcess.exithandler (child_process.js:390:12)\n at ChildProcess.emit (events.js:400:28)\n at ChildProcess.emit (domain.js:470:12)\n at maybeClose (internal/child_process.js:1055:16)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)" } } DEBUG: Updated 1 package files(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Getting updated lock files(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Writing package.json files(branch="renovate/github.com-seqsense-pcgol-digest") { "packageFiles": [ "package.json" ] } DEBUG: Writing package-lock.json(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Writing any updated package files(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: No updated lock files in branch(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: PR has no releaseTimestamp(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: 1 file(s) to commit(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Committing files to branch renovate/github.com-seqsense-pcgol-digest(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Setting git author name(branch="renovate/github.com-seqsense-pcgol-digest") { "gitAuthorName": "Renovate Bot" } DEBUG: Setting git author email(branch="renovate/github.com-seqsense-pcgol-digest") { "gitAuthorEmail": "bot@renovateapp.com" } DEBUG: git commit(branch="renovate/github.com-seqsense-pcgol-digest") { "deletedFiles": [], "ignoredFiles": [], "result": { "author": null, "branch": "renovate/github.com-seqsense-pcgol-digest", "commit": "e8b71ae", "root": false, "summary": { "changes": 1, "insertions": 1, "deletions": 0 } } } DEBUG: No file changes detected. Skipping commit(branch="renovate/github.com-seqsense-pcgol-digest") { "branchName": "renovate/github.com-seqsense-pcgol-digest", "deletedFiles": [], "addedModifiedFiles": [ "go.mod" ], "ignoredFiles": [] } DEBUG: Checking if we can automerge branch(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: mergeStatus=no automerge(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Ensuring PR(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: There are 0 errors and 0 warnings(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Found existing PR(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Forcing PR because of artifact errors(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Processing existing PR(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Pull Request #83 does not need updating(branch="renovate/github.com-seqsense-pcgol-digest") WARN: artifactErrors(branch="renovate/github.com-seqsense-pcgol-digest") { "artifactErrors": [ { "lockFile": "go.sum", "stderr": "Command failed: docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/seqsense/pcdeditor\":\"/mnt/renovate/gh/seqsense/pcdeditor\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_COUNT -w \"/mnt/renovate/gh/seqsense/pcdeditor\" docker.io/renovate/go:1.17.2 bash -l -c \"go get -d ./... && go mod tidy && go mod tidy\"\ngo: errors parsing go.mod:\n/mnt/renovate/gh/seqsense/pcdeditor/go.mod:6:2: usage: require module/path v1.2.3\n" } ] } DEBUG: Retrieved closed PR list with graphql(branch="renovate/github.com-seqsense-pcgol-digest") { "prNumbers": [ 1, 11, 12, 13, 14, 15, 16, 17, 18, 19, 2, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 3, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 4, 40, 41, 42, 44, 45, 46, 47, 48, 49, 5, 50, 51, 52, 53, 55, 56, 57, 58, 59, 6, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 7, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 8, 80, 81, 84, 85, 9 ] } DEBUG: Getting comments for #83(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Found 2 comments(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Ensuring comment "⚠ Artifact update problem" in #83(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Comment is already update-to-date(branch="renovate/github.com-seqsense-pcgol-digest") DEBUG: Setting current branch to master(branch="renovate/styled-components-5.x") DEBUG: latest commit(branch="renovate/styled-components-5.x") { "branchName": "master", "latestCommitDate": "2021-10-22T11:43:44+09:00" } DEBUG: branchExists=true(branch="renovate/styled-components-5.x") DEBUG: dependencyDashboardCheck=undefined(branch="renovate/styled-components-5.x") DEBUG: PR rebase requested=false(branch="renovate/styled-components-5.x") DEBUG: Checking if PR has been edited(branch="renovate/styled-components-5.x") DEBUG: Found existing branch PR(branch="renovate/styled-components-5.x") DEBUG: Checking schedule(every weekend, Asia/Tokyo)(branch="renovate/styled-components-5.x") DEBUG: Found timezone(branch="renovate/styled-components-5.x") { "timezone": "Asia/Tokyo" } DEBUG: Adjusting now for timezone(branch="renovate/styled-components-5.x") DEBUG: Checking 1 schedule(s)(branch="renovate/styled-components-5.x") DEBUG: Checking schedule "every weekend"(branch="renovate/styled-components-5.x") { "parsedSchedule": { "schedules": [ { "d": [ 1, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: Matches schedule every weekend(branch="renovate/styled-components-5.x") DEBUG: Branch already exists(branch="renovate/styled-components-5.x") DEBUG: Skipping stale branch check due to rebaseWhen=auto(branch="renovate/styled-components-5.x") DEBUG: Branch does not need rebasing(branch="renovate/styled-components-5.x") DEBUG: Using reuseExistingBranch: true(branch="renovate/styled-components-5.x") DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=true(branch="renovate/styled-components-5.x") DEBUG: npm.updateDependency(): devDependencies.styled-components = 5.3.3(branch="renovate/styled-components-5.x") DEBUG: No package files need updating(branch="renovate/styled-components-5.x") DEBUG: Getting updated lock files(branch="renovate/styled-components-5.x") DEBUG: Writing package.json files(branch="renovate/styled-components-5.x") { "packageFiles": [ "package.json" ] } DEBUG: Writing package-lock.json(branch="renovate/styled-components-5.x") DEBUG: Writing any updated package files(branch="renovate/styled-components-5.x") DEBUG: No updated lock files in branch(branch="renovate/styled-components-5.x") DEBUG: No files to commit(branch="renovate/styled-components-5.x") DEBUG: Checking if we can automerge branch(branch="renovate/styled-components-5.x") DEBUG: mergeStatus=no automerge(branch="renovate/styled-components-5.x") DEBUG: Ensuring PR(branch="renovate/styled-components-5.x") DEBUG: There are 0 errors and 0 warnings(branch="renovate/styled-components-5.x") DEBUG: Found existing PR(branch="renovate/styled-components-5.x") DEBUG: Processing existing PR(branch="renovate/styled-components-5.x") DEBUG: Pull Request #86 does not need updating(branch="renovate/styled-components-5.x") DEBUG: PR is not configured for automerge(branch="renovate/styled-components-5.x") DEBUG: Setting current branch to master(branch="renovate/eslint-8.x") DEBUG: latest commit(branch="renovate/eslint-8.x") { "branchName": "master", "latestCommitDate": "2021-10-22T11:43:44+09:00" } DEBUG: branchExists=true(branch="renovate/eslint-8.x") DEBUG: dependencyDashboardCheck=undefined(branch="renovate/eslint-8.x") DEBUG: PR rebase requested=false(branch="renovate/eslint-8.x") DEBUG: Checking if PR has been edited(branch="renovate/eslint-8.x") DEBUG: Found existing branch PR(branch="renovate/eslint-8.x") DEBUG: Checking schedule(every weekend, Asia/Tokyo)(branch="renovate/eslint-8.x") DEBUG: Found timezone(branch="renovate/eslint-8.x") { "timezone": "Asia/Tokyo" } DEBUG: Adjusting now for timezone(branch="renovate/eslint-8.x") DEBUG: Checking 1 schedule(s)(branch="renovate/eslint-8.x") DEBUG: Checking schedule "every weekend"(branch="renovate/eslint-8.x") { "parsedSchedule": { "schedules": [ { "d": [ 1, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: Matches schedule every weekend(branch="renovate/eslint-8.x") DEBUG: Branch already exists(branch="renovate/eslint-8.x") DEBUG: Skipping stale branch check due to rebaseWhen=auto(branch="renovate/eslint-8.x") DEBUG: Branch does not need rebasing(branch="renovate/eslint-8.x") DEBUG: Using reuseExistingBranch: true(branch="renovate/eslint-8.x") DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=true(branch="renovate/eslint-8.x") DEBUG: npm.updateDependency(): devDependencies.eslint = 8.1.0(branch="renovate/eslint-8.x") DEBUG: No package files need updating(branch="renovate/eslint-8.x") DEBUG: Getting updated lock files(branch="renovate/eslint-8.x") DEBUG: Writing package.json files(branch="renovate/eslint-8.x") { "packageFiles": [ "package.json" ] } DEBUG: Writing package-lock.json(branch="renovate/eslint-8.x") DEBUG: Writing any updated package files(branch="renovate/eslint-8.x") DEBUG: No updated lock files in branch(branch="renovate/eslint-8.x") DEBUG: No files to commit(branch="renovate/eslint-8.x") DEBUG: Checking if we can automerge branch(branch="renovate/eslint-8.x") DEBUG: mergeStatus=no automerge(branch="renovate/eslint-8.x") DEBUG: Ensuring PR(branch="renovate/eslint-8.x") DEBUG: There are 0 errors and 0 warnings(branch="renovate/eslint-8.x") DEBUG: Found existing PR(branch="renovate/eslint-8.x") DEBUG: Processing existing PR(branch="renovate/eslint-8.x") DEBUG: Pull Request #88 does not need updating(branch="renovate/eslint-8.x") DEBUG: PR is not configured for automerge(branch="renovate/eslint-8.x") DEBUG: Setting current branch to master(branch="renovate/typescript-eslint-monorepo") DEBUG: latest commit(branch="renovate/typescript-eslint-monorepo") { "branchName": "master", "latestCommitDate": "2021-10-22T11:43:44+09:00" } DEBUG: branchExists=true(branch="renovate/typescript-eslint-monorepo") DEBUG: dependencyDashboardCheck=undefined(branch="renovate/typescript-eslint-monorepo") DEBUG: PR rebase requested=false(branch="renovate/typescript-eslint-monorepo") DEBUG: Checking if PR has been edited(branch="renovate/typescript-eslint-monorepo") DEBUG: Found existing branch PR(branch="renovate/typescript-eslint-monorepo") DEBUG: Checking schedule(every weekend, Asia/Tokyo)(branch="renovate/typescript-eslint-monorepo") DEBUG: Found timezone(branch="renovate/typescript-eslint-monorepo") { "timezone": "Asia/Tokyo" } DEBUG: Adjusting now for timezone(branch="renovate/typescript-eslint-monorepo") DEBUG: Checking 1 schedule(s)(branch="renovate/typescript-eslint-monorepo") DEBUG: Checking schedule "every weekend"(branch="renovate/typescript-eslint-monorepo") { "parsedSchedule": { "schedules": [ { "d": [ 1, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: Matches schedule every weekend(branch="renovate/typescript-eslint-monorepo") DEBUG: Branch already exists(branch="renovate/typescript-eslint-monorepo") DEBUG: Skipping stale branch check due to rebaseWhen=auto(branch="renovate/typescript-eslint-monorepo") DEBUG: Branch does not need rebasing(branch="renovate/typescript-eslint-monorepo") DEBUG: Using reuseExistingBranch: true(branch="renovate/typescript-eslint-monorepo") DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=true(branch="renovate/typescript-eslint-monorepo") DEBUG: npm.updateDependency(): devDependencies.@typescript-eslint/eslint-plugin = 5.1.0(branch="renovate/typescript-eslint-monorepo") DEBUG: npm.updateDependency(): devDependencies.@typescript-eslint/parser = 5.1.0(branch="renovate/typescript-eslint-monorepo") DEBUG: No package files need updating(branch="renovate/typescript-eslint-monorepo") DEBUG: Getting updated lock files(branch="renovate/typescript-eslint-monorepo") DEBUG: Writing package.json files(branch="renovate/typescript-eslint-monorepo") { "packageFiles": [ "package.json" ] } DEBUG: Writing package-lock.json(branch="renovate/typescript-eslint-monorepo") DEBUG: Writing any updated package files(branch="renovate/typescript-eslint-monorepo") DEBUG: No updated lock files in branch(branch="renovate/typescript-eslint-monorepo") DEBUG: No files to commit(branch="renovate/typescript-eslint-monorepo") DEBUG: Checking if we can automerge branch(branch="renovate/typescript-eslint-monorepo") DEBUG: mergeStatus=no automerge(branch="renovate/typescript-eslint-monorepo") DEBUG: Ensuring PR(branch="renovate/typescript-eslint-monorepo") DEBUG: There are 0 errors and 0 warnings(branch="renovate/typescript-eslint-monorepo") DEBUG: Found existing PR(branch="renovate/typescript-eslint-monorepo") DEBUG: Removing duplicate release notes(branch="renovate/typescript-eslint-monorepo") { "depName": "@typescript-eslint/parser" } DEBUG: Processing existing PR(branch="renovate/typescript-eslint-monorepo") DEBUG: Pull Request #87 does not need updating(branch="renovate/typescript-eslint-monorepo") DEBUG: PR is not configured for automerge(branch="renovate/typescript-eslint-monorepo") 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: Branch lists { "branchList": [ "renovate/eslint-8.x", "renovate/github.com-seqsense-pcgol-digest", "renovate/styled-components-5.x", "renovate/typescript-eslint-monorepo" ], "renovateBranches": [ "renovate/eslint-8.x", "renovate/github.com-seqsense-pcgol-digest", "renovate/styled-components-5.x", "renovate/typescript-eslint-monorepo" ] } DEBUG: remainingBranches= DEBUG: No branches to clean up DEBUG: Repository timing splits (milliseconds) { "splits": { "init": 2344, "extract": 436, "lookup": 5852, "update": 11618 }, "total": 20663 } DEBUG: http statistics { "urls": { "https://api.github.com/graphql (POST)": 5, "https://api.github.com/repos/seqsense/pcdeditor/branches/master/protection (GET)": 1, "https://api.github.com/repos/seqsense/pcdeditor/commits/f736edb751543771149a3ae2f90eaf9f752c8e3b/statuses (GET)": 1, "https://api.github.com/repos/seqsense/pcdeditor/contents/renovate.json (GET)": 1, "https://api.github.com/repos/seqsense/pcdeditor/issues/43 (GET)": 2, "https://api.github.com/repos/seqsense/pcdeditor/issues/83/comments (GET)": 1, "https://api.github.com/repos/seqsense/pcdeditor/pulls (GET)": 1, "https://api.github.com/repos/seqsense/pcgol/commits (GET)": 1, "https://api.github.com/repos/seqsense/pcgol/releases (GET)": 1, "https://api.github.com/repos/seqsense/pcgol/tags (GET)": 1, "https://api.github.com/repos/seqsense/webgl-go/commits (GET)": 1, "https://api.github.com/repos/seqsense/webgl-go/releases (GET)": 1, "https://api.github.com/repos/seqsense/webgl-go/tags (GET)": 1, "https://api.github.com/repos/styled-components/styled-components (GET)": 1, "https://api.github.com/repos/styled-components/styled-components/git/blobs/59a282706c38f29c3bcbc3834f468c75b70a8deb (GET)": 1, "https://api.github.com/repos/styled-components/styled-components/git/trees/main (GET)": 1, "https://api.github.com/repos/styled-components/styled-components/releases (GET)": 1, "https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET)": 1, "https://api.github.com/repositories/65794292/releases (GET)": 1 }, "hostStats": { "api.github.com": { "requestCount": 24, "requestAvgMs": 366, "queueAvgMs": 0 } }, "totalRequests": 24 } INFO: Repository finished { "durationMs": 20663 }```

Have you created a minimal reproduction repository?

No reproduction, but I have linked to a public repo where it occurs

github-actions[bot] commented 2 years ago

Hi there,

Help us by making a minimal reproduction repository.

Before we can start work on your issue we first need to know exactly what's causing the current behavior. A minimal reproduction helps us with this.

To get started, please read our guide on creating a minimal reproduction to understand what is needed.

We may close the issue if you (or someone else) have not provided a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment.

Good luck,

The Renovate team

rarkins commented 2 years ago

I think our regex refactoring is the likely culprit here

renovate-release commented 2 years ago

:tada: This issue has been resolved in version 28.10.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: