swagger-api/swagger-ui (swagger-ui-dist)
### [`v5.18.2`](https://redirect.github.com/swagger-api/swagger-ui/releases/tag/v5.18.2): Swagger UI v5.18.2 Released!
[Compare Source](https://redirect.github.com/swagger-api/swagger-ui/compare/v5.18.1...v5.18.2)
##### Bug Fixes
- update Scarf.js to v1.4.0 to avoid breaking Vitest ([#10204](https://redirect.github.com/swagger-api/swagger-ui/issues/10204)) ([adc1c3c](https://redirect.github.com/swagger-api/swagger-ui/commit/adc1c3cf76aabbf2fe80c191e912cf572c45382e)), closes [#10197](https://redirect.github.com/swagger-api/swagger-ui/issues/10197)
### [`v5.18.1`](https://redirect.github.com/swagger-api/swagger-ui/releases/tag/v5.18.1): Swagger UI v5.18.1 Released!
[Compare Source](https://redirect.github.com/swagger-api/swagger-ui/compare/v5.18.0...v5.18.1)
##### Bug Fixes
- **docker:** return explicit Node.js installation ([#10198](https://redirect.github.com/swagger-api/swagger-ui/issues/10198)) ([3e3dfc6](https://redirect.github.com/swagger-api/swagger-ui/commit/3e3dfc6caefdeb51b554f9eab5c51d90b03c0958)), closes [#10195](https://redirect.github.com/swagger-api/swagger-ui/issues/10195)
### [`v5.18.0`](https://redirect.github.com/swagger-api/swagger-ui/releases/tag/v5.18.0): Swagger UI v5.18.0 Released!
[Compare Source](https://redirect.github.com/swagger-api/swagger-ui/compare/v5.17.14...v5.18.0)
##### Features
- **analytics:** use Scarf.js to provide anonymized installation analytics ([#10194](https://redirect.github.com/swagger-api/swagger-ui/issues/10194)) ([fb55b9c](https://redirect.github.com/swagger-api/swagger-ui/commit/fb55b9cfe4eca7fa6cdd7b8fea60cd614f929021))
***
#### Anonymized analytics
SwaggerUI uses [Scarf](https://scarf.sh/) to collect [anonymized installation analytics](https://redirect.github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-what-information-does-scarf-js-send-about-me). These analytics help support the maintainers of this library and ONLY run during installation. To [opt out](https://redirect.github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics), you can set the `scarfSettings.enabled` field to `false` in your project's `package.json`:
// package.json
{
// ...
"scarfSettings": {
"enabled": false
}
// ...
}
Alternatively, you can set the environment variable `SCARF_ANALYTICS` to `false` as part of the environment that installs your npm packages, e.g., `SCARF_ANALYTICS=false npm install`.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
5.17.14
->5.18.2
Release Notes
swagger-api/swagger-ui (swagger-ui-dist)
### [`v5.18.2`](https://redirect.github.com/swagger-api/swagger-ui/releases/tag/v5.18.2): Swagger UI v5.18.2 Released! [Compare Source](https://redirect.github.com/swagger-api/swagger-ui/compare/v5.18.1...v5.18.2) ##### Bug Fixes - update Scarf.js to v1.4.0 to avoid breaking Vitest ([#10204](https://redirect.github.com/swagger-api/swagger-ui/issues/10204)) ([adc1c3c](https://redirect.github.com/swagger-api/swagger-ui/commit/adc1c3cf76aabbf2fe80c191e912cf572c45382e)), closes [#10197](https://redirect.github.com/swagger-api/swagger-ui/issues/10197) ### [`v5.18.1`](https://redirect.github.com/swagger-api/swagger-ui/releases/tag/v5.18.1): Swagger UI v5.18.1 Released! [Compare Source](https://redirect.github.com/swagger-api/swagger-ui/compare/v5.18.0...v5.18.1) ##### Bug Fixes - **docker:** return explicit Node.js installation ([#10198](https://redirect.github.com/swagger-api/swagger-ui/issues/10198)) ([3e3dfc6](https://redirect.github.com/swagger-api/swagger-ui/commit/3e3dfc6caefdeb51b554f9eab5c51d90b03c0958)), closes [#10195](https://redirect.github.com/swagger-api/swagger-ui/issues/10195) ### [`v5.18.0`](https://redirect.github.com/swagger-api/swagger-ui/releases/tag/v5.18.0): Swagger UI v5.18.0 Released! [Compare Source](https://redirect.github.com/swagger-api/swagger-ui/compare/v5.17.14...v5.18.0) ##### Features - **analytics:** use Scarf.js to provide anonymized installation analytics ([#10194](https://redirect.github.com/swagger-api/swagger-ui/issues/10194)) ([fb55b9c](https://redirect.github.com/swagger-api/swagger-ui/commit/fb55b9cfe4eca7fa6cdd7b8fea60cd614f929021)) *** #### Anonymized analytics SwaggerUI uses [Scarf](https://scarf.sh/) to collect [anonymized installation analytics](https://redirect.github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-what-information-does-scarf-js-send-about-me). These analytics help support the maintainers of this library and ONLY run during installation. To [opt out](https://redirect.github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics), you can set the `scarfSettings.enabled` field to `false` in your project's `package.json`: // package.json { // ... "scarfSettings": { "enabled": false } // ... } Alternatively, you can set the environment variable `SCARF_ANALYTICS` to `false` as part of the environment that installs your npm packages, e.g., `SCARF_ANALYTICS=false npm install`.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.