Skip to content

Commit ac15828

Browse files
Merge #449 #450
449: Bump meilisearch from 0.20.1 to 0.22.1 r=bidoubiwa a=dependabot[bot] Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.20.1 to 0.22.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/meilisearch/meilisearch-js/releases">meilisearch's releases</a>.</em></p> <blockquote> <h2>v0.22.1 🌻</h2> <h2>Changes</h2> <ul> <li>Add methods to automatically add/update documents in batches (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1039">#1039</a>) <a href="https://github.com/vishnugt"><code>`@​vishnugt</code></a></li>` <li>Add an API to get raw index data (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1051">#1051</a>) <a href="https://github.com/artfuldev"><code>`@​artfuldev</code></a></li>` </ul> <h3>Document in Batches</h3> <p>This method will let you add documents in batches of 1000 documents instead of all at once.</p> <pre lang="js"><code>await client .index(&quot;myIndex&quot;) .addDocumentsInBatches(dataset, 1000) </code></pre> <p>This method will let you update documents in batches of 1000 documents instead of all at once.</p> <pre lang="js"><code>await client .index(&quot;myIndex&quot;) .updateDocumentsInBatches(dataset, 1000) </code></pre> <h3>Raw index data</h3> <p>Instead of having an instance of <code>Index</code> returned, you receive the <a href="https://docs.meilisearch.com/reference/api/indexes.html#get-one-index">raw json returned by MeiliSearch</a>.</p> <pre lang="js"><code>await client .index(&quot;myIndex&quot;) .getRawInfo() </code></pre> <p>Thanks again to <a href="https://github.com/K-Kumar-01"><code>`@​K-Kumar-01</code></a>,` <a href="https://github.com/SandunWebDev"><code>`@​SandunWebDev</code></a>,` <a href="https://github.com/artfuldev"><code>`@​artfuldev</code></a>,` <a href="https://github.com/bidoubiwa"><code>`@​bidoubiwa</code></a>,` <a href="https://github.com/curquiza"><code>`@​curquiza</code></a>,` <a href="https://github.com/daniloff200"><code>`@​daniloff200</code></a>,` and <a href="https://github.com/vishnugt"><code>`@​vishnugt</code></a>!` 🎉</p> <h2>v0.22.0 🌻</h2> <h2>Changes</h2> <ul> <li>Improve error handler returns (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1015">#1015</a>) <a href="https://github.com/bidoubiwa"><code>`@​bidoubiwa</code></a></li>` </ul> <h2>Breaking changes ⚠️</h2> <ul> <li>refactor(<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/920">#920</a>): Update the method names version and stats to become getVersion and getStats (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1016">#1016</a>) <a href="https://github.com/TheLearneer"><code>`@​TheLearneer</code></a></li>` <li>refactor(<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/921">#921</a>): Change parameter order in static Index.create method (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1017">#1017</a>) <a href="https://github.com/TheLearneer"><code>`@​TheLearneer</code></a></li>` <li>Changes name of listIndexes to getIndexes (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1022">#1022</a>) <a href="https://github.com/drph4nt0m"><code>`@​drph4nt0m</code></a></li>` <li>Add http protocol at the beginning of the URL if not present (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1027">#1027</a>) <a href="https://github.com/sushrut111"><code>`@​sushrut111</code></a></li>` </ul> <h3>version and stats become getVersion and getStats</h3> <p>Before:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/842e95e20a9ecb95eea653cd8aa2d26e8dffdffa"><code>842e95e</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1055">#1055</a></li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/8c1b44e58e2f1b14bad910d547fc162511ba07c7"><code>8c1b44e</code></a> Change naming of updateDocumentInBatch to Batches</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/3c26cbd138c7f6d07f1a0793d7f8446648be4208"><code>3c26cbd</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1054">#1054</a></li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/9df26b277f481189bdc2fcd6d142c1c3f2330f81"><code>9df26b2</code></a> Update version for the next release (v0.22.1)</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/3984c9fa6072b7b42e1b8fef7e78fa225be4b8ef"><code>3984c9f</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1051">#1051</a></li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/2537d8927496908c1d853478470c04c5cf2f0315"><code>2537d89</code></a> Use async/await in tests</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/234544dd09d10aeed69bf2d0cffe4a3b384ce8e0"><code>234544d</code></a> Add note about getRawIndex API</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/8c9287a73cd41b72965db95fa27e0a4c9824ee64"><code>8c9287a</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1039">#1039</a></li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/199106d0adae4f65238008d33e453c96958910f0"><code>199106d</code></a> Added readme title for batch methods</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/42a9526ea1d6c257851de33227d8e1446fc3b98a"><code>42a9526</code></a> Changes from main</li> <li>Additional commits viewable in <a href="https://github.com/meilisearch/meilisearch-js/compare/v0.20.1...v0.22.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=meilisearch&package-manager=npm_and_yarn&previous-version=0.20.1&new-version=0.22.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> 450: Bump cypress from 8.5.0 to 8.6.0 r=bidoubiwa a=dependabot[bot] Bumps [cypress](https://github.com/cypress-io/cypress) from 8.5.0 to 8.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>8.6.0</h2> <p><em>Released 10/11/2021</em></p> <p><strong>Features:</strong></p> <ul> <li><code>cy.screenshot()</code> now accepts <code>overwrite: true</code> as an option to overwrite existing screenshots with the same file name. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7955">#7955</a>.</li> <li><code>cy.select([])</code> can now be used to clear any selected options in a multi-value select. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/4318">#4318</a>.</li> <li>Using <code>cy.pause()</code> when using <code>cypress run --headed --no-exit</code> will now pause a test. Addresses <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/4044">#4044</a>.</li> </ul> <p><strong>Bugfixes:</strong></p> <ul> <li>Fixed a regression introduced in <a href="https://docs.cypress.io/guides/references/changelog#8-2-0">8.2.0</a> where certain XMLHttpRequests would not display their response bodies in the DevTools Console when clicked. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17656">#17656</a>.</li> <li>Fixed a regression in <a href="https://docs.cypress.io/guides/references/changelog#8-3-0">8.3.0</a> where capturing videos in Chrome versions earlier than 89 would result in choppy videos and skipped frames. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18021">#18021</a>.</li> <li>Cypress displays the correct error when certain custom error types are thrown within a test. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18259">#18259</a>.</li> <li>The Cypress App will no longer crash when passed a <code>--spec: {}</code> from the CLI and instead error when passed an invalid object argument. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/3957">#3957</a>.</li> <li>Logging a plain object no longer results in the error &quot;Cannot convert object to primitive value&quot;. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18143">#18143</a>.</li> </ul> <p><strong>Misc:</strong></p> <ul> <li>Updated the <code>cy.request()</code> error message when conflicting <code>failOnStatusCode</code> and <code>retryOnStatusCodeFailure</code> options are passed to be clearer. Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18271">#18271</a>.</li> </ul> <p><strong>Dependency Updates:</strong></p> <ul> <li>Upgraded the Chromium browser version used during <code>cypress run</code> and when selecting Electron browser in <code>cypress open</code> from <code>91.0.4472.164</code> to <code>93.0.4577.58</code>.</li> <li>Upgraded <code>electron</code> from <code>13.2.0</code> to <code>14.1.0</code>. Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18318">#18318</a> and <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18384">#18384</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/02e769f9b118e35f53a726d8b3be7b3b7d4356f4"><code>02e769f</code></a> release 8.6.0</li> <li><a href="https://github.com/cypress-io/cypress/commit/7a4c59a12cf3c4c4ac64dbbf5896f7931118fc43"><code>7a4c59a</code></a> fix: do not attempt to trim objects when printing to console (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18341">#18341</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/1d08280f4a85fc9eaf9326c88c2ea0e6d9d099d7"><code>1d08280</code></a> fix(driver): <code>cy.pause()</code> should not be ignored with `cypress run --headed --...</li> <li><a href="https://github.com/cypress-io/cypress/commit/32464f3b5b4cf034cd19af7881e124c30d205f36"><code>32464f3</code></a> fix: remove .json check from require_async, prevent child_process spawn (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18416">#18416</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/c18b5e6d7149cc586525125f75acd28bba274601"><code>c18b5e6</code></a> percy snapshot the tooltip visually, prevent it from being hidden</li> <li><a href="https://github.com/cypress-io/cypress/commit/9265669a7e1c93393f74d6dc6871e85eab4dcbe8"><code>9265669</code></a> fix: <code>everyNthFrame</code> should only be applied for Chrome 89+ (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18392">#18392</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/98ecdd58791f508cbc1a723e5841c608122eee7f"><code>98ecdd5</code></a> docs: General updates to contributing guide (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18283">#18283</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/c223e16e83fd15fcdeb947d9e88750c0ea2d4acf"><code>c223e16</code></a> chore: Update Chrome (beta) to 95.0.4638.40 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18389">#18389</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/b3aae8e1caa33e0fbb78d3b2929fcfea81362f64"><code>b3aae8e</code></a> chore: use circleci timings split for e2e tests (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18367">#18367</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/e9188669dafcff3607ffdba2f82d62058d6d4cf1"><code>e918866</code></a> fix: fixed title (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18370">#18370</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v8.5.0...v8.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=8.5.0&new-version=8.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 parents f3b8520 + 669dd29 + e9d31df commit ac15828

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"babel-plugin-rewire": "^1.2.0",
4444
"concurrently": "^6.3.0",
4545
"cssnano": "^4.1.11",
46-
"cypress": "^8.5.0",
46+
"cypress": "^8.6.0",
4747
"eslint": "^7.21.0",
4848
"eslint-config-algolia": "^16.0.0",
4949
"eslint-config-prettier": "^8.1.0",
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"autocomplete.js": "^0.38.0",
6868
"hogan.js": "^3.0.2",
69-
"meilisearch": "^0.20.1",
69+
"meilisearch": "^0.22.1",
7070
"to-factory": "^1.0.0",
7171
"zepto": "^1.2.0"
7272
}

