Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @tanstack/react-table from 8.8.2 to 8.8.5 in /website #3001

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps @tanstack/react-table from 8.8.2 to 8.8.5.

Release notes

Sourced from @​tanstack/react-table's releases.

v8.8.5

Version 8.8.5 - 4/1/2023, 7:17 PM

Changes

Fix

Packages

  • @​tanstack/table-core@​8.8.5
  • @​tanstack/react-table@​8.8.5
  • @​tanstack/solid-table@​8.8.5
  • @​tanstack/vue-table@​8.8.5
  • @​tanstack/svelte-table@​8.8.5

v8.8.4

What's Changed

New Contributors

Full Changelog: TanStack/table@v8.8.3...v8.8.4

v8.8.3

Version 8.8.3 - 3/26/2023, 12:15 AM

Changes

Fix

  • Render the actual component for svelte when returned from cell function (#4588) (496be91a) by @​itssumitrai

Packages

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [@tanstack/react-table](https://github.com/tanstack/table) from 8.8.2 to 8.8.5.
- [Release notes](https://github.com/tanstack/table/releases)
- [Commits](TanStack/table@v8.8.2...v8.8.5)

---
updated-dependencies:
- dependency-name: "@tanstack/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2023
@notmd notmd enabled auto-merge (squash) May 1, 2023 19:08
@notmd notmd merged commit 4097e6b into main May 1, 2023
4 checks passed
@notmd notmd deleted the dependabot/npm_and_yarn/website/tanstack/react-table-8.8.5 branch May 1, 2023 19:08
layterz pushed a commit to layterz/Open-Assistant that referenced this pull request May 11, 2023
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant