Skip to content

Commit c6c3dd1

Browse files
bors[bot]dependabot-preview[bot]curquiza
authored
Merge #100
100: Bump meilisearch from 0.14.1 to 0.14.2 r=curquiza a=dependabot-preview[bot] Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.14.1 to 0.14.2. <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.14.2 🌻</h2> <h2>Changes</h2> <ul> <li>Resolve path removal of host url (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/628">#628</a>) <a href="https://github.com/bidoubiwa">@bidoubiwa</a> : Fixes problem where additional sub-routes in host address was ignored, for example: Given this address as a host &quot;<a href="http://localhost:7700/api">http://localhost:7700/api</a>&quot;, the <code>/api</code> will not be ignored anymore.</li> </ul> <p>Thanks again to Janne Keiski and <a href="https://github.com/bidoubiwa">@bidoubiwa</a> ! 🎉</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/36930fe466784d1599896bdc410a724df5384984"><code>36930fe</code></a> Update package.json (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/631">#631</a>)</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/f2bf650506b8cc1f7825166a08e8cfcb7b4a50f4"><code>f2bf650</code></a> Resolve path removal of host url (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/628">#628</a>)</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/5154d4befa1f76fa7b7eff397e70147e8e605bad"><code>5154d4b</code></a> Update code samples with dumps examples (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/629">#629</a>)</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/329ce0fc89ca2b3f0efb1005c18da16c77264220"><code>329ce0f</code></a> build(deps-dev): bump eslint-plugin-jest from 24.0.2 to 24.1.0 (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/621">#621</a>)</li> <li>See full diff in <a href="https://github.com/meilisearch/meilisearch-js/compare/v0.14.1...v0.14.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=meilisearch&package-manager=npm_and_yarn&previous-version=0.14.1&new-version=0.14.2)](https://dependabot.com/compatibility-score/?dependency-name=meilisearch&package-manager=npm_and_yarn&previous-version=0.14.1&new-version=0.14.2) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Clementine Urquizar <[email protected]>
2 parents 0939c68 + aab5a1e commit c6c3dd1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/express/tests/client.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ describe('Instant MeiliSearch Browser test', () => {
33
await page.goto('http://localhost:3000')
44
})
55

6-
it('Should have generated a instant-meiisearch client and displayed', async () => {
7-
await expect(page).toMatch(
8-
'{"client":{"config":{"host":"http://localhost:7700","apiKey":"masterKey"},"httpRequest":{"headers":{"Content-Type":"application/json","X-Meili-API-Key":"masterKey"},"baseUrl":"http://localhost:7700","url":"http://localhost:7700/"}},"attributesToHighlight":["*"],"paginationTotalHits":200,"placeholderSearch":true}'
6+
it('Should have generated a instant-meilisearch client and displayed', async () => {
7+
await expect(page.content()).resolves.toMatch(
8+
'{"client":{"config":{"host":"http://localhost:7700","apiKey":"masterKey"},"httpRequest":{"headers":{"Content-Type":"application/json","X-Meili-API-Key":"masterKey"},"url":"http://localhost:7700"}},"attributesToHighlight":["*"],"paginationTotalHits":200,"placeholderSearch":true}'
99
)
1010
})
1111
})

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3991,9 +3991,9 @@ map-visit@^1.0.0:
39913991
object-visit "^1.0.0"
39923992

39933993
meilisearch@^0.14.0:
3994-
version "0.14.1"
3995-
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.14.1.tgz#faa057891fc5693d373474d18a7eba31c3db8cbb"
3996-
integrity sha512-NNUOlsGZmNXWHu1NrE5Eq6k4MG4KHEtvXYBHZ5WcLE64jKZ0mtk7c7ubhjX3eHnw437BlyX+hH0YnH9w30lfww==
3994+
version "0.14.2"
3995+
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.14.2.tgz#e1453e9cc60f1fe8ab3809c00085a45ad9d65e10"
3996+
integrity sha512-0PbZxyuUPqaHRHSgIZIDzeMbf45JhE1ctmcRZnWp2NkUp8Ub4XiS+qhXSMYtXNzQq1cpBIed7EcCBgjbcSdGSg==
39973997
dependencies:
39983998
cross-fetch "^3.0.5"
39993999

0 commit comments

Comments
 (0)