matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

99.json (7938B)


      1 {
      2   "number": 99,
      3   "title": "Bump meilisearch from 0.24.0 to 0.25.0",
      4   "state": "merged",
      5   "diff_file": "99.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2022-03-15T08:55:38Z",
      8   "closed_at": "2022-03-15T10:44:52Z",
      9   "merged_at": "2022-03-15T10:44:52Z",
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/meilisearch-0.25.0",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.24.0 to 0.25.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.25.0 \ud83c\udf3b</h2>\n<p>This version makes this package compatible with MeiliSearch v0.25 up to v0.26.0 :tada:\nCheck out the changelog of <a href=\"https://github.com/meilisearch/MeiliSearch/releases/tag/v0.26.0\">MeiliSearch v0.26.0</a> for more information about the :warning: breaking changes about the flag and dump new behavior.</p>\n<h2>\ud83d\ude80 Enhancements</h2>\n<ul>\n<li>Added new method <code>generateTenantToken()</code> as a result of the addition of the multi-tenant functionality.\nThis method creates a JWT tenant token that will allow the user to have multi-tenant indexes and thus restrict access to documents based on the end-user making the search request. (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1162\">#1162</a>) <a href=\"https://github.com/bidoubiwa\"><code>@\u200bbidoubiwa</code></a></li>\n<li>Complete details field in tasks (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1151\">#1151</a>) <a href=\"https://github.com/bidoubiwa\"><code>@\u200bbidoubiwa</code></a></li>\n<li>Add a validator on the provided host (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1168\">#1168</a>) <a href=\"https://github.com/bidoubiwa\"><code>@\u200bbidoubiwa</code></a></li>\n</ul>\n<h2>\u26a0\ufe0f Breaking changes</h2>\n<ul>\n<li>Add new method to <code>getAllRawIndexes()</code>, change <code>getIndexes()</code> behavior (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1045\">#1045</a>) <a href=\"https://github.com/K-Kumar-01\"><code>@\u200bK-Kumar-01</code></a>\n<ul>\n<li><code>client.getIndexes</code>  now returns an array of <code>Index</code> instances.</li>\n<li><code>client.getRawIndexes</code> now returns an array of object containing the indexes information returned by meilisearch</li>\n</ul>\n</li>\n<li>Change how the library exports bundles (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1161\">#1161</a>) <a href=\"https://github.com/bidoubiwa\"><code>@\u200bbidoubiwa</code></a></li>\n</ul>\n<h2>\ud83d\udd12 Security</h2>\n<ul>\n<li>[Security] build(deps): bump shelljs from 0.8.4 to 0.8.5 (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1134\">#1134</a>)</li>\n</ul>\n<p>Thanks again to <a href=\"https://github.com/K-Kumar-01\"><code>@\u200bK-Kumar-01</code></a>, <a href=\"https://github.com/bidoubiwa\"><code>@\u200bbidoubiwa</code></a>, <a href=\"https://github.com/dichotommy\"><code>@\u200bdichotommy</code></a>, and <a href=\"https://github.com/psvnlsaikumar\"><code>@\u200bpsvnlsaikumar</code></a>! \ud83c\udf89</p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/be800d5eb582513ed2d3fabf07474519465162aa\"><code>be800d5</code></a> Merge <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1175\">#1175</a></li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/1937ed5c83fc10ef92b16dbb94c364313f4b4ce8\"><code>1937ed5</code></a> Update version for the next release (v0.25.0)</li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/c866f8dc6233c0a6533b9ee2c959c070fc382a47\"><code>c866f8d</code></a> Merge <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1154\">#1154</a></li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/6c8c591031db936ff6d23237a2d52127d7f7274c\"><code>6c8c591</code></a> Merge</li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/b69319598ae6c138e2e9ea8763929d54b76b6792\"><code>b693195</code></a> Merge branch 'main' of github.com:meilisearch/meilisearch-js into bump-meilis...</li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/6297dc950a34192c94b46ffee06d26d5977906fe\"><code>6297dc9</code></a> Add code-samples for token generation (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1174\">#1174</a>)</li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/4fdfba20c62bfcf18f455ec7b14f547ca6438b0f\"><code>4fdfba2</code></a> Add generate tenant token feature (<a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1162\">#1162</a>)</li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/efac18ef577ff584e14ad46926a10cc966f588e5\"><code>efac18e</code></a> Merge <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1138\">#1138</a></li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/76f2976869ecb0c77b55533f1b912894a8ba90d8\"><code>76f2976</code></a> build(deps-dev): bump <code>@\u200bbabel/preset-env</code> from 7.16.7 to 7.16.11</li>\n<li><a href=\"https://github.com/meilisearch/meilisearch-js/commit/8b66ef8a8d794df58a3b04643acca2f90d4349a6\"><code>8b66ef8</code></a> Merge <a href=\"https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1141\">#1141</a></li>\n<li>Additional commits viewable in <a href=\"https://github.com/meilisearch/meilisearch-js/compare/v0.24.0...v0.25.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=meilisearch&package-manager=npm_and_yarn&previous-version=0.24.0&new-version=0.25.0)](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>",
     23   "comments": [],
     24   "review_comments": []
     25 }