Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump react-textarea-autosize from 8.4.1 to 8.5.2 in /website (#3579)
Bumps [react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) from 8.4.1 to 8.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Andarist/react-textarea-autosize/releases">react-textarea-autosize's releases</a>.</em></p> <blockquote> <h2>v8.5.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/381">#381</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/e16c24aaf15e33458c4b433a2debee87b9aab723"><code>e16c24a</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Publish files that were previously missing for some conditions.</li> </ul> <h2>v8.5.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/377">#377</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/4087205acb89a2cdfda02dc9297c0db4cafd0ee9"><code>4087205</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - The provided <code>onChange</code> will get forwarded again to the underlying <code><textarea/></code> on the server side.</li> </ul> <h2>v8.5.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/373">#373</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a"><code>05b014a</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Compatibility with node's ESM has been improved. <code>import TextareaAutosize from 'react-textarea-autosize';</code> was always meant to provide you the default export of this package (the exported component) and now node should load it this way.</p> </li> <li> <p><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/373">#373</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a"><code>05b014a</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - SSR environments should now be able to pick smaller bundles through <code>package.json#exports</code>.</p> </li> <li> <p><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/373">#373</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a"><code>05b014a</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - This package no longer depends on <code>process.env.NODE_ENV</code>. To get dev-only warnings you have to configure your bundler/runtime to use the <code>development</code> condition.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/370">#370</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/d33b1200198eb49a3579225a118389e0e1fb82cd"><code>d33b120</code></a> Thanks <a href="https://github.com/ArnaudRinquin"><code>@ArnaudRinquin</code></a>! - Add a guard against potentially missing <code>documents.fonts</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Andarist/react-textarea-autosize/blob/main/CHANGELOG.md">react-textarea-autosize's changelog</a>.</em></p> <blockquote> <h2>8.5.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/381">#381</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/e16c24aaf15e33458c4b433a2debee87b9aab723"><code>e16c24a</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Publish files that were previously missing for some conditions.</li> </ul> <h2>8.5.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/377">#377</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/4087205acb89a2cdfda02dc9297c0db4cafd0ee9"><code>4087205</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - The provided <code>onChange</code> will get forwarded again to the underlying <code><textarea/></code> on the server side.</li> </ul> <h2>8.5.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/373">#373</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a"><code>05b014a</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Compatibility with node's ESM has been improved. <code>import TextareaAutosize from 'react-textarea-autosize';</code> was always meant to provide you the default export of this package (the exported component) and now node should load it this way.</li> </ul> <ul> <li><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/373">#373</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a"><code>05b014a</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - SSR environments should now be able to pick smaller bundles through <code>package.json#exports</code>.</li> </ul> <ul> <li><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/373">#373</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a"><code>05b014a</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - This package no longer depends on <code>process.env.NODE_ENV</code>. To get dev-only warnings you have to configure your bundler/runtime to use the <code>development</code> condition.</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/Andarist/react-textarea-autosize/pull/370">#370</a> <a href="https://github.com/Andarist/react-textarea-autosize/commit/d33b1200198eb49a3579225a118389e0e1fb82cd"><code>d33b120</code></a> Thanks <a href="https://github.com/ArnaudRinquin"><code>@ArnaudRinquin</code></a>! - Add a guard against potentially missing <code>documents.fonts</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Andarist/react-textarea-autosize/commit/eb4e4f1b397e55b436dfef349d8b3c8c9733a07e"><code>eb4e4f1</code></a> Version Packages (<a href="https://redirect.github.com/Andarist/react-textarea-autosize/issues/382">#382</a>)</li> <li><a href="https://github.com/Andarist/react-textarea-autosize/commit/e16c24aaf15e33458c4b433a2debee87b9aab723"><code>e16c24a</code></a> Publish files that were previously missing for some conditions (<a href="https://redirect.github.com/Andarist/react-textarea-autosize/issues/381">#381</a>)</li> <li><a href="https://github.com/Andarist/react-textarea-autosize/commit/d1066f1cef7fd9298cf0b1353d49b74226392337"><code>d1066f1</code></a> Version Packages (<a href="https://redirect.github.com/Andarist/react-textarea-autosize/issues/378">#378</a>)</li> <li><a href="https://github.com/Andarist/react-textarea-autosize/commit/4087205acb89a2cdfda02dc9297c0db4cafd0ee9"><code>4087205</code></a> Always forward provided <code>onChange</code> (<a href="https://redirect.github.com/Andarist/react-textarea-autosize/issues/377">#377</a>)</li> <li><a href="https://github.com/Andarist/react-textarea-autosize/commit/bafd5cc9b2bb2459b2bd4d2dbff42b730736dad1"><code>bafd5cc</code></a> Version Packages (<a href="https://redirect.github.com/Andarist/react-textarea-autosize/issues/374">#374</a>)</li> <li><a href="https://github.com/Andarist/react-textarea-autosize/commit/d33b1200198eb49a3579225a118389e0e1fb82cd"><code>d33b120</code></a> Add a guard against potentially missing <code>documents.fonts</code> (<a href="https://redirect.github.com/Andarist/react-textarea-autosize/issues/370">#370</a>)</li> <li><a href="https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a"><code>05b014a</code></a> Optimize bundling strategy (<a href="https://redirect.github.com/Andarist/react-textarea-autosize/issues/373">#373</a>)</li> <li>See full diff in <a href="https://github.com/Andarist/react-textarea-autosize/compare/v8.4.1...v8.5.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-textarea-autosize&package-manager=npm_and_yarn&previous-version=8.4.1&new-version=8.5.2)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information