yarn.lock

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2885,10 +2885,10 @@ currently-unhandled@^0.4.1:
28852885
dependencies:
28862886
array-find-index "^1.0.1"
28872887

2888-
cypress@^8.5.0:
2889-
version "8.5.0"
2890-
resolved "https://registry.npmjs.org/cypress/-/cypress-8.5.0.tgz"
2891-
integrity sha512-MMkXIS+Ro2KETn4gAlG3tIc/7FiljuuCZP0zpd9QsRG6MZSyZW/l1J3D4iQM6WHsVxuX4rFChn5jPFlC2tNSvQ==
2888+
cypress@^8.6.0:
2889+
version "8.6.0"
2890+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.6.0.tgz#8d02fa58878b37cfc45bbfce393aa974fa8a8e22"
2891+
integrity sha512-F7qEK/6Go5FsqTueR+0wEw2vOVKNgk5847Mys8vsWkzPoEKdxs+7N9Y1dit+zhaZCLtMPyrMwjfA53ZFy+lSww==
28922892
dependencies:
28932893
"@cypress/request" "^2.88.6"
28942894
"@cypress/xvfb" "^1.2.4"
@@ -2968,10 +2968,10 @@ dayjs@^1.10.4:
29682968
resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz"
29692969
integrity sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==
29702970

