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.27k stars 2.26k forks source link

MR merged but renovate bot said that it was closed unmerged. #10515

Closed wxsms closed 1 year ago

wxsms commented 3 years ago

problem PR link: https://github.com/uiv-lib/uiv/pull/560

image

How are you running Renovate?

If using the hosted app, please skip to the next section. Otherwise, if self-hosted, please complete the following:

Please select which platform you are using:

Renovate version:

Describe the bug

Relevant debug logs

Click me to see logs ``` Copy/paste any log here, between the starting and ending backticks ```

Have you created a minimal reproduction repository?

Please read the minimal reproductions documentation to learn how to make a good minimal reproduction repository.

Additional context

viceice commented 3 years ago

I've seen those too on gitea recently. Maybe it's a caching issue when we run renovate a second time after automerge. 🤔

Maybe we need to clear config.prList here? https://github.com/renovatebot/renovate/blob/4a99883048843fbb7504bd7cd47fb7b73540156c/lib/platform/github/index.ts#L1646-L1650

rarkins commented 3 years ago

The screenshot shows that a user merged it though, not the bot - so maybe not.

It's being called if we think the PR is Closed instead of Merged: https://github.com/renovatebot/renovate/blob/40f3aa2e1550d951298e0d3738b52d3c407467f3/lib/workers/branch/handle-existing.ts#L9

This points to perhaps a platform layer bug rather than application, and I don't see how it could be a cache problem if it was never in the state of Closed.

rarkins commented 3 years ago

Here's where PR state is computed: https://github.com/renovatebot/renovate/blob/40f3aa2e1550d951298e0d3738b52d3c407467f3/lib/platform/github/index.ts#L766-L769

viceice commented 3 years ago

Here it happens on gitea: image

rarkins commented 3 years ago

Found that PR using the same API Renovate uses. It certainly has a merged_at field now:

image

Timestamps:

image

image

rarkins commented 3 years ago

@viceice I'm not sure Gitea is supporting the concept of merged state.

It's passed straight through: https://github.com/renovatebot/renovate/blob/f290c8d34a69e3f0b80edd46bf65b6c5ef1813c9/lib/platform/gitea/index.ts#L95

Elsewhere it doesn't include it: https://github.com/renovatebot/renovate/blob/f290c8d34a69e3f0b80edd46bf65b6c5ef1813c9/lib/platform/gitea/gitea-helper.ts#L8

viceice commented 3 years ago

here is another normal working pr image

rarkins commented 3 years ago

But here's another thing: this comment should only happen if Renovate thinks a Closed/Merged PR is blocking an update. Why would Renovate think an update is blocked? e.g. was it a race condition where:

If so then the only thing surprising is why it thought it's closed instead of merged.

viceice commented 3 years ago

My pr's are automerged by bot, so no user coincident. 😕

rarkins commented 3 years ago

Three merges close together: image

Two jobs ran close together: image

