-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1327: Update meilisearch-js dependency verison (v0.44) r=curquiza a=curquiza - update `meilisearch` js client - update `parcel` and `turbo` - get rid of angular playground tests, as [angular-instantsearch got deprecated](https://www.algolia.com/blog/algolia/migrating-from-angular-instantsearch/) Co-authored-by: curquiza <[email protected]> Co-authored-by: F. Levi <[email protected]>
- Loading branch information
Showing
42 changed files
with
3,210 additions
and
8,241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@meilisearch/instant-meilisearch": minor | ||
"eslint-config-meilisearch": patch | ||
"@meilisearch/autocomplete-client": minor | ||
--- | ||
|
||
- update `meilisearch` js client | ||
- update `parcel` and `turbo` | ||
- get rid of angular playground tests, as [angular-instantsearch got deprecated](https://www.algolia.com/blog/algolia/migrating-from-angular-instantsearch/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ | |
"scripts": { | ||
"playground:geosearch": "turbo run dev --filter=@meilisearch/geo-playground --parallel", | ||
"playground:vanilla": "turbo run dev --filter=@meilisearch/vanilla-playground --parallel", | ||
"playground:angular": "turbo run dev --filter=@meilisearch/angular-playground --parallel", | ||
"playground:vue3": "turbo run dev --filter=@meilisearch/vue3-ts-playground --parallel", | ||
"playground:react": "turbo run dev --filter=@meilisearch/react-playground --parallel", | ||
"playground:local-react": "turbo run dev --filter=@meilisearch/local-react-playground --parallel", | ||
|
@@ -37,12 +36,17 @@ | |
"@testing-library/jest-dom": "^5.16.5", | ||
"@types/jest": "^29.5.1", | ||
"@types/jest-diff": "^24.3.0", | ||
"parcel-bundler": "^1.12.5", | ||
"turbo": "^1.10.12" | ||
"parcel": "^2.12.0", | ||
"turbo": "^2.1.3" | ||
}, | ||
"dependencies": { | ||
"@changesets/cli": "^2.26.1", | ||
"instantsearch.css": "^8.0.0" | ||
}, | ||
"alias": { | ||
"node:crypto": false, | ||
"node:buffer": false, | ||
"node:process": false | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,5 @@ | |
}, | ||
"include": [ | ||
"./**/*" | ||
], | ||
"exclude": ["playgrounds/angular"] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"extends": "./tsconfig.json", | ||
"compilerOptions": { | ||
"suppressImplicitAnyIndexErrors": true, | ||
"suppressImplicitAnyIndexErrors": true | ||
}, | ||
"include": [ | ||
"./**/*" | ||
], | ||
"exclude": ["playgrounds/angular"] | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.