dependabot[bot] opened a new pull request, #26853: URL: https://github.com/apache/superset/pull/26853
Bumps [swagger-ui-react](https://github.com/swagger-api/swagger-ui) from 4.1.3 to 5.11.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swagger-api/swagger-ui/releases">swagger-ui-react's releases</a>.</em></p> <blockquote> <h2>Swagger UI v5.11.2 Released!</h2> <h2><a href="https://github.com/swagger-api/swagger-ui/compare/v5.11.1...v5.11.2">5.11.2</a> (2024-01-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>docker:</strong> disallow embedding SwaggerUI served from docker by default (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9520">#9520</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/f9ecb01aa8afb686b3d0fcb04a249632f3af3436">f9ecb01</a>)</li> </ul> <blockquote> <p>[!IMPORTANT]<br /> This modification enhances security by implementing stricter default settings. However, full backward compatibility is still attainable by creating a Docker container with the <code>EMBEDDING=true</code> environment variable.</p> </blockquote> <pre lang="sh"><code> $ docker run -d -p 80:8080 -e EMBEDDING=true swaggerapi/swagger-ui </code></pre> <h2>Swagger UI v5.11.1 Released!</h2> <h2><a href="https://github.com/swagger-api/swagger-ui/compare/v5.11.0...v5.11.1">5.11.1</a> (2024-01-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>oas31:</strong> make selectors always return expected shapes (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9519">#9519</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/56c087cec5f61f631b0fee10ae7c11f9fab0079a">56c087c</a>), closes <a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9517">#9517</a></li> </ul> <h2>Swagger UI v5.11.0 Released!</h2> <h1><a href="https://github.com/swagger-api/swagger-ui/compare/v5.10.5...v5.11.0">5.11.0</a> (2024-01-08)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>swagger-ui-react:</strong> align React versions with swagger-ui (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9465">#9465</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/532f8de2e2d40dbc1cde3531b1cac05bc33f59af">532f8de</a>)</li> <li>use JavaScript default parameters instead React's defaultProps (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9453">#9453</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/d5a51463ffca15915d543e9f8d7e1c16155ab50c">d5a5146</a>)</li> </ul> <h3>Features</h3> <ul> <li>add support for React@18 in backward compatible way (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9435">#9435</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/98b53090cb941cb75615d3ff29f791f05c2f8296">98b5309</a>), closes <a href="https://redirect.github.com/swagger-api/swagger-ui/issues/8126">#8126</a> <a href="https://redirect.github.com/swagger-api/swagger-ui/issues/8414">#8414</a></li> </ul> <hr /> <blockquote> <p>[!IMPORTANT] For those looking to integrate SwaggerUI with older versions of React, we have provided a comprehensive guide to assist you in this process. Please refer to our dedicated wiki page for detailed instructions and tips to ensure a smooth integration.<!-- raw HTML omitted --> Visit the guide here: <a href="https://github.com/swagger-api/swagger-ui/wiki/Using-older-version-of-React">Integrating SwaggerUI with Older Versions of React</a>.<!-- raw HTML omitted --> This resource is tailored to help you navigate any compatibility issues and make the most out of SwaggerUI with earlier React versions. We encourage you to explore this guide and reach out to us if you need further assistance.</p> </blockquote> <h2>Swagger UI v5.10.5 Released!</h2> <h2><a href="https://github.com/swagger-api/swagger-ui/compare/v5.10.4...v5.10.5">5.10.5</a> (2023-12-14)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swagger-api/swagger-ui/commit/0eddc1563b387fb15bf3bb56b7916128d728554b"><code>0eddc15</code></a> chore(release): cut the v5.11.2 release</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/f9ecb01aa8afb686b3d0fcb04a249632f3af3436"><code>f9ecb01</code></a> fix(docker): disallow embedding SwaggerUI served from docker by default (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9520">#9520</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/8a53e7c6ec3d43a3d9600a80bb99a9aa3364f06d"><code>8a53e7c</code></a> chore(release): cut the v5.11.1 release</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/fff3cec40e27f81800becf28a62eb80908764e51"><code>fff3cec</code></a> chore(deps-dev): bump postcss-loader from 7.3.3 to 8.0.0 (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9506">#9506</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/dc58777d228b709a4bfa154c6bf3406918a08188"><code>dc58777</code></a> chore(deps-dev): bump jsdom from 23.0.1 to 24.0.0 (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9507">#9507</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/56c087cec5f61f631b0fee10ae7c11f9fab0079a"><code>56c087c</code></a> fix(oas31): make selectors always return expected shapes (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9519">#9519</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/a65502067e7808c8c8d3c1f742bac46fb28e3868"><code>a655020</code></a> chore(deps-dev): bump <code>@babel/core</code> from 7.23.7 to 7.23.9 (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9518">#9518</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/1d3f3cdba37b711a3a3d3f609741041701ffb7a4"><code>1d3f3cd</code></a> chore(deps-dev): bump <code>@commitlint/cli</code> from 18.5.0 to 18.6.0 (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9514">#9514</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/b58589d9a41ab9df7941636404193e5515c72a4c"><code>b58589d</code></a> chore(deps-dev): bump css-loader from 6.9.0 to 6.9.1 (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9512">#9512</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/33b9f48dbe27f76ca69400b0109427db083e1931"><code>33b9f48</code></a> chore(deps-dev): bump <code>@commitlint/config-conventional</code> (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/9509">#9509</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swagger-api/swagger-ui/compare/v4.1.3...v5.11.2">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> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
