Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump react-stately from 3.35.0 to 3.36.0 (#1632)
Bumps [react-stately](https://github.com/adobe/react-spectrum) from 3.35.0 to 3.36.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/adobe/react-spectrum/releases">react-stately's releases</a>.</em></p> <blockquote> <h2>July 22, 2024 Release</h2> <p>For this summer release, we have been busy working on improving virtualization in many of our Spectrum components including TableView, ListView, and ListBox. We have significantly reduced the complexity of our implementation, resulting in smaller bundle size, better performance, and improved stability. In our testing, this resulted in 14x faster per-frame render times on large tables due to better reuse of DOM nodes as you scroll. We are also working on bringing virtualization support to React Aria Components, which is available as an unstable API in this version.</p> <p>Our color components are also moving to RC! Focus management within Toasts have also been greatly improved, making announcements from screen readers clearer and more consistent. Thanks to <a href="https://github.com/thmsfchtnr"><code>@thmsfchtnr</code></a>, press events now include coordinates, enabling interactions like our new <a href="https://react-spectrum.adobe.com/react-aria/examples/ripple-button.html">animated ripple button example</a>. And finally, in preparation for React 19, this release is now compatible with React 19 RC.</p> <p>Thank you to our ever growing list of contributors! ❤️</p> <p><strong>Full release notes</strong>: <a href="https://react-spectrum.adobe.com/releases/2024-07-22.html">https://react-spectrum.adobe.com/releases/2024-07-22.html</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adobe/react-spectrum/commit/4d3c72c94eea2d72eb3a0e7d56000c6ef7e39726"><code>4d3c72c</code></a> Publish</li> <li><a href="https://github.com/adobe/react-spectrum/commit/2d7e441718eeff5645d851bab6e1045a6cdb476b"><code>2d7e441</code></a> fix: v3 TreeView border overlap (<a href="https://redirect.github.com/adobe/react-spectrum/issues/7873">#7873</a>)</li> <li><a href="https://github.com/adobe/react-spectrum/commit/85156e387aec3ca7baca08d0427a587a6b4cdb4b"><code>85156e3</code></a> chore: make useLandmark controller unstable (<a href="https://redirect.github.com/adobe/react-spectrum/issues/7871">#7871</a>)</li> <li><a href="https://github.com/adobe/react-spectrum/commit/6fc6075b3d730f681f0f5a358d3a0affea4b4233"><code>6fc6075</code></a> delete aria/accordion and types/accordion since it has been deprecated (<a href="https://redirect.github.com/adobe/react-spectrum/issues/7872">#7872</a>)</li> <li><a href="https://github.com/adobe/react-spectrum/commit/2059fd3eb516fe0d31633ce7fae27006c0cd1291"><code>2059fd3</code></a> chore: Cleanup dependencies (<a href="https://redirect.github.com/adobe/react-spectrum/issues/7870">#7870</a>)</li> <li><a href="https://github.com/adobe/react-spectrum/commit/cce5fd39a50373b0866e0fb82286953c1e1c774c"><code>cce5fd3</code></a> Fix Remove OverlayTriggerProps (<a href="https://redirect.github.com/adobe/react-spectrum/issues/7868">#7868</a>)</li> <li><a href="https://github.com/adobe/react-spectrum/commit/527c98a841d9b7722ac3fc7a0a5980528ea7ab0c"><code>527c98a</code></a> fix: correctly render dates in hebrew calendar (<a href="https://redirect.github.com/adobe/react-spectrum/issues/7864">#7864</a>)</li> <li><a href="https://github.com/adobe/react-spectrum/commit/e4a90c9197ee6231a4eb38af6c0174b5d4d67500"><code>e4a90c9</code></a> Rename filterFn in useAutocomplete to filter (<a href="https://redirect.github.com/adobe/react-spectrum/issues/7863">#7863</a>)</li> <li><a href="https://github.com/adobe/react-spectrum/commit/59f4543553c675a872238080d9643f9092fc5373"><code>59f4543</code></a> fix: prevent focus ring from appearing when selecting RAC Listbox on iPad (<a href="https://redirect.github.com/adobe/react-spectrum/issues/7">#7</a>...</li> <li><a href="https://github.com/adobe/react-spectrum/commit/9bd8a5f1974a5e87354a36f9e88afd2f466147a2"><code>9bd8a5f</code></a> fix: Double click event on rsp toggling components (<a href="https://redirect.github.com/adobe/react-spectrum/issues/7858">#7858</a>)</li> <li>Additional commits viewable in <a href="https://github.com/adobe/react-spectrum/compare/[email protected]@3.36.0">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