Job 1
``` {"level":20,"msg":"No dangling containers to remove","time":"2021-06-21T02:35:58.493Z"} {"level":30,"renovateVersion":"25.47.5","msg":"Repository started","time":"2021-06-21T02:35:58.493Z"} {"level":20,"msg":"Using localDir: /mnt/renovate/gh/uiv-lib/uiv","time":"2021-06-21T02:35:58.493Z"} {"level":20,"msg":"Repository cache is valid","time":"2021-06-21T02:35:58.506Z"} {"level":20,"msg":"initRepo(\"uiv-lib/uiv\")","time":"2021-06-21T02:35:58.507Z"} {"level":20,"endpoint":"https://api.github.com/","msg":"Overriding default GitHub endpoint","time":"2021-06-21T02:35:58.507Z"} {"level":20,"msg":"uiv-lib/uiv default branch = dev","time":"2021-06-21T02:35:58.686Z"} {"level":20,"msg":"Using app token for git init","time":"2021-06-21T02:35:58.687Z"} {"level":20,"msg":"resetMemCache()","time":"2021-06-21T02:35:59.072Z"} {"level":20,"msg":"Resetting npmrc","time":"2021-06-21T02:35:59.072Z"} {"level":20,"msg":"checkOnboarding()","time":"2021-06-21T02:35:59.072Z"} {"level":20,"msg":"isOnboarded()","time":"2021-06-21T02:35:59.072Z"} {"level":20,"msg":"Checking cached config file name","time":"2021-06-21T02:35:59.073Z"} {"level":20,"msg":"Existing config file confirmed","time":"2021-06-21T02:35:59.271Z"} {"level":20,"msg":"Repo is onboarded","time":"2021-06-21T02:35:59.271Z"} {"level":20,"msg":"migrateAndValidate()","time":"2021-06-21T02:35:59.272Z"} {"level":20,"msg":"No config migration necessary","time":"2021-06-21T02:35:59.273Z"} {"level":20,"config":{"extends":["github>whitesource/merge-confidence:beta","config:base"],"labels":["dependencies"],"assignees":["wxsms"],"reviewers":["wxsms"]},"msg":"massaged config","time":"2021-06-21T02:35:59.273Z"} {"level":20,"config":{"extends":["github>whitesource/merge-confidence:beta","config:base"],"labels":["dependencies"],"assignees":["wxsms"],"reviewers":["wxsms"]},"msg":"migrated config","time":"2021-06-21T02:35:59.273Z"} {"level":20,"msg":"Setting hostRules from config","time":"2021-06-21T02:35:59.724Z"} {"level":20,"ignorePaths":["**/node_modules/**","**/bower_components/**","**/vendor/**","**/examples/**","**/__tests__/**","**/test/**","**/tests/**","**/__fixtures__/**"],"msg":"Found repo ignorePaths","time":"2021-06-21T02:35:59.726Z"} {"level":20,"msg":"detectSemanticCommits()","time":"2021-06-21T02:35:59.726Z"} {"level":20,"msg":"No baseBranches","time":"2021-06-21T02:36:00.124Z"} {"level":20,"msg":"extract()","time":"2021-06-21T02:36:00.124Z"} {"level":20,"msg":"Setting current branch to dev","time":"2021-06-21T02:36:00.125Z"} {"level":20,"msg":"Initializing git repository into /mnt/renovate/gh/uiv-lib/uiv","time":"2021-06-21T02:36:00.125Z"} {"level":20,"durationMs":709,"msg":"git clone completed","time":"2021-06-21T02:36:00.834Z"} {"level":20,"latestCommit":{"hash":"811b41c583127a44be61b7500ade18efd65040ff","date":"2021-06-21T10:35:56+08:00","message":"chore(deps): update dependency mocha to v9.0.1 (#559)","refs":"HEAD -> dev, origin/dev, origin/HEAD","body":"Co-authored-by: Renovate Bot ","author_name":"renovate[bot]","author_email":"29139614+renovate[bot]@users.noreply.github.com"},"msg":"latest repository commit","time":"2021-06-21T02:36:00.962Z"} {"level":20,"gitAuthorName":"Renovate Bot","msg":"Setting git author name","time":"2021-06-21T02:36:00.962Z"} {"level":20,"gitAuthorEmail":"bot@renovateapp.com","msg":"Setting git author email","time":"2021-06-21T02:36:01.003Z"} {"level":20,"msg":"Setting branchPrefix: renovate/","time":"2021-06-21T02:36:01.085Z"} {"level":20,"branchName":"dev","latestCommitDate":"2021-06-21T10:35:56+08:00","msg":"latest commit","time":"2021-06-21T02:36:04.198Z"} {"level":20,"msg":"Using file match: (^|/)tasks/[^/]+\\.ya?ml$ for manager ansible","time":"2021-06-21T02:36:04.416Z"} {"level":20,"msg":"Using file match: (^|/)requirements\\.ya?ml$ for manager ansible-galaxy","time":"2021-06-21T02:36:04.490Z"} {"level":20,"msg":"Using file match: (^|/)galaxy\\.ya?ml$ for manager ansible-galaxy","time":"2021-06-21T02:36:04.490Z"} {"level":20,"msg":"Using file match: azure.*pipelines?.*\\.ya?ml$ for manager azure-pipelines","time":"2021-06-21T02:36:04.627Z"} {"level":20,"msg":"Using file match: (^|/)batect(-bundle)?\\.yml$ for manager batect","time":"2021-06-21T02:36:04.733Z"} {"level":20,"msg":"Using file match: (^|/)batect$ for manager batect-wrapper","time":"2021-06-21T02:36:04.753Z"} {"level":20,"msg":"Using file match: (^|/)WORKSPACE(|\\.bazel)$ for manager bazel","time":"2021-06-21T02:36:04.770Z"} {"level":20,"msg":"Using file match: \\.bzl$ for manager bazel","time":"2021-06-21T02:36:04.770Z"} {"level":20,"msg":"Using file match: buildkite\\.ya?ml for manager buildkite","time":"2021-06-21T02:36:04.799Z"} {"level":20,"msg":"Using file match: \\.buildkite/.+\\.ya?ml$ for manager buildkite","time":"2021-06-21T02:36:04.800Z"} {"level":20,"msg":"Using file match: (^|/)Gemfile$ for manager bundler","time":"2021-06-21T02:36:04.818Z"} {"level":20,"msg":"Using file match: \\.cake$ for manager cake","time":"2021-06-21T02:36:04.835Z"} {"level":20,"msg":"Using file match: (^|/)Cargo.toml$ for manager cargo","time":"2021-06-21T02:36:04.853Z"} {"level":20,"msg":"Using file match: (^|/).circleci/config.yml$ for manager circleci","time":"2021-06-21T02:36:04.885Z"} {"level":20,"msg":"Using file match: (^|/)cloudbuild.ya?ml for manager cloudbuild","time":"2021-06-21T02:36:04.901Z"} {"level":20,"msg":"Using file match: (^|/)Podfile$ for manager cocoapods","time":"2021-06-21T02:36:04.916Z"} {"level":20,"msg":"Using file match: (^|/)([\\w-]*)composer.json$ for manager composer","time":"2021-06-21T02:36:04.933Z"} {"level":20,"msg":"Using file match: (^|/)deps\\.edn$ for manager deps-edn","time":"2021-06-21T02:36:04.948Z"} {"level":20,"msg":"Using file match: (^|/)docker-compose[^/]*\\.ya?ml$ for manager docker-compose","time":"2021-06-21T02:36:04.966Z"} {"level":20,"msg":"Using file match: (^|/|\\.)Dockerfile$ for manager dockerfile","time":"2021-06-21T02:36:04.983Z"} {"level":20,"msg":"Using file match: (^|/)Dockerfile\\.[^/]*$ for manager dockerfile","time":"2021-06-21T02:36:04.983Z"} {"level":20,"msg":"Using file match: (^|/).drone.yml$ for manager droneci","time":"2021-06-21T02:36:05.009Z"} {"level":20,"msg":"Using file match: (^|/).gitmodules$ for manager git-submodules","time":"2021-06-21T02:36:05.025Z"} {"level":20,"msg":"Using file match: ^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$ for manager github-actions","time":"2021-06-21T02:36:05.042Z"} {"level":20,"msg":"Using file match: \\.gitlab-ci\\.yml$ for manager gitlabci","time":"2021-06-21T02:36:05.060Z"} {"level":20,"msg":"Using file match: ^\\.gitlab-ci\\.yml$ for manager gitlabci-include","time":"2021-06-21T02:36:05.076Z"} {"level":20,"msg":"Using file match: (^|/)go.mod$ for manager gomod","time":"2021-06-21T02:36:05.093Z"} {"level":20,"msg":"Using file match: \\.gradle(\\.kts)?$ for manager gradle","time":"2021-06-21T02:36:05.110Z"} {"level":20,"msg":"Using file match: (^|/)gradle.properties$ for manager gradle","time":"2021-06-21T02:36:05.110Z"} {"level":20,"msg":"Using file match: (^|/)gradle.properties$ for manager gradle-lite","time":"2021-06-21T02:36:05.126Z"} {"level":20,"msg":"Using file match: \\.gradle(\\.kts)?$ for manager gradle-lite","time":"2021-06-21T02:36:05.126Z"} {"level":20,"msg":"Using file match: (^|/)gradle/wrapper/gradle-wrapper.properties$ for manager gradle-wrapper","time":"2021-06-21T02:36:05.143Z"} {"level":20,"msg":"Using file match: (^|/)requirements\\.yaml$ for manager helm-requirements","time":"2021-06-21T02:36:05.159Z"} {"level":20,"msg":"Using file match: (^|/)values.yaml$ for manager helm-values","time":"2021-06-21T02:36:05.174Z"} {"level":20,"msg":"Using file match: (^|/)helmfile.yaml$ for manager helmfile","time":"2021-06-21T02:36:05.190Z"} {"level":20,"msg":"Using file match: (^|/)Chart.yaml$ for manager helmv3","time":"2021-06-21T02:36:05.205Z"} {"level":20,"msg":"Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew","time":"2021-06-21T02:36:05.222Z"} {"level":20,"msg":"Using file match: \\.html?$ for manager html","time":"2021-06-21T02:36:05.238Z"} {"level":20,"msg":"Using file match: (^|/)plugins\\.(txt|ya?ml)$ for manager jenkins","time":"2021-06-21T02:36:05.253Z"} {"level":20,"msg":"Using file match: (^|/)kustomization\\.yaml for manager kustomize","time":"2021-06-21T02:36:05.285Z"} {"level":20,"msg":"Using file match: (^|/)project\\.clj$ for manager leiningen","time":"2021-06-21T02:36:05.304Z"} {"level":20,"msg":"Using file match: \\.pom\\.xml$ for manager maven","time":"2021-06-21T02:36:05.321Z"} {"level":20,"msg":"Using file match: (^|/)pom\\.xml$ for manager maven","time":"2021-06-21T02:36:05.321Z"} {"level":20,"msg":"Using file match: (^|/)package.js$ for manager meteor","time":"2021-06-21T02:36:05.342Z"} {"level":20,"msg":"Using file match: (^|/)mix\\.exs$ for manager mix","time":"2021-06-21T02:36:05.358Z"} {"level":20,"msg":"Using file match: (^|/).node-version$ for manager nodenv","time":"2021-06-21T02:36:05.375Z"} {"level":20,"msg":"Using file match: (^|/)package.json$ for manager npm","time":"2021-06-21T02:36:05.398Z"} {"level":20,"msg":"Using file match: \\.(?:cs|fs|vb)proj$ for manager nuget","time":"2021-06-21T02:36:05.416Z"} {"level":20,"msg":"Using file match: \\.(?:props|targets)$ for manager nuget","time":"2021-06-21T02:36:05.416Z"} {"level":20,"msg":"Using file match: \\.config\\/dotnet-tools\\.json$ for manager nuget","time":"2021-06-21T02:36:05.416Z"} {"level":20,"msg":"Using file match: (^|/)\\.nvmrc$ for manager nvm","time":"2021-06-21T02:36:05.433Z"} {"level":20,"msg":"Using file match: (^|/)([\\w-]*)requirements.(txt|pip)$ for manager pip_requirements","time":"2021-06-21T02:36:05.470Z"} {"level":20,"msg":"Using file match: (^|/)setup.py$ for manager pip_setup","time":"2021-06-21T02:36:05.488Z"} {"level":20,"msg":"Using file match: (^|/)Pipfile$ for manager pipenv","time":"2021-06-21T02:36:05.513Z"} {"level":20,"msg":"Using file match: (^|/)pyproject\\.toml$ for manager poetry","time":"2021-06-21T02:36:05.527Z"} {"level":20,"msg":"Using file match: (^|/)\\.pre-commit-config\\.yaml$ for manager pre-commit","time":"2021-06-21T02:36:05.543Z"} {"level":20,"msg":"Using file match: (^|/)pubspec\\.ya?ml$ for manager pub","time":"2021-06-21T02:36:05.562Z"} {"level":20,"msg":"Using file match: (^|/).python-version$ for manager pyenv","time":"2021-06-21T02:36:05.584Z"} {"level":20,"msg":"Using file match: (^|/)\\.ruby-version$ for manager ruby-version","time":"2021-06-21T02:36:05.603Z"} {"level":20,"msg":"Using file match: \\.sbt$ for manager sbt","time":"2021-06-21T02:36:05.614Z"} {"level":20,"msg":"Using file match: project/[^/]*.scala$ for manager sbt","time":"2021-06-21T02:36:05.614Z"} {"level":20,"msg":"Using file match: (^|/)setup\\.cfg$ for manager setup-cfg","time":"2021-06-21T02:36:05.639Z"} {"level":20,"msg":"Using file match: (^|/)Package\\.swift for manager swift","time":"2021-06-21T02:36:05.657Z"} {"level":20,"msg":"Using file match: \\.tf$ for manager terraform","time":"2021-06-21T02:36:05.667Z"} {"level":20,"msg":"Using file match: (^|/)\\.terraform-version$ for manager terraform-version","time":"2021-06-21T02:36:05.688Z"} {"level":20,"msg":"Using file match: (^|/)terragrunt\\.hcl$ for manager terragrunt","time":"2021-06-21T02:36:05.695Z"} {"level":20,"msg":"Using file match: (^|/)\\.terragrunt-version$ for manager terragrunt-version","time":"2021-06-21T02:36:05.715Z"} {"level":20,"msg":"Using file match: ^.travis.yml$ for manager travis","time":"2021-06-21T02:36:05.732Z"} {"level":20,"msg":"Matched 4 file(s) for manager github-actions: .github/workflows/main.yaml, .github/workflows/publish_github.yaml, .github/workflows/publish_npm.yaml, .github/workflows/publish_release.yaml","time":"2021-06-21T02:36:05.732Z"} {"level":20,"msg":"Matched 1 file(s) for manager npm: package.json","time":"2021-06-21T02:36:05.733Z"} {"level":20,"msg":"npm file package.json has name \"uiv\"","time":"2021-06-21T02:36:05.737Z"} {"level":20,"msg":"Detecting pnpm Workspaces","time":"2021-06-21T02:36:05.753Z"} {"level":20,"msg":"Detecting Lerna and Yarn Workspaces","time":"2021-06-21T02:36:05.753Z"} {"level":20,"msg":"Finding locked versions","time":"2021-06-21T02:36:05.754Z"} {"level":20,"msg":"Found github-actions package files","time":"2021-06-21T02:36:06.410Z"} {"level":20,"msg":"Found npm package files","time":"2021-06-21T02:36:06.410Z"} {"level":20,"msg":"Found 5 package file(s)","time":"2021-06-21T02:36:06.410Z"} {"level":30,"baseBranch":"dev","stats":{"managers":{"github-actions":{"fileCount":4,"depCount":19},"npm":{"fileCount":1,"depCount":46}},"total":{"fileCount":5,"depCount":65}},"msg":"Dependency extraction complete","time":"2021-06-21T02:36:06.411Z"} {"level":20,"dependency":"eslint-plugin-standard","msg":"Found deprecationMessage","time":"2021-06-21T02:36:07.429Z"} {"level":20,"baseBranch":"dev","msg":"Package releases lookups complete","time":"2021-06-21T02:36:08.795Z"} {"level":20,"msg":"branchifyUpgrades","time":"2021-06-21T02:36:08.796Z"} {"level":20,"msg":"4 flattened updates found: bootstrap, eslint, rollup, rollup-plugin-vue","time":"2021-06-21T02:36:08.979Z"} {"level":20,"msg":"Returning 4 branch(es)","time":"2021-06-21T02:36:08.988Z"} {"level":20,"msg":"Fetching changelog: https://github.com/twbs/bootstrap (3.4.1 -> 5.0.1)","time":"2021-06-21T02:36:08.988Z"} {"level":20,"msg":"Fetching changelog: https://github.com/eslint/eslint (7.28.0 -> 7.29.0)","time":"2021-06-21T02:36:08.988Z"} {"level":20,"msg":"Fetching changelog: https://github.com/rollup/rollup (2.51.2 -> 2.52.1)","time":"2021-06-21T02:36:08.988Z"} {"level":20,"msg":"config.repoIsOnboarded=true","time":"2021-06-21T02:36:09.275Z"} {"level":20,"config":{"github-actions":[{"packageFile":".github/workflows/main.yaml","deps":[{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":0,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":1,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"},{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":2,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":3,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"},{"depName":"coverallsapp/github-action","currentValue":"master","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"skipReason":"invalid-version","depIndex":4,"updates":[]},{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":5,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":6,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"}]},{"packageFile":".github/workflows/publish_github.yaml","deps":[{"depName":"actions/setup-node","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":0,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/setup-node","currentVersion":"v2","fixedVersion":"v2"},{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":1,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"deef0000dragon1/json-edit-action","currentValue":"v1","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":2,"updates":[],"warnings":[],"sourceUrl":"https://github.com/deef0000dragon1/json-edit-action","currentVersion":"v1","fixedVersion":"v1"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":3,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"}]},{"packageFile":".github/workflows/publish_npm.yaml","deps":[{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":0,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":1,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"},{"depName":"actions/setup-node","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":2,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/setup-node","currentVersion":"v2","fixedVersion":"v2"}]},{"packageFile":".github/workflows/publish_release.yaml","deps":[{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":0,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":1,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"},{"depName":"scottbrenner/generate-changelog-action","currentValue":"master","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"skipReason":"invalid-version","depIndex":2,"updates":[]},{"depName":"actions/create-release","currentValue":"v1","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":3,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/create-release","currentVersion":"v1","fixedVersion":"v1"},{"depName":"actions/upload-release-asset","currentValue":"v1","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":4,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/upload-release-asset","currentVersion":"v1","fixedVersion":"v1"}]}],"npm":[{"packageFile":"package.json","deps":[{"depType":"dependencies","depName":"portal-vue","currentValue":"^2.1.7","datasource":"npm","prettyDepType":"dependency","lockedVersion":"2.1.7","depIndex":0,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/LinusBorg/portal-vue","currentVersion":"2.1.7","fixedVersion":"2.1.7"},{"depType":"dependencies","depName":"vue-functional-data-merge","currentValue":"^3.0.0","datasource":"npm","prettyDepType":"dependency","lockedVersion":"3.1.0","depIndex":1,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/alexsasharegan/vue-functional-data-merge","currentVersion":"3.1.0","fixedVersion":"3.1.0"},{"depType":"devDependencies","depName":"@rollup/plugin-alias","currentValue":"3.1.2","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.1.2","depIndex":2,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","currentVersion":"3.1.2","fixedVersion":"3.1.2"},{"depType":"devDependencies","depName":"@rollup/plugin-buble","currentValue":"0.21.3","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"0.21.3","depIndex":3,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","currentVersion":"0.21.3","fixedVersion":"0.21.3"},{"depType":"devDependencies","depName":"@rollup/plugin-commonjs","currentValue":"19.0.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"19.0.0","depIndex":4,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","sourceDirectory":"packages/commonjs","currentVersion":"19.0.0","fixedVersion":"19.0.0"},{"depType":"devDependencies","depName":"@rollup/plugin-json","currentValue":"4.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"4.1.0","depIndex":5,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","currentVersion":"4.1.0","fixedVersion":"4.1.0"},{"depType":"devDependencies","depName":"@rollup/plugin-node-resolve","currentValue":"13.0.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"13.0.0","depIndex":6,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","sourceDirectory":"packages/node-resolve","currentVersion":"13.0.0","fixedVersion":"13.0.0"},{"depType":"devDependencies","depName":"@rollup/plugin-replace","currentValue":"2.4.2","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.4.2","depIndex":7,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","currentVersion":"2.4.2","fixedVersion":"2.4.2"},{"depType":"devDependencies","depName":"bootstrap","currentValue":"3.4.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.4.1","depIndex":8,"updates":[{"bucket":"major","newVersion":"5.0.1","newValue":"5.0.1","releaseTimestamp":"2021-05-13T16:27:43.653Z","newMajor":5,"newMinor":0,"updateType":"major","branchName":"renovate/bootstrap-5.x"}],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/twbs/bootstrap","homepage":"https://getbootstrap.com/","currentVersion":"3.4.1","isSingleVersion":true,"fixedVersion":"3.4.1"},{"depType":"devDependencies","depName":"chai","currentValue":"4.3.4","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"4.3.4","depIndex":9,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/chaijs/chai","homepage":"http://chaijs.com","currentVersion":"4.3.4","fixedVersion":"4.3.4"},{"depType":"devDependencies","depName":"coveralls","currentValue":"3.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.1.0","depIndex":10,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/nickmerwin/node-coveralls","currentVersion":"3.1.0","fixedVersion":"3.1.0"},{"depType":"devDependencies","depName":"cross-env","currentValue":"7.0.3","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"7.0.3","depIndex":11,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/kentcdodds/cross-env","currentVersion":"7.0.3","fixedVersion":"7.0.3"},{"depType":"devDependencies","depName":"es6-object-assign","currentValue":"1.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"1.1.0","depIndex":12,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rubennorte/es6-object-assign","currentVersion":"1.1.0","fixedVersion":"1.1.0"},{"depType":"devDependencies","depName":"eslint","currentValue":"7.28.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"7.28.0","depIndex":13,"updates":[{"bucket":"non-major","newVersion":"7.29.0","newValue":"7.29.0","releaseTimestamp":"2021-06-18T20:24:11.562Z","newMajor":7,"newMinor":29,"updateType":"minor","branchName":"renovate/eslint-7.x"}],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/eslint/eslint","homepage":"https://eslint.org","currentVersion":"7.28.0","isSingleVersion":true,"fixedVersion":"7.28.0"},{"depType":"devDependencies","depName":"eslint-config-standard","currentValue":"16.0.3","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"16.0.3","depIndex":14,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/standard/eslint-config-standard","currentVersion":"16.0.3","fixedVersion":"16.0.3"},{"depType":"devDependencies","depName":"eslint-plugin-html","currentValue":"6.1.2","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"6.1.2","depIndex":15,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/BenoitZugmeyer/eslint-plugin-html","currentVersion":"6.1.2","fixedVersion":"6.1.2"},{"depType":"devDependencies","depName":"eslint-plugin-import","currentValue":"2.23.4","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.23.4","depIndex":16,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/benmosher/eslint-plugin-import","currentVersion":"2.23.4","fixedVersion":"2.23.4"},{"depType":"devDependencies","depName":"eslint-plugin-node","currentValue":"11.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"11.1.0","depIndex":17,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/mysticatea/eslint-plugin-node","currentVersion":"11.1.0","fixedVersion":"11.1.0"},{"depType":"devDependencies","depName":"eslint-plugin-promise","currentValue":"5.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"5.1.0","depIndex":18,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/xjamundx/eslint-plugin-promise","currentVersion":"5.1.0","fixedVersion":"5.1.0"},{"depType":"devDependencies","depName":"eslint-plugin-standard","currentValue":"5.0.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"5.0.0","depIndex":19,"updates":[],"warnings":[],"versioning":"npm","deprecationMessage":"On registry `https://registry.npmjs.org/`, the \"latest\" version of dependency `eslint-plugin-standard` has the following deprecation notice:\n\n`standard 16.0.0 and eslint-config-standard 16.0.0 no longer require the eslint-plugin-standard package. You can remove it from your dependencies with 'npm rm eslint-plugin-standard'. More info here: https://github.com/standard/standard/issues/1316`\n\nMarking the latest version of an npm package as deprecated results in the entire package being considered deprecated, so contact the package author you think this is a mistake.","sourceUrl":"https://github.com/standard/eslint-plugin-standard","currentVersion":"5.0.0","fixedVersion":"5.0.0"},{"depType":"devDependencies","depName":"eslint-plugin-vue","currentValue":"7.11.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"7.11.1","depIndex":20,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/vuejs/eslint-plugin-vue","homepage":"https://eslint.vuejs.org","currentVersion":"7.11.1","fixedVersion":"7.11.1"},{"depType":"devDependencies","depName":"jquery","currentValue":"3.6.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.6.0","depIndex":21,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/jquery/jquery","homepage":"https://jquery.com","currentVersion":"3.6.0","fixedVersion":"3.6.0"},{"depType":"devDependencies","depName":"karma","currentValue":"6.3.4","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"6.3.4","depIndex":22,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/karma-runner/karma","homepage":"https://karma-runner.github.io/","currentVersion":"6.3.4","fixedVersion":"6.3.4"},{"depType":"devDependencies","depName":"karma-chrome-launcher","currentValue":"3.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.1.0","depIndex":23,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/karma-runner/karma-chrome-launcher","currentVersion":"3.1.0","fixedVersion":"3.1.0"},{"depType":"devDependencies","depName":"karma-coverage-istanbul-reporter","currentValue":"3.0.3","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.0.3","depIndex":24,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/mattlewis92/karma-coverage-istanbul-reporter","currentVersion":"3.0.3","fixedVersion":"3.0.3"},{"depType":"devDependencies","depName":"karma-mocha","currentValue":"2.0.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.0.1","depIndex":25,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/karma-runner/karma-mocha","currentVersion":"2.0.1","fixedVersion":"2.0.1"},{"depType":"devDependencies","depName":"karma-rollup-preprocessor","currentValue":"7.0.7","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"7.0.7","depIndex":26,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/jlmakes/karma-rollup-preprocessor","currentVersion":"7.0.7","fixedVersion":"7.0.7"},{"depType":"devDependencies","depName":"karma-sinon-chai","currentValue":"2.0.2","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.0.2","depIndex":27,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/kmees/karma-sinon-chai","currentVersion":"2.0.2","fixedVersion":"2.0.2"},{"depType":"devDependencies","depName":"karma-sourcemap-loader","currentValue":"0.3.8","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"0.3.8","depIndex":28,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/demerzel3/karma-sourcemap-loader","currentVersion":"0.3.8","fixedVersion":"0.3.8"},{"depType":"devDependencies","depName":"karma-spec-reporter","currentValue":"0.0.32","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"0.0.32","depIndex":29,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/mlex/karma-spec-reporter","currentVersion":"0.0.32","fixedVersion":"0.0.32"},{"depType":"devDependencies","depName":"lodash","currentValue":"4.17.21","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"4.17.21","depIndex":30,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/lodash/lodash","homepage":"https://lodash.com/","currentVersion":"4.17.21","fixedVersion":"4.17.21"},{"depType":"devDependencies","depName":"mocha","currentValue":"9.0.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"9.0.1","depIndex":31,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/mochajs/mocha","homepage":"https://mochajs.org/","currentVersion":"9.0.1","fixedVersion":"9.0.1"},{"depType":"devDependencies","depName":"mocha-lcov-reporter","currentValue":"1.3.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"1.3.0","depIndex":32,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/StevenLooman/mocha-lcov-reporter","currentVersion":"1.3.0","fixedVersion":"1.3.0"},{"depType":"devDependencies","depName":"puppeteer","currentValue":"10.0.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"10.0.0","depIndex":33,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/puppeteer/puppeteer","currentVersion":"10.0.0","fixedVersion":"10.0.0"},{"depType":"devDependencies","depName":"rollup","currentValue":"2.51.2","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.51.2","depIndex":34,"updates":[{"bucket":"non-major","newVersion":"2.52.1","newValue":"2.52.1","releaseTimestamp":"2021-06-17T05:24:08.634Z","newMajor":2,"newMinor":52,"updateType":"minor","branchName":"renovate/rollup-2.x"}],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/rollup","homepage":"https://rollupjs.org/","currentVersion":"2.51.2","isSingleVersion":true,"fixedVersion":"2.51.2"},{"depType":"devDependencies","depName":"rollup-plugin-filesize","currentValue":"9.1.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"9.1.1","depIndex":35,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/ritz078/rollup-plugin-filesize","currentVersion":"9.1.1","fixedVersion":"9.1.1"},{"depType":"devDependencies","depName":"rollup-plugin-istanbul","currentValue":"3.0.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.0.0","depIndex":36,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/artberri/rollup-plugin-istanbul","currentVersion":"3.0.0","fixedVersion":"3.0.0"},{"depType":"devDependencies","depName":"rollup-plugin-strip-code","currentValue":"0.2.7","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"0.2.7","depIndex":37,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/se-panfilov/rollup-plugin-strip-code","currentVersion":"0.2.7","fixedVersion":"0.2.7"},{"depType":"devDependencies","depName":"rollup-plugin-uglify","currentValue":"6.0.4","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"6.0.4","depIndex":38,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/TrySound/rollup-plugin-uglify","currentVersion":"6.0.4","fixedVersion":"6.0.4"},{"depType":"devDependencies","depName":"rollup-plugin-vue","currentValue":"5.1.9","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"5.1.9","depIndex":39,"updates":[{"bucket":"major","newVersion":"6.0.0","newValue":"6.0.0","releaseTimestamp":"2020-11-25T16:46:12.258Z","newMajor":6,"newMinor":0,"updateType":"major","branchName":"renovate/rollup-plugin-vue-6.x"}],"warnings":[],"versioning":"npm","currentVersion":"5.1.9","isSingleVersion":true,"fixedVersion":"5.1.9"},{"depType":"devDependencies","depName":"sinon","currentValue":"11.1.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"11.1.1","depIndex":40,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/sinonjs/sinon","homepage":"https://sinonjs.org/","currentVersion":"11.1.1","fixedVersion":"11.1.1"},{"depType":"devDependencies","depName":"sinon-chai","currentValue":"3.7.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.7.0","depIndex":41,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/domenic/sinon-chai","currentVersion":"3.7.0","fixedVersion":"3.7.0"},{"depType":"devDependencies","depName":"vue","currentValue":"2.6.14","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.6.14","depIndex":42,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/vuejs/vue","currentVersion":"2.6.14","fixedVersion":"2.6.14"},{"depType":"devDependencies","depName":"vue-template-compiler","currentValue":"2.6.14","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.6.14","depIndex":43,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/vuejs/vue","currentVersion":"2.6.14","fixedVersion":"2.6.14"},{"depType":"engines","depName":"node","currentValue":">= 4.0.0","datasource":"github-tags","lookupName":"nodejs/node","versioning":"node","commitMessageTopic":"Node.js","prettyDepType":"engine","depIndex":44,"updates":[],"warnings":[],"sourceUrl":"https://github.com/nodejs/node","currentVersion":"v16.3.0"},{"depType":"engines","depName":"npm","currentValue":">= 3.0.0","datasource":"npm","commitMessageTopic":"npm","prettyDepType":"engine","depIndex":45,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/npm/cli","homepage":"https://docs.npmjs.com/","currentVersion":"7.18.1"}],"packageJsonName":"uiv","packageFileVersion":"1.3.0","packageJsonType":"library","yarnrc":"***********","yarnLock":"yarn.lock","managerData":{},"skipInstalls":true,"constraints":{"node":">= 4.0.0","npm":">= 3.0.0"},"lockFiles":["yarn.lock"]}]},"msg":"packageFiles with updates","time":"2021-06-21T02:36:09.299Z"} {"level":20,"msg":"processRepo()","time":"2021-06-21T02:36:09.325Z"} {"level":20,"msg":"Processing 4 branches: renovate/bootstrap-5.x, renovate/eslint-7.x, renovate/rollup-2.x, renovate/rollup-plugin-vue-6.x","time":"2021-06-21T02:36:09.325Z"} {"level":20,"msg":"Calculating hourly PRs remaining","time":"2021-06-21T02:36:09.325Z"} {"level":20,"msg":"Retrieving PR list","time":"2021-06-21T02:36:09.325Z"} {"level":20,"msg":"Retrieved 194 Pull Requests","time":"2021-06-21T02:36:13.147Z"} {"level":20,"msg":"currentHourStart=2021-06-21T02:00:00.000+00:00","time":"2021-06-21T02:36:13.148Z"} {"level":20,"msg":"PR hourly limit remaining: 2","time":"2021-06-21T02:36:13.159Z"} {"level":20,"msg":"Calculating prConcurrentLimit (20)","time":"2021-06-21T02:36:13.159Z"} {"level":20,"msg":"getBranchPr(renovate/eslint-7.x)","time":"2021-06-21T02:36:13.160Z"} {"level":20,"msg":"findPr(renovate/eslint-7.x, undefined, open)","time":"2021-06-21T02:36:13.160Z"} {"level":20,"msg":"findPr(renovate/eslint-7.x, undefined, closed)","time":"2021-06-21T02:36:13.160Z"} {"level":20,"msg":"Found PR #560","time":"2021-06-21T02:36:13.160Z"} {"level":20,"msg":"getBranchPr(renovate/rollup-2.x)","time":"2021-06-21T02:36:13.160Z"} {"level":20,"msg":"findPr(renovate/rollup-2.x, undefined, open)","time":"2021-06-21T02:36:13.160Z"} {"level":20,"msg":"Found PR #557","time":"2021-06-21T02:36:13.160Z"} {"level":20,"msg":"Returning from graphql open PR list","time":"2021-06-21T02:36:13.681Z"} {"level":20,"msg":"getBranchPr(renovate/bootstrap-5.x)","time":"2021-06-21T02:36:13.681Z"} {"level":20,"msg":"findPr(renovate/bootstrap-5.x, undefined, open)","time":"2021-06-21T02:36:13.682Z"} {"level":20,"msg":"findPr(renovate/bootstrap-5.x, undefined, closed)","time":"2021-06-21T02:36:13.682Z"} {"level":20,"msg":"Found PR #523","time":"2021-06-21T02:36:13.682Z"} {"level":20,"msg":"getBranchPr(renovate/rollup-plugin-vue-6.x)","time":"2021-06-21T02:36:13.682Z"} {"level":20,"msg":"findPr(renovate/rollup-plugin-vue-6.x, undefined, open)","time":"2021-06-21T02:36:13.682Z"} {"level":20,"msg":"findPr(renovate/rollup-plugin-vue-6.x, undefined, closed)","time":"2021-06-21T02:36:13.682Z"} {"level":20,"msg":"Found PR #400","time":"2021-06-21T02:36:13.682Z"} {"level":20,"msg":"1 PRs are currently open","time":"2021-06-21T02:36:13.682Z"} {"level":20,"msg":"PR concurrent limit remaining: 19","time":"2021-06-21T02:36:13.682Z"} {"level":20,"prsRemaining":2,"msg":"Calculated maximum PRs remaining this run","time":"2021-06-21T02:36:13.682Z"} {"level":20,"msg":"PullRequests limit = 2","time":"2021-06-21T02:36:13.682Z"} {"level":20,"msg":"Calculating hourly PRs remaining","time":"2021-06-21T02:36:13.683Z"} {"level":20,"msg":"currentHourStart=2021-06-21T02:00:00.000+00:00","time":"2021-06-21T02:36:13.683Z"} {"level":20,"msg":"PR hourly limit remaining: 2","time":"2021-06-21T02:36:13.686Z"} {"level":20,"msg":"Calculating branchConcurrentLimit (20)","time":"2021-06-21T02:36:13.686Z"} {"level":20,"msg":"2 already existing branches found: renovate/eslint-7.x,renovate/rollup-2.x","time":"2021-06-21T02:36:13.686Z"} {"level":20,"msg":"Branch concurrent limit remaining: 18","time":"2021-06-21T02:36:13.686Z"} {"level":20,"branchesRemaining":2,"msg":"Calculated maximum branches remaining this run","time":"2021-06-21T02:36:13.687Z"} {"level":20,"msg":"Branches limit = 2","time":"2021-06-21T02:36:13.687Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"Setting current branch to dev","time":"2021-06-21T02:36:13.695Z"} {"level":20,"branch":"renovate/eslint-7.x","branchName":"dev","latestCommitDate":"2021-06-21T10:35:56+08:00","msg":"latest commit","time":"2021-06-21T02:36:13.836Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"getBranchPr(renovate/eslint-7.x)","time":"2021-06-21T02:36:13.880Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"findPr(renovate/eslint-7.x, undefined, open)","time":"2021-06-21T02:36:13.880Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"findPr(renovate/eslint-7.x, undefined, closed)","time":"2021-06-21T02:36:13.880Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"Found PR #560","time":"2021-06-21T02:36:13.881Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"branchExists=true","time":"2021-06-21T02:36:13.881Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"dependencyDashboardCheck=undefined","time":"2021-06-21T02:36:13.881Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"recreateClosed is false","time":"2021-06-21T02:36:13.881Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"findPr(renovate/eslint-7.x, chore(deps): update dependency eslint to v7.29.0, !open)","time":"2021-06-21T02:36:13.881Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"Found PR #560","time":"2021-06-21T02:36:13.881Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"Found closed PR with current title","time":"2021-06-21T02:36:13.881Z"} {"level":20,"branch":"renovate/eslint-7.x","prNumbers":[100,102,104,106,107,108,109,111,112,113,116,117,120,121,122,123,13,130,135,136,139,141,146,148,15,150,153,158,163,165,181,182,183,184,185,192,193,198,2,20,210,217,221,224,229,23,232,237,24,245,246,248,255,267,275,292,295,297,300,303,304,306,309,31,315,316,317,318,32,321,325,326,327,328,329,330,331,332,333,335,337,339,340,343,344,345,346,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,364,365,366,367,368,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,406,407,408,409,41,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,433,434,435,436,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,468,469,470,471,472,474,475,476,478,479,48,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,5,500,501,502,503,504,505,506,507,508,509,51,510,512,513,514,515,516,518,519,520,521,522,523,524,525,526,527,529,530,531,532,533,534,535,536,537,538,539,540,541,542,544,545,546,547,548,549,55,550,552,553,555,556,558,559,56,560,57,6,61,66,69,7,74,76,8,82,84,87,90,91,93,94,96,97,98,99],"msg":"Retrieved closed PR list with graphql","time":"2021-06-21T02:36:17.382Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"Returning from graphql closed PR list","time":"2021-06-21T02:36:17.383Z"} {"level":20,"branch":"renovate/eslint-7.x","prTitle":"chore(deps): update dependency eslint to v7.29.0","msg":"Closed PR already exists. Skipping branch.","time":"2021-06-21T02:36:17.383Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"Returning closed PR list comments","time":"2021-06-21T02:36:17.383Z"} {"level":20,"branch":"renovate/eslint-7.x","msg":"Ensuring comment \"Renovate Ignore Notification\" in #560","time":"2021-06-21T02:36:17.383Z"} {"level":30,"branch":"renovate/eslint-7.x","issueNo":560,"topic":"Renovate Ignore Notification","msg":"Comment added","time":"2021-06-21T02:36:18.018Z"} {"level":20,"branch":"renovate/eslint-7.x","branchName":"renovate/eslint-7.x","msg":"Deleted remote branch","time":"2021-06-21T02:36:20.398Z"} {"level":20,"branch":"renovate/eslint-7.x","branchName":"renovate/eslint-7.x","msg":"No local branch to delete","time":"2021-06-21T02:36:20.444Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Setting current branch to dev","time":"2021-06-21T02:36:20.445Z"} {"level":20,"branch":"renovate/rollup-2.x","branchName":"dev","latestCommitDate":"2021-06-21T10:35:56+08:00","msg":"latest commit","time":"2021-06-21T02:36:20.561Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"branchExists=true","time":"2021-06-21T02:36:20.611Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"dependencyDashboardCheck=undefined","time":"2021-06-21T02:36:20.611Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"PR rebase requested=false","time":"2021-06-21T02:36:20.611Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Checking if PR has been edited","time":"2021-06-21T02:36:20.611Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Found existing branch PR","time":"2021-06-21T02:36:20.648Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Checking schedule(at any time, null)","time":"2021-06-21T02:36:20.656Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"No schedule defined","time":"2021-06-21T02:36:20.656Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Branch already exists","time":"2021-06-21T02:36:20.656Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Found branch protection","time":"2021-06-21T02:36:20.841Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Branch protection: PR Reviews are required before merging","time":"2021-06-21T02:36:20.841Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Skipping stale branch check due to rebaseWhen=auto","time":"2021-06-21T02:36:20.841Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Branch does not need rebasing","time":"2021-06-21T02:36:20.841Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Using reuseExistingBranch: true","time":"2021-06-21T02:36:20.841Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"manager.getUpdatedPackageFiles() reuseExistinbranch=true","time":"2021-06-21T02:36:20.842Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"npm.updateDependency(): devDependencies.rollup = 2.52.1","time":"2021-06-21T02:36:20.883Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"No package files need updating","time":"2021-06-21T02:36:20.883Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Getting updated lock files","time":"2021-06-21T02:36:20.883Z"} {"level":20,"branch":"renovate/rollup-2.x","packageFiles":["package.json"],"msg":"Writing package.json files","time":"2021-06-21T02:36:20.884Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Writing .yarnrc to /mnt/renovate/gh/uiv-lib/uiv","time":"2021-06-21T02:36:20.884Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Writing any updated package files","time":"2021-06-21T02:36:20.885Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"No updated lock files in branch","time":"2021-06-21T02:36:20.886Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"No files to commit","time":"2021-06-21T02:36:20.886Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Checking if we can automerge branch","time":"2021-06-21T02:36:20.886Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"mergeStatus=no automerge","time":"2021-06-21T02:36:20.886Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Ensuring PR","time":"2021-06-21T02:36:20.886Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"There are 0 errors and 0 warnings","time":"2021-06-21T02:36:20.887Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Found existing PR","time":"2021-06-21T02:36:20.887Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Processing existing PR","time":"2021-06-21T02:36:20.994Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Pull Request #557 does not need updating","time":"2021-06-21T02:36:21.019Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"PR is not configured for automerge","time":"2021-06-21T02:36:21.019Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Setting current branch to dev","time":"2021-06-21T02:36:21.019Z"} {"level":20,"branch":"renovate/bootstrap-5.x","branchName":"dev","latestCommitDate":"2021-06-21T10:35:56+08:00","msg":"latest commit","time":"2021-06-21T02:36:21.149Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"getBranchPr(renovate/bootstrap-5.x)","time":"2021-06-21T02:36:21.189Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"findPr(renovate/bootstrap-5.x, undefined, open)","time":"2021-06-21T02:36:21.189Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"findPr(renovate/bootstrap-5.x, undefined, closed)","time":"2021-06-21T02:36:21.189Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Found PR #523","time":"2021-06-21T02:36:21.189Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"branchExists=false","time":"2021-06-21T02:36:21.189Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"dependencyDashboardCheck=undefined","time":"2021-06-21T02:36:21.189Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"recreateClosed is false","time":"2021-06-21T02:36:21.190Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"findPr(renovate/bootstrap-5.x, chore(deps): update dependency bootstrap to v5, !open)","time":"2021-06-21T02:36:21.190Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Found PR #523","time":"2021-06-21T02:36:21.190Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Found closed PR with current title","time":"2021-06-21T02:36:21.190Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Returning from graphql closed PR list","time":"2021-06-21T02:36:21.190Z"} {"level":20,"branch":"renovate/bootstrap-5.x","prTitle":"chore(deps): update dependency bootstrap to v5","msg":"Closed PR already exists. Skipping branch.","time":"2021-06-21T02:36:21.190Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Returning closed PR list comments","time":"2021-06-21T02:36:21.190Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Ensuring comment \"Renovate Ignore Notification\" in #523","time":"2021-06-21T02:36:21.190Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Comment is already update-to-date","time":"2021-06-21T02:36:21.191Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Setting current branch to dev","time":"2021-06-21T02:36:21.208Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","branchName":"dev","latestCommitDate":"2021-06-21T10:35:56+08:00","msg":"latest commit","time":"2021-06-21T02:36:21.329Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"getBranchPr(renovate/rollup-plugin-vue-6.x)","time":"2021-06-21T02:36:21.378Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"findPr(renovate/rollup-plugin-vue-6.x, undefined, open)","time":"2021-06-21T02:36:21.379Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"findPr(renovate/rollup-plugin-vue-6.x, undefined, closed)","time":"2021-06-21T02:36:21.379Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Found PR #400","time":"2021-06-21T02:36:21.379Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"branchExists=false","time":"2021-06-21T02:36:21.379Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"dependencyDashboardCheck=undefined","time":"2021-06-21T02:36:21.379Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"recreateClosed is false","time":"2021-06-21T02:36:21.379Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"findPr(renovate/rollup-plugin-vue-6.x, chore(deps): update dependency rollup-plugin-vue to v6, !open)","time":"2021-06-21T02:36:21.379Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Found PR #400","time":"2021-06-21T02:36:21.379Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Found closed PR with current title","time":"2021-06-21T02:36:21.380Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Returning from graphql closed PR list","time":"2021-06-21T02:36:21.380Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","prTitle":"chore(deps): update dependency rollup-plugin-vue to v6","msg":"Closed PR already exists. Skipping branch.","time":"2021-06-21T02:36:21.380Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Returning closed PR list comments","time":"2021-06-21T02:36:21.380Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Ensuring comment \"Renovate Ignore Notification\" in #400","time":"2021-06-21T02:36:21.380Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Comment is already update-to-date","time":"2021-06-21T02:36:21.380Z"} {"level":20,"msg":"Removing any stale branches","time":"2021-06-21T02:36:21.417Z"} {"level":20,"msg":"config.repoIsOnboarded=true","time":"2021-06-21T02:36:21.417Z"} {"level":20,"branchList":["renovate/bootstrap-5.x","renovate/eslint-7.x","renovate/rollup-2.x","renovate/rollup-plugin-vue-6.x"],"renovateBranches":["renovate/mocha-9.x","renovate/rollup-2.x"],"msg":"Branch lists","time":"2021-06-21T02:36:21.417Z"} {"level":20,"msg":"remainingBranches=renovate/mocha-9.x","time":"2021-06-21T02:36:21.417Z"} {"level":20,"msg":"findPr(renovate/mocha-9.x, undefined, open)","time":"2021-06-21T02:36:21.431Z"} {"level":30,"branch":"renovate/mocha-9.x","msg":"Deleting orphan branch","time":"2021-06-21T02:36:21.464Z"} {"level":20,"branchName":"renovate/mocha-9.x","msg":"Deleted remote branch","time":"2021-06-21T02:36:23.808Z"} {"level":20,"branchName":"renovate/mocha-9.x","msg":"No local branch to delete","time":"2021-06-21T02:36:23.849Z"} {"level":20,"msg":"Retrieving issueList","time":"2021-06-21T02:36:23.849Z"} {"level":20,"msg":"Retrieved 1 issues","time":"2021-06-21T02:36:24.066Z"} {"level":20,"splits":{"init":1735,"extract":6287,"lookup":2914,"update":12055},"total":25739,"msg":"Repository timing splits (milliseconds)","time":"2021-06-21T02:36:24.128Z"} {"level":20,"hostStats":["api.github.com, 16 requests, 749ms request average, 0ms queue average","registry.npmjs.org, 9 requests, 355ms request average, 0ms queue average"],"totalRequests":25,"msg":"http statistics","time":"2021-06-21T02:36:24.129Z"} {"level":30,"durationMs":25739,"msg":"Repository finished","time":"2021-06-21T02:36:24.129Z"} ```
rarkins commented 3 years ago
Job 2
``` {"level":20,"msg":"No dangling containers to remove","time":"2021-06-21T02:36:24.400Z"} {"level":30,"renovateVersion":"25.47.5","msg":"Repository started","time":"2021-06-21T02:36:24.401Z"} {"level":20,"msg":"Using localDir: /mnt/renovate/gh/uiv-lib/uiv","time":"2021-06-21T02:36:24.401Z"} {"level":20,"msg":"Repository cache is valid","time":"2021-06-21T02:36:24.403Z"} {"level":20,"msg":"initRepo(\"uiv-lib/uiv\")","time":"2021-06-21T02:36:24.403Z"} {"level":20,"endpoint":"https://api.github.com/","msg":"Overriding default GitHub endpoint","time":"2021-06-21T02:36:24.403Z"} {"level":20,"msg":"uiv-lib/uiv default branch = dev","time":"2021-06-21T02:36:24.639Z"} {"level":20,"msg":"Using app token for git init","time":"2021-06-21T02:36:24.639Z"} {"level":20,"msg":"resetMemCache()","time":"2021-06-21T02:36:25.025Z"} {"level":20,"msg":"Resetting npmrc","time":"2021-06-21T02:36:25.025Z"} {"level":20,"msg":"checkOnboarding()","time":"2021-06-21T02:36:25.025Z"} {"level":20,"msg":"isOnboarded()","time":"2021-06-21T02:36:25.025Z"} {"level":20,"msg":"Checking cached config file name","time":"2021-06-21T02:36:25.026Z"} {"level":20,"msg":"Existing config file confirmed","time":"2021-06-21T02:36:25.212Z"} {"level":20,"msg":"Repo is onboarded","time":"2021-06-21T02:36:25.213Z"} {"level":20,"msg":"migrateAndValidate()","time":"2021-06-21T02:36:25.214Z"} {"level":20,"msg":"No config migration necessary","time":"2021-06-21T02:36:25.214Z"} {"level":20,"config":{"extends":["github>whitesource/merge-confidence:beta","config:base"],"labels":["dependencies"],"assignees":["wxsms"],"reviewers":["wxsms"]},"msg":"massaged config","time":"2021-06-21T02:36:25.214Z"} {"level":20,"config":{"extends":["github>whitesource/merge-confidence:beta","config:base"],"labels":["dependencies"],"assignees":["wxsms"],"reviewers":["wxsms"]},"msg":"migrated config","time":"2021-06-21T02:36:25.214Z"} {"level":20,"msg":"Setting hostRules from config","time":"2021-06-21T02:36:25.669Z"} {"level":20,"ignorePaths":["**/node_modules/**","**/bower_components/**","**/vendor/**","**/examples/**","**/__tests__/**","**/test/**","**/tests/**","**/__fixtures__/**"],"msg":"Found repo ignorePaths","time":"2021-06-21T02:36:25.672Z"} {"level":20,"msg":"detectSemanticCommits()","time":"2021-06-21T02:36:25.672Z"} {"level":20,"msg":"No baseBranches","time":"2021-06-21T02:36:25.988Z"} {"level":20,"msg":"extract()","time":"2021-06-21T02:36:25.988Z"} {"level":20,"msg":"Setting current branch to dev","time":"2021-06-21T02:36:25.989Z"} {"level":20,"msg":"Initializing git repository into /mnt/renovate/gh/uiv-lib/uiv","time":"2021-06-21T02:36:25.989Z"} {"level":20,"durationMs":646,"msg":"git clone completed","time":"2021-06-21T02:36:26.635Z"} {"level":20,"latestCommit":{"hash":"771fcbc9dcd8e6ca931bc3d8a7b92f9b64fd4e46","date":"2021-06-21T10:36:07+08:00","message":"chore(deps): update dependency eslint to v7.29.0 (#560)","refs":"HEAD -> dev, origin/dev, origin/HEAD","body":"Co-authored-by: Renovate Bot ","author_name":"renovate[bot]","author_email":"29139614+renovate[bot]@users.noreply.github.com"},"msg":"latest repository commit","time":"2021-06-21T02:36:26.753Z"} {"level":20,"gitAuthorName":"Renovate Bot","msg":"Setting git author name","time":"2021-06-21T02:36:26.753Z"} {"level":20,"gitAuthorEmail":"bot@renovateapp.com","msg":"Setting git author email","time":"2021-06-21T02:36:26.791Z"} {"level":20,"msg":"Setting branchPrefix: renovate/","time":"2021-06-21T02:36:26.866Z"} {"level":20,"branchName":"dev","latestCommitDate":"2021-06-21T10:36:07+08:00","msg":"latest commit","time":"2021-06-21T02:36:28.139Z"} {"level":20,"msg":"Using file match: (^|/)tasks/[^/]+\\.ya?ml$ for manager ansible","time":"2021-06-21T02:36:28.284Z"} {"level":20,"msg":"Using file match: (^|/)requirements\\.ya?ml$ for manager ansible-galaxy","time":"2021-06-21T02:36:28.302Z"} {"level":20,"msg":"Using file match: (^|/)galaxy\\.ya?ml$ for manager ansible-galaxy","time":"2021-06-21T02:36:28.302Z"} {"level":20,"msg":"Using file match: azure.*pipelines?.*\\.ya?ml$ for manager azure-pipelines","time":"2021-06-21T02:36:28.348Z"} {"level":20,"msg":"Using file match: (^|/)batect(-bundle)?\\.yml$ for manager batect","time":"2021-06-21T02:36:28.365Z"} {"level":20,"msg":"Using file match: (^|/)batect$ for manager batect-wrapper","time":"2021-06-21T02:36:28.382Z"} {"level":20,"msg":"Using file match: (^|/)WORKSPACE(|\\.bazel)$ for manager bazel","time":"2021-06-21T02:36:28.400Z"} {"level":20,"msg":"Using file match: \\.bzl$ for manager bazel","time":"2021-06-21T02:36:28.400Z"} {"level":20,"msg":"Using file match: buildkite\\.ya?ml for manager buildkite","time":"2021-06-21T02:36:28.417Z"} {"level":20,"msg":"Using file match: \\.buildkite/.+\\.ya?ml$ for manager buildkite","time":"2021-06-21T02:36:28.417Z"} {"level":20,"msg":"Using file match: (^|/)Gemfile$ for manager bundler","time":"2021-06-21T02:36:28.446Z"} {"level":20,"msg":"Using file match: \\.cake$ for manager cake","time":"2021-06-21T02:36:28.464Z"} {"level":20,"msg":"Using file match: (^|/)Cargo.toml$ for manager cargo","time":"2021-06-21T02:36:28.480Z"} {"level":20,"msg":"Using file match: (^|/).circleci/config.yml$ for manager circleci","time":"2021-06-21T02:36:28.511Z"} {"level":20,"msg":"Using file match: (^|/)cloudbuild.ya?ml for manager cloudbuild","time":"2021-06-21T02:36:28.528Z"} {"level":20,"msg":"Using file match: (^|/)Podfile$ for manager cocoapods","time":"2021-06-21T02:36:28.547Z"} {"level":20,"msg":"Using file match: (^|/)([\\w-]*)composer.json$ for manager composer","time":"2021-06-21T02:36:28.564Z"} {"level":20,"msg":"Using file match: (^|/)deps\\.edn$ for manager deps-edn","time":"2021-06-21T02:36:28.572Z"} {"level":20,"msg":"Using file match: (^|/)docker-compose[^/]*\\.ya?ml$ for manager docker-compose","time":"2021-06-21T02:36:28.601Z"} {"level":20,"msg":"Using file match: (^|/|\\.)Dockerfile$ for manager dockerfile","time":"2021-06-21T02:36:28.618Z"} {"level":20,"msg":"Using file match: (^|/)Dockerfile\\.[^/]*$ for manager dockerfile","time":"2021-06-21T02:36:28.619Z"} {"level":20,"msg":"Using file match: (^|/).drone.yml$ for manager droneci","time":"2021-06-21T02:36:28.627Z"} {"level":20,"msg":"Using file match: (^|/).gitmodules$ for manager git-submodules","time":"2021-06-21T02:36:28.647Z"} {"level":20,"msg":"Using file match: ^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$ for manager github-actions","time":"2021-06-21T02:36:28.670Z"} {"level":20,"msg":"Using file match: \\.gitlab-ci\\.yml$ for manager gitlabci","time":"2021-06-21T02:36:28.691Z"} {"level":20,"msg":"Using file match: ^\\.gitlab-ci\\.yml$ for manager gitlabci-include","time":"2021-06-21T02:36:28.707Z"} {"level":20,"msg":"Using file match: (^|/)go.mod$ for manager gomod","time":"2021-06-21T02:36:28.715Z"} {"level":20,"msg":"Using file match: \\.gradle(\\.kts)?$ for manager gradle","time":"2021-06-21T02:36:28.736Z"} {"level":20,"msg":"Using file match: (^|/)gradle.properties$ for manager gradle","time":"2021-06-21T02:36:28.736Z"} {"level":20,"msg":"Using file match: (^|/)gradle.properties$ for manager gradle-lite","time":"2021-06-21T02:36:28.759Z"} {"level":20,"msg":"Using file match: \\.gradle(\\.kts)?$ for manager gradle-lite","time":"2021-06-21T02:36:28.760Z"} {"level":20,"msg":"Using file match: (^|/)gradle/wrapper/gradle-wrapper.properties$ for manager gradle-wrapper","time":"2021-06-21T02:36:28.767Z"} {"level":20,"msg":"Using file match: (^|/)requirements\\.yaml$ for manager helm-requirements","time":"2021-06-21T02:36:28.786Z"} {"level":20,"msg":"Using file match: (^|/)values.yaml$ for manager helm-values","time":"2021-06-21T02:36:28.802Z"} {"level":20,"msg":"Using file match: (^|/)helmfile.yaml$ for manager helmfile","time":"2021-06-21T02:36:28.817Z"} {"level":20,"msg":"Using file match: (^|/)Chart.yaml$ for manager helmv3","time":"2021-06-21T02:36:28.832Z"} {"level":20,"msg":"Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew","time":"2021-06-21T02:36:28.839Z"} {"level":20,"msg":"Using file match: \\.html?$ for manager html","time":"2021-06-21T02:36:28.864Z"} {"level":20,"msg":"Using file match: (^|/)plugins\\.(txt|ya?ml)$ for manager jenkins","time":"2021-06-21T02:36:28.871Z"} {"level":20,"msg":"Using file match: (^|/)kustomization\\.yaml for manager kustomize","time":"2021-06-21T02:36:28.907Z"} {"level":20,"msg":"Using file match: (^|/)project\\.clj$ for manager leiningen","time":"2021-06-21T02:36:28.922Z"} {"level":20,"msg":"Using file match: \\.pom\\.xml$ for manager maven","time":"2021-06-21T02:36:28.931Z"} {"level":20,"msg":"Using file match: (^|/)pom\\.xml$ for manager maven","time":"2021-06-21T02:36:28.931Z"} {"level":20,"msg":"Using file match: (^|/)package.js$ for manager meteor","time":"2021-06-21T02:36:28.948Z"} {"level":20,"msg":"Using file match: (^|/)mix\\.exs$ for manager mix","time":"2021-06-21T02:36:28.968Z"} {"level":20,"msg":"Using file match: (^|/).node-version$ for manager nodenv","time":"2021-06-21T02:36:28.998Z"} {"level":20,"msg":"Using file match: (^|/)package.json$ for manager npm","time":"2021-06-21T02:36:29.016Z"} {"level":20,"msg":"Using file match: \\.(?:cs|fs|vb)proj$ for manager nuget","time":"2021-06-21T02:36:29.044Z"} {"level":20,"msg":"Using file match: \\.(?:props|targets)$ for manager nuget","time":"2021-06-21T02:36:29.044Z"} {"level":20,"msg":"Using file match: \\.config\\/dotnet-tools\\.json$ for manager nuget","time":"2021-06-21T02:36:29.045Z"} {"level":20,"msg":"Using file match: (^|/)\\.nvmrc$ for manager nvm","time":"2021-06-21T02:36:29.061Z"} {"level":20,"msg":"Using file match: (^|/)([\\w-]*)requirements.(txt|pip)$ for manager pip_requirements","time":"2021-06-21T02:36:29.094Z"} {"level":20,"msg":"Using file match: (^|/)setup.py$ for manager pip_setup","time":"2021-06-21T02:36:29.111Z"} {"level":20,"msg":"Using file match: (^|/)Pipfile$ for manager pipenv","time":"2021-06-21T02:36:29.132Z"} {"level":20,"msg":"Using file match: (^|/)pyproject\\.toml$ for manager poetry","time":"2021-06-21T02:36:29.149Z"} {"level":20,"msg":"Using file match: (^|/)\\.pre-commit-config\\.yaml$ for manager pre-commit","time":"2021-06-21T02:36:29.164Z"} {"level":20,"msg":"Using file match: (^|/)pubspec\\.ya?ml$ for manager pub","time":"2021-06-21T02:36:29.171Z"} {"level":20,"msg":"Using file match: (^|/).python-version$ for manager pyenv","time":"2021-06-21T02:36:29.187Z"} {"level":20,"msg":"Using file match: (^|/)\\.ruby-version$ for manager ruby-version","time":"2021-06-21T02:36:29.214Z"} {"level":20,"msg":"Using file match: \\.sbt$ for manager sbt","time":"2021-06-21T02:36:29.230Z"} {"level":20,"msg":"Using file match: project/[^/]*.scala$ for manager sbt","time":"2021-06-21T02:36:29.230Z"} {"level":20,"msg":"Using file match: (^|/)setup\\.cfg$ for manager setup-cfg","time":"2021-06-21T02:36:29.247Z"} {"level":20,"msg":"Using file match: (^|/)Package\\.swift for manager swift","time":"2021-06-21T02:36:29.263Z"} {"level":20,"msg":"Using file match: \\.tf$ for manager terraform","time":"2021-06-21T02:36:29.270Z"} {"level":20,"msg":"Using file match: (^|/)\\.terraform-version$ for manager terraform-version","time":"2021-06-21T02:36:29.292Z"} {"level":20,"msg":"Using file match: (^|/)terragrunt\\.hcl$ for manager terragrunt","time":"2021-06-21T02:36:29.307Z"} {"level":20,"msg":"Using file match: (^|/)\\.terragrunt-version$ for manager terragrunt-version","time":"2021-06-21T02:36:29.323Z"} {"level":20,"msg":"Using file match: ^.travis.yml$ for manager travis","time":"2021-06-21T02:36:29.344Z"} {"level":20,"msg":"Matched 4 file(s) for manager github-actions: .github/workflows/main.yaml, .github/workflows/publish_github.yaml, .github/workflows/publish_npm.yaml, .github/workflows/publish_release.yaml","time":"2021-06-21T02:36:29.344Z"} {"level":20,"msg":"Matched 1 file(s) for manager npm: package.json","time":"2021-06-21T02:36:29.345Z"} {"level":20,"msg":"npm file package.json has name \"uiv\"","time":"2021-06-21T02:36:29.346Z"} {"level":20,"msg":"Detecting pnpm Workspaces","time":"2021-06-21T02:36:29.358Z"} {"level":20,"msg":"Detecting Lerna and Yarn Workspaces","time":"2021-06-21T02:36:29.359Z"} {"level":20,"msg":"Finding locked versions","time":"2021-06-21T02:36:29.359Z"} {"level":20,"msg":"Found github-actions package files","time":"2021-06-21T02:36:30.073Z"} {"level":20,"msg":"Found npm package files","time":"2021-06-21T02:36:30.073Z"} {"level":20,"msg":"Found 5 package file(s)","time":"2021-06-21T02:36:30.073Z"} {"level":30,"baseBranch":"dev","stats":{"managers":{"github-actions":{"fileCount":4,"depCount":19},"npm":{"fileCount":1,"depCount":46}},"total":{"fileCount":5,"depCount":65}},"msg":"Dependency extraction complete","time":"2021-06-21T02:36:30.073Z"} {"level":20,"dependency":"eslint-plugin-standard","msg":"Found deprecationMessage","time":"2021-06-21T02:36:30.942Z"} {"level":20,"baseBranch":"dev","msg":"Package releases lookups complete","time":"2021-06-21T02:36:32.254Z"} {"level":20,"msg":"branchifyUpgrades","time":"2021-06-21T02:36:32.255Z"} {"level":20,"msg":"3 flattened updates found: bootstrap, rollup, rollup-plugin-vue","time":"2021-06-21T02:36:32.391Z"} {"level":20,"msg":"Returning 3 branch(es)","time":"2021-06-21T02:36:32.396Z"} {"level":20,"msg":"Fetching changelog: https://github.com/twbs/bootstrap (3.4.1 -> 5.0.1)","time":"2021-06-21T02:36:32.396Z"} {"level":20,"msg":"Fetching changelog: https://github.com/rollup/rollup (2.51.2 -> 2.52.1)","time":"2021-06-21T02:36:32.396Z"} {"level":20,"msg":"config.repoIsOnboarded=true","time":"2021-06-21T02:36:32.624Z"} {"level":20,"config":{"github-actions":[{"packageFile":".github/workflows/main.yaml","deps":[{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":0,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":1,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"},{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":2,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":3,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"},{"depName":"coverallsapp/github-action","currentValue":"master","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"skipReason":"invalid-version","depIndex":4,"updates":[]},{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":5,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":6,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"}]},{"packageFile":".github/workflows/publish_github.yaml","deps":[{"depName":"actions/setup-node","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":0,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/setup-node","currentVersion":"v2","fixedVersion":"v2"},{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":1,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"deef0000dragon1/json-edit-action","currentValue":"v1","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":2,"updates":[],"warnings":[],"sourceUrl":"https://github.com/deef0000dragon1/json-edit-action","currentVersion":"v1","fixedVersion":"v1"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":3,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"}]},{"packageFile":".github/workflows/publish_npm.yaml","deps":[{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":0,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":1,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"},{"depName":"actions/setup-node","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":2,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/setup-node","currentVersion":"v2","fixedVersion":"v2"}]},{"packageFile":".github/workflows/publish_release.yaml","deps":[{"depName":"actions/checkout","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":0,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/checkout","currentVersion":"v2","fixedVersion":"v2"},{"depName":"c-hive/gha-yarn-cache","currentValue":"v2","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":1,"updates":[],"warnings":[],"sourceUrl":"https://github.com/c-hive/gha-yarn-cache","currentVersion":"v2","fixedVersion":"v2"},{"depName":"scottbrenner/generate-changelog-action","currentValue":"master","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"skipReason":"invalid-version","depIndex":2,"updates":[]},{"depName":"actions/create-release","currentValue":"v1","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":3,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/create-release","currentVersion":"v1","fixedVersion":"v1"},{"depName":"actions/upload-release-asset","currentValue":"v1","commitMessageTopic":"{{{depName}}} action","datasource":"github-tags","versioning":"docker","depType":"action","pinDigests":false,"depIndex":4,"updates":[],"warnings":[],"sourceUrl":"https://github.com/actions/upload-release-asset","currentVersion":"v1","fixedVersion":"v1"}]}],"npm":[{"packageFile":"package.json","deps":[{"depType":"dependencies","depName":"portal-vue","currentValue":"^2.1.7","datasource":"npm","prettyDepType":"dependency","lockedVersion":"2.1.7","depIndex":0,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/LinusBorg/portal-vue","currentVersion":"2.1.7","fixedVersion":"2.1.7"},{"depType":"dependencies","depName":"vue-functional-data-merge","currentValue":"^3.0.0","datasource":"npm","prettyDepType":"dependency","lockedVersion":"3.1.0","depIndex":1,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/alexsasharegan/vue-functional-data-merge","currentVersion":"3.1.0","fixedVersion":"3.1.0"},{"depType":"devDependencies","depName":"@rollup/plugin-alias","currentValue":"3.1.2","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.1.2","depIndex":2,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","currentVersion":"3.1.2","fixedVersion":"3.1.2"},{"depType":"devDependencies","depName":"@rollup/plugin-buble","currentValue":"0.21.3","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"0.21.3","depIndex":3,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","currentVersion":"0.21.3","fixedVersion":"0.21.3"},{"depType":"devDependencies","depName":"@rollup/plugin-commonjs","currentValue":"19.0.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"19.0.0","depIndex":4,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","sourceDirectory":"packages/commonjs","currentVersion":"19.0.0","fixedVersion":"19.0.0"},{"depType":"devDependencies","depName":"@rollup/plugin-json","currentValue":"4.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"4.1.0","depIndex":5,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","currentVersion":"4.1.0","fixedVersion":"4.1.0"},{"depType":"devDependencies","depName":"@rollup/plugin-node-resolve","currentValue":"13.0.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"13.0.0","depIndex":6,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","sourceDirectory":"packages/node-resolve","currentVersion":"13.0.0","fixedVersion":"13.0.0"},{"depType":"devDependencies","depName":"@rollup/plugin-replace","currentValue":"2.4.2","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.4.2","depIndex":7,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/plugins","currentVersion":"2.4.2","fixedVersion":"2.4.2"},{"depType":"devDependencies","depName":"bootstrap","currentValue":"3.4.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.4.1","depIndex":8,"updates":[{"bucket":"major","newVersion":"5.0.1","newValue":"5.0.1","releaseTimestamp":"2021-05-13T16:27:43.653Z","newMajor":5,"newMinor":0,"updateType":"major","branchName":"renovate/bootstrap-5.x"}],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/twbs/bootstrap","homepage":"https://getbootstrap.com/","currentVersion":"3.4.1","isSingleVersion":true,"fixedVersion":"3.4.1"},{"depType":"devDependencies","depName":"chai","currentValue":"4.3.4","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"4.3.4","depIndex":9,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/chaijs/chai","homepage":"http://chaijs.com","currentVersion":"4.3.4","fixedVersion":"4.3.4"},{"depType":"devDependencies","depName":"coveralls","currentValue":"3.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.1.0","depIndex":10,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/nickmerwin/node-coveralls","currentVersion":"3.1.0","fixedVersion":"3.1.0"},{"depType":"devDependencies","depName":"cross-env","currentValue":"7.0.3","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"7.0.3","depIndex":11,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/kentcdodds/cross-env","currentVersion":"7.0.3","fixedVersion":"7.0.3"},{"depType":"devDependencies","depName":"es6-object-assign","currentValue":"1.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"1.1.0","depIndex":12,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rubennorte/es6-object-assign","currentVersion":"1.1.0","fixedVersion":"1.1.0"},{"depType":"devDependencies","depName":"eslint","currentValue":"7.29.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"7.29.0","depIndex":13,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/eslint/eslint","homepage":"https://eslint.org","currentVersion":"7.29.0","fixedVersion":"7.29.0"},{"depType":"devDependencies","depName":"eslint-config-standard","currentValue":"16.0.3","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"16.0.3","depIndex":14,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/standard/eslint-config-standard","currentVersion":"16.0.3","fixedVersion":"16.0.3"},{"depType":"devDependencies","depName":"eslint-plugin-html","currentValue":"6.1.2","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"6.1.2","depIndex":15,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/BenoitZugmeyer/eslint-plugin-html","currentVersion":"6.1.2","fixedVersion":"6.1.2"},{"depType":"devDependencies","depName":"eslint-plugin-import","currentValue":"2.23.4","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.23.4","depIndex":16,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/benmosher/eslint-plugin-import","currentVersion":"2.23.4","fixedVersion":"2.23.4"},{"depType":"devDependencies","depName":"eslint-plugin-node","currentValue":"11.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"11.1.0","depIndex":17,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/mysticatea/eslint-plugin-node","currentVersion":"11.1.0","fixedVersion":"11.1.0"},{"depType":"devDependencies","depName":"eslint-plugin-promise","currentValue":"5.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"5.1.0","depIndex":18,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/xjamundx/eslint-plugin-promise","currentVersion":"5.1.0","fixedVersion":"5.1.0"},{"depType":"devDependencies","depName":"eslint-plugin-standard","currentValue":"5.0.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"5.0.0","depIndex":19,"updates":[],"warnings":[],"versioning":"npm","deprecationMessage":"On registry `https://registry.npmjs.org/`, the \"latest\" version of dependency `eslint-plugin-standard` has the following deprecation notice:\n\n`standard 16.0.0 and eslint-config-standard 16.0.0 no longer require the eslint-plugin-standard package. You can remove it from your dependencies with 'npm rm eslint-plugin-standard'. More info here: https://github.com/standard/standard/issues/1316`\n\nMarking the latest version of an npm package as deprecated results in the entire package being considered deprecated, so contact the package author you think this is a mistake.","sourceUrl":"https://github.com/standard/eslint-plugin-standard","currentVersion":"5.0.0","fixedVersion":"5.0.0"},{"depType":"devDependencies","depName":"eslint-plugin-vue","currentValue":"7.11.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"7.11.1","depIndex":20,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/vuejs/eslint-plugin-vue","homepage":"https://eslint.vuejs.org","currentVersion":"7.11.1","fixedVersion":"7.11.1"},{"depType":"devDependencies","depName":"jquery","currentValue":"3.6.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.6.0","depIndex":21,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/jquery/jquery","homepage":"https://jquery.com","currentVersion":"3.6.0","fixedVersion":"3.6.0"},{"depType":"devDependencies","depName":"karma","currentValue":"6.3.4","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"6.3.4","depIndex":22,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/karma-runner/karma","homepage":"https://karma-runner.github.io/","currentVersion":"6.3.4","fixedVersion":"6.3.4"},{"depType":"devDependencies","depName":"karma-chrome-launcher","currentValue":"3.1.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.1.0","depIndex":23,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/karma-runner/karma-chrome-launcher","currentVersion":"3.1.0","fixedVersion":"3.1.0"},{"depType":"devDependencies","depName":"karma-coverage-istanbul-reporter","currentValue":"3.0.3","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.0.3","depIndex":24,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/mattlewis92/karma-coverage-istanbul-reporter","currentVersion":"3.0.3","fixedVersion":"3.0.3"},{"depType":"devDependencies","depName":"karma-mocha","currentValue":"2.0.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.0.1","depIndex":25,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/karma-runner/karma-mocha","currentVersion":"2.0.1","fixedVersion":"2.0.1"},{"depType":"devDependencies","depName":"karma-rollup-preprocessor","currentValue":"7.0.7","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"7.0.7","depIndex":26,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/jlmakes/karma-rollup-preprocessor","currentVersion":"7.0.7","fixedVersion":"7.0.7"},{"depType":"devDependencies","depName":"karma-sinon-chai","currentValue":"2.0.2","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.0.2","depIndex":27,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/kmees/karma-sinon-chai","currentVersion":"2.0.2","fixedVersion":"2.0.2"},{"depType":"devDependencies","depName":"karma-sourcemap-loader","currentValue":"0.3.8","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"0.3.8","depIndex":28,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/demerzel3/karma-sourcemap-loader","currentVersion":"0.3.8","fixedVersion":"0.3.8"},{"depType":"devDependencies","depName":"karma-spec-reporter","currentValue":"0.0.32","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"0.0.32","depIndex":29,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/mlex/karma-spec-reporter","currentVersion":"0.0.32","fixedVersion":"0.0.32"},{"depType":"devDependencies","depName":"lodash","currentValue":"4.17.21","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"4.17.21","depIndex":30,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/lodash/lodash","homepage":"https://lodash.com/","currentVersion":"4.17.21","fixedVersion":"4.17.21"},{"depType":"devDependencies","depName":"mocha","currentValue":"9.0.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"9.0.1","depIndex":31,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/mochajs/mocha","homepage":"https://mochajs.org/","currentVersion":"9.0.1","fixedVersion":"9.0.1"},{"depType":"devDependencies","depName":"mocha-lcov-reporter","currentValue":"1.3.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"1.3.0","depIndex":32,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/StevenLooman/mocha-lcov-reporter","currentVersion":"1.3.0","fixedVersion":"1.3.0"},{"depType":"devDependencies","depName":"puppeteer","currentValue":"10.0.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"10.0.0","depIndex":33,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/puppeteer/puppeteer","currentVersion":"10.0.0","fixedVersion":"10.0.0"},{"depType":"devDependencies","depName":"rollup","currentValue":"2.51.2","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.51.2","depIndex":34,"updates":[{"bucket":"non-major","newVersion":"2.52.1","newValue":"2.52.1","releaseTimestamp":"2021-06-17T05:24:08.634Z","newMajor":2,"newMinor":52,"updateType":"minor","branchName":"renovate/rollup-2.x"}],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/rollup/rollup","homepage":"https://rollupjs.org/","currentVersion":"2.51.2","isSingleVersion":true,"fixedVersion":"2.51.2"},{"depType":"devDependencies","depName":"rollup-plugin-filesize","currentValue":"9.1.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"9.1.1","depIndex":35,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/ritz078/rollup-plugin-filesize","currentVersion":"9.1.1","fixedVersion":"9.1.1"},{"depType":"devDependencies","depName":"rollup-plugin-istanbul","currentValue":"3.0.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.0.0","depIndex":36,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/artberri/rollup-plugin-istanbul","currentVersion":"3.0.0","fixedVersion":"3.0.0"},{"depType":"devDependencies","depName":"rollup-plugin-strip-code","currentValue":"0.2.7","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"0.2.7","depIndex":37,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/se-panfilov/rollup-plugin-strip-code","currentVersion":"0.2.7","fixedVersion":"0.2.7"},{"depType":"devDependencies","depName":"rollup-plugin-uglify","currentValue":"6.0.4","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"6.0.4","depIndex":38,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/TrySound/rollup-plugin-uglify","currentVersion":"6.0.4","fixedVersion":"6.0.4"},{"depType":"devDependencies","depName":"rollup-plugin-vue","currentValue":"5.1.9","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"5.1.9","depIndex":39,"updates":[{"bucket":"major","newVersion":"6.0.0","newValue":"6.0.0","releaseTimestamp":"2020-11-25T16:46:12.258Z","newMajor":6,"newMinor":0,"updateType":"major","branchName":"renovate/rollup-plugin-vue-6.x"}],"warnings":[],"versioning":"npm","currentVersion":"5.1.9","isSingleVersion":true,"fixedVersion":"5.1.9"},{"depType":"devDependencies","depName":"sinon","currentValue":"11.1.1","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"11.1.1","depIndex":40,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/sinonjs/sinon","homepage":"https://sinonjs.org/","currentVersion":"11.1.1","fixedVersion":"11.1.1"},{"depType":"devDependencies","depName":"sinon-chai","currentValue":"3.7.0","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"3.7.0","depIndex":41,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/domenic/sinon-chai","currentVersion":"3.7.0","fixedVersion":"3.7.0"},{"depType":"devDependencies","depName":"vue","currentValue":"2.6.14","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.6.14","depIndex":42,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/vuejs/vue","currentVersion":"2.6.14","fixedVersion":"2.6.14"},{"depType":"devDependencies","depName":"vue-template-compiler","currentValue":"2.6.14","datasource":"npm","prettyDepType":"devDependency","lockedVersion":"2.6.14","depIndex":43,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/vuejs/vue","currentVersion":"2.6.14","fixedVersion":"2.6.14"},{"depType":"engines","depName":"node","currentValue":">= 4.0.0","datasource":"github-tags","lookupName":"nodejs/node","versioning":"node","commitMessageTopic":"Node.js","prettyDepType":"engine","depIndex":44,"updates":[],"warnings":[],"sourceUrl":"https://github.com/nodejs/node","currentVersion":"v16.3.0"},{"depType":"engines","depName":"npm","currentValue":">= 3.0.0","datasource":"npm","commitMessageTopic":"npm","prettyDepType":"engine","depIndex":45,"updates":[],"warnings":[],"versioning":"npm","sourceUrl":"https://github.com/npm/cli","homepage":"https://docs.npmjs.com/","currentVersion":"7.18.1"}],"packageJsonName":"uiv","packageFileVersion":"1.3.0","packageJsonType":"library","yarnrc":"***********","yarnLock":"yarn.lock","managerData":{},"skipInstalls":true,"constraints":{"node":">= 4.0.0","npm":">= 3.0.0"},"lockFiles":["yarn.lock"]}]},"msg":"packageFiles with updates","time":"2021-06-21T02:36:32.638Z"} {"level":20,"msg":"processRepo()","time":"2021-06-21T02:36:32.639Z"} {"level":20,"msg":"Processing 3 branches: renovate/bootstrap-5.x, renovate/rollup-2.x, renovate/rollup-plugin-vue-6.x","time":"2021-06-21T02:36:32.639Z"} {"level":20,"msg":"Calculating hourly PRs remaining","time":"2021-06-21T02:36:32.639Z"} {"level":20,"msg":"Retrieving PR list","time":"2021-06-21T02:36:32.639Z"} {"level":20,"msg":"Retrieved 194 Pull Requests","time":"2021-06-21T02:36:36.277Z"} {"level":20,"msg":"currentHourStart=2021-06-21T02:00:00.000+00:00","time":"2021-06-21T02:36:36.278Z"} {"level":20,"msg":"PR hourly limit remaining: 2","time":"2021-06-21T02:36:36.281Z"} {"level":20,"msg":"Calculating prConcurrentLimit (20)","time":"2021-06-21T02:36:36.281Z"} {"level":20,"msg":"getBranchPr(renovate/rollup-2.x)","time":"2021-06-21T02:36:36.281Z"} {"level":20,"msg":"findPr(renovate/rollup-2.x, undefined, open)","time":"2021-06-21T02:36:36.281Z"} {"level":20,"msg":"Found PR #557","time":"2021-06-21T02:36:36.282Z"} {"level":20,"msg":"Returning from graphql open PR list","time":"2021-06-21T02:36:36.762Z"} {"level":20,"msg":"getBranchPr(renovate/bootstrap-5.x)","time":"2021-06-21T02:36:36.762Z"} {"level":20,"msg":"findPr(renovate/bootstrap-5.x, undefined, open)","time":"2021-06-21T02:36:36.762Z"} {"level":20,"msg":"findPr(renovate/bootstrap-5.x, undefined, closed)","time":"2021-06-21T02:36:36.762Z"} {"level":20,"msg":"Found PR #523","time":"2021-06-21T02:36:36.763Z"} {"level":20,"msg":"getBranchPr(renovate/rollup-plugin-vue-6.x)","time":"2021-06-21T02:36:36.763Z"} {"level":20,"msg":"findPr(renovate/rollup-plugin-vue-6.x, undefined, open)","time":"2021-06-21T02:36:36.763Z"} {"level":20,"msg":"findPr(renovate/rollup-plugin-vue-6.x, undefined, closed)","time":"2021-06-21T02:36:36.763Z"} {"level":20,"msg":"Found PR #400","time":"2021-06-21T02:36:36.763Z"} {"level":20,"msg":"1 PRs are currently open","time":"2021-06-21T02:36:36.763Z"} {"level":20,"msg":"PR concurrent limit remaining: 19","time":"2021-06-21T02:36:36.763Z"} {"level":20,"prsRemaining":2,"msg":"Calculated maximum PRs remaining this run","time":"2021-06-21T02:36:36.763Z"} {"level":20,"msg":"PullRequests limit = 2","time":"2021-06-21T02:36:36.763Z"} {"level":20,"msg":"Calculating hourly PRs remaining","time":"2021-06-21T02:36:36.763Z"} {"level":20,"msg":"currentHourStart=2021-06-21T02:00:00.000+00:00","time":"2021-06-21T02:36:36.764Z"} {"level":20,"msg":"PR hourly limit remaining: 2","time":"2021-06-21T02:36:36.767Z"} {"level":20,"msg":"Calculating branchConcurrentLimit (20)","time":"2021-06-21T02:36:36.767Z"} {"level":20,"msg":"1 already existing branches found: renovate/rollup-2.x","time":"2021-06-21T02:36:36.767Z"} {"level":20,"msg":"Branch concurrent limit remaining: 19","time":"2021-06-21T02:36:36.767Z"} {"level":20,"branchesRemaining":2,"msg":"Calculated maximum branches remaining this run","time":"2021-06-21T02:36:36.767Z"} {"level":20,"msg":"Branches limit = 2","time":"2021-06-21T02:36:36.768Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Setting current branch to dev","time":"2021-06-21T02:36:36.768Z"} {"level":20,"branch":"renovate/rollup-2.x","branchName":"dev","latestCommitDate":"2021-06-21T10:36:07+08:00","msg":"latest commit","time":"2021-06-21T02:36:36.889Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"branchExists=true","time":"2021-06-21T02:36:36.935Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"dependencyDashboardCheck=undefined","time":"2021-06-21T02:36:36.935Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"PR rebase requested=false","time":"2021-06-21T02:36:36.935Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Checking if PR has been edited","time":"2021-06-21T02:36:36.936Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Found existing branch PR","time":"2021-06-21T02:36:36.980Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Checking schedule(at any time, null)","time":"2021-06-21T02:36:36.980Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"No schedule defined","time":"2021-06-21T02:36:36.980Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Branch already exists","time":"2021-06-21T02:36:36.981Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Found branch protection","time":"2021-06-21T02:36:37.138Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Branch protection: PR Reviews are required before merging","time":"2021-06-21T02:36:37.138Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Skipping stale branch check due to rebaseWhen=auto","time":"2021-06-21T02:36:37.138Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Branch does not need rebasing","time":"2021-06-21T02:36:37.138Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Using reuseExistingBranch: true","time":"2021-06-21T02:36:37.139Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"manager.getUpdatedPackageFiles() reuseExistinbranch=true","time":"2021-06-21T02:36:37.139Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"npm.updateDependency(): devDependencies.rollup = 2.52.1","time":"2021-06-21T02:36:37.172Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"No package files need updating","time":"2021-06-21T02:36:37.172Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Getting updated lock files","time":"2021-06-21T02:36:37.173Z"} {"level":20,"branch":"renovate/rollup-2.x","packageFiles":["package.json"],"msg":"Writing package.json files","time":"2021-06-21T02:36:37.173Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Writing .yarnrc to /mnt/renovate/gh/uiv-lib/uiv","time":"2021-06-21T02:36:37.173Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Writing any updated package files","time":"2021-06-21T02:36:37.173Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"No updated lock files in branch","time":"2021-06-21T02:36:37.188Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"No files to commit","time":"2021-06-21T02:36:37.188Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Checking if we can automerge branch","time":"2021-06-21T02:36:37.188Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"mergeStatus=no automerge","time":"2021-06-21T02:36:37.188Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Ensuring PR","time":"2021-06-21T02:36:37.188Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"There are 0 errors and 0 warnings","time":"2021-06-21T02:36:37.188Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Found existing PR","time":"2021-06-21T02:36:37.189Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Processing existing PR","time":"2021-06-21T02:36:37.318Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"Pull Request #557 does not need updating","time":"2021-06-21T02:36:37.344Z"} {"level":20,"branch":"renovate/rollup-2.x","msg":"PR is not configured for automerge","time":"2021-06-21T02:36:37.344Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Setting current branch to dev","time":"2021-06-21T02:36:37.344Z"} {"level":20,"branch":"renovate/bootstrap-5.x","branchName":"dev","latestCommitDate":"2021-06-21T10:36:07+08:00","msg":"latest commit","time":"2021-06-21T02:36:37.475Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"getBranchPr(renovate/bootstrap-5.x)","time":"2021-06-21T02:36:37.514Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"findPr(renovate/bootstrap-5.x, undefined, open)","time":"2021-06-21T02:36:37.514Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"findPr(renovate/bootstrap-5.x, undefined, closed)","time":"2021-06-21T02:36:37.514Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Found PR #523","time":"2021-06-21T02:36:37.514Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"branchExists=false","time":"2021-06-21T02:36:37.514Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"dependencyDashboardCheck=undefined","time":"2021-06-21T02:36:37.515Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"recreateClosed is false","time":"2021-06-21T02:36:37.515Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"findPr(renovate/bootstrap-5.x, chore(deps): update dependency bootstrap to v5, !open)","time":"2021-06-21T02:36:37.515Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Found PR #523","time":"2021-06-21T02:36:37.515Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Found closed PR with current title","time":"2021-06-21T02:36:37.515Z"} {"level":20,"branch":"renovate/bootstrap-5.x","prNumbers":[100,102,104,106,107,108,109,111,112,113,116,117,120,121,122,123,13,130,135,136,139,141,146,148,15,150,153,158,163,165,181,182,183,184,185,192,193,198,2,20,210,217,221,224,229,23,232,237,24,245,246,248,255,267,275,292,295,297,300,303,304,306,309,31,315,316,317,318,32,321,325,326,327,328,329,330,331,332,333,335,337,339,340,343,344,345,346,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,364,365,366,367,368,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,406,407,408,409,41,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,433,434,435,436,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,468,469,470,471,472,474,475,476,478,479,48,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,5,500,501,502,503,504,505,506,507,508,509,51,510,512,513,514,515,516,518,519,520,521,522,523,524,525,526,527,529,530,531,532,533,534,535,536,537,538,539,540,541,542,544,545,546,547,548,549,55,550,552,553,555,556,558,559,56,560,57,6,61,66,69,7,74,76,8,82,84,87,90,91,93,94,96,97,98,99],"msg":"Retrieved closed PR list with graphql","time":"2021-06-21T02:36:40.603Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Returning from graphql closed PR list","time":"2021-06-21T02:36:40.603Z"} {"level":20,"branch":"renovate/bootstrap-5.x","prTitle":"chore(deps): update dependency bootstrap to v5","msg":"Closed PR already exists. Skipping branch.","time":"2021-06-21T02:36:40.603Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Returning closed PR list comments","time":"2021-06-21T02:36:40.603Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Ensuring comment \"Renovate Ignore Notification\" in #523","time":"2021-06-21T02:36:40.603Z"} {"level":20,"branch":"renovate/bootstrap-5.x","msg":"Comment is already update-to-date","time":"2021-06-21T02:36:40.603Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Setting current branch to dev","time":"2021-06-21T02:36:40.604Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","branchName":"dev","latestCommitDate":"2021-06-21T10:36:07+08:00","msg":"latest commit","time":"2021-06-21T02:36:40.744Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"getBranchPr(renovate/rollup-plugin-vue-6.x)","time":"2021-06-21T02:36:40.781Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"findPr(renovate/rollup-plugin-vue-6.x, undefined, open)","time":"2021-06-21T02:36:40.789Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"findPr(renovate/rollup-plugin-vue-6.x, undefined, closed)","time":"2021-06-21T02:36:40.789Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Found PR #400","time":"2021-06-21T02:36:40.790Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"branchExists=false","time":"2021-06-21T02:36:40.790Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"dependencyDashboardCheck=undefined","time":"2021-06-21T02:36:40.790Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"recreateClosed is false","time":"2021-06-21T02:36:40.790Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"findPr(renovate/rollup-plugin-vue-6.x, chore(deps): update dependency rollup-plugin-vue to v6, !open)","time":"2021-06-21T02:36:40.790Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Found PR #400","time":"2021-06-21T02:36:40.791Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Found closed PR with current title","time":"2021-06-21T02:36:40.791Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Returning from graphql closed PR list","time":"2021-06-21T02:36:40.791Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","prTitle":"chore(deps): update dependency rollup-plugin-vue to v6","msg":"Closed PR already exists. Skipping branch.","time":"2021-06-21T02:36:40.791Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Returning closed PR list comments","time":"2021-06-21T02:36:40.791Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Ensuring comment \"Renovate Ignore Notification\" in #400","time":"2021-06-21T02:36:40.791Z"} {"level":20,"branch":"renovate/rollup-plugin-vue-6.x","msg":"Comment is already update-to-date","time":"2021-06-21T02:36:40.791Z"} {"level":20,"msg":"Removing any stale branches","time":"2021-06-21T02:36:40.829Z"} {"level":20,"msg":"config.repoIsOnboarded=true","time":"2021-06-21T02:36:40.829Z"} {"level":20,"branchList":["renovate/bootstrap-5.x","renovate/rollup-2.x","renovate/rollup-plugin-vue-6.x"],"renovateBranches":["renovate/rollup-2.x"],"msg":"Branch lists","time":"2021-06-21T02:36:40.829Z"} {"level":20,"msg":"remainingBranches=","time":"2021-06-21T02:36:40.829Z"} {"level":20,"msg":"No branches to clean up","time":"2021-06-21T02:36:40.829Z"} {"level":20,"msg":"Retrieving issueList","time":"2021-06-21T02:36:40.830Z"} {"level":20,"msg":"Retrieved 1 issues","time":"2021-06-21T02:36:41.011Z"} {"level":20,"splits":{"init":1691,"extract":4085,"lookup":2566,"update":8152},"total":16776,"msg":"Repository timing splits (milliseconds)","time":"2021-06-21T02:36:41.073Z"} {"level":20,"hostStats":["api.github.com, 15 requests, 703ms request average, 0ms queue average","registry.npmjs.org, 6 requests, 215ms request average, 0ms queue average"],"totalRequests":21,"msg":"http statistics","time":"2021-06-21T02:36:41.073Z"} {"level":30,"durationMs":16776,"msg":"Repository finished","time":"2021-06-21T02:36:41.074Z"} ```
rarkins commented 3 years ago

Job 2 saw the latest commit as https://github.com/uiv-lib/uiv/commit/771fcbc9dcd8e6ca931bc3d8a7b92f9b64fd4e46 which was after the eslint merge.

It extracted the updated value as expected: image

Job 1 saw the latest commit as https://github.com/uiv-lib/uiv/commit/811b41c583127a44be61b7500ade18efd65040ff and added the comment. It got the closed PR from the GraphQL API: Returning from graphql closed PR list.

Here's when I query it manually:

            "number": 560,
            "state": "MERGED",
            "headRefName": "renovate/eslint-7.x",
            "title": "chore(deps): update dependency eslint to v7.29.0",

At this point it's hard to tell if the mistake was at our end or GitHub's but I'm leaning towards GitHub's - e.g. maybe the fact the PR had been merged hadn't populated to the data which GraphQL returns and it just knew it was "not open".