2971-
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
2972-
version "4.3.1"
2973-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz"
2974-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
2971+
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
2972+
version "4.3.2"
2973+
resolved "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz"
2974+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
29752975
dependencies:
29762976
ms "2.1.2"
29772977

@@ -2989,13 +2989,6 @@ debug@^3.1.0, debug@^3.2.7:
29892989
dependencies:
29902990
ms "^2.1.1"
29912991

2992-
debug@^4.3.2:
2993-
version "4.3.2"
2994-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz"
2995-
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
2996-
dependencies:
2997-
ms "2.1.2"
2998-
29992992
decamelize@^1.1.2, decamelize@^1.2.0:
30002993
version "1.2.0"
30012994
resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz"
@@ -5463,10 +5456,10 @@ [email protected]:
54635456
resolved "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz"
54645457
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
54655458

5466-
meilisearch@^0.20.1:
5467-
version "0.20.1"
5468-
resolved "https://registry.npmjs.org/meilisearch/-/meilisearch-0.20.1.tgz"
5469-
integrity sha512-5IGTiM3Bbc9gHUxqzsLBJdQgi2NVZxbEfwnc95tKIpkbFWr6fZpKL+jp747u/eQkvbAo3JtOPnMikCAwTQ3uhw==
5459+
meilisearch@^0.22.1:
5460+
version "0.22.1"
5461+
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.22.1.tgz#8c6ebc412e6b1c8767a5525b69c39db2ccfd7f4b"
5462+
integrity sha512-mtPs/RPJSuXP8BEBdJsizfoTeqF+zYZYITLc42M8T+aUeF98rZebQAyAsIrp4ySS5/8TM7yoywSRJyWGS/zMmg==
54705463
dependencies:
54715464
cross-fetch "^3.1.4"
54725465

0 commit comments

Comments
 (0)