From f938b07b529232ac1a4f88a3c83fe81a89586e4e Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Wed, 25 Mar 2020 20:35:28 -0700 Subject: [PATCH] chore: rename typescript patch to its PR number --- WORKSPACE | 8 +------- rules_typescript.patch => rules_typescript_pr_496.patch | 0 2 files changed, 1 insertion(+), 7 deletions(-) rename rules_typescript.patch => rules_typescript_pr_496.patch (100%) diff --git a/WORKSPACE b/WORKSPACE index 6fca652339..435f83bc62 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -91,18 +91,12 @@ install_bazel_dependencies() # Install npm_bazel_typescript dependencies # -# Uncomment for local development -# local_repository( -# name = "build_bazel_rules_typescript", -# path = "../rules_typescript", -# ) - # We use git_repository since Renovate knows how to update it. # With http_archive it only sees releases/download/*.tar.gz urls git_repository( name = "build_bazel_rules_typescript", commit = "10a5a86885f95ab788fd841ade47b6a16e0c13d6", - patches = ["//:rules_typescript.patch"], + patches = ["//:rules_typescript_pr_496.patch"], remote = "http://github.com/bazelbuild/rules_typescript.git", shallow_since = "1582757372 -0800", ) diff --git a/rules_typescript.patch b/rules_typescript_pr_496.patch similarity index 100% rename from rules_typescript.patch rename to rules_typescript_pr_496.patch