Bump algoliasearch from 4.12.2 to 4.13.0 in /desktop (#3537)
Summary: Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.12.2 to 4.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/releases">algoliasearch's releases</a>.</em></p> <blockquote> <h2>4.13.0</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.12.2...4.13.0">v4.13.0</a></h2> <ul> <li>feat(recommend): Add trending types and methods (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1396">https://github.com/facebook/flipper/issues/1396</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/6882ec8">6882ec8</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1396">https://github.com/facebook/flipper/issues/1396</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md">algoliasearch's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.12.2...4.13.0">v4.13.0</a></h2> <ul> <li>feat(recommend): Add trending types and methods (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1396">https://github.com/facebook/flipper/issues/1396</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/6882ec8">6882ec8</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1396">https://github.com/facebook/flipper/issues/1396</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="30518b030e"><code>30518b0</code></a> chore: release v4.13.0 (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1400">https://github.com/facebook/flipper/issues/1400</a>)</li> <li><a href="a91cc5b3de"><code>a91cc5b</code></a> fix(recommend): declare type before usage (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1399">https://github.com/facebook/flipper/issues/1399</a>)</li> <li><a href="6882ec8cb3"><code>6882ec8</code></a> feat(recommend): Add trending types and methods (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1396">https://github.com/facebook/flipper/issues/1396</a>)</li> <li>See full diff in <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.12.2...4.13.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3537 Reviewed By: mweststrate Differential Revision: D34867303 Pulled By: lblasa fbshipit-source-id: 5bcd9bfb0eafcdcbf1f56ed1843e50e8356819d6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
23558aa294
commit
04eadc7059
@@ -9,7 +9,7 @@
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/facebook/flipper/issues",
|
||||
"dependencies": {
|
||||
"algoliasearch": "^4.12.2",
|
||||
"algoliasearch": "^4.13.0",
|
||||
"decompress": "^4.2.1",
|
||||
"decompress-targz": "^4.1.1",
|
||||
"decompress-unzip": "^4.0.1",
|
||||
|
||||
Reference in New Issue
Block a user