From e05dfb25e02d8d54fde8a33df56a436d648c11ec Mon Sep 17 00:00:00 2001 From: Ganeshwara Hananda Date: Thu, 7 Apr 2022 12:57:21 +0100 Subject: [PATCH 1/4] Update Bazel to 5.1.0, and also all dependencies as the consequence --- .bazelversion | 2 +- dependencies/vaticle/repositories.bzl | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bazelversion b/.bazelversion index fcdb2e1..831446c 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -4.0.0 +5.1.0 diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index 90ce9c5..c854a2a 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -24,27 +24,27 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") def vaticle_dependencies(): git_repository( name = "vaticle_dependencies", - remote = "https://github.com/vaticle/dependencies", - commit = "249700ec1e6de8b46d528d0a4fde4d1c7a9b3aa5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies + remote = "https://github.com/lolski/dependencies", + commit = "984f7070d55fce7c72585301ca4017bb7991e2c4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies ) def vaticle_typeql(): git_repository( name = "vaticle_typeql", - remote = "https://github.com/vaticle/typeql", - tag = "2.8.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql + remote = "https://github.com/lolski/typeql", + commit = "71c14ab7038b4d2b6eff64ae54c913149e034044", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql ) def vaticle_typedb_common(): git_repository( name = "vaticle_typedb_common", - remote = "https://github.com/vaticle/typedb-common", - tag = "2.7.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common + remote = "https://github.com/lolski/typedb-common", + commit = "3e645e29c2b078d368d5bb11426ce2071df60941" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common ) def vaticle_typedb_behaviour(): git_repository( name = "vaticle_typedb_behaviour", - remote = "https://github.com/vaticle/typedb-behaviour", - commit = "d09adefdcf8d0befedb46a95a6623998add71cff", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour + remote = "https://github.com/lolski/typedb-behaviour", + commit = "e3f0346c15177425e488b5312e76cc06a3326d3c", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour ) From c93b777011f367dbf526c7d2c126ef33330e3250 Mon Sep 17 00:00:00 2001 From: Ganeshwara Hananda Date: Wed, 13 Apr 2022 11:25:49 +0100 Subject: [PATCH 2/4] Update Bazel to 5.1.1 --- .bazelversion | 2 +- dependencies/vaticle/repositories.bzl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bazelversion b/.bazelversion index 831446c..ac14c3d 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -5.1.0 +5.1.1 diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index c854a2a..bc69aef 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -25,26 +25,26 @@ def vaticle_dependencies(): git_repository( name = "vaticle_dependencies", remote = "https://github.com/lolski/dependencies", - commit = "984f7070d55fce7c72585301ca4017bb7991e2c4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies + commit = "573fc693d11144db5fa54d579eddfd7140b61be2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies ) def vaticle_typeql(): git_repository( name = "vaticle_typeql", remote = "https://github.com/lolski/typeql", - commit = "71c14ab7038b4d2b6eff64ae54c913149e034044", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql + commit = "fc8c04156db8978a445142495196e1dc6aab5d8b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql ) def vaticle_typedb_common(): git_repository( name = "vaticle_typedb_common", remote = "https://github.com/lolski/typedb-common", - commit = "3e645e29c2b078d368d5bb11426ce2071df60941" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common + commit = "5153edae6f35443d7b140fef3ed57de91211b32a" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common ) def vaticle_typedb_behaviour(): git_repository( name = "vaticle_typedb_behaviour", remote = "https://github.com/lolski/typedb-behaviour", - commit = "e3f0346c15177425e488b5312e76cc06a3326d3c", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour + commit = "c569039e3ab6d2de25b8479216dfa618fadac8bb", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour ) From 75fd67a4634f43307fe7d9f0db87e698131359fd Mon Sep 17 00:00:00 2001 From: Ganeshwara Hananda Date: Wed, 20 Apr 2022 16:27:25 +0100 Subject: [PATCH 3/4] Update all @vaticle dependencies --- dependencies/vaticle/repositories.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index bc69aef..37d587b 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -25,26 +25,26 @@ def vaticle_dependencies(): git_repository( name = "vaticle_dependencies", remote = "https://github.com/lolski/dependencies", - commit = "573fc693d11144db5fa54d579eddfd7140b61be2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies + commit = "ccad19700dc538f29d6fa34bc4515059542ec037", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies ) def vaticle_typeql(): git_repository( name = "vaticle_typeql", remote = "https://github.com/lolski/typeql", - commit = "fc8c04156db8978a445142495196e1dc6aab5d8b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql + commit = "1dff58b460ea20d1c5232a005b7440f982d9388b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql ) def vaticle_typedb_common(): git_repository( name = "vaticle_typedb_common", remote = "https://github.com/lolski/typedb-common", - commit = "5153edae6f35443d7b140fef3ed57de91211b32a" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common + commit = "ed9296c29aad4516ac72eed7920db173697ae480" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common ) def vaticle_typedb_behaviour(): git_repository( name = "vaticle_typedb_behaviour", remote = "https://github.com/lolski/typedb-behaviour", - commit = "c569039e3ab6d2de25b8479216dfa618fadac8bb", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour + commit = "b6f1b0fb7fdb16f6bf028a9766200443b821d1f7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour ) From 9a703bf80856cb9bf2228512d5e3e2f9d20e8701 Mon Sep 17 00:00:00 2001 From: Ganeshwara Hananda Date: Wed, 20 Apr 2022 18:17:08 +0100 Subject: [PATCH 4/4] Update all @vaticle dependencies --- dependencies/vaticle/repositories.bzl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index 37d587b..77d2d87 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -24,27 +24,27 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") def vaticle_dependencies(): git_repository( name = "vaticle_dependencies", - remote = "https://github.com/lolski/dependencies", - commit = "ccad19700dc538f29d6fa34bc4515059542ec037", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies + remote = "https://github.com/vaticle/dependencies", + commit = "465e60776ca3055ce85d90e94624d37db3f7e790", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies ) def vaticle_typeql(): git_repository( name = "vaticle_typeql", - remote = "https://github.com/lolski/typeql", - commit = "1dff58b460ea20d1c5232a005b7440f982d9388b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql + remote = "https://github.com/vaticle/typeql", + commit = "ca921e2d11b2e365779fee4f9111e2701a157598", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql ) def vaticle_typedb_common(): git_repository( name = "vaticle_typedb_common", - remote = "https://github.com/lolski/typedb-common", - commit = "ed9296c29aad4516ac72eed7920db173697ae480" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common + remote = "https://github.com/vaticle/typedb-common", + commit = "d11cee9745e4559450ef4ccb140d4e9781587932" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common ) def vaticle_typedb_behaviour(): git_repository( name = "vaticle_typedb_behaviour", - remote = "https://github.com/lolski/typedb-behaviour", - commit = "b6f1b0fb7fdb16f6bf028a9766200443b821d1f7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour + remote = "https://github.com/vaticle/typedb-behaviour", + commit = "7aa405c01eb46b8a28867bc49c4f8c0427c32d52", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour )