Commit 86a3d6f
Merge #225
225: Update meilisearch/meilisearch-php requirement from ^0.27.0 to ^1.0.0 r=brunoocasali a=dependabot[bot]
Updates the requirements on [meilisearch/meilisearch-php](https://github.com/meilisearch/meilisearch-php) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/meilisearch/meilisearch-php/releases">meilisearch/meilisearch-php's releases</a>.</em></p>
<blockquote>
<h2>v1.0.0 🐘</h2>
<p>This version makes this package compatible with Meilisearch v1.0.0 🎉
Check out the changelog of <a href="https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0">Meilisearch v1.0.0</a> for more information on the changes.</p>
<h3>💥 Breaking Changes</h3>
<ul>
<li><code>Endpoints/Indexes</code> date attributes <code>$createdAt</code> and <code>$updatedAt</code> are <code>DateTime</code> now instead of <code>string</code>. (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/457">#457</a>) <a href="https://github.com/brunoocasali"><code>`@brunoocasali</code></a>`
<ul>
<li>Removed <code>getCreatedAtString</code> and <code>getUpdatedAtString</code> functions.</li>
</ul>
</li>
<li>Add <code>canceledBy</code>/<code>setCanceledBy</code> in <code>TasksQuery</code> (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/454">#454</a>) <a href="https://github.com/brunoocasali"><code>`@brunoocasali</code></a></li>`
<li>Remove <code>next</code> attribute and <code>setNext</code> from <code>TasksQuery</code>. (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/454">#454</a>) <a href="https://github.com/brunoocasali"><code>`@brunoocasali</code></a></li>`
<li>Remove <code>next</code> attribute and <code>setNext</code> from <code>DeleteTasksQuery</code>. (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/454">#454</a>) <a href="https://github.com/brunoocasali"><code>`@brunoocasali</code></a></li>`
<li>Remove <code>next</code>, <code>canceledBy</code> attributes and <code>setNext</code>, <code>setCanceledBy</code> from <code>CancelTasksQuery</code>. (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/454">#454</a>) <a href="https://github.com/brunoocasali"><code>`@brunoocasali</code></a></li>`
<li>Remove <code>deleteAllIndexes</code>, since they don't really delete all the indexes but only the first page. (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/454">#454</a>) <a href="https://github.com/brunoocasali"><code>`@brunoocasali</code></a></li>`
<li>Remove <code>getAllRawIndexes</code> function. (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/454">#454</a>) <a href="https://github.com/brunoocasali"><code>`@brunoocasali</code></a></li>`
<li>Rename <code>getAllIndexes</code> to <code>getIndexes</code>. (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/454">#454</a>) <a href="https://github.com/brunoocasali"><code>`@brunoocasali</code></a></li>`
<li>Move all traits to <code>src/Endpoints/Delegates</code>. (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/455">#455</a>) <a href="https://github.com/brunoocasali"><code>`@brunoocasali</code></a>`
<ul>
<li><code>Meilisearch\Delegates\HandlesIndex</code> to <code>Meilisearch\Endpoints\Delegates\HandlesIndex</code></li>
<li><code>Meilisearch\Delegates\HandlesSystem</code> to <code>Meilisearch\Endpoints\Delegates\HandlesSystem</code></li>
<li><code>Meilisearch\Delegates\TasksQueryTrait</code> to <code>Meilisearch\Endpoints\Delegates\TasksQueryTrait</code></li>
</ul>
</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Add PHP 8.2 to CI (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/448">#448</a>) <a href="https://github.com/norkunas"><code>`@norkunas</code></a></li>`
</ul>
<p>Thanks again to <a href="https://github.com/brunoocasali"><code>`@brunoocasali</code></a>` and <a href="https://github.com/norkunas"><code>`@norkunas</code></a>!` 🎉</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/meilisearch/meilisearch-php/commit/11f12a2e36a6c616ffa5c6ed32272f8c870aaf69"><code>11f12a2</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/458">#458</a></li>
<li><a href="https://github.com/meilisearch/meilisearch-php/commit/6b63d9859b3a70178ede22887308f6c26c7f8429"><code>6b63d98</code></a> Update the version for the next release (v1.0.0)</li>
<li><a href="https://github.com/meilisearch/meilisearch-php/commit/a581aa22af8304d066f3d263a0b7d859d488bfcf"><code>a581aa2</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/436">#436</a></li>
<li><a href="https://github.com/meilisearch/meilisearch-php/commit/cc96156382e6301f6c1551a4fc536d594e47b494"><code>cc96156</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/455">#455</a></li>
<li><a href="https://github.com/meilisearch/meilisearch-php/commit/68e5d10a5ae51799d87067ea9e4b183d163e9672"><code>68e5d10</code></a> Fix linting issue after composer:update</li>
<li><a href="https://github.com/meilisearch/meilisearch-php/commit/f2d178f85e5ab4b4d9d49f074403f8a4dae6e754"><code>f2d178f</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/454">#454</a></li>
<li><a href="https://github.com/meilisearch/meilisearch-php/commit/c8bbe6a48279537260abfc9d6bf0043b51474d69"><code>c8bbe6a</code></a> Ignore phpstan withConsecutive deprecation for now</li>
<li><a href="https://github.com/meilisearch/meilisearch-php/commit/218d27c041fdc39f8537eb4fce472778caedb733"><code>218d27c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-php/issues/457">#457</a> from meilisearch/change-date-types</li>
<li><a href="https://github.com/meilisearch/meilisearch-php/commit/233cb392f506386187a7046c2a322f53d0ce4e72"><code>233cb39</code></a> Merge branch 'main' into remove-raw-methods</li>
<li><a href="https://github.com/meilisearch/meilisearch-php/commit/96f4924163a0ba152fed2e9bc8d2abb24f253ba5"><code>96f4924</code></a> Make createdAt and updatedAt DateTime types not string</li>
<li>Additional commits viewable in <a href="https://github.com/meilisearch/meilisearch-php/compare/v0.27.0...v1.0.0">compare view</a></li>
</ul>
</details>
<br />
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>
Co-authored-by: Bruno Casali <[email protected]>File tree
7 files changed
+26
-1
lines changed- tests/Entity
7 files changed
+26
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
| 21 | + | |
19 | 22 | | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
| 23 | + | |
21 | 24 | | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| |||
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| 61 | + | |
54 | 62 | | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments