Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @tanstack/react-table from 8.11.2 to 8.11.3 in /dashboard (#7272)
Bumps [@tanstack/react-table](https://github.com/tanstack/table) from 8.11.2 to 8.11.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.11.3</h2> <p>Version 8.11.3 - 1/3/2024, 3:36 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>getRow with expanded row model and selection (<a href="https://redirect.github.com/tanstack/table/issues/5253">#5253</a>) (ca5c1877) by Kevin Van Cott</li> </ul> <h3>Chore</h3> <ul> <li>Remove old-examples (<a href="https://redirect.github.com/tanstack/table/issues/5248">#5248</a>) (89ea3efb) by Lachlan Collins</li> <li>Remove Vite aliases and tsconfig composite (<a href="https://redirect.github.com/tanstack/table/issues/5247">#5247</a>) (6906b875) by Lachlan Collins</li> <li>update contributing guide (d17a62b8) by Kevin Vandy</li> <li>Attempt to enable Nx cloud caching (<a href="https://redirect.github.com/tanstack/table/issues/5244">#5244</a>) (07d71fb0) by Lachlan Collins</li> <li>Update Nx caching inputs (<a href="https://redirect.github.com/tanstack/table/issues/5242">#5242</a>) (aec4d3c4) by Lachlan Collins</li> <li>Run prettier on CI (<a href="https://redirect.github.com/tanstack/table/issues/5241">#5241</a>) (f4356c09) by Lachlan Collins</li> <li>Rework publish script (<a href="https://redirect.github.com/tanstack/table/issues/5240">#5240</a>) (5189d749) by Lachlan Collins</li> <li>Modularise rollup config (<a href="https://redirect.github.com/tanstack/table/issues/5238">#5238</a>) (72c7ed6a) by Lachlan Collins</li> <li>Migrate to pnpm and modularise Nx tasks (<a href="https://redirect.github.com/tanstack/table/issues/5234">#5234</a>) (51a6fd71) by Lachlan Collins</li> <li>Migrate from TypeScript 4.9 to 5.3 (<a href="https://redirect.github.com/tanstack/table/issues/5233">#5233</a>) (f7b7a8ed) by Lachlan Collins</li> <li>Migrate from Nx v15 to v17 (<a href="https://redirect.github.com/tanstack/table/issues/5231">#5231</a>) (51eb4b67) by Lachlan Collins</li> </ul> <h3>Docs</h3> <ul> <li>column virtualization example (<a href="https://redirect.github.com/tanstack/table/issues/5245">#5245</a>) (43f22c90) by Kevin Van Cott</li> <li>correct typo in introduction.md (<a href="https://redirect.github.com/tanstack/table/issues/4910">#4910</a>) (7f68e421) by Mark Tomlinson</li> <li>Update header.md -> fixing typos (<a href="https://redirect.github.com/tanstack/table/issues/5236">#5236</a>) (6ccf35c1) by <a href="https://github.com/kis619"><code>@kis619</code></a></li> <li>Update header-group.md - correct typo (<a href="https://redirect.github.com/tanstack/table/issues/5235">#5235</a>) (079d4924) by <a href="https://github.com/kis619"><code>@kis619</code></a></li> <li>update virtual rows example (<a href="https://redirect.github.com/tanstack/table/issues/5237">#5237</a>) (ff394286) by Kevin Van Cott</li> <li>Update column-sizing.md (<a href="https://redirect.github.com/tanstack/table/issues/5232">#5232</a>) (de5788c4) by Kevin Van Cott</li> <li>Update example package.json to include faker (<a href="https://redirect.github.com/tanstack/table/issues/5230">#5230</a>) (dd870a3a) by Kevin Van Cott</li> <li>update route config for new resizing example (<a href="https://redirect.github.com/tanstack/table/issues/5229">#5229</a>) (23a8e2eb) by Kevin Van Cott</li> <li>column sizing/resizing guide (<a href="https://redirect.github.com/tanstack/table/issues/5228">#5228</a>) (d45b9a9f) by Kevin Van Cott</li> <li>create row selection guide (<a href="https://redirect.github.com/tanstack/table/issues/5226">#5226</a>) (ae4c451d) by Kevin Van Cott</li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/table-core</code><a href="https://github.com/8"><code>@8</code></a>.11.3</li> <li><code>@tanstack/react-table</code><a href="https://github.com/8"><code>@8</code></a>.11.3</li> <li><code>@tanstack/solid-table</code><a href="https://github.com/8"><code>@8</code></a>.11.3</li> <li><code>@tanstack/vue-table</code><a href="https://github.com/8"><code>@8</code></a>.11.3</li> <li><code>@tanstack/svelte-table</code><a href="https://github.com/8"><code>@8</code></a>.11.3</li> <li><code>@tanstack/react-table-devtools</code><a href="https://github.com/8"><code>@8</code></a>.11.3</li> <li><code>@tanstack/match-sorter-utils</code><a href="https://github.com/8"><code>@8</code></a>.11.3</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/table/commit/960513bf1c30df21d1d4815d1cd7e2a37f09535b"><code>960513b</code></a> release: v8.11.3</li> <li><a href="https://github.com/TanStack/table/commit/ca5c18777db6090ecdf8f22332aa2c7235586c09"><code>ca5c187</code></a> fix: getRow with expanded row model and selection (<a href="https://redirect.github.com/tanstack/table/issues/5253">#5253</a>)</li> <li><a href="https://github.com/TanStack/table/commit/89ea3efb82180b414fb19e203654d8257067150a"><code>89ea3ef</code></a> chore: Remove old-examples (<a href="https://redirect.github.com/tanstack/table/issues/5248">#5248</a>)</li> <li><a href="https://github.com/TanStack/table/commit/6906b875337dcb0cce610614e8bc175a846692db"><code>6906b87</code></a> chore: Remove Vite aliases and tsconfig composite (<a href="https://redirect.github.com/tanstack/table/issues/5247">#5247</a>)</li> <li><a href="https://github.com/TanStack/table/commit/d17a62b83267d8d2bc17e1ddd4f397b323ebf757"><code>d17a62b</code></a> chore: update contributing guide</li> <li><a href="https://github.com/TanStack/table/commit/43f22c9017c1355e43377dd8f29c1e618e649ebe"><code>43f22c9</code></a> docs: column virtualization example (<a href="https://redirect.github.com/tanstack/table/issues/5245">#5245</a>)</li> <li><a href="https://github.com/TanStack/table/commit/07d71fb0f3a56fc94f7b8aaac9d0b08cfcece5bd"><code>07d71fb</code></a> chore: Attempt to enable Nx cloud caching (<a href="https://redirect.github.com/tanstack/table/issues/5244">#5244</a>)</li> <li><a href="https://github.com/TanStack/table/commit/aec4d3c409f739bcf5f78bf74236ae5852860804"><code>aec4d3c</code></a> chore: Update Nx caching inputs (<a href="https://redirect.github.com/tanstack/table/issues/5242">#5242</a>)</li> <li><a href="https://github.com/TanStack/table/commit/f4356c0934017c9cc8948b36629c949e446a94ad"><code>f4356c0</code></a> chore: Run prettier on CI (<a href="https://redirect.github.com/tanstack/table/issues/5241">#5241</a>)</li> <li><a href="https://github.com/TanStack/table/commit/5189d74929241f18be0a213d4578a89774ee8ad6"><code>5189d74</code></a> chore: Rework publish script (<a href="https://redirect.github.com/tanstack/table/issues/5240">#5240</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tanstack/table/compare/v8.11.2...v8.11.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
- Loading branch information