dependabot[bot] opened a new pull request, #63221: URL: https://github.com/apache/airflow/pull/63221
Bumps the legacy-ui-package-updates group with 1 update in the /airflow/www directory: [chakra-react-select](https://github.com/csandman/chakra-react-select). Updates `chakra-react-select` from 4.0.3 to 4.10.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/csandman/chakra-react-select/releases">chakra-react-select's releases</a>.</em></p> <blockquote> <h2>4.10.1</h2> <h2>What's Changed</h2> <ul> <li>fix: Reduce selected menu option styles specificity by <a href="https://github.com/csandman"><code>@csandman</code></a> in <a href="https://redirect.github.com/csandman/chakra-react-select/pull/338">csandman/chakra-react-select#338</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/csandman/chakra-react-select/compare/v4.10.0...v4.10.1">https://github.com/csandman/chakra-react-select/compare/v4.10.0...v4.10.1</a></p> <h2>4.10.0</h2> <h2>What's Changed</h2> <ul> <li>fix: Switch peer dependencies to depend on <code>@chakra-ui/react</code> instead of sub-packages by <a href="https://github.com/csandman"><code>@csandman</code></a> in <a href="https://redirect.github.com/csandman/chakra-react-select/pull/336">csandman/chakra-react-select#336</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/csandman/chakra-react-select/compare/v4.9.2...v4.10.0">https://github.com/csandman/chakra-react-select/compare/v4.9.2...v4.10.0</a></p> <h2>4.9.2</h2> <h2>What's Changed</h2> <ul> <li>fix: Change package <code>type</code> back to default of <code>"commonjs"</code> by <a href="https://github.com/csandman"><code>@csandman</code></a> in <a href="https://redirect.github.com/csandman/chakra-react-select/pull/331">csandman/chakra-react-select#331</a> <ul> <li>This was to fix <a href="https://redirect.github.com/csandman/chakra-react-select/issues/329">#329</a>, which was being caused by Jest importing the wrong build of the package.</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/csandman/chakra-react-select/compare/v4.9.1...v4.9.2">https://github.com/csandman/chakra-react-select/compare/v4.9.1...v4.9.2</a></p> <h2>4.9.1</h2> <h2>What's Changed</h2> <ul> <li>fix: Fix <code>react-select</code> core <code>Props</code> type export by <a href="https://github.com/csandman"><code>@csandman</code></a> in <a href="https://redirect.github.com/csandman/chakra-react-select/pull/324">csandman/chakra-react-select#324</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/csandman/chakra-react-select/compare/v4.9.0...v4.9.1">https://github.com/csandman/chakra-react-select/compare/v4.9.0...v4.9.1</a></p> <h2>4.9.0</h2> <h2>What's Changed</h2> <ul> <li>chore: Switch to tsup for building and update dependencies by <a href="https://github.com/csandman"><code>@csandman</code></a> in <a href="https://redirect.github.com/csandman/chakra-react-select/pull/298">csandman/chakra-react-select#298</a> <ul> <li>This change should finally make this package fully support ESM, where as before it didn't really which was causing some issues. It should fix an issue with the ID prop not matching mentioned in <a href="https://redirect.github.com/csandman/chakra-react-select/issues/260">#260</a>, without the need for a workaround. Check the <a href="https://redirect.github.com/csandman/chakra-react-select/pull/298">PR description</a> for full details!</li> </ul> </li> </ul> <p>I tested this change in a few different environments with different module resolution setups but it's possible I missed a case. If it ends up not working for your particular setup, please open a <a href="https://github.com/csandman/chakra-react-select/issues/new?assignees=csandman&labels=Bug&projects=&template=bug_report.yml&title=%5BBUG%5D+">bug report</a> with as much specific information as you can give me, such as:</p> <ul> <li>Chakra Package Versions</li> <li>React Version</li> <li>TypeScript or Vanilla</li> <li>Yarn or NPM (and which version of the package manager you're on)</li> <li>Your jsconfig/tsconfig setup</li> </ul> <p>I'm not likely to figure out what's going on if I can't replicate the environment locally, so the more information you can provide the better!</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/csandman/chakra-react-select/compare/v4.8.0...v4.9.0">https://github.com/csandman/chakra-react-select/compare/v4.8.0...v4.9.0</a></p> <h2>4.8.0</h2> <h2>What's Changed</h2> <ul> <li>chore: Update all dependencies by <a href="https://github.com/csandman"><code>@csandman</code></a> in <a href="https://redirect.github.com/csandman/chakra-react-select/pull/315">csandman/chakra-react-select#315</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/csandman/chakra-react-select/commit/b49461f52213e8324a14f157a3f441d52567a736"><code>b49461f</code></a> 4.10.1</li> <li><a href="https://github.com/csandman/chakra-react-select/commit/2269b856b29c3f9144c16e19dc147a30bf94c33b"><code>2269b85</code></a> Merge pull request <a href="https://redirect.github.com/csandman/chakra-react-select/issues/338">#338</a> from csandman/fix/selected-menu-option-styles</li> <li><a href="https://github.com/csandman/chakra-react-select/commit/61bfe641c67d5b3d3cd91e280b7829a3f7ca2204"><code>61bfe64</code></a> Generalize the dependency version of <code>react-select</code></li> <li><a href="https://github.com/csandman/chakra-react-select/commit/f80680161916fa03fdba48b65fd284e38cb77649"><code>f806801</code></a> Reduce selected menu option styles specificity</li> <li><a href="https://github.com/csandman/chakra-react-select/commit/9b9ddcc899f2ae207bf13f2f2d16ff4198bf7d19"><code>9b9ddcc</code></a> 4.10.0</li> <li><a href="https://github.com/csandman/chakra-react-select/commit/12d7cc63ff645b61629c388ad3093c37a08f5081"><code>12d7cc6</code></a> Merge pull request <a href="https://redirect.github.com/csandman/chakra-react-select/issues/336">#336</a> from csandman/fix/switch-to-chakra-ui-react-imports</li> <li><a href="https://github.com/csandman/chakra-react-select/commit/f9822c4fb9f79e4cd9e6c99553b9700ae8a3ac24"><code>f9822c4</code></a> Remove CodeSandbox CI</li> <li><a href="https://github.com/csandman/chakra-react-select/commit/b495516eb142c536f91154c695802c213f130db1"><code>b495516</code></a> Update TSConfig once more</li> <li><a href="https://github.com/csandman/chakra-react-select/commit/cef98ceaeb55c39bee52dda6ba29e5c01a7e6fe3"><code>cef98ce</code></a> Switch to using the single package import approach for <code>@chakra-ui/react</code></li> <li><a href="https://github.com/csandman/chakra-react-select/commit/c68d4a72945e11cf682bb790250cf3ce17180b6f"><code>c68d4a7</code></a> 4.9.2</li> <li>Additional commits viewable in <a href="https://github.com/csandman/chakra-react-select/compare/v4.0.3...v4.10.1">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) - `@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) - `@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) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
