142.md (5363B)
1 # PR #142 Bump react-virtuoso from 4.5.1 to 4.6.2 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-10-17T09:28:18Z 6 - **Branch:** dependabot/npm_and_yarn/react-virtuoso-4.6.2 → main 7 - **Closed:** 2024-03-28T09:22:41Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [142.diff](./142.diff) 10 11 --- 12 13 Bumps [react-virtuoso](https://github.com/petyosi/react-virtuoso) from 4.5.1 to 4.6.2. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/petyosi/react-virtuoso/releases">react-virtuoso's releases</a>.</em></p> 17 <blockquote> 18 <h2>v4.6.2</h2> 19 <h2><a href="https://github.com/petyosi/react-virtuoso/compare/v4.6.1...v4.6.2">4.6.2</a> (2023-10-16)</h2> 20 <h3>Bug Fixes</h3> 21 <ul> 22 <li>repair the DND example (<a href="https://github.com/petyosi/react-virtuoso/commit/12e53e5d75a728dbddbb908aad70b6d9674f459e">12e53e5</a>), closes <a href="https://redirect.github.com/petyosi/react-virtuoso/issues/993">#993</a></li> 23 </ul> 24 <h2>v4.6.1</h2> 25 <h2><a href="https://github.com/petyosi/react-virtuoso/compare/v4.6.0...v4.6.1">4.6.1</a> (2023-10-10)</h2> 26 <h3>Bug Fixes</h3> 27 <ul> 28 <li>don't render item prop for html elements (<a href="https://redirect.github.com/petyosi/react-virtuoso/issues/992">#992</a>) (<a href="https://github.com/petyosi/react-virtuoso/commit/4a57a426364be405bbe7dad3898aa2efdb927b04">4a57a42</a>)</li> 29 </ul> 30 <h2>v4.6.0</h2> 31 <h1><a href="https://github.com/petyosi/react-virtuoso/compare/v4.5.1...v4.6.0">4.6.0</a> (2023-09-19)</h1> 32 <h3>Features</h3> 33 <ul> 34 <li>added table-state (<a href="https://github.com/petyosi/react-virtuoso/commit/2611061b6dac79754ba2998da2354d7a250ce0aa">2611061</a>)</li> 35 </ul> 36 </blockquote> 37 </details> 38 <details> 39 <summary>Commits</summary> 40 <ul> 41 <li><a href="https://github.com/petyosi/react-virtuoso/commit/12e53e5d75a728dbddbb908aad70b6d9674f459e"><code>12e53e5</code></a> fix: repair the DND example</li> 42 <li><a href="https://github.com/petyosi/react-virtuoso/commit/a2384c6a5b3023a5c8fe66674546b314e398b658"><code>a2384c6</code></a> chore: fix failing tests</li> 43 <li><a href="https://github.com/petyosi/react-virtuoso/commit/4a57a426364be405bbe7dad3898aa2efdb927b04"><code>4a57a42</code></a> fix: don't render item prop for html elements (<a href="https://redirect.github.com/petyosi/react-virtuoso/issues/992">#992</a>)</li> 44 <li><a href="https://github.com/petyosi/react-virtuoso/commit/64b223c4b5c104cc4059c96ae0536d7fdcffa347"><code>64b223c</code></a> docs: example with <code>@tanstack/table</code></li> 45 <li><a href="https://github.com/petyosi/react-virtuoso/commit/2611061b6dac79754ba2998da2354d7a250ce0aa"><code>2611061</code></a> feat: added table-state</li> 46 <li>See full diff in <a href="https://github.com/petyosi/react-virtuoso/compare/v4.5.1...v4.6.2">compare view</a></li> 47 </ul> 48 </details> 49 <br /> 50 51 52 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 53 54 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`. 55 56 [//]: # (dependabot-automerge-start) 57 [//]: # (dependabot-automerge-end) 58 59 --- 60 61 <details> 62 <summary>Dependabot commands and options</summary> 63 <br /> 64 65 You can trigger Dependabot actions by commenting on this PR: 66 - `@dependabot rebase` will rebase this PR 67 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 68 - `@dependabot merge` will merge this PR after your CI passes on it 69 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 70 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 71 - `@dependabot reopen` will reopen this PR if it is closed 72 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 73 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 74 - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) 75 - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) 76 - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) 77 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency 78 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions 79 80 81 </details> 82 83 84 ## Comments 85 86 ### @MTRNord — 2023-10-20T07:41:30Z 87 88 @dependabot rebase 89 90 ### @dependabot[bot] — 2024-03-28T09:22:41Z 91 92 Superseded by #236. 93