Darkhorse-Fraternity / monad-stack

https://monad-stack-docs.vercel.app
MIT License
0 stars 0 forks source link

fix(deps): update dependency @tanstack/react-table to v8.8.4 #51

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-table 8.7.9 -> 8.8.4 age adoption passing confidence

Release Notes

tanstack/table ### [`v8.8.4`](https://togithub.com/TanStack/table/releases/tag/v8.8.4) [Compare Source](https://togithub.com/tanstack/table/compare/v8.8.2...v8.8.4) #### What's Changed - fix: link to intro page by [@​Hamziss](https://togithub.com/Hamziss) in [https://github.com/TanStack/table/pull/4712](https://togithub.com/TanStack/table/pull/4712) - fixes Minor typo in docs for column accessors by [@​MohitBansal321](https://togithub.com/MohitBansal321) in [https://github.com/TanStack/table/pull/4725](https://togithub.com/TanStack/table/pull/4725) - fix(docs): clarify default implementation by [@​codyzu](https://togithub.com/codyzu) in [https://github.com/TanStack/table/pull/4737](https://togithub.com/TanStack/table/pull/4737) - feat: vue pagination example by [@​radusuciu](https://togithub.com/radusuciu) in [https://github.com/TanStack/table/pull/4756](https://togithub.com/TanStack/table/pull/4756) - docs(column): fix column props type by [@​tfarhan00](https://togithub.com/tfarhan00) in [https://github.com/TanStack/table/pull/4716](https://togithub.com/TanStack/table/pull/4716) - docs: Fix wording by replacing 'Table API API' with 'Table API' by [@​luchn49](https://togithub.com/luchn49) in [https://github.com/TanStack/table/pull/4758](https://togithub.com/TanStack/table/pull/4758) - chore: clean up vue examples by [@​KevinVandy](https://togithub.com/KevinVandy) in [https://github.com/TanStack/table/pull/4775](https://togithub.com/TanStack/table/pull/4775) - fix: prevent toLowerCase() is not a function filterFn error by [@​KevinVandy](https://togithub.com/KevinVandy) in [https://github.com/TanStack/table/pull/4776](https://togithub.com/TanStack/table/pull/4776) - fix: prevent toLowerCase() is not a function filterFn error safely by [@​KevinVandy](https://togithub.com/KevinVandy) in [https://github.com/TanStack/table/pull/4777](https://togithub.com/TanStack/table/pull/4777) #### New Contributors - [@​Hamziss](https://togithub.com/Hamziss) made their first contribution in [https://github.com/TanStack/table/pull/4712](https://togithub.com/TanStack/table/pull/4712) - [@​MohitBansal321](https://togithub.com/MohitBansal321) made their first contribution in [https://github.com/TanStack/table/pull/4725](https://togithub.com/TanStack/table/pull/4725) - [@​codyzu](https://togithub.com/codyzu) made their first contribution in [https://github.com/TanStack/table/pull/4737](https://togithub.com/TanStack/table/pull/4737) - [@​radusuciu](https://togithub.com/radusuciu) made their first contribution in [https://github.com/TanStack/table/pull/4756](https://togithub.com/TanStack/table/pull/4756) - [@​tfarhan00](https://togithub.com/tfarhan00) made their first contribution in [https://github.com/TanStack/table/pull/4716](https://togithub.com/TanStack/table/pull/4716) - [@​luchn49](https://togithub.com/luchn49) made their first contribution in [https://github.com/TanStack/table/pull/4758](https://togithub.com/TanStack/table/pull/4758) **Full Changelog**: https://github.com/TanStack/table/compare/v8.8.3...v8.8.4 ### [`v8.8.2`](https://togithub.com/TanStack/table/releases/tag/v8.8.2) [Compare Source](https://togithub.com/tanstack/table/compare/v8.8.1...v8.8.2) Version 8.8.2 - 3/26/2023, 12:10 AM #### Changes ##### Fix - conditional selection getIsAllPageRowsSelected filter issue ([#​4761](https://togithub.com/tanstack/table/issues/4761)) ([`4674e99`](https://togithub.com/tanstack/table/commit/4674e997)) by Matt Motherway ##### Chore - adding caching for package deps in workflows ([#​4767](https://togithub.com/tanstack/table/issues/4767)) ([`d8c54a4`](https://togithub.com/tanstack/table/commit/d8c54a46)) by [@​ZackDeRose](https://togithub.com/ZackDeRose) - Introducing nx for caching ([#​4766](https://togithub.com/tanstack/table/issues/4766)) ([`17cea29`](https://togithub.com/tanstack/table/commit/17cea29f)) by [@​ZackDeRose](https://togithub.com/ZackDeRose) #### Packages - [@​tanstack/table-core](https://togithub.com/tanstack/table-core)[@​8](https://togithub.com/8).8.2 - [@​tanstack/react-table](https://togithub.com/tanstack/react-table)[@​8](https://togithub.com/8).8.2 - [@​tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@​8](https://togithub.com/8).8.2 - [@​tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@​8](https://togithub.com/8).8.2 - [@​tanstack/svelte-table](https://togithub.com/tanstack/svelte-table)[@​8](https://togithub.com/8).8.2 ### [`v8.8.1`](https://togithub.com/TanStack/table/releases/tag/v8.8.1) [Compare Source](https://togithub.com/tanstack/table/compare/v8.8.0...v8.8.1) Version 8.8.1 - 3/25/2023, 10:00 PM #### Changes ##### Fix - store row.parentId instead of an entire parent row object on rows to fix serialization issues ([#​4772](https://togithub.com/tanstack/table/issues/4772)) ([`35bc2d6`](https://togithub.com/tanstack/table/commit/35bc2d6a)) by [@​KevinVandy](https://togithub.com/KevinVandy) #### Packages - [@​tanstack/table-core](https://togithub.com/tanstack/table-core)[@​8](https://togithub.com/8).8.1 - [@​tanstack/react-table](https://togithub.com/tanstack/react-table)[@​8](https://togithub.com/8).8.1 - [@​tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@​8](https://togithub.com/8).8.1 - [@​tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@​8](https://togithub.com/8).8.1 - [@​tanstack/svelte-table](https://togithub.com/tanstack/svelte-table)[@​8](https://togithub.com/8).8.1 ### [`v8.8.0`](https://togithub.com/TanStack/table/releases/tag/v8.8.0) [Compare Source](https://togithub.com/tanstack/table/compare/v8.7.9...v8.8.0) Version 8.8.0 - 3/23/2023, 10:02 PM #### Changes ##### Feat - provide row.parentRow where possible ([`69d8ae4`](https://togithub.com/tanstack/table/commit/69d8ae4e)) by Tanner Linsley ##### Chore - Jest to Vitest Migration ([#​4762](https://togithub.com/tanstack/table/issues/4762)) ([`0ab5231`](https://togithub.com/tanstack/table/commit/0ab5231f)) by Zachary DeRose ##### Readme - fix download shield link ([#​4694](https://togithub.com/tanstack/table/issues/4694)) ([`423d46e`](https://togithub.com/tanstack/table/commit/423d46ec)) by Victor Turansky #### Packages - [@​tanstack/table-core](https://togithub.com/tanstack/table-core)[@​8](https://togithub.com/8).8.0 - [@​tanstack/react-table](https://togithub.com/tanstack/react-table)[@​8](https://togithub.com/8).8.0 - [@​tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@​8](https://togithub.com/8).8.0 - [@​tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@​8](https://togithub.com/8).8.0 - [@​tanstack/svelte-table](https://togithub.com/tanstack/svelte-table)[@​8](https://togithub.com/8).8.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
monad-stack-docs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 27, 2023 at 7:23AM (UTC)