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
16.52k stars 2.12k forks source link

No go updates for certain modules #2603

Closed felixfbecker closed 5 years ago

felixfbecker commented 5 years ago

What Renovate type are you using? Renovate GitHub App

Describe the bug I am not seeing updates for several Go modules. I have a suspicion it is happening for modules that do not use git tags to tag their versions. This is pretty common in Go because Go didn't have a standard package management system before so people just made commits to master, never made breaking changes and depended on exact commit hashes. But I am not sure, since the logs below seem to also be printed for modules that do tag releases, like https://github.com/inconshreveable/log15.

Did you see anything helpful in debug logs? There are a lot of logs No valid versions returned from registry for this package (24 total), e.g.

DEBUG: No valid versions returned from registry for this package (golang.org/x/oauth2)
{
  "result": {
    "repositoryUrl": "https://github.com/golang/oauth2",
    "releases": []
  }
}

Here's the corresponding go.mod line:

    golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be

But the latest commit is https://github.com/golang/oauth2/commit/c57b0facaced709681d9f90397429b9430a74754.

Full Logs ``` INFO: Renovating repository DEBUG: Using localDir: /mnt/renovate/gh/sourcegraph/enterprise DEBUG: assignPlatform DEBUG: initRepo("sourcegraph/enterprise") DEBUG: Resetting platform config DEBUG: sourcegraph/enterprise owner = sourcegraph DEBUG: sourcegraph/enterprise default branch = master DEBUG: resetMemCache() DEBUG: checkOnboarding() DEBUG: isOnboarded() DEBUG: findFile(renovate.json) DEBUG: Retrieved fileList with length 307 DEBUG: renovate.json exists DEBUG: Repo is onboarded DEBUG: Found renovate.json config file INFO: Repository config { "configFile": "renovate.json", "config": { "$schema": "http://json.schemastore.org/renovate", "extends": [ "github>sourcegraph/renovate-config" ], "semanticCommits": false, "packageRules": [ { "packageNames": [ "github.com/sourcegraph/sourcegraph", "@sourcegraph/webapp" ], "groupName": "Sourcegraph OSS", "schedule": [] } ] } } DEBUG: migrateAndValidate() DEBUG: No config migration necessary DEBUG: massaged config { "config": { "$schema": "http://json.schemastore.org/renovate", "extends": [ "github>sourcegraph/renovate-config" ], "semanticCommits": false, "packageRules": [ { "packageNames": [ "github.com/sourcegraph/sourcegraph", "@sourcegraph/webapp" ], "groupName": "Sourcegraph OSS", "schedule": [] } ] } } DEBUG: renovate.json migrated config { "config": { "$schema": "http://json.schemastore.org/renovate", "extends": [ "github>sourcegraph/renovate-config" ], "semanticCommits": false, "packageRules": [ { "packageNames": [ "github.com/sourcegraph/sourcegraph", "@sourcegraph/webapp" ], "groupName": "Sourcegraph OSS", "schedule": [] } ] } } DEBUG: checkBaseBranch() DEBUG: config.repoIsOnboarded=true DEBUG: detectSemanticCommits() DEBUG: semanticCommits already defined { "semanticCommits": false } DEBUG: No vulnerability alerts found DEBUG: processRepo() DEBUG: No baseBranches DEBUG: extractAndUpdate() DEBUG: getPackageFiles(bazel) DEBUG: Using file match: (^|/)WORKSPACE$ for manager bazel DEBUG: getPackageFiles(buildkite) DEBUG: Using file match: \.buildkite/.+\.yml$ for manager buildkite DEBUG: getPackageFiles(circleci) DEBUG: Using file match: (^|/).circleci/config.yml$ for manager circleci DEBUG: getPackageFiles(composer) DEBUG: Using file match: (^|\/)([\w-]*)composer.json$ for manager composer DEBUG: getPackageFiles(docker-compose) DEBUG: Using file match: (^|/)docker-compose[^/]*\.ya?ml$ for manager docker-compose DEBUG: getPackageFiles(dockerfile) DEBUG: Using file match: (^|/)Dockerfile$ for manager dockerfile DEBUG: Matched 3 file(s) for manager dockerfile { "matchedFiles": [ "cmd/xlang-java-skinny/docker/Dockerfile", "cmd/xlang-java/docker/Dockerfile", "cmd/xlang-python/Dockerfile" ] } DEBUG: FROM line { "lineNumber": 1, "fromLine": "FROM mlaccetti/docker-oracle-java8-ubuntu-16.04@sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab" } DEBUG: Dockerfile FROM { "depName": "mlaccetti/docker-oracle-java8-ubuntu-16.04", "currentDigest": "sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab" } DEBUG: FROM line { "lineNumber": 1, "fromLine": "FROM mlaccetti/docker-oracle-java8-ubuntu-16.04@sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab" } DEBUG: Dockerfile FROM { "depName": "mlaccetti/docker-oracle-java8-ubuntu-16.04", "currentDigest": "sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab" } DEBUG: FROM line { "lineNumber": 0, "fromLine": "FROM python:3.6-alpine3.7" } DEBUG: Dockerfile FROM { "depName": "python", "currentTag": "3.6-alpine3.7" } INFO: Found dockerfile package files DEBUG: getPackageFiles(gitlabci) DEBUG: Using file match: ^.gitlab-ci.yml$ for manager gitlabci DEBUG: getPackageFiles(gomod) DEBUG: Using file match: (^|/)go.mod$ for manager gomod DEBUG: Matched 1 file(s) for manager gomod { "matchedFiles": [ "go.mod" ] } DEBUG: gomod.extractDependencies() DEBUG: require line: " github.com/BurntSushi/toml v0.3.1 // indirect" DEBUG: require line: " github.com/beevik/etree v0.0.0-20180609182452-90dafc1e1f11" DEBUG: require line: " github.com/coreos/go-oidc v0.0.0-20171002155002-a93f71fdfe73" DEBUG: require line: " github.com/crewjam/saml v0.0.0-20180831135026-ebc5f787b786" DEBUG: require line: " github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect" DEBUG: require line: " github.com/google/go-querystring v1.0.0 // indirect" DEBUG: require line: " github.com/google/uuid v1.0.0" DEBUG: require line: " github.com/google/zoekt v0.0.0-20180530125106-8e284ca7e964" DEBUG: require line: " github.com/gorilla/csrf v1.5.1" DEBUG: require line: " github.com/gorilla/mux v1.6.2" DEBUG: require line: " github.com/graph-gophers/graphql-go v0.0.0-20180806175703-94da0f0031f9" DEBUG: require line: " github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7" DEBUG: require line: " github.com/hashicorp/go-multierror v1.0.0" DEBUG: require line: " github.com/hashicorp/golang-lru v0.5.0 // indirect" DEBUG: require line: " github.com/jonboulle/clockwork v0.1.0 // indirect" DEBUG: require line: " github.com/keegancsmith/sqlf v1.1.0" DEBUG: require line: " github.com/keegancsmith/tmpfriend v0.0.0-20180423180255-86e88902a513" DEBUG: require line: " github.com/kevinburke/differ v0.0.0-20180719214047-7596500234bb" DEBUG: require line: " github.com/kevinburke/go-bindata v3.11.1-0.20180909202705-9b44e0539c2a+incompatible" DEBUG: require line: " github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 // indirect" DEBUG: require line: " github.com/lib/pq v1.0.0" DEBUG: require line: " github.com/mattn/go-colorable v0.0.9 // indirect" DEBUG: require line: " github.com/mattn/go-isatty v0.0.4 // indirect" DEBUG: require line: " github.com/mattn/goreman v0.1.2-0.20180926031137-83bee30f0a15" DEBUG: require line: " github.com/neelance/parallel v0.0.0-20160708114440-4de9ce63d14c" DEBUG: require line: " github.com/opentracing/opentracing-go v1.0.2" DEBUG: require line: " github.com/pelletier/go-toml v1.2.0" DEBUG: require line: " github.com/pkg/errors v0.8.0" DEBUG: require line: " github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect" DEBUG: require line: " github.com/prometheus/client_golang v0.8.0" DEBUG: require line: " github.com/russellhaering/gosaml2 v0.3.1" DEBUG: require line: " github.com/russellhaering/goxmldsig v0.0.0-20180430223755-7acd5e4a6ef7" DEBUG: require line: " github.com/sergi/go-diff v1.0.0 // indirect" DEBUG: require line: " github.com/shurcooL/vfsgen v0.0.0-20180915214035-33ae1944be3f" DEBUG: require line: " github.com/slimsag/godocmd v0.0.0-20161025000126-a1005ad29fe3 // indirect" DEBUG: require line: " github.com/sourcegraph/ctxvfs v0.0.0-20180418081416-2b65f1b1ea81" DEBUG: require line: " github.com/sourcegraph/go-jsonschema v0.0.0-20180805125535-0e659b54484d" DEBUG: require line: " github.com/sourcegraph/go-langserver v0.0.0-20180917104716-6b103664e059" DEBUG: require line: " github.com/sourcegraph/go-vcsurl v0.0.0-20131114132947-6b12603ea6fd" DEBUG: require line: " github.com/sourcegraph/godockerize v0.0.0-20181001062649-0f33644f1829" DEBUG: require line: " github.com/sourcegraph/jsonrpc2 v0.0.0-20180831160525-549eb959f029" DEBUG: require line: " github.com/sourcegraph/jsonx v0.0.0-20180801091521-5a4ae5eb18cd" DEBUG: require line: " github.com/sourcegraph/rpc v0.0.0-20180329203801-5eaf49b36f85 // indirect" DEBUG: require line: " github.com/sourcegraph/sourcegraph v0.0.0-20181005081859-0fe4b8da3732" DEBUG: require line: " github.com/src-d/gcfg v1.3.0 // indirect" DEBUG: require line: " github.com/stripe/stripe-go v0.0.0-20180924231549-97e2ddab8720" DEBUG: require line: " github.com/zenazn/goji v0.9.0 // indirect" DEBUG: require line: " go4.org v0.0.0-20180809161055-417644f6feb5" DEBUG: require line: " golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b" DEBUG: require line: " golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3" DEBUG: require line: " golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be" DEBUG: require line: " golang.org/x/tools v0.0.0-20181001162950-8deeabbe2e53" DEBUG: require line: " google.golang.org/appengine v1.2.0 // indirect" DEBUG: require line: " google.golang.org/grpc v1.15.0 // indirect" DEBUG: require line: " gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec" DEBUG: require line: " gopkg.in/square/go-jose.v2 v2.1.9 // indirect" DEBUG: require line: " gopkg.in/src-d/go-git.v4 v4.7.0 // indirect" DEBUG: require line: " gopkg.in/warnings.v0 v0.1.2 // indirect" DEBUG: require line: " gopkg.in/yaml.v2 v2.2.1" DEBUG: require line: " honnef.co/go/tools v0.0.0-20180728063816-88497007e858" INFO: Found gomod package files DEBUG: getPackageFiles(kubernetes) DEBUG: getPackageFiles(meteor) DEBUG: Using file match: (^|/)package.js$ for manager meteor DEBUG: getPackageFiles(npm) DEBUG: Using file match: (^|/)package.json$ for manager npm DEBUG: Matched 1 file(s) for manager npm { "matchedFiles": [ "package.json" ] } DEBUG: npm.extractDependencies(package.json) DEBUG: Detecting Lerna and Yarn Workspaces DEBUG: Finding locked versions DEBUG: Retrieving/parsing yarn.lock DEBUG: yarn.lock uses integrity hashes INFO: Found npm package files DEBUG: getPackageFiles(nvm) DEBUG: Using file match: ^.nvmrc$ for manager nvm DEBUG: getPackageFiles(pip_requirements) DEBUG: Using file match: (^|\/)([\w-]*)requirements.(txt|pip)$ for manager pip_requirements DEBUG: getPackageFiles(travis) DEBUG: travis is disabled DEBUG: getPackageFiles(nuget) DEBUG: Using file match: (^|/)*\.csproj$ for manager nuget DEBUG: Found 5 package file(s) DEBUG: manager.fetchUpdates() DEBUG: Dependency mlaccetti/docker-oracle-java8-ubuntu-16.04 has unsupported value undefined DEBUG: getDigest(undefined, mlaccetti/docker-oracle-java8-ubuntu-16.04, undefined) DEBUG: Dependency mlaccetti/docker-oracle-java8-ubuntu-16.04 has unsupported value undefined DEBUG: getDigest(undefined, mlaccetti/docker-oracle-java8-ubuntu-16.04, undefined) DEBUG: Dependency python has unsupported value 3.6 DEBUG: No valid versions returned from registry for this package (github.com/google/zoekt) { "result": { "repositoryUrl": "https://github.com/google/zoekt", "releases": [] } } DEBUG: Obtaining docker registry token for mlaccetti/docker-oracle-java8-ubuntu-16.04 using url https://auth.docker.io/token?service=registry.docker.io&scope=repository:mlaccetti/docker-oracle-java8-ubuntu-16.04:pull DEBUG: Obtaining docker registry token for mlaccetti/docker-oracle-java8-ubuntu-16.04 using url https://auth.docker.io/token?service=registry.docker.io&scope=repository:mlaccetti/docker-oracle-java8-ubuntu-16.04:pull DEBUG: 1 result(s): ^1.16.2 (@sourcegraph/phabricator-extension) DEBUG: No valid versions returned from registry for this package (github.com/graph-gophers/graphql-go) { "result": { "repositoryUrl": "https://github.com/graph-gophers/graphql-go", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/gregjones/httpcache) { "result": { "repositoryUrl": "https://github.com/gregjones/httpcache", "releases": [] } } DEBUG: 1 result(s): 0.2.0 (github.com/crewjam/saml) DEBUG: No valid versions returned from registry for this package (github.com/keegancsmith/tmpfriend) { "result": { "repositoryUrl": "https://github.com/keegancsmith/tmpfriend", "releases": [] } } DEBUG: 1 result(s): v2.0.0 (github.com/coreos/go-oidc) DEBUG: 1 result(s): v1.0.1 (github.com/beevik/etree) DEBUG: No valid versions returned from registry for this package (github.com/kevinburke/differ) { "result": { "repositoryUrl": "https://github.com/kevinburke/differ", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/kylelemons/godebug) { "result": { "repositoryUrl": "https://github.com/kylelemons/godebug", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/neelance/parallel) { "result": { "repositoryUrl": "https://github.com/neelance/parallel", "releases": [] } } DEBUG: 1 result(s): v0.2.0 (github.com/mattn/goreman) DEBUG: 1 result(s): ^10.0.0 (@sourcegraph/extensions-client-common) DEBUG: Got docker digest { "digest": "sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab" } DEBUG: Got docker digest { "digest": "sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab" } DEBUG: No valid versions returned from registry for this package (github.com/pquerna/cachecontrol) { "result": { "repositoryUrl": "https://github.com/pquerna/cachecontrol", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/russellhaering/goxmldsig) { "result": { "repositoryUrl": "https://github.com/russellhaering/goxmldsig", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/shurcooL/vfsgen) { "result": { "repositoryUrl": "https://github.com/shurcooL/vfsgen", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/sourcegraph/ctxvfs) { "result": { "repositoryUrl": "https://github.com/sourcegraph/ctxvfs", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/slimsag/godocmd) { "result": { "repositoryUrl": "https://github.com/slimsag/godocmd", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/sourcegraph/go-jsonschema) { "result": { "repositoryUrl": "https://github.com/sourcegraph/go-jsonschema", "releases": [] } } DEBUG: 1 result(s): 3.1.1 (typescript) DEBUG: 1 result(s): ^2.0.0 (uglifyjs-webpack-plugin) DEBUG: No valid versions returned from registry for this package (github.com/sourcegraph/go-vcsurl) { "result": { "repositoryUrl": "https://github.com/sourcegraph/go-vcsurl", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/sourcegraph/godockerize) { "result": { "repositoryUrl": "https://github.com/sourcegraph/godockerize", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/sourcegraph/sourcegraph) { "result": { "repositoryUrl": "https://github.com/sourcegraph/sourcegraph", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/sourcegraph/jsonrpc2) { "result": { "repositoryUrl": "https://github.com/sourcegraph/jsonrpc2", "releases": [] } } DEBUG: No valid versions returned from registry for this package (github.com/sourcegraph/jsonx) { "result": { "repositoryUrl": "https://github.com/sourcegraph/jsonx", "releases": [] } } DEBUG: 1 result(s): 4.4.14 (@types/webpack) DEBUG: 1 result(s): v2.0.0 (github.com/sourcegraph/go-langserver) DEBUG: 1 result(s): v1.0.1 (github.com/sourcegraph/rpc) DEBUG: Go lookup sourceUrl { "sourceUrl": "https://github.com/golang/net/" } DEBUG: Go lookup sourceUrl { "sourceUrl": "https://github.com/golang/tools/" } DEBUG: Go lookup sourceUrl { "sourceUrl": "https://github.com/grpc/grpc-go" } DEBUG: Go lookup sourceUrl { "sourceUrl": "https://github.com/golang/appengine" } DEBUG: Go lookup sourceUrl { "sourceUrl": "https://github.com/golang/crypto/" } DEBUG: Go lookup sourceUrl { "sourceUrl": "https://github.com/golang/oauth2/" } DEBUG: No valid versions returned from registry for this package (golang.org/x/net) { "result": { "repositoryUrl": "https://github.com/golang/net", "releases": [] } } DEBUG: No valid versions returned from registry for this package (golang.org/x/tools) { "result": { "repositoryUrl": "https://github.com/golang/tools", "releases": [] } } DEBUG: No valid versions returned from registry for this package (gopkg.in/inconshreveable/log15.v2) { "result": { "repositoryUrl": "https://github.com/inconshreveable/log15", "releases": [] } } DEBUG: No valid versions returned from registry for this package (golang.org/x/crypto) { "result": { "repositoryUrl": "https://github.com/golang/crypto", "releases": [] } } DEBUG: No valid versions returned from registry for this package (golang.org/x/oauth2) { "result": { "repositoryUrl": "https://github.com/golang/oauth2", "releases": [] } } DEBUG: 1 result(s): ^0.0.214 (@sourcegraph/webapp) DEBUG: Go lookup sourceUrl { "sourceUrl": "https://github.com/go4org/go4/" } DEBUG: No valid versions returned from registry for this package (go4.org) { "result": { "repositoryUrl": "https://github.com/go4org/go4", "releases": [] } } DEBUG: 1 result(s): v51.1.0 (github.com/stripe/stripe-go) INFO: Failed to look up dependency honnef.co/go/tools (honnef.co/go/tools) DEBUG: packageFiles with updates { "config": { "dockerfile": [ { "packageFile": "cmd/xlang-java-skinny/docker/Dockerfile", "manager": "dockerfile", "deps": [ { "depName": "mlaccetti/docker-oracle-java8-ubuntu-16.04", "currentDigest": "sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab", "currentDepTagDigest": "mlaccetti/docker-oracle-java8-ubuntu-16.04@sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab", "currentDepTag": "mlaccetti/docker-oracle-java8-ubuntu-16.04", "currentFrom": "mlaccetti/docker-oracle-java8-ubuntu-16.04@sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab", "versionScheme": "docker", "purl": "pkg:docker/mlaccetti/docker-oracle-java8-ubuntu-16.04", "lineNumber": 1, "fromPrefix": "FROM", "fromSuffix": "", "updates": [], "warnings": [] } ] }, { "packageFile": "cmd/xlang-java/docker/Dockerfile", "manager": "dockerfile", "deps": [ { "depName": "mlaccetti/docker-oracle-java8-ubuntu-16.04", "currentDigest": "sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab", "currentDepTagDigest": "mlaccetti/docker-oracle-java8-ubuntu-16.04@sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab", "currentDepTag": "mlaccetti/docker-oracle-java8-ubuntu-16.04", "currentFrom": "mlaccetti/docker-oracle-java8-ubuntu-16.04@sha256:2858f483343958c68d83c817c3db123cf33d0392f1793e10225a51a6b4d398ab", "versionScheme": "docker", "purl": "pkg:docker/mlaccetti/docker-oracle-java8-ubuntu-16.04", "lineNumber": 1, "fromPrefix": "FROM", "fromSuffix": "", "updates": [], "warnings": [] } ] }, { "packageFile": "cmd/xlang-python/Dockerfile", "manager": "dockerfile", "deps": [ { "depName": "python", "currentTag": "3.6-alpine3.7", "currentDepTagDigest": "python:3.6-alpine3.7", "currentDepTag": "python:3.6-alpine3.7", "currentValue": "3.6", "tagSuffix": "alpine3.7", "currentFrom": "python:3.6-alpine3.7", "versionScheme": "docker", "purl": "pkg:docker/python?suffix=alpine3.7", "lineNumber": 0, "fromPrefix": "FROM", "fromSuffix": "", "updates": [], "warnings": [], "skipReason": "unsupported-value" } ] } ], "gomod": [ { "packageFile": "go.mod", "manager": "gomod", "deps": [ { "lineNumber": 3, "depName": "github.com/BurntSushi/toml", "depType": "require", "currentValue": "v0.3.1", "versionScheme": "semver", "depNameShort": "BurntSushi/toml", "purl": "pkg:github/BurntSushi/toml", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/BurntSushi/toml", "releases": [] }, { "lineNumber": 4, "depName": "github.com/beevik/etree", "depType": "require", "currentValue": "v0.0.0-20180609182452-90dafc1e1f11", "versionScheme": "semver", "depNameShort": "beevik/etree", "purl": "pkg:github/beevik/etree", "currentDigest": "90dafc1e1f11", "digestOneAndOnly": true, "multiLine": true, "updates": [ { "fromVersion": "v0.0.0-20180609182452-90dafc1e1f11", "toVersion": "v1.0.1", "newValue": "v1.0.1", "newMajor": 1, "newMinor": 0, "updateType": "major", "isSingleVersion": true, "newDigest": "90dafc1e1f114dfb9576218bb43c03fb854d1b34", "newDigestShort": "90dafc1" } ], "warnings": [], "repositoryUrl": "https://github.com/beevik/etree", "releases": [ "v1.0.0", "v1.0.1" ] }, { "lineNumber": 5, "depName": "github.com/coreos/go-oidc", "depType": "require", "currentValue": "v0.0.0-20171002155002-a93f71fdfe73", "versionScheme": "semver", "depNameShort": "coreos/go-oidc", "purl": "pkg:github/coreos/go-oidc", "currentDigest": "a93f71fdfe73", "digestOneAndOnly": true, "multiLine": true, "updates": [ { "fromVersion": "v0.0.0-20171002155002-a93f71fdfe73", "toVersion": "v2.0.0", "newValue": "v2.0.0", "newMajor": 2, "newMinor": 0, "updateType": "major", "isSingleVersion": true, "newDigest": "8ae1da518bd4d9d5a5909090a184af30f336436d", "newDigestShort": "8ae1da5" } ], "warnings": [], "repositoryUrl": "https://github.com/coreos/go-oidc", "releases": [ "v2.0.0" ] }, { "lineNumber": 6, "depName": "github.com/crewjam/saml", "depType": "require", "currentValue": "v0.0.0-20180831135026-ebc5f787b786", "versionScheme": "semver", "depNameShort": "crewjam/saml", "purl": "pkg:github/crewjam/saml", "currentDigest": "ebc5f787b786", "digestOneAndOnly": true, "multiLine": true, "updates": [ { "fromVersion": "v0.0.0-20180831135026-ebc5f787b786", "toVersion": "0.2.0", "newValue": "0.2.0", "newMajor": 0, "newMinor": 2, "updateType": "minor", "isSingleVersion": true, "newDigest": "ebc5f787b786ee76ee69bf49184fade38d2238af", "newDigestShort": "ebc5f78" } ], "warnings": [], "repositoryUrl": "https://github.com/crewjam/saml", "releases": [ "0.1.0", "0.2.0" ] }, { "lineNumber": 7, "depName": "github.com/dgrijalva/jwt-go", "depType": "require", "currentValue": "v3.2.0+incompatible", "versionScheme": "semver", "depNameShort": "dgrijalva/jwt-go", "purl": "pkg:github/dgrijalva/jwt-go", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/dgrijalva/jwt-go", "releases": [] }, { "lineNumber": 8, "depName": "github.com/google/go-querystring", "depType": "require", "currentValue": "v1.0.0", "versionScheme": "semver", "depNameShort": "google/go-querystring", "purl": "pkg:github/google/go-querystring", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/google/go-querystring", "releases": [] }, { "lineNumber": 9, "depName": "github.com/google/uuid", "depType": "require", "currentValue": "v1.0.0", "versionScheme": "semver", "depNameShort": "google/uuid", "purl": "pkg:github/google/uuid", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/google/uuid", "releases": [] }, { "lineNumber": 10, "depName": "github.com/google/zoekt", "depType": "require", "currentValue": "v0.0.0-20180530125106-8e284ca7e964", "versionScheme": "semver", "depNameShort": "google/zoekt", "purl": "pkg:github/google/zoekt", "currentDigest": "8e284ca7e964", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/google/zoekt" }, { "lineNumber": 11, "depName": "github.com/gorilla/csrf", "depType": "require", "currentValue": "v1.5.1", "versionScheme": "semver", "depNameShort": "gorilla/csrf", "purl": "pkg:github/gorilla/csrf", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/gorilla/csrf", "releases": [] }, { "lineNumber": 12, "depName": "github.com/gorilla/mux", "depType": "require", "currentValue": "v1.6.2", "versionScheme": "semver", "depNameShort": "gorilla/mux", "purl": "pkg:github/gorilla/mux", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/gorilla/mux", "releases": [] }, { "lineNumber": 13, "depName": "github.com/graph-gophers/graphql-go", "depType": "require", "currentValue": "v0.0.0-20180806175703-94da0f0031f9", "versionScheme": "semver", "depNameShort": "graph-gophers/graphql-go", "purl": "pkg:github/graph-gophers/graphql-go", "currentDigest": "94da0f0031f9", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/graph-gophers/graphql-go" }, { "lineNumber": 14, "depName": "github.com/gregjones/httpcache", "depType": "require", "currentValue": "v0.0.0-20180305231024-9cad4c3443a7", "versionScheme": "semver", "depNameShort": "gregjones/httpcache", "purl": "pkg:github/gregjones/httpcache", "currentDigest": "9cad4c3443a7", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/gregjones/httpcache" }, { "lineNumber": 15, "depName": "github.com/hashicorp/go-multierror", "depType": "require", "currentValue": "v1.0.0", "versionScheme": "semver", "depNameShort": "hashicorp/go-multierror", "purl": "pkg:github/hashicorp/go-multierror", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/hashicorp/go-multierror", "releases": [] }, { "lineNumber": 16, "depName": "github.com/hashicorp/golang-lru", "depType": "require", "currentValue": "v0.5.0", "versionScheme": "semver", "depNameShort": "hashicorp/golang-lru", "purl": "pkg:github/hashicorp/golang-lru", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/hashicorp/golang-lru", "releases": [] }, { "lineNumber": 17, "depName": "github.com/jonboulle/clockwork", "depType": "require", "currentValue": "v0.1.0", "versionScheme": "semver", "depNameShort": "jonboulle/clockwork", "purl": "pkg:github/jonboulle/clockwork", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/jonboulle/clockwork", "releases": [] }, { "lineNumber": 18, "depName": "github.com/keegancsmith/sqlf", "depType": "require", "currentValue": "v1.1.0", "versionScheme": "semver", "depNameShort": "keegancsmith/sqlf", "purl": "pkg:github/keegancsmith/sqlf", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/keegancsmith/sqlf", "releases": [] }, { "lineNumber": 19, "depName": "github.com/keegancsmith/tmpfriend", "depType": "require", "currentValue": "v0.0.0-20180423180255-86e88902a513", "versionScheme": "semver", "depNameShort": "keegancsmith/tmpfriend", "purl": "pkg:github/keegancsmith/tmpfriend", "currentDigest": "86e88902a513", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/keegancsmith/tmpfriend" }, { "lineNumber": 20, "depName": "github.com/kevinburke/differ", "depType": "require", "currentValue": "v0.0.0-20180719214047-7596500234bb", "versionScheme": "semver", "depNameShort": "kevinburke/differ", "purl": "pkg:github/kevinburke/differ", "currentDigest": "7596500234bb", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/kevinburke/differ" }, { "lineNumber": 21, "depName": "github.com/kevinburke/go-bindata", "depType": "require", "currentValue": "v3.11.1-0.20180909202705-9b44e0539c2a+incompatible", "versionScheme": "semver", "depNameShort": "kevinburke/go-bindata", "purl": "pkg:github/kevinburke/go-bindata", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/kevinburke/go-bindata", "releases": [] }, { "lineNumber": 22, "depName": "github.com/kylelemons/godebug", "depType": "require", "currentValue": "v0.0.0-20170820004349-d65d576e9348", "versionScheme": "semver", "depNameShort": "kylelemons/godebug", "purl": "pkg:github/kylelemons/godebug", "currentDigest": "d65d576e9348", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/kylelemons/godebug" }, { "lineNumber": 23, "depName": "github.com/lib/pq", "depType": "require", "currentValue": "v1.0.0", "versionScheme": "semver", "depNameShort": "lib/pq", "purl": "pkg:github/lib/pq", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/lib/pq", "releases": [] }, { "lineNumber": 24, "depName": "github.com/mattn/go-colorable", "depType": "require", "currentValue": "v0.0.9", "versionScheme": "semver", "depNameShort": "mattn/go-colorable", "purl": "pkg:github/mattn/go-colorable", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/mattn/go-colorable", "releases": [] }, { "lineNumber": 25, "depName": "github.com/mattn/go-isatty", "depType": "require", "currentValue": "v0.0.4", "versionScheme": "semver", "depNameShort": "mattn/go-isatty", "purl": "pkg:github/mattn/go-isatty", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/mattn/go-isatty", "releases": [] }, { "lineNumber": 26, "depName": "github.com/mattn/goreman", "depType": "require", "currentValue": "v0.1.2-0.20180926031137-83bee30f0a15", "versionScheme": "semver", "depNameShort": "mattn/goreman", "purl": "pkg:github/mattn/goreman", "multiLine": true, "updates": [ { "fromVersion": "v0.1.2-0.20180926031137-83bee30f0a15", "toVersion": "v0.2.0", "newValue": "v0.2.0", "newMajor": 0, "newMinor": 2, "updateType": "minor", "isSingleVersion": true } ], "warnings": [], "repositoryUrl": "https://github.com/mattn/goreman", "releases": [ "v0.2.0" ] }, { "lineNumber": 27, "depName": "github.com/neelance/parallel", "depType": "require", "currentValue": "v0.0.0-20160708114440-4de9ce63d14c", "versionScheme": "semver", "depNameShort": "neelance/parallel", "purl": "pkg:github/neelance/parallel", "currentDigest": "4de9ce63d14c", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/neelance/parallel" }, { "lineNumber": 28, "depName": "github.com/opentracing/opentracing-go", "depType": "require", "currentValue": "v1.0.2", "versionScheme": "semver", "depNameShort": "opentracing/opentracing-go", "purl": "pkg:github/opentracing/opentracing-go", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/opentracing/opentracing-go", "releases": [] }, { "lineNumber": 29, "depName": "github.com/pelletier/go-toml", "depType": "require", "currentValue": "v1.2.0", "versionScheme": "semver", "depNameShort": "pelletier/go-toml", "purl": "pkg:github/pelletier/go-toml", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/pelletier/go-toml", "releases": [] }, { "lineNumber": 30, "depName": "github.com/pkg/errors", "depType": "require", "currentValue": "v0.8.0", "versionScheme": "semver", "depNameShort": "pkg/errors", "purl": "pkg:github/pkg/errors", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/pkg/errors", "releases": [] }, { "lineNumber": 31, "depName": "github.com/pquerna/cachecontrol", "depType": "require", "currentValue": "v0.0.0-20180517163645-1555304b9b35", "versionScheme": "semver", "depNameShort": "pquerna/cachecontrol", "purl": "pkg:github/pquerna/cachecontrol", "currentDigest": "1555304b9b35", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/pquerna/cachecontrol" }, { "lineNumber": 32, "depName": "github.com/prometheus/client_golang", "depType": "require", "currentValue": "v0.8.0", "versionScheme": "semver", "depNameShort": "prometheus/client_golang", "purl": "pkg:github/prometheus/client_golang", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/prometheus/client_golang", "releases": [] }, { "lineNumber": 33, "depName": "github.com/russellhaering/gosaml2", "depType": "require", "currentValue": "v0.3.1", "versionScheme": "semver", "depNameShort": "russellhaering/gosaml2", "purl": "pkg:github/russellhaering/gosaml2", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/russellhaering/gosaml2", "releases": [] }, { "lineNumber": 34, "depName": "github.com/russellhaering/goxmldsig", "depType": "require", "currentValue": "v0.0.0-20180430223755-7acd5e4a6ef7", "versionScheme": "semver", "depNameShort": "russellhaering/goxmldsig", "purl": "pkg:github/russellhaering/goxmldsig", "currentDigest": "7acd5e4a6ef7", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/russellhaering/goxmldsig" }, { "lineNumber": 35, "depName": "github.com/sergi/go-diff", "depType": "require", "currentValue": "v1.0.0", "versionScheme": "semver", "depNameShort": "sergi/go-diff", "purl": "pkg:github/sergi/go-diff", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sergi/go-diff", "releases": [] }, { "lineNumber": 36, "depName": "github.com/shurcooL/vfsgen", "depType": "require", "currentValue": "v0.0.0-20180915214035-33ae1944be3f", "versionScheme": "semver", "depNameShort": "shurcooL/vfsgen", "purl": "pkg:github/shurcooL/vfsgen", "currentDigest": "33ae1944be3f", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/shurcooL/vfsgen" }, { "lineNumber": 37, "depName": "github.com/slimsag/godocmd", "depType": "require", "currentValue": "v0.0.0-20161025000126-a1005ad29fe3", "versionScheme": "semver", "depNameShort": "slimsag/godocmd", "purl": "pkg:github/slimsag/godocmd", "currentDigest": "a1005ad29fe3", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/slimsag/godocmd" }, { "lineNumber": 38, "depName": "github.com/sourcegraph/ctxvfs", "depType": "require", "currentValue": "v0.0.0-20180418081416-2b65f1b1ea81", "versionScheme": "semver", "depNameShort": "sourcegraph/ctxvfs", "purl": "pkg:github/sourcegraph/ctxvfs", "currentDigest": "2b65f1b1ea81", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/ctxvfs" }, { "lineNumber": 39, "depName": "github.com/sourcegraph/go-jsonschema", "depType": "require", "currentValue": "v0.0.0-20180805125535-0e659b54484d", "versionScheme": "semver", "depNameShort": "sourcegraph/go-jsonschema", "purl": "pkg:github/sourcegraph/go-jsonschema", "currentDigest": "0e659b54484d", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/go-jsonschema" }, { "lineNumber": 40, "depName": "github.com/sourcegraph/go-langserver", "depType": "require", "currentValue": "v0.0.0-20180917104716-6b103664e059", "versionScheme": "semver", "depNameShort": "sourcegraph/go-langserver", "purl": "pkg:github/sourcegraph/go-langserver", "currentDigest": "6b103664e059", "digestOneAndOnly": true, "multiLine": true, "updates": [ { "fromVersion": "v0.0.0-20180917104716-6b103664e059", "toVersion": "v2.0.0", "newValue": "v2.0.0", "newMajor": 2, "newMinor": 0, "updateType": "major", "isSingleVersion": true, "newDigest": "b877569e93ac0926758e7b2823d6808bd36745c9", "newDigestShort": "b877569" } ], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/go-langserver", "releases": [ "v1.0.0", "v2.0.0" ] }, { "lineNumber": 41, "depName": "github.com/sourcegraph/go-vcsurl", "depType": "require", "currentValue": "v0.0.0-20131114132947-6b12603ea6fd", "versionScheme": "semver", "depNameShort": "sourcegraph/go-vcsurl", "purl": "pkg:github/sourcegraph/go-vcsurl", "currentDigest": "6b12603ea6fd", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/go-vcsurl" }, { "lineNumber": 42, "depName": "github.com/sourcegraph/godockerize", "depType": "require", "currentValue": "v0.0.0-20181001062649-0f33644f1829", "versionScheme": "semver", "depNameShort": "sourcegraph/godockerize", "purl": "pkg:github/sourcegraph/godockerize", "currentDigest": "0f33644f1829", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/godockerize" }, { "lineNumber": 43, "depName": "github.com/sourcegraph/jsonrpc2", "depType": "require", "currentValue": "v0.0.0-20180831160525-549eb959f029", "versionScheme": "semver", "depNameShort": "sourcegraph/jsonrpc2", "purl": "pkg:github/sourcegraph/jsonrpc2", "currentDigest": "549eb959f029", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/jsonrpc2" }, { "lineNumber": 44, "depName": "github.com/sourcegraph/jsonx", "depType": "require", "currentValue": "v0.0.0-20180801091521-5a4ae5eb18cd", "versionScheme": "semver", "depNameShort": "sourcegraph/jsonx", "purl": "pkg:github/sourcegraph/jsonx", "currentDigest": "5a4ae5eb18cd", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/jsonx" }, { "lineNumber": 45, "depName": "github.com/sourcegraph/rpc", "depType": "require", "currentValue": "v0.0.0-20180329203801-5eaf49b36f85", "versionScheme": "semver", "depNameShort": "sourcegraph/rpc", "purl": "pkg:github/sourcegraph/rpc", "currentDigest": "5eaf49b36f85", "digestOneAndOnly": true, "multiLine": true, "updates": [ { "fromVersion": "v0.0.0-20180329203801-5eaf49b36f85", "toVersion": "v1.0.1", "newValue": "v1.0.1", "newMajor": 1, "newMinor": 0, "updateType": "major", "isSingleVersion": true, "newDigest": "5eaf49b36f8558bf8be72ffbef31edcadd554e07", "newDigestShort": "5eaf49b" } ], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/rpc", "releases": [ "v1.0.0", "v1.0.1" ] }, { "lineNumber": 46, "depName": "github.com/sourcegraph/sourcegraph", "depType": "require", "currentValue": "v0.0.0-20181005081859-0fe4b8da3732", "versionScheme": "semver", "depNameShort": "sourcegraph/sourcegraph", "purl": "pkg:github/sourcegraph/sourcegraph", "currentDigest": "0fe4b8da3732", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/sourcegraph" }, { "lineNumber": 47, "depName": "github.com/src-d/gcfg", "depType": "require", "currentValue": "v1.3.0", "versionScheme": "semver", "depNameShort": "src-d/gcfg", "purl": "pkg:github/src-d/gcfg", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/src-d/gcfg", "releases": [] }, { "lineNumber": 48, "depName": "github.com/stripe/stripe-go", "depType": "require", "currentValue": "v0.0.0-20180924231549-97e2ddab8720", "versionScheme": "semver", "depNameShort": "stripe/stripe-go", "purl": "pkg:github/stripe/stripe-go", "currentDigest": "97e2ddab8720", "digestOneAndOnly": true, "multiLine": true, "updates": [ { "fromVersion": "v0.0.0-20180924231549-97e2ddab8720", "toVersion": "v51.1.0", "newValue": "v51.1.0", "newMajor": 51, "newMinor": 1, "updateType": "major", "isSingleVersion": true, "newDigest": "f73681666ece976089314471c6eaed2763ec8a2f", "newDigestShort": "f736816" } ], "warnings": [], "repositoryUrl": "https://github.com/stripe/stripe-go", "releases": [ "v1.0.0", "v1.0.1", "v1.0.2", "v1.0.3", "v2.0.0", "v3.0.1", "v3.1.0", "v4.0.0", "v4.1.0", "v4.2.0", "v4.2.1", "v4.3.0", "v4.4.0", "v4.4.1", "v4.4.2", "v4.4.3", "v5.0.0", "v5.0.1", "v5.1.0", "v6.0.0", "v6.1.0", "v6.2.0", "v6.3.0", "v6.4.0", "v6.4.1", "6.4.2", "v6.4.2", "v6.5.0", "v6.6.0", "v6.7.0", "v6.7.1", "v6.8.0", "v7.0.0", "v8.0.0", "v9.0.0", "v10.0.0", "v10.1.0", "v10.2.0", "v10.3.0", "v11.0.0", "v11.0.1", "v11.1.0", "v11.1.1", "v11.1.2", "v11.2.0", "11.2.0", "v11.3.0", "11.3.0", "v11.4.0", "v11.5.0", "v12.0.0", "v12.1.0", "v13.0.0", "v13.1.0", "v13.2.0", "v13.3.0", "v13.4.0", "v13.5.0", "v13.6.0", "v13.7.0", "v13.8.0", "v13.9.0", "v13.10.0", "v13.10.1", "v13.11.0", "v13.11.1", "v13.12.0", "v14.0.0", "v14.1.0", "v14.2.0", "v14.2.1", "v14.2.2", "v14.2.3", "v14.3.0", "v14.4.0", "v15.0.0", "v15.1.0", "v15.2.0", "v15.3.0", "v15.4.0", "v15.5.0", "v15.6.0", "v16.0.0", "v16.1.0", "v16.2.0", "v16.2.1", "v16.3.0", "v16.3.1", "v16.4.0", "v16.5.0", "v16.6.0", "v16.7.0", "v16.7.1", "v16.8.0", "v17.0.0", "v17.1.0", "v17.2.0", "v17.3.0", "v17.4.0", "v17.4.1", "v17.4.2", "v17.5.0", "v18.0.0", "v18.1.0", "v18.2.0", "v18.3.0", "v18.4.0", "v18.5.0", "v18.6.0", "v18.7.0", "v18.8.0", "v18.9.0", "v18.10.0", "v18.11.0", "v18.12.0", "v18.13.0", "v18.14.0", "v18.14.1", "v19.0.0", "v19.0.1", "v19.0.2", "v19.1.0", "v19.2.0", "v19.3.0", "v19.4.0", "v19.5.0", "v19.6.0", "v19.7.0", "v19.8.0", "v19.9.0", "v19.10.0", "v19.11.0", "v19.12.0", "v19.13.0", "v19.14.0", "v19.15.0", "v19.16.0", "v19.17.0", "v20.0.0", "v21.0.0", "v21.1.0", "v21.2.0", "v21.3.0", "v21.4.0", "v21.4.1", "v21.5.0", "v21.5.1", "v22.0.0", "v22.1.0", "v22.1.1", "v22.2.0", "v22.3.0", "v22.4.1", "v22.5.0", "v22.6.0", "v23.0.0", "v23.1.0", "v23.2.0", "v23.2.1", "v24.0.0", "v24.1.0", "v24.2.0", "v24.3.0", "v25.0.0", "v25.1.0", "v25.2.0", "v26.0.0", "v27.0.0", "v27.0.1", "v27.0.2", "v28.0.0", "v28.0.1", "v28.1.0", "v28.2.0", "v28.3.0", "v28.3.1", "v28.3.2", "v28.4.0", "v28.4.1", "v28.4.2", "v28.5.0", "v28.6.0", "v28.6.1", "v28.7.0", "v28.8.0", "v28.9.0", "v28.10.0", "v28.10.1", "v28.11.0", "v28.12.0", "v29.0.0", "v29.0.1", "v29.1.0", "v29.1.1", "v29.2.0", "v29.3.0", "v29.3.1", "v30.0.0", "v30.1.0", "v30.2.0", "v30.3.0", "v30.4.0", "v30.5.0", "v30.6.0", "v30.6.1", "v30.7.0", "v30.8.0", "v30.8.1", "v31.0.0", "v32.0.0", "v32.0.1", "v32.1.0", "v32.2.0", "v32.3.0", "v32.4.0", "v32.4.1", "v33.0.0", "v33.1.0", "v34.0.0", "v34.1.0", "v34.2.0", "v34.3.0", "v35.0.0", "v35.1.0", "v35.2.0", "v35.3.0", "v35.4.0", "v35.5.0", "v35.6.0", "v35.7.0", "v35.8.0", "v35.9.0", "v35.10.0", "v35.11.0", "v35.12.0", "v35.13.0", "v36.0.0", "v36.1.0", "v36.1.1", "v36.1.2", "v36.2.0", "v36.3.0", "v37.0.0", "v38.0.0", "v38.1.0", "v38.2.0", "v39.0.0", "v40.0.0", "v40.0.1", "v40.0.2", "v40.1.0", "v40.2.0", "v41.0.0", "v42.0.0", "v42.1.0", "v42.2.0", "v42.3.0", "v43.0.0", "v43.1.0", "v43.1.1", "v44.0.0", "v45.0.0", "v46.0.0", "v46.1.0", "v47.0.0", "v48.0.0", "v48.1.0", "v48.2.0", "v48.3.0", "v49.0.0", "v49.1.0", "v49.2.0", "v50.0.0", "v51.0.0", "v51.1.0" ] }, { "lineNumber": 49, "depName": "github.com/zenazn/goji", "depType": "require", "currentValue": "v0.9.0", "versionScheme": "semver", "depNameShort": "zenazn/goji", "purl": "pkg:github/zenazn/goji", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/zenazn/goji", "releases": [] }, { "lineNumber": 50, "depName": "go4.org", "depType": "require", "currentValue": "v0.0.0-20180809161055-417644f6feb5", "versionScheme": "semver", "purl": "pkg:go/go4.org", "depNameShort": "go4.org", "currentDigest": "417644f6feb5", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/go4org/go4" }, { "lineNumber": 51, "depName": "golang.org/x/crypto", "depType": "require", "currentValue": "v0.0.0-20180910181607-0e37d006457b", "versionScheme": "semver", "purl": "pkg:go/golang.org/x/crypto", "depNameShort": "golang.org/x/crypto", "currentDigest": "0e37d006457b", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/golang/crypto" }, { "lineNumber": 52, "depName": "golang.org/x/net", "depType": "require", "currentValue": "v0.0.0-20180911220305-26e67e76b6c3", "versionScheme": "semver", "purl": "pkg:go/golang.org/x/net", "depNameShort": "golang.org/x/net", "currentDigest": "26e67e76b6c3", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/golang/net" }, { "lineNumber": 53, "depName": "golang.org/x/oauth2", "depType": "require", "currentValue": "v0.0.0-20180821212333-d2e6202438be", "versionScheme": "semver", "purl": "pkg:go/golang.org/x/oauth2", "depNameShort": "golang.org/x/oauth2", "currentDigest": "d2e6202438be", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/golang/oauth2" }, { "lineNumber": 54, "depName": "golang.org/x/tools", "depType": "require", "currentValue": "v0.0.0-20181001162950-8deeabbe2e53", "versionScheme": "semver", "purl": "pkg:go/golang.org/x/tools", "depNameShort": "golang.org/x/tools", "currentDigest": "8deeabbe2e53", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/golang/tools" }, { "lineNumber": 55, "depName": "google.golang.org/appengine", "depType": "require", "currentValue": "v1.2.0", "versionScheme": "semver", "purl": "pkg:go/google.golang.org/appengine", "depNameShort": "google.golang.org/appengine", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/golang/appengine", "releases": [] }, { "lineNumber": 56, "depName": "google.golang.org/grpc", "depType": "require", "currentValue": "v1.15.0", "versionScheme": "semver", "purl": "pkg:go/google.golang.org/grpc", "depNameShort": "google.golang.org/grpc", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/grpc/grpc-go", "releases": [] }, { "lineNumber": 57, "depName": "gopkg.in/inconshreveable/log15.v2", "depType": "require", "currentValue": "v2.0.0-20180818164646-67afb5ed74ec", "versionScheme": "semver", "depNameShort": "inconshreveable/log15", "purl": "pkg:github/inconshreveable/log15", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/inconshreveable/log15" }, { "lineNumber": 58, "depName": "gopkg.in/square/go-jose.v2", "depType": "require", "currentValue": "v2.1.9", "versionScheme": "semver", "depNameShort": "square/go-jose", "purl": "pkg:github/square/go-jose", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/square/go-jose", "releases": [] }, { "lineNumber": 59, "depName": "gopkg.in/src-d/go-git.v4", "depType": "require", "currentValue": "v4.7.0", "versionScheme": "semver", "depNameShort": "src-d/go-git", "purl": "pkg:github/src-d/go-git", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/src-d/go-git", "releases": [] }, { "lineNumber": 60, "depName": "gopkg.in/warnings.v0", "depType": "require", "currentValue": "v0.1.2", "versionScheme": "semver", "depNameShort": "warnings", "purl": "pkg:github/go-warnings/warnings", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/go-warnings/warnings", "releases": [] }, { "lineNumber": 61, "depName": "gopkg.in/yaml.v2", "depType": "require", "currentValue": "v2.2.1", "versionScheme": "semver", "depNameShort": "yaml", "purl": "pkg:github/go-yaml/yaml", "multiLine": true, "updates": [], "warnings": [], "repositoryUrl": "https://github.com/go-yaml/yaml", "releases": [] }, { "lineNumber": 62, "depName": "honnef.co/go/tools", "depType": "require", "currentValue": "v0.0.0-20180728063816-88497007e858", "versionScheme": "semver", "purl": "pkg:go/honnef.co/go/tools", "depNameShort": "honnef.co/go/tools", "currentDigest": "88497007e858", "digestOneAndOnly": true, "multiLine": true, "updates": [], "warnings": [ { "updateType": "warning", "message": "Failed to look up dependency honnef.co/go/tools" } ] } ] } ], "npm": [ { "packageFile": "package.json", "manager": "npm", "deps": [ { "depType": "dependencies", "depName": "@sourcegraph/extensions-client-common", "versionScheme": "semver", "currentValue": "^9.0.0", "purl": "pkg:npm/%40sourcegraph/extensions-client-common", "prettyDepType": "dependency", "lockedVersion": "9.0.0", "updates": [ { "fromVersion": "9.0.0", "toVersion": "10.0.0", "newValue": "^10.0.0", "newMajor": 10, "newMinor": 0, "updateType": "major", "isSingleVersion": false, "isRange": true, "releaseTimestamp": "2018-10-05T04:00:05.513Z", "canBeUnpublished": true } ], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/extensions-client-common", "releases": [ "9.0.0", "10.0.0" ] }, { "depType": "dependencies", "depName": "@sourcegraph/phabricator-extension", "versionScheme": "semver", "currentValue": "^1.14.0", "purl": "pkg:npm/%40sourcegraph/phabricator-extension", "prettyDepType": "dependency", "lockedVersion": "1.14.0", "updates": [ { "fromVersion": "1.14.0", "toVersion": "1.16.2", "newValue": "^1.16.2", "newMajor": 1, "newMinor": 16, "updateType": "minor", "isSingleVersion": false, "isRange": true, "releaseTimestamp": "2018-10-01T22:42:03.519Z", "canBeUnpublished": false, "isBump": true } ], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/browser-extensions", "releases": [ "1.14.0", "1.15.0", "1.16.0", "1.16.1", "1.16.2" ] }, { "depType": "dependencies", "depName": "@sourcegraph/react-loading-spinner", "versionScheme": "semver", "currentValue": "0.0.6", "purl": "pkg:npm/%40sourcegraph/react-loading-spinner", "prettyDepType": "dependency", "lockedVersion": "0.0.6", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/react-loading-spinner", "releases": [] }, { "depType": "dependencies", "depName": "@sourcegraph/webapp", "versionScheme": "semver", "currentValue": "^0.0.212", "purl": "pkg:npm/%40sourcegraph/webapp", "prettyDepType": "dependency", "lockedVersion": "0.0.212", "updates": [ { "fromVersion": "0.0.212", "toVersion": "0.0.214", "newValue": "^0.0.214", "newMajor": 0, "newMinor": 0, "updateType": "minor", "isSingleVersion": false, "isRange": true, "releaseTimestamp": "2018-10-05T12:02:12.454Z", "canBeUnpublished": true } ], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/sourcegraph", "releases": [ "0.0.212", "0.0.213", "0.0.214" ] }, { "depType": "dependencies", "depName": "date-fns", "versionScheme": "semver", "currentValue": "^2.0.0-alpha.7", "purl": "pkg:npm/date-fns", "prettyDepType": "dependency", "lockedVersion": "2.0.0-alpha.16", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/date-fns/date-fns", "releases": [] }, { "depType": "dependencies", "depName": "lodash", "versionScheme": "semver", "currentValue": "^4.17.11", "purl": "pkg:npm/lodash", "prettyDepType": "dependency", "lockedVersion": "4.17.11", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/lodash/lodash", "homepage": "https://lodash.com/", "releases": [] }, { "depType": "dependencies", "depName": "mdi-react", "versionScheme": "semver", "currentValue": "^4.3.0", "purl": "pkg:npm/mdi-react", "prettyDepType": "dependency", "lockedVersion": "4.3.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/levrik/mdi-react", "releases": [] }, { "depType": "dependencies", "depName": "react", "versionScheme": "semver", "currentValue": "^16.5.1", "purl": "pkg:npm/react", "prettyDepType": "dependency", "lockedVersion": "16.5.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/facebook/react", "homepage": "https://reactjs.org/", "releases": [] }, { "depType": "dependencies", "depName": "react-dom", "versionScheme": "semver", "currentValue": "^16.5.1", "purl": "pkg:npm/react-dom", "prettyDepType": "dependency", "lockedVersion": "16.5.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/facebook/react", "homepage": "https://reactjs.org/", "releases": [] }, { "depType": "dependencies", "depName": "react-router", "versionScheme": "semver", "currentValue": "^4.3.1", "purl": "pkg:npm/react-router", "prettyDepType": "dependency", "lockedVersion": "4.3.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/ReactTraining/react-router", "releases": [] }, { "depType": "dependencies", "depName": "react-router-dom", "versionScheme": "semver", "currentValue": "^4.3.1", "purl": "pkg:npm/react-router-dom", "prettyDepType": "dependency", "lockedVersion": "4.3.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/ReactTraining/react-router", "releases": [] }, { "depType": "dependencies", "depName": "react-stripe-elements", "versionScheme": "semver", "currentValue": "^2.0.1", "purl": "pkg:npm/react-stripe-elements", "prettyDepType": "dependency", "lockedVersion": "2.0.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/stripe/react-stripe-elements", "releases": [] }, { "depType": "dependencies", "depName": "rxjs", "versionScheme": "semver", "currentValue": "^6.3.2", "purl": "pkg:npm/rxjs", "prettyDepType": "dependency", "lockedVersion": "6.3.2", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/reactivex/rxjs", "releases": [] }, { "depType": "dependencies", "depName": "tslib", "versionScheme": "semver", "currentValue": "^1.9.3", "purl": "pkg:npm/tslib", "prettyDepType": "dependency", "lockedVersion": "1.9.3", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/Microsoft/tslib", "homepage": "http://typescriptlang.org/", "releases": [] }, { "depType": "devDependencies", "depName": "@babel/core", "versionScheme": "semver", "currentValue": "^7.0.1", "purl": "pkg:npm/%40babel/core", "prettyDepType": "devDependency", "lockedVersion": "7.0.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/babel/babel", "homepage": "https://babeljs.io/", "releases": [] }, { "depType": "devDependencies", "depName": "@babel/preset-env", "versionScheme": "semver", "currentValue": "^7.0.0", "purl": "pkg:npm/%40babel/preset-env", "prettyDepType": "devDependency", "lockedVersion": "7.0.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/babel/babel", "homepage": "https://babeljs.io/", "releases": [] }, { "depType": "devDependencies", "depName": "@sourcegraph/prettierrc", "versionScheme": "semver", "currentValue": "^2.2.0", "purl": "pkg:npm/%40sourcegraph/prettierrc", "prettyDepType": "devDependency", "lockedVersion": "2.2.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/prettierrc", "releases": [] }, { "depType": "devDependencies", "depName": "@sourcegraph/stylelint-config", "versionScheme": "semver", "currentValue": "^1.0.1", "purl": "pkg:npm/%40sourcegraph/stylelint-config", "prettyDepType": "devDependency", "lockedVersion": "1.0.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/stylelint-config", "releases": [] }, { "depType": "devDependencies", "depName": "@sourcegraph/tsconfig", "versionScheme": "semver", "currentValue": "^3.0.0", "purl": "pkg:npm/%40sourcegraph/tsconfig", "prettyDepType": "devDependency", "lockedVersion": "3.0.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/tsconfig", "releases": [] }, { "depType": "devDependencies", "depName": "@sourcegraph/tslint-config", "versionScheme": "semver", "currentValue": "^12.0.0", "purl": "pkg:npm/%40sourcegraph/tslint-config", "prettyDepType": "devDependency", "lockedVersion": "12.0.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sourcegraph/tslint-config", "releases": [] }, { "depType": "devDependencies", "depName": "@types/babel__core", "versionScheme": "semver", "currentValue": "7.0.1", "purl": "pkg:npm/%40types/babel__core", "prettyDepType": "devDependency", "lockedVersion": "7.0.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/extract-text-webpack-plugin", "versionScheme": "semver", "currentValue": "3.0.3", "purl": "pkg:npm/%40types/extract-text-webpack-plugin", "prettyDepType": "devDependency", "lockedVersion": "3.0.3", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "releases": [] }, { "depType": "devDependencies", "depName": "@types/fancy-log", "versionScheme": "semver", "currentValue": "1.3.0", "purl": "pkg:npm/%40types/fancy-log", "prettyDepType": "devDependency", "lockedVersion": "1.3.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/gulp", "versionScheme": "semver", "currentValue": "4.0.5", "purl": "pkg:npm/%40types/gulp", "prettyDepType": "devDependency", "lockedVersion": "4.0.5", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/http-proxy-middleware", "versionScheme": "semver", "currentValue": "0.17.5", "purl": "pkg:npm/%40types/http-proxy-middleware", "prettyDepType": "devDependency", "lockedVersion": "0.17.5", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/lodash", "versionScheme": "semver", "currentValue": "4.14.116", "purl": "pkg:npm/%40types/lodash", "prettyDepType": "devDependency", "lockedVersion": "4.14.116", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/mocha", "versionScheme": "semver", "currentValue": "5.2.5", "purl": "pkg:npm/%40types/mocha", "prettyDepType": "devDependency", "lockedVersion": "5.2.5", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/node", "versionScheme": "semver", "currentValue": "10.11.4", "purl": "pkg:npm/%40types/node", "prettyDepType": "devDependency", "lockedVersion": "10.11.4", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/react", "versionScheme": "semver", "currentValue": "16.4.14", "purl": "pkg:npm/%40types/react", "prettyDepType": "devDependency", "lockedVersion": "16.4.14", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/react-dom", "versionScheme": "semver", "currentValue": "16.0.8", "purl": "pkg:npm/%40types/react-dom", "prettyDepType": "devDependency", "lockedVersion": "16.0.8", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/react-router", "versionScheme": "semver", "currentValue": "4.0.31", "purl": "pkg:npm/%40types/react-router", "prettyDepType": "devDependency", "lockedVersion": "4.0.31", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/react-router-dom", "versionScheme": "semver", "currentValue": "4.3.1", "purl": "pkg:npm/%40types/react-router-dom", "prettyDepType": "devDependency", "lockedVersion": "4.3.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/react-stripe-elements", "versionScheme": "semver", "currentValue": "1.1.7", "purl": "pkg:npm/%40types/react-stripe-elements", "prettyDepType": "devDependency", "lockedVersion": "1.1.7", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/uglifyjs-webpack-plugin", "versionScheme": "semver", "currentValue": "1.1.0", "purl": "pkg:npm/%40types/uglifyjs-webpack-plugin", "prettyDepType": "devDependency", "lockedVersion": "1.1.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "@types/webpack", "versionScheme": "semver", "currentValue": "4.4.11", "purl": "pkg:npm/%40types/webpack", "prettyDepType": "devDependency", "lockedVersion": "4.4.11", "updates": [ { "fromVersion": "4.4.11", "toVersion": "4.4.14", "newValue": "4.4.14", "newMajor": 4, "newMinor": 4, "updateType": "minor", "isSingleVersion": true, "releaseTimestamp": "2018-10-03T18:06:35.223Z", "canBeUnpublished": false } ], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [ "4.4.11", "4.4.12", "4.4.13", "4.4.14" ] }, { "depType": "devDependencies", "depName": "@types/webpack-serve", "versionScheme": "semver", "currentValue": "2.0.0", "purl": "pkg:npm/%40types/webpack-serve", "prettyDepType": "devDependency", "lockedVersion": "2.0.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", "releases": [] }, { "depType": "devDependencies", "depName": "babel-loader", "versionScheme": "semver", "currentValue": "^8.0.2", "purl": "pkg:npm/babel-loader", "prettyDepType": "devDependency", "lockedVersion": "8.0.2", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/babel/babel-loader", "releases": [] }, { "depType": "devDependencies", "depName": "babel-plugin-lodash", "versionScheme": "semver", "currentValue": "^3.3.4", "purl": "pkg:npm/babel-plugin-lodash", "prettyDepType": "devDependency", "lockedVersion": "3.3.4", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/lodash/babel-plugin-lodash", "releases": [] }, { "depType": "devDependencies", "depName": "bundlesize", "versionScheme": "semver", "currentValue": "^0.17.0", "purl": "pkg:npm/bundlesize", "prettyDepType": "devDependency", "lockedVersion": "0.17.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/siddharthkp/bundlesize", "releases": [] }, { "depType": "devDependencies", "depName": "css-loader", "versionScheme": "semver", "currentValue": "^1.0.0", "purl": "pkg:npm/css-loader", "prettyDepType": "devDependency", "lockedVersion": "1.0.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/webpack-contrib/css-loader", "releases": [] }, { "depType": "devDependencies", "depName": "esm", "versionScheme": "semver", "currentValue": "^3.0.83", "purl": "pkg:npm/esm", "prettyDepType": "devDependency", "lockedVersion": "3.0.83", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/standard-things/esm", "releases": [] }, { "depType": "devDependencies", "depName": "extract-text-webpack-plugin", "versionScheme": "semver", "currentValue": "^4.0.0-beta.0", "purl": "pkg:npm/extract-text-webpack-plugin", "prettyDepType": "devDependency", "lockedVersion": "4.0.0-beta.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/webpack-contrib/extract-text-webpack-plugin", "releases": [] }, { "depType": "devDependencies", "depName": "fancy-log", "versionScheme": "semver", "currentValue": "^1.3.2", "purl": "pkg:npm/fancy-log", "prettyDepType": "devDependency", "lockedVersion": "1.3.2", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/js-cli/fancy-log", "releases": [] }, { "depType": "devDependencies", "depName": "fork-ts-checker-webpack-plugin", "versionScheme": "semver", "currentValue": "^0.4.9", "purl": "pkg:npm/fork-ts-checker-webpack-plugin", "prettyDepType": "devDependency", "lockedVersion": "0.4.9", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/Realytics/fork-ts-checker-webpack-plugin", "releases": [] }, { "depType": "devDependencies", "depName": "gulp", "versionScheme": "semver", "currentValue": "^4.0.0", "purl": "pkg:npm/gulp", "prettyDepType": "devDependency", "lockedVersion": "4.0.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/gulpjs/gulp", "homepage": "http://gulpjs.com", "releases": [] }, { "depType": "devDependencies", "depName": "http-proxy-middleware", "versionScheme": "semver", "currentValue": "^0.19.0", "purl": "pkg:npm/http-proxy-middleware", "prettyDepType": "devDependency", "lockedVersion": "0.19.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/chimurai/http-proxy-middleware", "releases": [] }, { "depType": "devDependencies", "depName": "koa-connect", "versionScheme": "semver", "currentValue": "^2.0.1", "purl": "pkg:npm/koa-connect", "prettyDepType": "devDependency", "lockedVersion": "2.0.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/vkurchatkin/koa-connect", "releases": [] }, { "depType": "devDependencies", "depName": "mocha", "versionScheme": "semver", "currentValue": "^5.2.0", "purl": "pkg:npm/mocha", "prettyDepType": "devDependency", "lockedVersion": "5.2.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/mochajs/mocha", "homepage": "https://mochajs.org", "releases": [] }, { "depType": "devDependencies", "depName": "node-sass", "versionScheme": "semver", "currentValue": "^4.9.3", "purl": "pkg:npm/node-sass", "prettyDepType": "devDependency", "lockedVersion": "4.9.3", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/sass/node-sass", "releases": [] }, { "depType": "devDependencies", "depName": "node-sass-import-once", "versionScheme": "semver", "currentValue": "^1.2.0", "purl": "pkg:npm/node-sass-import-once", "prettyDepType": "devDependency", "lockedVersion": "1.2.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/at-import/node-sass-import-once", "releases": [] }, { "depType": "devDependencies", "depName": "nyc", "versionScheme": "semver", "currentValue": "^13.0.1", "purl": "pkg:npm/nyc", "prettyDepType": "devDependency", "lockedVersion": "13.0.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/istanbuljs/nyc", "releases": [] }, { "depType": "devDependencies", "depName": "postcss-loader", "versionScheme": "semver", "currentValue": "^3.0.0", "purl": "pkg:npm/postcss-loader", "prettyDepType": "devDependency", "lockedVersion": "3.0.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/postcss/postcss-loader", "releases": [] }, { "depType": "devDependencies", "depName": "prettier", "versionScheme": "semver", "currentValue": "1.14.3", "purl": "pkg:npm/prettier", "prettyDepType": "devDependency", "lockedVersion": "1.14.3", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/prettier/prettier", "homepage": "https://prettier.io", "releases": [] }, { "depType": "devDependencies", "depName": "sass-loader", "versionScheme": "semver", "currentValue": "^7.1.0", "purl": "pkg:npm/sass-loader", "prettyDepType": "devDependency", "lockedVersion": "7.1.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/webpack-contrib/sass-loader", "releases": [] }, { "depType": "devDependencies", "depName": "style-loader", "versionScheme": "semver", "currentValue": "^0.23.0", "purl": "pkg:npm/style-loader", "prettyDepType": "devDependency", "lockedVersion": "0.23.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/webpack-contrib/style-loader", "releases": [] }, { "depType": "devDependencies", "depName": "stylelint", "versionScheme": "semver", "currentValue": "^9.5.0", "purl": "pkg:npm/stylelint", "prettyDepType": "devDependency", "lockedVersion": "9.5.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/stylelint/stylelint", "homepage": "https://stylelint.io", "releases": [] }, { "depType": "devDependencies", "depName": "thread-loader", "versionScheme": "semver", "currentValue": "^1.2.0", "purl": "pkg:npm/thread-loader", "prettyDepType": "devDependency", "lockedVersion": "1.2.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/webpack-contrib/thread-loader", "releases": [] }, { "depType": "devDependencies", "depName": "ts-loader", "versionScheme": "semver", "currentValue": "^5.1.1", "purl": "pkg:npm/ts-loader", "prettyDepType": "devDependency", "lockedVersion": "5.1.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/TypeStrong/ts-loader", "releases": [] }, { "depType": "devDependencies", "depName": "ts-node", "versionScheme": "semver", "currentValue": "^7.0.1", "purl": "pkg:npm/ts-node", "prettyDepType": "devDependency", "lockedVersion": "7.0.1", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/TypeStrong/ts-node", "releases": [] }, { "depType": "devDependencies", "depName": "tslint", "versionScheme": "semver", "currentValue": "^5.11.0", "purl": "pkg:npm/tslint", "prettyDepType": "devDependency", "lockedVersion": "5.11.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/palantir/tslint", "releases": [] }, { "depType": "devDependencies", "depName": "typescript", "versionScheme": "semver", "currentValue": "3.1.0-dev.20180905", "purl": "pkg:npm/typescript", "prettyDepType": "devDependency", "lockedVersion": "3.1.0-dev.20180905", "updates": [ { "fromVersion": "3.1.0-dev.20180905", "toVersion": "3.1.1", "newValue": "3.1.1", "newMajor": 3, "newMinor": 1, "updateType": "minor", "isSingleVersion": true, "releaseTimestamp": "2018-09-27T14:31:16.554Z", "canBeUnpublished": false } ], "warnings": [], "repositoryUrl": "https://github.com/Microsoft/TypeScript", "homepage": "http://typescriptlang.org/", "releases": [ "3.1.0-dev.20180905", "3.1.0-dev.20180906", "3.1.0-dev.20180907", "3.1.0-dev.20180912", "3.1.0-dev.20180913", "3.1.0-dev.20180914", "3.1.0-dev.20180915", "3.1.0-dev.20180918", "3.1.0-dev.20180919", "3.1.0-dev.20180920", "3.1.0-dev.20180921", "3.1.0-dev.20180922", "3.1.0-dev.20180925", "3.1.0-insiders.20180920", "3.1.0-rc.20180911", "3.1.1" ] }, { "depType": "devDependencies", "depName": "uglifyjs-webpack-plugin", "versionScheme": "semver", "currentValue": "^1.2.4", "purl": "pkg:npm/uglifyjs-webpack-plugin", "prettyDepType": "devDependency", "lockedVersion": "1.3.0", "updates": [ { "fromVersion": "1.3.0", "toVersion": "2.0.1", "newValue": "^2.0.0", "newMajor": 2, "newMinor": 0, "updateType": "major", "isSingleVersion": false, "isRange": true, "releaseTimestamp": "2018-09-18T10:22:15.745Z", "canBeUnpublished": false } ], "warnings": [], "repositoryUrl": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin", "releases": [ "1.3.0", "2.0.0", "2.0.1" ] }, { "depType": "devDependencies", "depName": "webpack", "versionScheme": "semver", "currentValue": "^4.19.0", "purl": "pkg:npm/webpack", "prettyDepType": "devDependency", "lockedVersion": "4.19.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/webpack/webpack", "releases": [] }, { "depType": "devDependencies", "depName": "webpack-serve", "versionScheme": "semver", "currentValue": "^2.0.2", "purl": "pkg:npm/webpack-serve", "prettyDepType": "devDependency", "lockedVersion": "2.0.2", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/webpack-contrib/webpack-serve", "releases": [] }, { "depType": "devDependencies", "depName": "worker-loader", "versionScheme": "semver", "currentValue": "^2.0.0", "purl": "pkg:npm/worker-loader", "prettyDepType": "devDependency", "lockedVersion": "2.0.0", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/webpack-contrib/worker-loader", "releases": [] }, { "depType": "engines", "depName": "node", "versionScheme": "semver", "currentValue": ">=8.0.0 <11.0.0", "purl": "pkg:github/nodejs/node?sanitize=true", "commitMessageTopic": "Node.js", "major": { "enabled": false }, "prettyDepType": "engine", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/nodejs/node", "releases": [] }, { "depType": "engines", "depName": "yarn", "versionScheme": "semver", "currentValue": "^1.10.1", "purl": "pkg:npm/yarn", "commitMessageTopic": "Yarn", "prettyDepType": "engine", "updates": [], "warnings": [], "repositoryUrl": "https://github.com/yarnpkg/yarn", "releases": [] } ], "packageJsonType": "app", "yarnLock": "yarn.lock", "skipInstalls": true, "yarnIntegrity": true } ] } } DEBUG: branchifyUpgrades DEBUG: 14 updates found DEBUG: { "upgradeNames": [ "github.com/beevik/etree", "github.com/coreos/go-oidc", "github.com/crewjam/saml", "github.com/mattn/goreman", "github.com/sourcegraph/go-langserver", "github.com/sourcegraph/rpc", "github.com/stripe/stripe-go", "@sourcegraph/extensions-client-common", "@sourcegraph/phabricator-extension", "@sourcegraph/webapp", "@types/webpack", "typescript", "uglifyjs-webpack-plugin", null ] } DEBUG: Using group branchName template DEBUG: Dependency @sourcegraph/webapp is part of group Sourcegraph OSS DEBUG: Returning 14 branch(es) DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/github.com-beevik-etree-1.x DEBUG: commitMessage: "Update module beevik/etree to v1" DEBUG: prTitle: "Update module beevik/etree to v1" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/github.com-coreos-go-oidc-2.x DEBUG: commitMessage: "Update module coreos/go-oidc to v2" DEBUG: prTitle: "Update module coreos/go-oidc to v2" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/github.com-crewjam-saml-0.x DEBUG: commitMessage: "Update module crewjam/saml to v0.2.0" DEBUG: prTitle: "Update module crewjam/saml to v0.2.0" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/github.com-mattn-goreman-0.x DEBUG: commitMessage: "Update module mattn/goreman to v0.2.0" DEBUG: prTitle: "Update module mattn/goreman to v0.2.0" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/github.com-sourcegraph-go-langserver-2.x DEBUG: commitMessage: "Update module sourcegraph/go-langserver to v2" DEBUG: prTitle: "Update module sourcegraph/go-langserver to v2" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/github.com-sourcegraph-rpc-1.x DEBUG: commitMessage: "Update module sourcegraph/rpc to v1" DEBUG: prTitle: "Update module sourcegraph/rpc to v1" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/github.com-stripe-stripe-go-51.x DEBUG: commitMessage: "Update module stripe/stripe-go to v51" DEBUG: prTitle: "Update module stripe/stripe-go to v51" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/sourcegraph-extensions-client-common-10.x DEBUG: commitMessage: "Update dependency @sourcegraph/extensions-client-common to v10" DEBUG: prTitle: "Update dependency @sourcegraph/extensions-client-common to v10" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/sourcegraph-phabricator-extension-1.x DEBUG: commitMessage: "Update dependency @sourcegraph/phabricator-extension to ^1.16.2" DEBUG: prTitle: "Update dependency @sourcegraph/phabricator-extension to ^1.16.2" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: true DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/sourcegraph-oss DEBUG: commitMessage: "Update dependency @sourcegraph/webapp to ^0.0.214" DEBUG: prTitle: "Update dependency @sourcegraph/webapp to ^0.0.214" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/webpack-4.x DEBUG: commitMessage: "Update dependency @types/webpack to v4.4.14" DEBUG: prTitle: "Update dependency @types/webpack to v4.4.14" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/typescript-3.x DEBUG: commitMessage: "Update dependency typescript to v3.1.1" DEBUG: prTitle: "Update dependency typescript to v3.1.1" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/uglifyjs-webpack-plugin-2.x DEBUG: commitMessage: "Update dependency uglifyjs-webpack-plugin to v2" DEBUG: prTitle: "Update dependency uglifyjs-webpack-plugin to v2" DEBUG: generateBranchConfig(1) DEBUG: hasGroupName: false DEBUG: groupEligible: false DEBUG: useGroupSettings: false DEBUG: Compiling branchName: renovate/lock-file-maintenance DEBUG: commitMessage: "Lock file maintenance" DEBUG: prTitle: "Lock file maintenance" DEBUG: config.repoIsOnboarded=true INFO: Processing 14 branches { "branchList": [ "renovate/github.com-beevik-etree-1.x", "renovate/github.com-coreos-go-oidc-2.x", "renovate/github.com-crewjam-saml-0.x", "renovate/github.com-mattn-goreman-0.x", "renovate/github.com-sourcegraph-go-langserver-2.x", "renovate/github.com-sourcegraph-rpc-1.x", "renovate/github.com-stripe-stripe-go-51.x", "renovate/lock-file-maintenance", "renovate/sourcegraph-extensions-client-common-10.x", "renovate/sourcegraph-oss", "renovate/sourcegraph-phabricator-extension-1.x", "renovate/typescript-3.x", "renovate/uglifyjs-webpack-plugin-2.x", "renovate/webpack-4.x" ] } DEBUG: Retrieving PR list DEBUG: Retrieved 1000 Pull Requests DEBUG: PR hourly limit remaining: 2 DEBUG: Enforcing prConcurrentLimit (20) DEBUG: Retrieving branchList DEBUG: Retrieved branchList { "branchList": [ "2.6", "2.7.13", "2.8", "2.9", "2.10", "2.11", "add-line-age-extension", "add-testing-docs", "add-vs-code-graphql-go-to-def", "admin-email-sso-conflict", "all-highlight", "allexpanded-fix", "auth-provider-config", "auto-changelog", "babel-typescript", "bb-dev-week", "bitbucket-abstraction", "bl/adp-java-investigation-20180712", "bl/adp-java-investigation", "bl/bl", "bl/ci-update-dep", "bl/debug", "bl/down-migrate", "bl/dummy", "bl/fix-check", "bl/history-2018.06.29", "bl/history", "bl/j2d-search", "bl/mb-2", "bl/migrations-backcompat-bad-1", "bl/migrations-backcompat-bad", "bl/migrations-backcompat-wip", "bl/modules", "bl/monoversion-build", "bl/oss-server", "bl/pinned-dep-version", "bl/refs-group", "bl/repo-updater-metrics", "bl/saml", "bl/submodules-wip", "bl/uber-110-investigation", "bl/unnecessary-asset-gen", "bl/upgrade-migrate", "bl/wip", "bl/xdef-enterprise", "bl/2.7.13", "blob-decorations", "bootstrap-tabs-area-header", "build-improvements", "cancel-symbols", "clean-up-site-settings", "cloneproxy-path", "code-intelligence-siteadmin", "code-layers", "code-view", "codeowners", "convert-chevron-icons-to-mdi", "cx-codecov-improvements", "cx-sample-bundle-sandbox", "cxp-20180724", "cxp-bundle", "cxp-codeintel", "cxp-sample-wip", "cxp-workshop", "cxp", "dashboard", "deploy-server-docs-link", "deploy", "deploytypefail", "dna/license", "docker-images-patch-notest/frontend", "docker-images-patch-notest/repo-updater", "docker-images-patch/frontend", "docker-images-patch/gitserver", "docker-images-patch/query-runner", "docker-images-patch/repo-updater", "docker-images-patch/searcher", "docker-images-patch/server", "docker-images-patch/symbols", "docker-images/frontend", "docker-images/github-proxy", "docker-images/gitserver", "docker-images/indexer", "docker-images/loadtest", "docker-images/lsp-proxy", "docker-images/monolith", "docker-images/query-runner", "docker-images/repo-list-update", "docker-images/repo-list-updater", "docker-images/repo-updater", "docker-images/repoupdater", "docker-images/searcher", "docker-images/server", "docker-images/symbols", "docker-images/xlang-go", "docker-images/{xlang-go}", "docker-images/xlang-java-skinny", "docker-images/xlang-java", "docker-images/xlang-php", "docker-images/xlang-python", "editor-extension-spec", "elasticsearch", "empty-repo", "ext-codeintel", "ext-export-activate", "ext-publish-perms", "ext-releases", "ext-service-requirement", "ext-view", "extension-misc", "extselector-robust", "fa/blame", "fa/codeintellify-homepage", "fa/focus", "fa/hf-lastviewed", "fa/historybug", "fa/jump-suggestions", "fa/repo-filter-followup", "fa/repo-filters", "fa/search-history", "fa/share-paths", "fa/symbols-history", "fa/tree-collapse", "fa/tree-expansion", "fastindex", "fix-action-item", "fix-csharp-hostname", "fix-empty-tooltip", "fix-go-sum", "format-nicer", "fs/marketing-homepage", "glossary", "graph-viz", "graph", "graphql-errs", "harden-migrate", "hover-merged", "hoverifier-dom-positions", "improve-dev-launch", "is/blame-on-load", "is/dont-at-0", "is/e2e-blame", "is/fa-tree", "is/md-rendermode", "is/mouse-move", "is/refs-highlight", "is/search-componentdidupdate", "java", "k/rootPath", "known-issues", "large-dirs", "licenses-wip-tiered", "licenses", "local-surveys-by-default", "ls-testing", "lsp-mode-specifiable", "lsp-modes", "lsp-proxy-debug-client-count", "master-dry-run/bl/ci-update-dep", "master-dry-run/godockerize", "master", "merge-package-jsons", "misc-fixes", "multi-auth-providers", "multiroot", "new-diff-hovers", "nicksnyder-patch-1", "no-replace", "node-10", "noroot", "optional-saml-sp-cert", "org-invite", "override", "panel", "parent-sourcegraph", "passthru-extensions", "perceived-latency-extensions-ux", "phab-bundle-updates", "phab-test", "phabricator-id", "postpone-deadline-lsp", "pushconcurrency", "refactor-uirouter", "release-2.7", "release-2.11", "remove-gitserver-git-remote-url-updating", "remove-symbols-fetch-timeout", "remove-useless-dropdown", "rename-cs-to-csharp", "rename-ext-types", "renovate/github.com-beevik-etree-1.x", "renovate/github.com-coreos-go-oidc-2.x", "renovate/github.com-crewjam-saml-0.x", "renovate/github.com-mattn-goreman-0.x", "renovate/github.com-sourcegraph-go-langserver-2.x", "renovate/github.com-sourcegraph-rpc-1.x", "renovate/github.com-stripe-stripe-go-51.x", "renovate/sourcegraph-extensions-client-common-10.x", "renovate/sourcegraph-oss", "renovate/sourcegraph-phabricator-extension-1.x", "renovate/typescript-3.x", "renovate/uglifyjs-webpack-plugin-2.x", "renovate/webpack-4.x", "reorg-ext-registry", "repo-index-page-wording", "repo-updater-docstring", "repoupdate", "rerun-tidy", "resource-decorations", "rm-license", "run-handle-exists", "search-channel-api", "search-factor", "seebs/issue_u112", "seebs/issue12785", "seebs/npmlock", "seebs/procfile", "seebs/release", "seebs/repoman", "seebs/webhook", "sentry-web", "session-flashes", "sg/code-intelligence-siteadmin", "sg/discussions-urls", "sg/discussions/no-markdown-render", "sg/for-sqs", "sg/future/docker-status-fix", "sg/no-vendor", "sg/probably-fix-leak", "sg/tmp", "sg/twitter-feedback-form", "show-auth-expired-msg", "simpler-nav-search", "site-admin-code-intel", "sqs/backup-cxp-20180730", "sqs/debug-lyft-saml-issue", "sqs/dev", "sqs/ecc-contributions-dev", "sqs/tls-config", "sqs/tmp-20180618-extensions", "sqs/tmp", "sqs/wip-2-extensions", "sso-license-check-2", "sso-license-check", "stream-symbols", "submodule-support", "symbols-cancel-fix", "test-timings", "tooltip-e2e", "update-goreman", "update-npm", "update-python-dockerfile", "uri-name", "use-bootstrap-popover", "user-warn", "user", "vo-fix-#10005", "wait-longer-for-test-bundle", "webapp-update", "windows", "wip-bash-docker", "xlang-python", "zoekt-timeout" ] } DEBUG: branchExists(renovate/sourcegraph-phabricator-extension-1.x)=true DEBUG: branchExists(renovate/sourcegraph-oss)=true DEBUG: branchExists(renovate/webpack-4.x)=true DEBUG: branchExists(renovate/typescript-3.x)=true DEBUG: branchExists(renovate/github.com-crewjam-saml-0.x)=true DEBUG: branchExists(renovate/github.com-mattn-goreman-0.x)=true DEBUG: branchExists(renovate/sourcegraph-extensions-client-common-10.x)=true DEBUG: branchExists(renovate/uglifyjs-webpack-plugin-2.x)=true DEBUG: branchExists(renovate/github.com-beevik-etree-1.x)=true DEBUG: branchExists(renovate/github.com-coreos-go-oidc-2.x)=true DEBUG: branchExists(renovate/github.com-sourcegraph-go-langserver-2.x)=true DEBUG: branchExists(renovate/github.com-sourcegraph-rpc-1.x)=true DEBUG: branchExists(renovate/github.com-stripe-stripe-go-51.x)=true DEBUG: branchExists(renovate/lock-file-maintenance)=false DEBUG: 13 PRs are currently open DEBUG: PR concurrent limit remaining: 7 DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/sourcegraph-phabricator-extension-1.x)=true DEBUG: getBranchPr(renovate/sourcegraph-phabricator-extension-1.x) DEBUG: findPr(renovate/sourcegraph-phabricator-extension-1.x, null, open) DEBUG: Found PR #13427 DEBUG: Retrieved open PR list with graphql { "prNumbers": [ 13427, 13497, 13499, 13500, 13507, 13508, 13509, 13510, 13511, 13512, 13513, 13525, 13538, 13543, 13551, 13553, 13554, 13556, 13559 ] } DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(, America/Los_Angeles) DEBUG: No schedule defined DEBUG: branchExists(renovate/sourcegraph-phabricator-extension-1.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/sourcegraph-phabricator-extension-1.x) DEBUG: findPr(renovate/sourcegraph-phabricator-extension-1.x, null, open) DEBUG: Found PR #13427 DEBUG: Returning from graphql open PR list DEBUG: Found branch protection DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/sourcegraph-phabricator-extension-1.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 307 DEBUG: npm.updateDependency(): dependencies.@sourcegraph/phabricator-extension = ^1.16.2 DEBUG: Version is already updated DEBUG: bumpVersion() DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/sourcegraph-phabricator-extension-1.x) DEBUG: findPr(renovate/sourcegraph-phabricator-extension-1.x, null, open) DEBUG: Found PR #13427 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "npm", "versionScheme": "semver", "depType": "dependencies", "depName": "@sourcegraph/phabricator-extension", "fromVersion": "1.14.0", "toVersion": "1.16.2", "repositoryUrl": "https://github.com/sourcegraph/browser-extensions" } } DEBUG: Processing existing PR DEBUG: Pull Request #13427 does not need updating DEBUG: Checking #13427 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/sourcegraph-oss)=true DEBUG: getBranchPr(renovate/sourcegraph-oss) DEBUG: findPr(renovate/sourcegraph-oss, null, open) DEBUG: Found PR #13559 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(, America/Los_Angeles) DEBUG: No schedule defined DEBUG: branchExists(renovate/sourcegraph-oss)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/sourcegraph-oss) DEBUG: findPr(renovate/sourcegraph-oss, null, open) DEBUG: Found PR #13559 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/sourcegraph-oss DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 307 DEBUG: npm.updateDependency(): dependencies.@sourcegraph/webapp = ^0.0.214 DEBUG: Replacing "^0.0.213" with "^0.0.214" at index 1878 DEBUG: bumpVersion() INFO: Need to update package file so will rebase first DEBUG: manager.getUpdatedPackageFiles() DEBUG: npm.updateDependency(): dependencies.@sourcegraph/webapp = ^0.0.214 DEBUG: Replacing "^0.0.212" with "^0.0.214" at index 1878 DEBUG: bumpVersion() DEBUG: Updating packageFile content DEBUG: Updated 1 package files DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [ "yarn.lock" ], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: Writing package.json DEBUG: Generating yarn.lock for . DEBUG: Spawning yarn install to create /mnt/renovate/gh/sourcegraph/enterprise/yarn.lock INFO: Using nested bundled yarn@1.10 for install DEBUG: Using yarn: node /usr/src/node_modules/renovate/bin/yarn-1.10.1.js DEBUG: yarn stdout: yarn install v1.10.1 [1/4] Resolving packages... success Saved lockfile. Done in 5.91s. DEBUG: yarn stderr: INFO: Generated lockfile { "seconds": 7, "type": "yarn.lock", "stdout": "yarn install v1.10.1\n[1/4] Resolving packages...\nsuccess Saved lockfile.\nDone in 5.91s.\n", "stderr": "" } DEBUG: yarn.lock needs updating DEBUG: Updated 1 lock files { "updatedLockFiles": [ "yarn.lock" ] } DEBUG: 2 file(s) to commit DEBUG: commitFilesToBranch('renovate/sourcegraph-oss', files, message, 'master)' DEBUG: getCommitTree(6d0fe41ccedcd681b6bfb7addc1cc4752ecba785) DEBUG: Creating blob DEBUG: Creating blob DEBUG: createTree(45853286f53c49d301404455b3332ce9ae73a7ff, files) DEBUG: createCommit(6d0fe41ccedcd681b6bfb7addc1cc4752ecba785, 359b3ad691ecd80d4ec56b681f71e9af14749086, Update dependency @sourcegraph/webapp to ^0.0.214) DEBUG: Found gitPrivateKey DEBUG: branchExists(renovate/sourcegraph-oss)=true DEBUG: Updating branch renovate/sourcegraph-oss with commit 9d36a3b4972f9759744c49381336b4f89ba956d9 DEBUG: Branch updated INFO: Branch updated DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/sourcegraph-oss) DEBUG: findPr(renovate/sourcegraph-oss, null, open) DEBUG: Found PR #13559 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "npm", "versionScheme": "semver", "depType": "dependencies", "depName": "@sourcegraph/webapp", "fromVersion": "0.0.212", "toVersion": "0.0.214", "repositoryUrl": "https://github.com/sourcegraph/sourcegraph" } } DEBUG: repository has no Github tags DEBUG: Processing existing PR INFO: PR title changed { "branchName": "renovate/sourcegraph-oss", "oldPrTitle": "Update dependency @sourcegraph/webapp to ^0.0.213", "newPrTitle": "Update dependency @sourcegraph/webapp to ^0.0.214" } DEBUG: updatePr(13559, Update dependency @sourcegraph/webapp to ^0.0.214, body) DEBUG: PR updated { "pr": 13559 } INFO: PR updated { "committedFiles": true, "pr": 13559 } DEBUG: Ensuring comment ":warning: Lock file problem" in #13559 is removed DEBUG: Retrieved closed PR list with graphql { "prNumbers": [ 12601, 13038, 13045, 13164, 13274, 13292, 13317, 13321, 13330, 13331, 13332, 13335, 13337, 13338, 13339, 13340, 13343, 13344, 13351, 13352, 13353, 13358, 13360, 13361, 13362, 13364, 13365, 13370, 13373, 13375, 13376, 13377, 13378, 13382, 13384, 13385, 13386, 13387, 13388, 13389, 13392, 13393, 13394, 13400, 13403, 13404, 13405, 13407, 13409, 13410, 13411, 13414, 13415, 13421, 13424, 13425, 13426, 13428, 13431, 13432, 13434, 13436, 13437, 13438, 13439, 13440, 13441, 13442, 13456, 13457, 13462, 13463, 13466, 13470, 13471, 13487, 13490, 13491, 13493, 13495, 13496, 13498, 13502, 13505, 13514, 13517, 13518, 13519, 13526, 13529, 13533, 13534, 13536, 13537, 13539, 13540, 13542, 13544, 13557, 13558 ] } DEBUG: Getting comments for #13559 DEBUG: Found 0 comments DEBUG: Checking #13559 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/webpack-4.x)=true DEBUG: getBranchPr(renovate/webpack-4.x) DEBUG: findPr(renovate/webpack-4.x, null, open) DEBUG: Found PR #13497 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(on the 1st through 7th day of the month, America/Los_Angeles) DEBUG: Found timezone { "timezone": "America/Los_Angeles" } DEBUG: Adjusting now for timezone DEBUG: Checking 1 schedule(s) DEBUG: Checking schedule "on the 1st through 7th day of the month" { "parsedSchedule": { "schedules": [ { "D": [ 1, 2, 3, 4, 5, 6, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: schedule.D { "schedule_D": [ 1, 2, 3, 4, 5, 6, 7 ] } DEBUG: Matches schedule on the 1st through 7th day of the month DEBUG: branchExists(renovate/webpack-4.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/webpack-4.x) DEBUG: findPr(renovate/webpack-4.x, null, open) DEBUG: Found PR #13497 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/webpack-4.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 302 DEBUG: npm.updateDependency(): devDependencies.@types/webpack = 4.4.14 DEBUG: Version is already updated DEBUG: bumpVersion() DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/webpack-4.x) DEBUG: findPr(renovate/webpack-4.x, null, open) DEBUG: Found PR #13497 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "npm", "versionScheme": "semver", "depType": "devDependencies", "depName": "@types/webpack", "fromVersion": "4.4.11", "toVersion": "4.4.14", "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped" } } DEBUG: No release notes for @types DEBUG: getBranchStatus(renovate/webpack-4.x) DEBUG: branch status check result { "state": "failure", "statuses": [ { "url": "https://api.github.com/repos/sourcegraph/enterprise/statuses/168cfec9d198112080cf7072456d92c997477bfe", "avatar_url": "https://avatars1.githubusercontent.com/oa/46194?v=4", "id": 5596622386, "node_id": "MDEzOlN0YXR1c0NvbnRleHQ1NTk2NjIyMzg2", "state": "failure", "description": "Build #741 failed (5 minutes, 8 seconds)", "target_url": "https://buildkite.com/sourcegraph/enterprise/builds/741", "context": "buildkite/enterprise", "created_at": "2018-10-03T18:28:26Z", "updated_at": "2018-10-03T18:28:26Z" } ] } DEBUG: Processing existing PR DEBUG: getBranchStatus(renovate/webpack-4.x) DEBUG: branch status check result { "state": "failure", "statuses": [ { "url": "https://api.github.com/repos/sourcegraph/enterprise/statuses/168cfec9d198112080cf7072456d92c997477bfe", "avatar_url": "https://avatars1.githubusercontent.com/oa/46194?v=4", "id": 5596622386, "node_id": "MDEzOlN0YXR1c0NvbnRleHQ1NTk2NjIyMzg2", "state": "failure", "description": "Build #741 failed (5 minutes, 8 seconds)", "target_url": "https://buildkite.com/sourcegraph/enterprise/builds/741", "context": "buildkite/enterprise", "created_at": "2018-10-03T18:28:26Z", "updated_at": "2018-10-03T18:28:26Z" } ] } DEBUG: Setting assignees and reviewers as status checks failed DEBUG: Pull Request #13497 does not need updating DEBUG: Checking #13497 for automerge { "automerge": true, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: PR is configured for automerge INFO: PR is not ready for merge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/typescript-3.x)=true DEBUG: getBranchPr(renovate/typescript-3.x) DEBUG: findPr(renovate/typescript-3.x, null, open) DEBUG: Found PR #13499 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(on the 1st through 7th day of the month, America/Los_Angeles) DEBUG: Found timezone { "timezone": "America/Los_Angeles" } DEBUG: Adjusting now for timezone DEBUG: Checking 1 schedule(s) DEBUG: Checking schedule "on the 1st through 7th day of the month" { "parsedSchedule": { "schedules": [ { "D": [ 1, 2, 3, 4, 5, 6, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: schedule.D { "schedule_D": [ 1, 2, 3, 4, 5, 6, 7 ] } DEBUG: Matches schedule on the 1st through 7th day of the month DEBUG: branchExists(renovate/typescript-3.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/typescript-3.x) DEBUG: findPr(renovate/typescript-3.x, null, open) DEBUG: Found PR #13499 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/typescript-3.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 238 DEBUG: npm.updateDependency(): devDependencies.typescript = 3.1.1 DEBUG: Version is already updated DEBUG: bumpVersion() DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/typescript-3.x) DEBUG: findPr(renovate/typescript-3.x, null, open) DEBUG: Found PR #13499 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "npm", "versionScheme": "semver", "depType": "devDependencies", "depName": "typescript", "fromVersion": "3.1.0-dev.20180905", "toVersion": "3.1.1", "repositoryUrl": "https://github.com/Microsoft/TypeScript" } } DEBUG: Processing existing PR DEBUG: Pull Request #13499 does not need updating DEBUG: Checking #13499 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/github.com-crewjam-saml-0.x)=true DEBUG: getBranchPr(renovate/github.com-crewjam-saml-0.x) DEBUG: findPr(renovate/github.com-crewjam-saml-0.x, null, open) DEBUG: Found PR #13507 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(on the 1st through 7th day of the month, America/Los_Angeles) DEBUG: Found timezone { "timezone": "America/Los_Angeles" } DEBUG: Adjusting now for timezone DEBUG: Checking 1 schedule(s) DEBUG: Checking schedule "on the 1st through 7th day of the month" { "parsedSchedule": { "schedules": [ { "D": [ 1, 2, 3, 4, 5, 6, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: schedule.D { "schedule_D": [ 1, 2, 3, 4, 5, 6, 7 ] } DEBUG: Matches schedule on the 1st through 7th day of the month DEBUG: branchExists(renovate/github.com-crewjam-saml-0.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/github.com-crewjam-saml-0.x) DEBUG: findPr(renovate/github.com-crewjam-saml-0.x, null, open) DEBUG: Found PR #13507 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/github.com-crewjam-saml-0.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 243 DEBUG: gomod.updateDependency: 0.2.0 DEBUG: No changes necessary DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/github.com-crewjam-saml-0.x) DEBUG: findPr(renovate/github.com-crewjam-saml-0.x, null, open) DEBUG: Found PR #13507 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "gomod", "versionScheme": "semver", "depType": "require", "depName": "github.com/crewjam/saml", "fromVersion": "v0.0.0-20180831135026-ebc5f787b786", "toVersion": "0.2.0", "repositoryUrl": "https://github.com/crewjam/saml" } } DEBUG: Processing existing PR DEBUG: Pull Request #13507 does not need updating DEBUG: Checking #13507 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/github.com-mattn-goreman-0.x)=true DEBUG: getBranchPr(renovate/github.com-mattn-goreman-0.x) DEBUG: findPr(renovate/github.com-mattn-goreman-0.x, null, open) DEBUG: Found PR #13508 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(on the 1st through 7th day of the month, America/Los_Angeles) DEBUG: Found timezone { "timezone": "America/Los_Angeles" } DEBUG: Adjusting now for timezone DEBUG: Checking 1 schedule(s) DEBUG: Checking schedule "on the 1st through 7th day of the month" { "parsedSchedule": { "schedules": [ { "D": [ 1, 2, 3, 4, 5, 6, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: schedule.D { "schedule_D": [ 1, 2, 3, 4, 5, 6, 7 ] } DEBUG: Matches schedule on the 1st through 7th day of the month DEBUG: branchExists(renovate/github.com-mattn-goreman-0.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/github.com-mattn-goreman-0.x) DEBUG: findPr(renovate/github.com-mattn-goreman-0.x, null, open) DEBUG: Found PR #13508 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/github.com-mattn-goreman-0.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 302 DEBUG: gomod.updateDependency: v0.2.0 DEBUG: No changes necessary DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/github.com-mattn-goreman-0.x) DEBUG: findPr(renovate/github.com-mattn-goreman-0.x, null, open) DEBUG: Found PR #13508 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "gomod", "versionScheme": "semver", "depType": "require", "depName": "github.com/mattn/goreman", "fromVersion": "v0.1.2-0.20180926031137-83bee30f0a15", "toVersion": "v0.2.0", "repositoryUrl": "https://github.com/mattn/goreman" } } DEBUG: Not enough valid releases DEBUG: Processing existing PR DEBUG: Pull Request #13508 does not need updating DEBUG: Checking #13508 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/sourcegraph-extensions-client-common-10.x)=true DEBUG: getBranchPr(renovate/sourcegraph-extensions-client-common-10.x) DEBUG: findPr(renovate/sourcegraph-extensions-client-common-10.x, null, open) DEBUG: Found PR #13551 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(, America/Los_Angeles) DEBUG: No schedule defined DEBUG: branchExists(renovate/sourcegraph-extensions-client-common-10.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/sourcegraph-extensions-client-common-10.x) DEBUG: findPr(renovate/sourcegraph-extensions-client-common-10.x, null, open) DEBUG: Found PR #13551 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/sourcegraph-extensions-client-common-10.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 307 DEBUG: npm.updateDependency(): dependencies.@sourcegraph/extensions-client-common = ^10.0.0 DEBUG: Version is already updated DEBUG: bumpVersion() DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/sourcegraph-extensions-client-common-10.x) DEBUG: findPr(renovate/sourcegraph-extensions-client-common-10.x, null, open) DEBUG: Found PR #13551 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "npm", "versionScheme": "semver", "depType": "dependencies", "depName": "@sourcegraph/extensions-client-common", "fromVersion": "9.0.0", "toVersion": "10.0.0", "repositoryUrl": "https://github.com/sourcegraph/extensions-client-common" } } DEBUG: Processing existing PR DEBUG: Pull Request #13551 does not need updating DEBUG: Checking #13551 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/uglifyjs-webpack-plugin-2.x)=true DEBUG: getBranchPr(renovate/uglifyjs-webpack-plugin-2.x) DEBUG: findPr(renovate/uglifyjs-webpack-plugin-2.x, null, open) DEBUG: Found PR #13500 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(on the 1st through 7th day of the month, America/Los_Angeles) DEBUG: Found timezone { "timezone": "America/Los_Angeles" } DEBUG: Adjusting now for timezone DEBUG: Checking 1 schedule(s) DEBUG: Checking schedule "on the 1st through 7th day of the month" { "parsedSchedule": { "schedules": [ { "D": [ 1, 2, 3, 4, 5, 6, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: schedule.D { "schedule_D": [ 1, 2, 3, 4, 5, 6, 7 ] } DEBUG: Matches schedule on the 1st through 7th day of the month DEBUG: branchExists(renovate/uglifyjs-webpack-plugin-2.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/uglifyjs-webpack-plugin-2.x) DEBUG: findPr(renovate/uglifyjs-webpack-plugin-2.x, null, open) DEBUG: Found PR #13500 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/uglifyjs-webpack-plugin-2.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 238 DEBUG: npm.updateDependency(): devDependencies.uglifyjs-webpack-plugin = ^2.0.0 DEBUG: Version is already updated DEBUG: bumpVersion() DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/uglifyjs-webpack-plugin-2.x) DEBUG: findPr(renovate/uglifyjs-webpack-plugin-2.x, null, open) DEBUG: Found PR #13500 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "npm", "versionScheme": "semver", "depType": "devDependencies", "depName": "uglifyjs-webpack-plugin", "fromVersion": "1.3.0", "toVersion": "2.0.1", "repositoryUrl": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin" } } DEBUG: Processing existing PR DEBUG: Pull Request #13500 does not need updating DEBUG: Checking #13500 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/github.com-beevik-etree-1.x)=true DEBUG: getBranchPr(renovate/github.com-beevik-etree-1.x) DEBUG: findPr(renovate/github.com-beevik-etree-1.x, null, open) DEBUG: Found PR #13509 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(on the 1st through 7th day of the month, America/Los_Angeles) DEBUG: Found timezone { "timezone": "America/Los_Angeles" } DEBUG: Adjusting now for timezone DEBUG: Checking 1 schedule(s) DEBUG: Checking schedule "on the 1st through 7th day of the month" { "parsedSchedule": { "schedules": [ { "D": [ 1, 2, 3, 4, 5, 6, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: schedule.D { "schedule_D": [ 1, 2, 3, 4, 5, 6, 7 ] } DEBUG: Matches schedule on the 1st through 7th day of the month DEBUG: branchExists(renovate/github.com-beevik-etree-1.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/github.com-beevik-etree-1.x) DEBUG: findPr(renovate/github.com-beevik-etree-1.x, null, open) DEBUG: Found PR #13509 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/github.com-beevik-etree-1.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 243 DEBUG: gomod.updateDependency: v1.0.1 DEBUG: No changes necessary DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/github.com-beevik-etree-1.x) DEBUG: findPr(renovate/github.com-beevik-etree-1.x, null, open) DEBUG: Found PR #13509 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "gomod", "versionScheme": "semver", "depType": "require", "depName": "github.com/beevik/etree", "fromVersion": "v0.0.0-20180609182452-90dafc1e1f11", "toVersion": "v1.0.1", "repositoryUrl": "https://github.com/beevik/etree" } } DEBUG: Processing existing PR DEBUG: Pull Request #13509 does not need updating DEBUG: Checking #13509 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/github.com-coreos-go-oidc-2.x)=true DEBUG: getBranchPr(renovate/github.com-coreos-go-oidc-2.x) DEBUG: findPr(renovate/github.com-coreos-go-oidc-2.x, null, open) DEBUG: Found PR #13510 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(on the 1st through 7th day of the month, America/Los_Angeles) DEBUG: Found timezone { "timezone": "America/Los_Angeles" } DEBUG: Adjusting now for timezone DEBUG: Checking 1 schedule(s) DEBUG: Checking schedule "on the 1st through 7th day of the month" { "parsedSchedule": { "schedules": [ { "D": [ 1, 2, 3, 4, 5, 6, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: schedule.D { "schedule_D": [ 1, 2, 3, 4, 5, 6, 7 ] } DEBUG: Matches schedule on the 1st through 7th day of the month DEBUG: branchExists(renovate/github.com-coreos-go-oidc-2.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/github.com-coreos-go-oidc-2.x) DEBUG: findPr(renovate/github.com-coreos-go-oidc-2.x, null, open) DEBUG: Found PR #13510 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/github.com-coreos-go-oidc-2.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 243 DEBUG: gomod.updateDependency: v2.0.0 DEBUG: No changes necessary DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/github.com-coreos-go-oidc-2.x) DEBUG: findPr(renovate/github.com-coreos-go-oidc-2.x, null, open) DEBUG: Found PR #13510 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "gomod", "versionScheme": "semver", "depType": "require", "depName": "github.com/coreos/go-oidc", "fromVersion": "v0.0.0-20171002155002-a93f71fdfe73", "toVersion": "v2.0.0", "repositoryUrl": "https://github.com/coreos/go-oidc" } } DEBUG: Not enough valid releases DEBUG: Processing existing PR DEBUG: Pull Request #13510 does not need updating DEBUG: Checking #13510 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/github.com-sourcegraph-go-langserver-2.x)=true DEBUG: getBranchPr(renovate/github.com-sourcegraph-go-langserver-2.x) DEBUG: findPr(renovate/github.com-sourcegraph-go-langserver-2.x, null, open) DEBUG: Found PR #13511 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(on the 1st through 7th day of the month, America/Los_Angeles) DEBUG: Found timezone { "timezone": "America/Los_Angeles" } DEBUG: Adjusting now for timezone DEBUG: Checking 1 schedule(s) DEBUG: Checking schedule "on the 1st through 7th day of the month" { "parsedSchedule": { "schedules": [ { "D": [ 1, 2, 3, 4, 5, 6, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: schedule.D { "schedule_D": [ 1, 2, 3, 4, 5, 6, 7 ] } DEBUG: Matches schedule on the 1st through 7th day of the month DEBUG: branchExists(renovate/github.com-sourcegraph-go-langserver-2.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/github.com-sourcegraph-go-langserver-2.x) DEBUG: findPr(renovate/github.com-sourcegraph-go-langserver-2.x, null, open) DEBUG: Found PR #13511 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/github.com-sourcegraph-go-langserver-2.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 302 DEBUG: gomod.updateDependency: v2.0.0 DEBUG: No changes necessary DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/github.com-sourcegraph-go-langserver-2.x) DEBUG: findPr(renovate/github.com-sourcegraph-go-langserver-2.x, null, open) DEBUG: Found PR #13511 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "gomod", "versionScheme": "semver", "depType": "require", "depName": "github.com/sourcegraph/go-langserver", "fromVersion": "v0.0.0-20180917104716-6b103664e059", "toVersion": "v2.0.0", "repositoryUrl": "https://github.com/sourcegraph/go-langserver" } } DEBUG: Processing existing PR DEBUG: Pull Request #13511 does not need updating DEBUG: Checking #13511 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/github.com-sourcegraph-rpc-1.x)=true DEBUG: getBranchPr(renovate/github.com-sourcegraph-rpc-1.x) DEBUG: findPr(renovate/github.com-sourcegraph-rpc-1.x, null, open) DEBUG: Found PR #13512 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(on the 1st through 7th day of the month, America/Los_Angeles) DEBUG: Found timezone { "timezone": "America/Los_Angeles" } DEBUG: Adjusting now for timezone DEBUG: Checking 1 schedule(s) DEBUG: Checking schedule "on the 1st through 7th day of the month" { "parsedSchedule": { "schedules": [ { "D": [ 1, 2, 3, 4, 5, 6, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: schedule.D { "schedule_D": [ 1, 2, 3, 4, 5, 6, 7 ] } DEBUG: Matches schedule on the 1st through 7th day of the month DEBUG: branchExists(renovate/github.com-sourcegraph-rpc-1.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/github.com-sourcegraph-rpc-1.x) DEBUG: findPr(renovate/github.com-sourcegraph-rpc-1.x, null, open) DEBUG: Found PR #13512 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/github.com-sourcegraph-rpc-1.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 307 DEBUG: gomod.updateDependency: v1.0.1 DEBUG: No changes necessary DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/github.com-sourcegraph-rpc-1.x) DEBUG: findPr(renovate/github.com-sourcegraph-rpc-1.x, null, open) DEBUG: Found PR #13512 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "gomod", "versionScheme": "semver", "depType": "require", "depName": "github.com/sourcegraph/rpc", "fromVersion": "v0.0.0-20180329203801-5eaf49b36f85", "toVersion": "v1.0.1", "repositoryUrl": "https://github.com/sourcegraph/rpc" } } DEBUG: Processing existing PR DEBUG: Pull Request #13512 does not need updating DEBUG: Checking #13512 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/github.com-stripe-stripe-go-51.x)=true DEBUG: getBranchPr(renovate/github.com-stripe-stripe-go-51.x) DEBUG: findPr(renovate/github.com-stripe-stripe-go-51.x, null, open) DEBUG: Found PR #13513 DEBUG: Returning from graphql open PR list DEBUG: branchExists=true DEBUG: Branch has 1 upgrade(s) DEBUG: Checking if PR has been edited DEBUG: Found existing branch PR DEBUG: Checking schedule(on the 1st through 7th day of the month, America/Los_Angeles) DEBUG: Found timezone { "timezone": "America/Los_Angeles" } DEBUG: Adjusting now for timezone DEBUG: Checking 1 schedule(s) DEBUG: Checking schedule "on the 1st through 7th day of the month" { "parsedSchedule": { "schedules": [ { "D": [ 1, 2, 3, 4, 5, 6, 7 ] } ], "exceptions": [], "error": -1 } } DEBUG: schedule.D { "schedule_D": [ 1, 2, 3, 4, 5, 6, 7 ] } DEBUG: Matches schedule on the 1st through 7th day of the month DEBUG: branchExists(renovate/github.com-stripe-stripe-go-51.x)=true DEBUG: Branch already exists DEBUG: getBranchPr(renovate/github.com-stripe-stripe-go-51.x) DEBUG: findPr(renovate/github.com-stripe-stripe-go-51.x, null, open) DEBUG: Found PR #13513 DEBUG: Returning from graphql open PR list DEBUG: Branch does not need rebasing DEBUG: Using parentBranch: renovate/github.com-stripe-stripe-go-51.x DEBUG: manager.getUpdatedPackageFiles() DEBUG: Retrieved fileList with length 302 DEBUG: gomod.updateDependency: v51.1.0 DEBUG: No changes necessary DEBUG: No package files need updating DEBUG: Getting updated lock files DEBUG: lock file dirs { "dirs": { "yarnLockDirs": [], "npmLockDirs": [], "pnpmShrinkwrapDirs": [], "lernaDirs": [] } } DEBUG: Writing package.json files { "packageFiles": [ "package.json" ] } DEBUG: Writing yarn.lock DEBUG: Writing any updated package files DEBUG: No updated lock files in branch DEBUG: No files to commit DEBUG: Checking if we can automerge branch DEBUG: mergeStatus=no automerge DEBUG: Ensuring PR DEBUG: There are 0 errors and 0 warnings DEBUG: getBranchPr(renovate/github.com-stripe-stripe-go-51.x) DEBUG: findPr(renovate/github.com-stripe-stripe-go-51.x, null, open) DEBUG: Found PR #13513 DEBUG: Returning from graphql open PR list DEBUG: Found existing PR DEBUG: getChangeLogJSON(args) { "args": { "manager": "gomod", "versionScheme": "semver", "depType": "require", "depName": "github.com/stripe/stripe-go", "fromVersion": "v0.0.0-20180924231549-97e2ddab8720", "toVersion": "v51.1.0", "repositoryUrl": "https://github.com/stripe/stripe-go" } } INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG INFO: Multiple candidates for changelog file, using CHANGELOG DEBUG: Processing existing PR DEBUG: Pull Request #13513 does not need updating DEBUG: Checking #13513 for automerge { "automerge": false, "automergeType": "pr", "automergeComment": "automergeComment" } DEBUG: No automerge DEBUG: processBranch with 1 upgrades DEBUG: processBranch() DEBUG: branchExists(renovate/lock-file-maintenance)=false DEBUG: getBranchPr(renovate/lock-file-maintenance) DEBUG: findPr(renovate/lock-file-maintenance, null, open) DEBUG: branchExists=false DEBUG: Branch has 0 upgrade(s) DEBUG: recreateClosed is true DEBUG: Checking schedule(before 3am on the first day of the month, America/Los_Angeles) DEBUG: Found timezone { "timezone": "America/Los_Angeles" } DEBUG: Adjusting now for timezone DEBUG: Checking 1 schedule(s) DEBUG: Checking schedule "before 3am on the first day of the month" { "parsedSchedule": { "schedules": [ { "t_b": [ 10800 ], "D": [ 1 ] } ], "exceptions": [], "error": -1 } } DEBUG: schedule.D { "schedule_D": [ 1 ] } DEBUG: Package not scheduled INFO: Skipping branch creation as not within schedule DEBUG: branchPrefix: renovate/ DEBUG: Found 0 Renovate PRs { "renovatePrs": [] } DEBUG: Removing any stale branches DEBUG: config.repoIsOnboarded=true DEBUG: branchList { "branchList": [ "renovate/github.com-beevik-etree-1.x", "renovate/github.com-coreos-go-oidc-2.x", "renovate/github.com-crewjam-saml-0.x", "renovate/github.com-mattn-goreman-0.x", "renovate/github.com-sourcegraph-go-langserver-2.x", "renovate/github.com-sourcegraph-rpc-1.x", "renovate/github.com-stripe-stripe-go-51.x", "renovate/sourcegraph-extensions-client-common-10.x", "renovate/sourcegraph-phabricator-extension-1.x", "renovate/sourcegraph-oss", "renovate/webpack-4.x", "renovate/typescript-3.x", "renovate/uglifyjs-webpack-plugin-2.x", "renovate/lock-file-maintenance" ] } DEBUG: { "branchList": [ "renovate/github.com-beevik-etree-1.x", "renovate/github.com-coreos-go-oidc-2.x", "renovate/github.com-crewjam-saml-0.x", "renovate/github.com-mattn-goreman-0.x", "renovate/github.com-sourcegraph-go-langserver-2.x", "renovate/github.com-sourcegraph-rpc-1.x", "renovate/github.com-stripe-stripe-go-51.x", "renovate/sourcegraph-extensions-client-common-10.x", "renovate/sourcegraph-phabricator-extension-1.x", "renovate/sourcegraph-oss", "renovate/webpack-4.x", "renovate/typescript-3.x", "renovate/uglifyjs-webpack-plugin-2.x", "renovate/lock-file-maintenance" ], "renovateBranches": [ "renovate/github.com-beevik-etree-1.x", "renovate/github.com-coreos-go-oidc-2.x", "renovate/github.com-crewjam-saml-0.x", "renovate/github.com-mattn-goreman-0.x", "renovate/github.com-sourcegraph-go-langserver-2.x", "renovate/github.com-sourcegraph-rpc-1.x", "renovate/github.com-stripe-stripe-go-51.x", "renovate/sourcegraph-extensions-client-common-10.x", "renovate/sourcegraph-oss", "renovate/sourcegraph-phabricator-extension-1.x", "renovate/typescript-3.x", "renovate/uglifyjs-webpack-plugin-2.x", "renovate/webpack-4.x" ] } DEBUG: remainingBranches= DEBUG: No branches to clean up DEBUG: ensureIssueClosing() INFO: Request stats { "rateLimit": 12500, "requestCount": 155, "rateLimitRemaining": 12348 } DEBUG: All requests { "requests": [ "GET https://api.github.com/repos/BurntSushi/toml/tags?per_page=100", "GET https://api.github.com/repos/Microsoft/TypeScript/contents/", "GET https://api.github.com/repos/Microsoft/TypeScript/releases?per_page=100", "GET https://api.github.com/repos/Microsoft/TypeScript/tags?per_page=100", "GET https://api.github.com/repos/beevik/etree/commits?per_page=1", "GET https://api.github.com/repos/beevik/etree/contents/", "GET https://api.github.com/repos/beevik/etree/contents//RELEASE_NOTES.md", "GET https://api.github.com/repos/beevik/etree/tags?per_page=100", "GET https://api.github.com/repos/coreos/go-oidc/commits?per_page=1", "GET https://api.github.com/repos/coreos/go-oidc/tags?per_page=100", "GET https://api.github.com/repos/crewjam/saml/commits?per_page=1", "GET https://api.github.com/repos/crewjam/saml/contents/", "GET https://api.github.com/repos/crewjam/saml/releases?per_page=100", "GET https://api.github.com/repos/crewjam/saml/tags?per_page=100", "GET https://api.github.com/repos/dgrijalva/jwt-go/tags?per_page=100", "GET https://api.github.com/repos/go-warnings/warnings/tags?per_page=100", "GET https://api.github.com/repos/go-yaml/yaml/tags?per_page=100", "GET https://api.github.com/repos/go4org/go4/tags?per_page=100", "GET https://api.github.com/repos/golang/appengine/tags?per_page=100", "GET https://api.github.com/repos/golang/crypto/tags?per_page=100", "GET https://api.github.com/repos/golang/net/tags?per_page=100", "GET https://api.github.com/repos/golang/oauth2/tags?per_page=100", "GET https://api.github.com/repos/golang/tools/tags?per_page=100", "GET https://api.github.com/repos/google/go-querystring/tags?per_page=100", "GET https://api.github.com/repos/google/uuid/tags?per_page=100", "GET https://api.github.com/repos/google/zoekt/tags?per_page=100", "GET https://api.github.com/repos/gorilla/csrf/tags?per_page=100", "GET https://api.github.com/repos/gorilla/mux/tags?per_page=100", "GET https://api.github.com/repos/graph-gophers/graphql-go/tags?per_page=100", "GET https://api.github.com/repos/gregjones/httpcache/tags?per_page=100", "GET https://api.github.com/repos/grpc/grpc-go/tags?per_page=100", "GET https://api.github.com/repos/hashicorp/go-multierror/tags?per_page=100", "GET https://api.github.com/repos/hashicorp/golang-lru/tags?per_page=100", "GET https://api.github.com/repos/inconshreveable/log15/tags?per_page=100", "GET https://api.github.com/repos/jonboulle/clockwork/tags?per_page=100", "GET https://api.github.com/repos/keegancsmith/sqlf/tags?per_page=100", "GET https://api.github.com/repos/keegancsmith/tmpfriend/tags?per_page=100", "GET https://api.github.com/repos/kevinburke/differ/tags?per_page=100", "GET https://api.github.com/repos/kevinburke/go-bindata/tags?per_page=100", "GET https://api.github.com/repos/kylelemons/godebug/tags?per_page=100", "GET https://api.github.com/repos/lib/pq/tags?per_page=100", "GET https://api.github.com/repos/mattn/go-colorable/tags?per_page=100", "GET https://api.github.com/repos/mattn/go-isatty/tags?per_page=100", "GET https://api.github.com/repos/mattn/goreman/tags?per_page=100", "GET https://api.github.com/repos/neelance/parallel/tags?per_page=100", "GET https://api.github.com/repos/opentracing/opentracing-go/tags?per_page=100", "GET https://api.github.com/repos/pelletier/go-toml/tags?per_page=100", "GET https://api.github.com/repos/pkg/errors/tags?per_page=100", "GET https://api.github.com/repos/pquerna/cachecontrol/tags?per_page=100", "GET https://api.github.com/repos/prometheus/client_golang/tags?per_page=100", "GET https://api.github.com/repos/russellhaering/gosaml2/tags?per_page=100", "GET https://api.github.com/repos/russellhaering/goxmldsig/tags?per_page=100", "GET https://api.github.com/repos/sergi/go-diff/tags?per_page=100", "GET https://api.github.com/repos/shurcooL/vfsgen/tags?per_page=100", "GET https://api.github.com/repos/slimsag/godocmd/tags?per_page=100", "GET https://api.github.com/repos/sourcegraph/browser-extensions/contents/", "GET https://api.github.com/repos/sourcegraph/browser-extensions/releases?per_page=100", "GET https://api.github.com/repos/sourcegraph/browser-extensions/tags?per_page=100", "GET https://api.github.com/repos/sourcegraph/ctxvfs/tags?per_page=100", "GET https://api.github.com/repos/sourcegraph/extensions-client-common/contents/", "GET https://api.github.com/repos/sourcegraph/extensions-client-common/releases?per_page=100", "GET https://api.github.com/repos/sourcegraph/extensions-client-common/tags?per_page=100", "GET https://api.github.com/repos/sourcegraph/go-jsonschema/tags?per_page=100", "GET https://api.github.com/repos/sourcegraph/go-langserver/commits?per_page=1", "GET https://api.github.com/repos/sourcegraph/go-langserver/contents/", "GET https://api.github.com/repos/sourcegraph/go-langserver/releases?per_page=100", "GET https://api.github.com/repos/sourcegraph/go-langserver/tags?per_page=100", "GET https://api.github.com/repos/sourcegraph/go-vcsurl/tags?per_page=100", "GET https://api.github.com/repos/sourcegraph/godockerize/tags?per_page=100", "GET https://api.github.com/repos/sourcegraph/jsonrpc2/tags?per_page=100", "GET https://api.github.com/repos/sourcegraph/jsonx/tags?per_page=100", "GET https://api.github.com/repos/sourcegraph/renovate-config/contents/renovate.json", "GET https://api.github.com/repos/sourcegraph/rpc/commits?per_page=1", "GET https://api.github.com/repos/sourcegraph/rpc/contents/", "GET https://api.github.com/repos/sourcegraph/rpc/releases?per_page=100", "GET https://api.github.com/repos/sourcegraph/rpc/tags?per_page=100", "GET https://api.github.com/repos/sourcegraph/sourcegraph/contents/", "GET https://api.github.com/repos/sourcegraph/sourcegraph/contents//CHANGELOG.md", "GET https://api.github.com/repos/sourcegraph/sourcegraph/releases?per_page=100", "GET https://api.github.com/repos/sourcegraph/sourcegraph/tags?per_page=100", "GET https://api.github.com/repos/square/go-jose/tags?per_page=100", "GET https://api.github.com/repos/src-d/gcfg/tags?per_page=100", "GET https://api.github.com/repos/src-d/go-git/tags?per_page=100", "GET https://api.github.com/repos/stripe/stripe-go/commits?per_page=1", "GET https://api.github.com/repos/stripe/stripe-go/contents/", "GET https://api.github.com/repos/stripe/stripe-go/contents//CHANGELOG", "GET https://api.github.com/repos/stripe/stripe-go/releases?per_page=100", "GET https://api.github.com/repos/stripe/stripe-go/tags?per_page=100", "GET https://api.github.com/repos/zenazn/goji/tags?per_page=100", "GET https://api.github.com/repositories/20545279/tags?per_page=100&page=2", "GET https://api.github.com/repositories/20545279/tags?per_page=100&page=3", "GET https://api.github.com/repositories/60245511/branches?per_page=100&page=2", "GET https://api.github.com/repositories/60245511/branches?per_page=100&page=3", "GET https://api.github.com/repositories/60245511/pulls?per_page=100&state=all&page=10", "GET https://api.github.com/repositories/60245511/pulls?per_page=100&state=all&page=2", "GET https://api.github.com/repositories/60245511/pulls?per_page=100&state=all&page=3", "GET https://api.github.com/repositories/60245511/pulls?per_page=100&state=all&page=4", "GET https://api.github.com/repositories/60245511/pulls?per_page=100&state=all&page=5", "GET https://api.github.com/repositories/60245511/pulls?per_page=100&state=all&page=6", "GET https://api.github.com/repositories/60245511/pulls?per_page=100&state=all&page=7", "GET https://api.github.com/repositories/60245511/pulls?per_page=100&state=all&page=8", "GET https://api.github.com/repositories/60245511/pulls?per_page=100&state=all&page=9", "GET repos/sourcegraph/enterprise", "GET repos/sourcegraph/enterprise", "GET repos/sourcegraph/enterprise/branches/master/protection", "GET repos/sourcegraph/enterprise/branches?per_page=100", "GET repos/sourcegraph/enterprise/commits/renovate/webpack-4.x/status", "GET repos/sourcegraph/enterprise/contents/cmd/xlang-java-skinny/docker/Dockerfile?ref=master", "GET repos/sourcegraph/enterprise/contents/cmd/xlang-java/docker/Dockerfile?ref=master", "GET repos/sourcegraph/enterprise/contents/cmd/xlang-python/Dockerfile?ref=master", "GET repos/sourcegraph/enterprise/contents/go.mod?ref=master", "GET repos/sourcegraph/enterprise/contents/go.mod?ref=renovate/github.com-beevik-etree-1.x", "GET repos/sourcegraph/enterprise/contents/go.mod?ref=renovate/github.com-coreos-go-oidc-2.x", "GET repos/sourcegraph/enterprise/contents/go.mod?ref=renovate/github.com-crewjam-saml-0.x", "GET repos/sourcegraph/enterprise/contents/go.mod?ref=renovate/github.com-mattn-goreman-0.x", "GET repos/sourcegraph/enterprise/contents/go.mod?ref=renovate/github.com-sourcegraph-go-langserver-2.x", "GET repos/sourcegraph/enterprise/contents/go.mod?ref=renovate/github.com-sourcegraph-rpc-1.x", "GET repos/sourcegraph/enterprise/contents/go.mod?ref=renovate/github.com-stripe-stripe-go-51.x", "GET repos/sourcegraph/enterprise/contents/package.json?ref=master", "GET repos/sourcegraph/enterprise/contents/package.json?ref=renovate/sourcegraph-extensions-client-common-10.x", "GET repos/sourcegraph/enterprise/contents/package.json?ref=renovate/sourcegraph-oss", "GET repos/sourcegraph/enterprise/contents/package.json?ref=renovate/sourcegraph-phabricator-extension-1.x", "GET repos/sourcegraph/enterprise/contents/package.json?ref=renovate/typescript-3.x", "GET repos/sourcegraph/enterprise/contents/package.json?ref=renovate/uglifyjs-webpack-plugin-2.x", "GET repos/sourcegraph/enterprise/contents/package.json?ref=renovate/webpack-4.x", "GET repos/sourcegraph/enterprise/contents/renovate.json?ref=master", "GET repos/sourcegraph/enterprise/contents/yarn.lock?ref=master", "GET repos/sourcegraph/enterprise/git/commits/6d0fe41ccedcd681b6bfb7addc1cc4752ecba785", "GET repos/sourcegraph/enterprise/git/refs/heads/master", "GET repos/sourcegraph/enterprise/git/trees/master?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/github.com-beevik-etree-1.x?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/github.com-coreos-go-oidc-2.x?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/github.com-crewjam-saml-0.x?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/github.com-mattn-goreman-0.x?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/github.com-sourcegraph-go-langserver-2.x?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/github.com-sourcegraph-rpc-1.x?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/github.com-stripe-stripe-go-51.x?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/sourcegraph-extensions-client-common-10.x?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/sourcegraph-oss?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/sourcegraph-phabricator-extension-1.x?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/typescript-3.x?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/uglifyjs-webpack-plugin-2.x?recursive=true", "GET repos/sourcegraph/enterprise/git/trees/renovate/webpack-4.x?recursive=true", "GET repos/sourcegraph/enterprise/issues/13559/comments?per_page=100", "GET repos/sourcegraph/enterprise/issues?filter=created&state=open", "GET repos/sourcegraph/enterprise/pulls?per_page=100&state=all", "PATCH repos/sourcegraph/enterprise/git/refs/heads/renovate/sourcegraph-oss", "PATCH repos/sourcegraph/enterprise/pulls/13559", "POST graphql", "POST graphql", "POST graphql", "POST repos/sourcegraph/enterprise/git/blobs", "POST repos/sourcegraph/enterprise/git/blobs", "POST repos/sourcegraph/enterprise/git/commits", "POST repos/sourcegraph/enterprise/git/trees" ] } INFO: Finished repository ```

To Reproduce Steps to reproduce the behavior:

  1. Create repository with go.mod and above go.mod line

Expected behavior I would expect the commit hash to get updated even if the version (v0.0.0) didn't change.

Additional context No PRs raised

rarkins commented 5 years ago

@felixfbecker thanks for bringing this to my attention.

"No valid versions returned from registry for this package" is a generic lookup response to be expected if there are no semver-compatible tags for a go source repository.

But then we should update the commit hash, as it's something I developed for in the initial release. I'll look into what's holding it back.

rarkins commented 5 years ago

You should hopefully see these updates flow through within the hour once the app is updated. There were actually two problems:

renovate-bot commented 5 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: