mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
106 lines
3.2 KiB
Text
106 lines
3.2 KiB
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`lib/manager/bazel/extract extractPackageFile() extracts multiple types of dependencies 1`] = `
|
|
Array [
|
|
Object {
|
|
"currentValue": "v1.0.5",
|
|
"def": "go_repository(
|
|
name = \\"com_github_bitly_go-nsq\\",
|
|
importpath = \\"github.com/bitly/go-nsq\\",
|
|
tag = \\"v1.0.5\\"
|
|
)
|
|
",
|
|
"depName": "com_github_bitly_go-nsq",
|
|
"depType": "go_repository",
|
|
"purl": "pkg:go/github.com/bitly/go-nsq",
|
|
"versionScheme": "semver",
|
|
},
|
|
Object {
|
|
"currentValue": "v2",
|
|
"def": "go_repository(
|
|
name = \\"com_gopkgin_mgo_v2\\",
|
|
importpath = \\"gopkg.in/mgo.v2\\",
|
|
tag = \\"v2\\"
|
|
)
|
|
",
|
|
"depName": "com_gopkgin_mgo_v2",
|
|
"depType": "go_repository",
|
|
"purl": "pkg:go/gopkg.in/mgo.v2",
|
|
"versionScheme": "semver",
|
|
},
|
|
Object {
|
|
"currentValue": "0.3.1",
|
|
"def": "git_repository(
|
|
name = \\"build_bazel_rules_nodejs\\",
|
|
remote = \\"https://github.com/bazelbuild/rules_nodejs.git\\",
|
|
tag = \\"0.3.1\\",
|
|
)
|
|
",
|
|
"depName": "build_bazel_rules_nodejs",
|
|
"depType": "git_repository",
|
|
"purl": "pkg:github/bazelbuild/rules_nodejs",
|
|
"remote": "https://github.com/bazelbuild/rules_nodejs.git",
|
|
"versionScheme": "semver",
|
|
},
|
|
Object {
|
|
"currentValue": "0.6.1",
|
|
"def": "git_repository(
|
|
name = \\"build_bazel_rules_typescript\\",
|
|
remote = \\"https://github.com/bazelbuild/rules_typescript.git\\",
|
|
tag = \\"0.6.1\\",
|
|
)
|
|
",
|
|
"depName": "build_bazel_rules_typescript",
|
|
"depType": "git_repository",
|
|
"purl": "pkg:github/bazelbuild/rules_typescript",
|
|
"remote": "https://github.com/bazelbuild/rules_typescript.git",
|
|
"versionScheme": "semver",
|
|
},
|
|
Object {
|
|
"currentValue": "0.0.3",
|
|
"def": "git_repository(
|
|
name = \\"io_bazel_rules_sass\\",
|
|
remote = \\"https://github.com/bazelbuild/rules_sass.git\\",
|
|
tag = \\"0.0.3\\",
|
|
)
|
|
",
|
|
"depName": "io_bazel_rules_sass",
|
|
"depType": "git_repository",
|
|
"purl": "pkg:github/bazelbuild/rules_sass",
|
|
"remote": "https://github.com/bazelbuild/rules_sass.git",
|
|
"versionScheme": "semver",
|
|
},
|
|
Object {
|
|
"currentValue": "0.7.1",
|
|
"def": "http_archive(
|
|
name = \\"io_bazel_rules_go\\",
|
|
url = \\"https://github.com/bazelbuild/rules_go/releases/download/0.7.1/rules_go-0.7.1.tar.gz\\",
|
|
sha256 = \\"341d5eacef704415386974bc82a1783a8b7ffbff2ab6ba02375e1ca20d9b031c\\",
|
|
)
|
|
",
|
|
"depName": "io_bazel_rules_go",
|
|
"depType": "http_archive",
|
|
"purl": "pkg:github/bazelbuild/rules_go?ref=release",
|
|
"repo": "bazelbuild/rules_go",
|
|
"versionScheme": "semver",
|
|
},
|
|
Object {
|
|
"currentValue": "0.5.0",
|
|
"def": "http_archive(
|
|
name = \\"bazel_skylib\\",
|
|
sha256 = \\"b5f6abe419da897b7901f90cbab08af958b97a8f3575b0d3dd062ac7ce78541f\\",
|
|
strip_prefix = \\"bazel-skylib-0.5.0\\",
|
|
urls = [
|
|
\\"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/0.5.0.tar.gz\\",
|
|
\\"https://github.com/bazelbuild/bazel-skylib/archive/0.5.0.tar.gz\\",
|
|
],
|
|
)
|
|
",
|
|
"depName": "bazel_skylib",
|
|
"depType": "http_archive",
|
|
"purl": "pkg:github/bazelbuild/bazel-skylib?ref=release",
|
|
"repo": "bazelbuild/bazel-skylib",
|
|
"versionScheme": "semver",
|
|
},
|
|
]
|
|
`;
|