14.json (10433B)
1 { 2 "number": 14, 3 "title": "Bump meilisearch from 0.23.0 to 0.24.0", 4 "state": "merged", 5 "diff_file": "14.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2022-01-20T19:14:24Z", 8 "closed_at": "2022-01-20T21:11:41Z", 9 "merged_at": "2022-01-20T21:11:41Z", 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/meilisearch-0.24.0", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.23.0 to 0.24.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/meilisearch/meilisearch-js/releases\">meilisearch's releases</a>.</em></p>\n<blockquote>\n<h2>v0.24.0 \ud83c\udf3b</h2>\n<p>This package version is compatible with <a href=\"https://github.com/meilisearch/MeiliSearch/releases/tag/v0.25.0\">MeiliSearch v0.25.0</a> \ud83c\udf89</p>\n<h2>\u26a0\ufe0f Breaking changes</h2>\n<ul>\n<li>This package is only compatible with <a href=\"https://github.com/meilisearch/MeiliSearch/releases/tag/v0.25.0\">MeiliSearch v0.25.0</a> and later, but not with v0.24.0 and older. Be sure you are using at least MeiliSearch v0.24.0 or newer before doing the upgrade.\nWhy isn't it compatible?\n<ul>\n<li>MeiliSearch v0.25.0 uses <code>Authorization</code> header instead of <code>X-Meili-API-Key</code></li>\n<li>MeiliSearch v0.25.0 has a new API regarding the updates that have been renamed into tasks. More details in the following points</li>\n</ul>\n</li>\n<li>Changes related to the new task API (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1123\">#1123</a>) <a href=\"https://github.com/bidoubiwa\"><code>@\u200bbidoubiwa</code></a> Check out the <a href=\"https://docs.meilisearch.com/reference/api/tasks.html#tasks\">task API references</a> and the <a href=\"https://docs.meilisearch.com/learn/advanced/asynchronous_operations.html#asynchronous-operations\">asynchronous tasks guide</a>\n<ul>\n<li><code>createIndex</code>, <code>updateIndex</code> and <code>deleteIndex</code> are now asynchrone regarding MeiliSearch and do not return a <code>Index</code> instance anymore, but a task object. Please use <code>index()</code> method instead.</li>\n<li>Rename <code>index.get_all_update_status</code> into <code>index.tasks</code></li>\n<li>Rename <code>index.get_update_status</code> into <code>index.task</code></li>\n<li><code>wait_for_pending_update</code> is renamed into <code>wait_for_task</code> and is accessible from <code>index</code> and from <code>client</code></li>\n</ul>\n</li>\n<li>Remove <code>getOrCreateIndex</code> method (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1125\">#1125</a>) <a href=\"https://github.com/bidoubiwa\"><code>@\u200bbidoubiwa</code></a></li>\n<li>Remove <code>deleteIndexIfExists</code> method (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1124\">#1124</a>) <a href=\"https://github.com/bidoubiwa\"><code>@\u200bbidoubiwa</code></a></li>\n<li><code>client.getKeys()</code> does not return an object of keys, but an array of keys. Check out <a href=\"https://docs.meilisearch.com/reference/api/keys.html#keys\">keys API references</a>.</li>\n</ul>\n<h2>\ud83d\ude80 Enhancements</h2>\n<ul>\n<li>Add API keys methods (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1123\">#1123</a>) <a href=\"https://github.com/bidoubiwa\"><code>@\u200bbidoubiwa</code></a>\n<ul>\n<li><code>client.createKey()</code></li>\n<li><code>client.updateKey()</code></li>\n<li><code>client.deleteKey()</code></li>\n<li><code>client.getKey()</code></li>\n</ul>\n</li>\n</ul>\n<p>Check out the <a href=\"https://docs.meilisearch.com/reference/features/security.html#security-and-permissions\">documentation guide</a>.</p>\n<ul>\n<li>Add new methods <code>client.getTasks()</code> and <code>client.getTask()</code></li>\n</ul>\n<p>Thanks again to <a href=\"https://github.com/bidoubiwa\"><code>@\u200bbidoubiwa</code></a>, <a href=\"https://github.com/alallema\"><code>@\u200balallema</code></a> and <a href=\"https://github.com/curquiza\"><code>@\u200bcurquiza</code></a> ! \ud83c\udf89</p>\n<h2>v0.24.0-beta.1</h2>\n<p>This package version is compatible with <a href=\"https://github.com/meilisearch/MeiliSearch/releases/tag/v0.25.0rc3\">MeiliSearch v0.25.0.rc3</a> \ud83c\udf89</p>\n<h2>\u26a0\ufe0f Breaking changes</h2>\n<ul>\n<li>Wrap keys results inside <code>results</code> object <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1132\">#1132</a></li>\n</ul>\n<p>Thanks again to <a href=\"https://github.com/bidoubiwa\"><code>@\u200bbidoubiwa</code></a>! \ud83c\udf89</p>\n<h2>v0.24.0-beta.0</h2>\n<p>This package version is compatible with <a href=\"https://github.com/meilisearch/MeiliSearch/releases/tag/v0.25.0rc3\">MeiliSearch v0.25.0.rc3</a> \ud83c\udf89</p>\n<h2>\u26a0\ufe0f Breaking changes</h2>\n<ul>\n<li>Changes related to the next MeiliSearch release (v0.24.0) (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1108\">#1108</a>)</li>\n<li>Change update API to task API <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1123\">#1123</a></li>\n<li>Remove deleteIfExists method <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1124\">#1124</a></li>\n<li>Remove get or create index <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1125\">#1125</a></li>\n<li>Change key methods <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1123\">#1123</a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/fbc87a4282114999eff3a62c4ff5969d888601a5\"><code>fbc87a4</code></a> Merge <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1129\">#1129</a></li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/0f9765565f2ac581f6342c5ee1ec3455497fe568\"><code>0f97655</code></a> build(deps-dev): bump <code>@\u200brollup/plugin-node-resolve</code> from 13.0.6 to 13.1.3</li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/aeb195d8e9bf9c6256d4d0ba7353a1840d1b2c49\"><code>aeb195d</code></a> Merge <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1116\">#1116</a> <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1120\">#1120</a> <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1122\">#1122</a></li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/59e86d746e40c051de0688a9aee376293337fcae\"><code>59e86d7</code></a> Merge <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1104\">#1104</a></li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/13380a6a1249dbde43fe2a9b81fa8434e6ed0a4c\"><code>13380a6</code></a> Merge <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1108\">#1108</a></li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/45e329c60ec78fb9ebd953c79bd962a9f8e37097\"><code>45e329c</code></a> Update tests/env/node/search_example.js</li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/6d6e676eb5179e082d7520374a478968e3063823\"><code>6d6e676</code></a> Update src/lib/indexes.ts</li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/e58b509f07e3fdbf69e748da4e630d9297c6c162\"><code>e58b509</code></a> Update src/lib/indexes.ts</li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/63a83b08a7eb3cd059a1252bc4069f66385f0f66\"><code>63a83b0</code></a> Update src/lib/indexes.ts</li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/e2dd900e17413ac6827eddfb00cc85c9f19fd85e\"><code>e2dd900</code></a> Update src/lib/indexes.ts</li>\n<li>Additional commits viewable in <a href=\"https://github.com/meilisearch/meilisearch-js/compare/v0.23.0...v0.24.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 19 "comments": [ 20 { 21 "author": "MTRNord", 22 "created_at": "2022-01-20T20:22:56Z", 23 "body": "@dependabot rebase" 24 }, 25 { 26 "author": "MTRNord", 27 "created_at": "2022-01-20T20:59:26Z", 28 "body": "@dependabot rebase" 29 } 30 ], 31 "review_comments": [] 32 }