Update dependency swagger-api/swagger-ui to v5.18.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
swagger-api/swagger-ui | ironbank-github | minor |
v5.17.14 -> v5.18.2
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
swagger-api/swagger-ui (swagger-api/swagger-ui)
v5.18.2
: Swagger UI v5.18.2 Released!
Bug Fixes
v5.18.1
: Swagger UI v5.18.1 Released!
Bug Fixes
v5.18.0
: Swagger UI v5.18.0 Released!
Features
Anonymized analytics
SwaggerUI uses Scarf to collect anonymized installation analytics. These analytics help support the maintainers of this library and ONLY run during installation. To opt out, 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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.