Skip to content

Commit

Permalink
Bump @tanstack/react-table from 8.8.2 to 8.8.5 in /website (LAION-AI#…
Browse files Browse the repository at this point in the history
…3001)

Bumps [@tanstack/react-table](https://github.com/tanstack/table) from
8.8.2 to 8.8.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tanstack/table/releases"><code>@​tanstack/react-table</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.8.5</h2>
<p>Version 8.8.5 - 4/1/2023, 7:17 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>getCanSomeRowsExpand to check pre-pagination (<a
href="https://redirect.github.com/tanstack/table/issues/4791">#4791</a>)
(1b584390) by <a
href="https://github.com/KevinVandy"><code>@​KevinVandy</code></a></li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/table-core</code><a
href="https://github.com/8"><code>@​8</code></a>.8.5</li>
<li><code>@​tanstack/react-table</code><a
href="https://github.com/8"><code>@​8</code></a>.8.5</li>
<li><code>@​tanstack/solid-table</code><a
href="https://github.com/8"><code>@​8</code></a>.8.5</li>
<li><code>@​tanstack/vue-table</code><a
href="https://github.com/8"><code>@​8</code></a>.8.5</li>
<li><code>@​tanstack/svelte-table</code><a
href="https://github.com/8"><code>@​8</code></a>.8.5</li>
</ul>
<h2>v8.8.4</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: link to intro page by <a
href="https://github.com/Hamziss"><code>@​Hamziss</code></a> in <a
href="https://redirect.github.com/TanStack/table/pull/4712">TanStack/table#4712</a></li>
<li>fixes Minor typo in docs for column accessors by <a
href="https://github.com/MohitBansal321"><code>@​MohitBansal321</code></a>
in <a
href="https://redirect.github.com/TanStack/table/pull/4725">TanStack/table#4725</a></li>
<li>fix(docs): clarify default implementation by <a
href="https://github.com/codyzu"><code>@​codyzu</code></a> in <a
href="https://redirect.github.com/TanStack/table/pull/4737">TanStack/table#4737</a></li>
<li>feat: vue pagination example by <a
href="https://github.com/radusuciu"><code>@​radusuciu</code></a> in <a
href="https://redirect.github.com/TanStack/table/pull/4756">TanStack/table#4756</a></li>
<li>docs(column): fix column props type by <a
href="https://github.com/tfarhan00"><code>@​tfarhan00</code></a> in <a
href="https://redirect.github.com/TanStack/table/pull/4716">TanStack/table#4716</a></li>
<li>docs: Fix wording by replacing 'Table API API' with 'Table API' by
<a href="https://github.com/luchn49"><code>@​luchn49</code></a> in <a
href="https://redirect.github.com/TanStack/table/pull/4758">TanStack/table#4758</a></li>
<li>chore: clean up vue examples by <a
href="https://github.com/KevinVandy"><code>@​KevinVandy</code></a> in <a
href="https://redirect.github.com/TanStack/table/pull/4775">TanStack/table#4775</a></li>
<li>fix: prevent toLowerCase() is not a function filterFn error by <a
href="https://github.com/KevinVandy"><code>@​KevinVandy</code></a> in <a
href="https://redirect.github.com/TanStack/table/pull/4776">TanStack/table#4776</a></li>
<li>fix: prevent toLowerCase() is not a function filterFn error safely
by <a href="https://github.com/KevinVandy"><code>@​KevinVandy</code></a>
in <a
href="https://redirect.github.com/TanStack/table/pull/4777">TanStack/table#4777</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Hamziss"><code>@​Hamziss</code></a> made
their first contribution in <a
href="https://redirect.github.com/TanStack/table/pull/4712">TanStack/table#4712</a></li>
<li><a
href="https://github.com/MohitBansal321"><code>@​MohitBansal321</code></a>
made their first contribution in <a
href="https://redirect.github.com/TanStack/table/pull/4725">TanStack/table#4725</a></li>
<li><a href="https://github.com/codyzu"><code>@​codyzu</code></a> made
their first contribution in <a
href="https://redirect.github.com/TanStack/table/pull/4737">TanStack/table#4737</a></li>
<li><a href="https://github.com/radusuciu"><code>@​radusuciu</code></a>
made their first contribution in <a
href="https://redirect.github.com/TanStack/table/pull/4756">TanStack/table#4756</a></li>
<li><a href="https://github.com/tfarhan00"><code>@​tfarhan00</code></a>
made their first contribution in <a
href="https://redirect.github.com/TanStack/table/pull/4716">TanStack/table#4716</a></li>
<li><a href="https://github.com/luchn49"><code>@​luchn49</code></a> made
their first contribution in <a
href="https://redirect.github.com/TanStack/table/pull/4758">TanStack/table#4758</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/TanStack/table/compare/v8.8.3...v8.8.4">https://github.com/TanStack/table/compare/v8.8.3...v8.8.4</a></p>
<h2>v8.8.3</h2>
<p>Version 8.8.3 - 3/26/2023, 12:15 AM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>Render the actual component for svelte when returned from cell
function (<a
href="https://redirect.github.com/tanstack/table/issues/4588">#4588</a>)
(496be91a) by <a
href="https://github.com/itssumitrai"><code>@​itssumitrai</code></a></li>
</ul>
<h2>Packages</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/table/commit/1b58439084d052ace6576c84f04f626d7d568737"><code>1b58439</code></a>
fix: getCanSomeRowsExpand to check pre-pagination (<a
href="https://redirect.github.com/tanstack/table/issues/4791">#4791</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/134414e7c5c6ff732c839a6c8b8f43a933967d3e"><code>134414e</code></a>
fix: prevent toLowerCase is not a function filterFn error safely (<a
href="https://redirect.github.com/tanstack/table/issues/4777">#4777</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/781beb7eb5d54db1efe2d899b8bfef4b93637ba4"><code>781beb7</code></a>
fix: prevent toLowerCase() is not a function filterFn error(<a
href="https://redirect.github.com/tanstack/table/issues/4776">#4776</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/b14b7af192e684abc110ef3283e8eafdb55f5234"><code>b14b7af</code></a>
chore: clean up vue examples (<a
href="https://redirect.github.com/tanstack/table/issues/4775">#4775</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/15596f353e6a625d5bf88b88819e5b581d7f4a2a"><code>15596f3</code></a>
docs: fix wording by replacing 'Table API API' with 'Table API' (<a
href="https://redirect.github.com/tanstack/table/issues/4758">#4758</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/f0d16ae9559c41312d21a605e045efa8e2878528"><code>f0d16ae</code></a>
docs: fix column props type (<a
href="https://redirect.github.com/tanstack/table/issues/4716">#4716</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/b2b4e14aafdef6d79ce4501306371cc9687cec81"><code>b2b4e14</code></a>
docs: vue pagination example (<a
href="https://redirect.github.com/tanstack/table/issues/4756">#4756</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/0de0a1553def6cdf8d1fa187bc66c0859e280324"><code>0de0a15</code></a>
docs: clarify default implemtation (<a
href="https://redirect.github.com/tanstack/table/issues/4737">#4737</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/2f60a2ebafeb6fa561f1de655e54a44591b74165"><code>2f60a2e</code></a>
docs: number of ways for accessors mistake in docs (<a
href="https://redirect.github.com/tanstack/table/issues/4725">#4725</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/4c7f7f3101787bc3efae138d9269b8d824dfdf54"><code>4c7f7f3</code></a>
docs: fix link to intro page (<a
href="https://redirect.github.com/tanstack/table/issues/4712">#4712</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tanstack/table/compare/v8.8.2...v8.8.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tanstack/react-table&package-manager=npm_and_yarn&previous-version=8.8.2&new-version=8.8.5)](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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and root committed May 11, 2023
1 parent 1184682 commit ee99a49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@prisma/client": "^4.11.0",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-table": "^8.8.2",
"@tanstack/react-table": "^8.8.5",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"boolean": "^3.2.0",
Expand Down

0 comments on commit ee99a49

Please sign in to comment.