Skip to content

Commit

Permalink
Merge #496
Browse files Browse the repository at this point in the history
496: Bump meilisearch from 0.36.0 to 0.38.0 r=curquiza a=dependabot[bot]

Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.36.0 to 0.38.0.
<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.38.0 🌻</h2>
<p>This version introduces features released on Meilisearch v1.7.0 🎉
Check out the changelog of <a href="https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0">Meilisearch v1.7.0</a> for more information on the changes.</p>
<p>⚠️ If you want to adopt new features of this release, <strong>update the Meilisearch server</strong> to the appropriate version.</p>
<h2>⚠️ Breaking changes</h2>
<ul>
<li>Update Node.js versions that are used in tests (<a href="https://redirect.github.com/meilisearch/meilisearch-js/issues/1620">#1620</a>) <a href="https://github.com/flevi29"><code>`@​flevi29</code></a></li>`
<li><code>scoreDetails</code> feature is not experimental anymore. You can directly use <code>showRankingScoreDetails</code> during a search without activating the experimental feature 🎉</li>
</ul>
<h2>🚀 Enhancements</h2>
<ul>
<li><code>dimensions</code> field is available to the OpenAi model (<a href="https://redirect.github.com/meilisearch/meilisearch-js/issues/1631">#1631</a>) <a href="https://github.com/nicolasvienot"><code>`@​nicolasvienot</code></a></li>`
<li>Enable limit and offset according to documentation. (<a href="https://redirect.github.com/meilisearch/meilisearch-js/issues/1630">#1630</a>) <a href="https://github.com/reijovosu"><code>`@​reijovosu</code></a></li>`
</ul>
<h2>v0.38.0-v1.7.0-pre-release.0 🧪</h2>
<p>🧪 This is a beta version, preparing for Meilisearch v1.7.0, based on <a href="https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0-rc.1">v1.7.0-rc.1</a></p>
<p>This version introduces features released on Meilisearch v1.7.0-rc.1 🎉
Check out the changelog of <a href="https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0-rc.1">Meilisearch v1.7.0-rc.1</a> for more information on the changes.</p>
<p>⚠️ If you want to adopt new features of this release, <strong>update the Meilisearch server</strong> to the appropriate version.</p>
<h2>⚠️ Breaking changes</h2>
<ul>
<li>Update Node.js versions that are used in tests (<a href="https://redirect.github.com/meilisearch/meilisearch-js/issues/1620">#1620</a>) <a href="https://github.com/flevi29"><code>`@​flevi29</code></a></li>`
</ul>
<h2>🚀 Enhancements</h2>
<ul>
<li>Add support for the new field: <code>dimensions</code> for OpenAI embedders (<a href="https://redirect.github.com/meilisearch/meilisearch/issues/4394">meilisearch/meilisearch#4394</a>) <a href="https://github.com/nicolasvienot"><code>`@​nicolasvienot</code></a></li>`
<li>Stabilize <code>scoreDetails</code> experimental feature (<a href="https://redirect.github.com/meilisearch/meilisearch/issues/4359">meilisearch/meilisearch#4359</a>) <a href="https://github.com/nicolasvienot"><code>`@​nicolasvienot</code></a></li>`
<li>Enable limit and offset according to documentation. (<a href="https://redirect.github.com/meilisearch/meilisearch-js/issues/1630">#1630</a>) <a href="https://github.com/reijovosu"><code>`@​reijovosu</code></a></li>`
</ul>
<p>Thanks again to <a href="https://github.com/curquiza"><code>`@​curquiza</code></a>,` <a href="https://github.com/flevi29"><code>`@​flevi29</code></a>,` <a href="https://github.com/reijovosu"><code>`@​reijovosu</code></a>` and <a href="https://github.com/nicolasvienot"><code>`@​nicolasvienot</code></a>!` 🎉</p>
<h2>v0.37.0 🌻</h2>
<p>This version introduces features released on Meilisearch v1.6.0 🎉
Check out the changelog of <a href="https://github.com/meilisearch/meilisearch/releases/tag/v1.6.0">Meilisearch v1.6.0</a> for more information on the changes.</p>
<p>⚠️ If you want to adopt new features of this release, <strong>update the Meilisearch server</strong> to the according version.</p>
<h2>🚀 Enhancements</h2>
<ul>
<li>Add support for the new setting: <code>proximityPrecision</code> (<a href="https://redirect.github.com/meilisearch/meilisearch-js/pull/1619">meilisearch/meilisearch-js#1619</a>) mdubus</li>
</ul>
<pre lang="js"><code>client.index('books').getProximityPrecision()
client.index('books').updateProximityPrecision('byAttribute')
client.index('books').resetProximityPrecision()
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/meilisearch/meilisearch-js/commit/d891f15c46ac15bcafaa4e8b09b0d3fe8585b539"><code>d891f15</code></a> Merge <a href="https://redirect.github.com/meilisearch/meilisearch-js/issues/1633">#1633</a></li>
<li><a href="https://github.com/meilisearch/meilisearch-js/commit/1c9e66dec4b72ae73e3903fdc9d49c34e011bd06"><code>1c9e66d</code></a> Merge pull request <a href="https://redirect.github.com/meilisearch/meilisearch-js/issues/1631">#1631</a> from meilisearch/bump-meilisearch-v1.7.0</li>
<li><a href="https://github.com/meilisearch/meilisearch-js/commit/cb8d235d31a96be59515faceb8ab3f5dbc2d69a3"><code>cb8d235</code></a> Update docker-compose.yml</li>
<li><a href="https://github.com/meilisearch/meilisearch-js/commit/1c59d511a64e5ced5c468475b77057ccb5136670"><code>1c59d51</code></a> Merge pull request <a href="https://redirect.github.com/meilisearch/meilisearch-js/issues/1636">#1636</a> from meilisearch/code-sample</li>
<li><a href="https://github.com/meilisearch/meilisearch-js/commit/adb74c76969d48031f62679109cd4c26abf3d9e7"><code>adb74c7</code></a> Add code-samples for v1.7</li>
<li><a href="https://github.com/meilisearch/meilisearch-js/commit/85d4fe5acef460db3523b984891cf8897980cfeb"><code>85d4fe5</code></a> Merge branch 'main' into bump-meilisearch-v1.7.0</li>
<li><a href="https://github.com/meilisearch/meilisearch-js/commit/bd3c8e0dd086159acb0f098269b222ba791d7ae2"><code>bd3c8e0</code></a> Merge <a href="https://redirect.github.com/meilisearch/meilisearch-js/issues/1635">#1635</a></li>
<li><a href="https://github.com/meilisearch/meilisearch-js/commit/b8be7f1755b8fd4f9f9675b6997147ee06d74423"><code>b8be7f1</code></a> build(deps): bump release-drafter/release-drafter from 5 to 6</li>
<li><a href="https://github.com/meilisearch/meilisearch-js/commit/c5c23f1c378885a10d87da2ada09ef5e1535b2f7"><code>c5c23f1</code></a> add dimensions key to OpenAI embedder</li>
<li><a href="https://github.com/meilisearch/meilisearch-js/commit/15d92f91b5a65680ca93aede7449b46859e4c40c"><code>15d92f9</code></a> remove scoreDetails experimental feature activation</li>
<li>Additional commits viewable in <a href="https://github.com/meilisearch/meilisearch-js/compare/v0.36.0...v0.38.0">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.36.0&new-version=0.38.0)](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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ``@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>
  • Loading branch information
meili-bors[bot] and dependabot[bot] authored Apr 30, 2024
2 parents 91e170e + 8659faa commit 94d7895
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"babel-loader": "9.1.2",
"color": "^4.2.3",
"eslint-plugin-import": "^2.26.0",
"meilisearch": "^0.36.0",
"meilisearch": "^0.38.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
23 changes: 8 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7023,14 +7023,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

cross-fetch@^3.0.4:
version "3.1.5"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
dependencies:
node-fetch "2.6.7"

cross-fetch@^3.1.6:
cross-fetch@^3.0.4, cross-fetch@^3.1.6:
version "3.1.8"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82"
integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==
Expand Down Expand Up @@ -11909,6 +11902,13 @@ meilisearch@^0.36.0:
dependencies:
cross-fetch "^3.1.6"

meilisearch@^0.38.0:
version "0.38.0"
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.38.0.tgz#c3f666a995f15553b1b27e05e28a51bbfb3639bc"
integrity sha512-bHaq8nYxSKw9/Qslq1Zes5g9tHgFkxy/I9o8942wv2PqlNOT0CzptIkh/x98N52GikoSZOXSQkgt6oMjtf5uZw==
dependencies:
cross-fetch "^3.1.6"

mem@^8.1.1:
version "8.1.1"
resolved "https://registry.yarnpkg.com/mem/-/mem-8.1.1.tgz#cf118b357c65ab7b7e0817bdf00c8062297c0122"
Expand Down Expand Up @@ -12326,13 +12326,6 @@ node-dir@^0.1.10:
dependencies:
minimatch "^3.0.2"

[email protected]:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
dependencies:
whatwg-url "^5.0.0"

node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7:
version "2.7.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
Expand Down

0 comments on commit 94d7895

Please sign in to comment.