Commit 6608f4e
authored
Bump @tanstack/react-table from 8.9.1 to 8.9.3 in /website (#3540)
Bumps [@tanstack/react-table](https://github.com/tanstack/table) from
8.9.1 to 8.9.3.
<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.9.3</h2>
<p>Version 8.9.3 - 6/23/2023, 8:17 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>actually handle undefined sorting out of the box (17a03735) by
Tanner Linsley</li>
</ul>
<h3>Other</h3>
<ul>
<li>Update ag-grid.md (38563b71) by Tanner Linsley</li>
<li>Update ag-grid.md (a539d5ac) by Tanner Linsley</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@tanstack/table-core</code><a
href="https://github.com/8"><code>@8</code></a>.9.3</li>
<li><code>@tanstack/react-table</code><a
href="https://github.com/8"><code>@8</code></a>.9.3</li>
<li><code>@tanstack/solid-table</code><a
href="https://github.com/8"><code>@8</code></a>.9.3</li>
<li><code>@tanstack/vue-table</code><a
href="https://github.com/8"><code>@8</code></a>.9.3</li>
<li><code>@tanstack/svelte-table</code><a
href="https://github.com/8"><code>@8</code></a>.9.3</li>
</ul>
<h2>v8.9.2</h2>
<p>Version 8.9.2 - 6/8/2023, 5:04 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>undefinedSort now respects sort direction (76a87cc0) by Tanner
Linsley</li>
</ul>
<h3>Docs</h3>
<ul>
<li>Update migrating.md (<a
href="https://redirect.github.com/tanstack/table/issues/4889">#4889</a>)
(606dfe22) by akraines</li>
<li>update selected rows button name (<a
href="https://redirect.github.com/tanstack/table/issues/4859">#4859</a>)
(46b160df) by Matin Aniss</li>
<li>Fix useTable to useReactTable method (<a
href="https://redirect.github.com/tanstack/table/issues/4870">#4870</a>)
(d8084b09) by Dave Nicolson</li>
<li>Migration guide formatting (<a
href="https://redirect.github.com/tanstack/table/issues/4841">#4841</a>)
(8c1ea118) by <a
href="https://github.com/KevinVandy"><code>@KevinVandy</code></a></li>
<li>start on v7 to v8 migration guide (<a
href="https://redirect.github.com/tanstack/table/issues/4840">#4840</a>)
(7aa7d9e5) by <a
href="https://github.com/KevinVandy"><code>@KevinVandy</code></a></li>
</ul>
<h3>Other</h3>
<ul>
<li>Update ag-grid.md (65c48d39) by Tanner Linsley</li>
<li>Update ag-grid.md (40ee8a5a) by Tanner Linsley</li>
<li>ag grid spot (bfb57488) by Tanner Linsley</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@tanstack/table-core</code><a
href="https://github.com/8"><code>@8</code></a>.9.2</li>
<li><code>@tanstack/react-table</code><a
href="https://github.com/8"><code>@8</code></a>.9.2</li>
<li><code>@tanstack/solid-table</code><a
href="https://github.com/8"><code>@8</code></a>.9.2</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/table/commit/38563b71a7bff6266105712bb5107b88aae5dce5"><code>38563b7</code></a>
Update ag-grid.md</li>
<li><a
href="https://github.com/TanStack/table/commit/a539d5ac15d1360f283b58fb46431ab242e9ce6d"><code>a539d5a</code></a>
Update ag-grid.md</li>
<li><a
href="https://github.com/TanStack/table/commit/fdc042f698c828d19035b76c592ac7a9bbf2995b"><code>fdc042f</code></a>
Merge branch 'main' of <a
href="https://github.com/TanStack/table">https://github.com/TanStack/table</a></li>
<li><a
href="https://github.com/TanStack/table/commit/17a03735525ac2116e0650f2d82025e249a4a3a7"><code>17a0373</code></a>
fix: actually handle undefined sorting out of the box</li>
<li><a
href="https://github.com/TanStack/table/commit/03fcd3be0eb2c7d13fa1b4dc8e438a7d24c54ccd"><code>03fcd3b</code></a>
release: v8.9.2</li>
<li><a
href="https://github.com/TanStack/table/commit/76a87cc061d4f72c40e7ee6b9a3f99a8f595f323"><code>76a87cc</code></a>
fix: undefinedSort now respects sort direction</li>
<li><a
href="https://github.com/TanStack/table/commit/606dfe224ec596c425a8a1725cf623cdbc0662a8"><code>606dfe2</code></a>
docs: Update migrating.md (<a
href="https://redirect.github.com/tanstack/table/issues/4889">#4889</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/46b160dfd37917e6cc1f8e53c091345574a0fae4"><code>46b160d</code></a>
docs: update selected rows button name (<a
href="https://redirect.github.com/tanstack/table/issues/4859">#4859</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/d8084b0983ae99f511f47a6812b76049d2ebb8c1"><code>d8084b0</code></a>
docs: Fix useTable to useReactTable method (<a
href="https://redirect.github.com/tanstack/table/issues/4870">#4870</a>)</li>
<li><a
href="https://github.com/TanStack/table/commit/65c48d396f6b238da1f3e2b17dd4d3754b1b1513"><code>65c48d3</code></a>
Update ag-grid.md</li>
<li>Additional commits viewable in <a
href="https://github.com/tanstack/table/compare/v8.9.1...v8.9.3">compare
view</a></li>
</ul>
</details>
<br />
[](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 43fe56b commit 6608f4e
2 files changed
+9
-9
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments