From b7f29e99b831c429ee80d3bfe2d1db0cb9b742ea Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Fri, 26 Apr 2019 08:11:03 -0700 Subject: [PATCH] Clean 20190426 (#35020) 1. Update react-instantsearch URL. 2. backbone-fetch-cache has a type-aware lint rule that was affected by a change in backbone. It's a dumb rule, but since CI only runs expectRule for dependents, we didn't catch it on checkin. Now that we're running on Azure, maybe we should run all lint rules for dependents during CI. --- types/backbone-fetch-cache/index.d.ts | 2 +- types/react-instantsearch/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/backbone-fetch-cache/index.d.ts b/types/backbone-fetch-cache/index.d.ts index e5e6ebf751..7c82c5dffb 100644 --- a/types/backbone-fetch-cache/index.d.ts +++ b/types/backbone-fetch-cache/index.d.ts @@ -175,7 +175,7 @@ declare module "backbone" { fetch(options?: ModelFetchWithCacheOptions): JQueryXHR; } - interface CollectionWithCache extends Collection { + interface CollectionWithCache extends Collection { fetch(options?: CollectionFetchWithCacheOptions): JQueryXHR; } diff --git a/types/react-instantsearch/index.d.ts b/types/react-instantsearch/index.d.ts index 64a415e6ba..54fc948ada 100644 --- a/types/react-instantsearch/index.d.ts +++ b/types/react-instantsearch/index.d.ts @@ -1,5 +1,5 @@ // Type definitions for react-instantsearch 5.2 -// Project: https://community.algolia.com/react-instantsearch/ +// Project: https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react // Definitions by: Gordon Burgett // Justin Powell // Haroen Viaene