UNCLASSIFIED - NO CUI

Skip to content

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

Warning

Some 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!

Compare Source

Bug Fixes

v5.18.1: Swagger UI v5.18.1 Released!

Compare Source

Bug Fixes

v5.18.0: Swagger UI v5.18.0 Released!

Compare Source

Features
  • analytics: use Scarf.js to provide anonymized installation analytics (#​10194) (fb55b9c)

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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by POPs-renovate-tools_03Dec2024

Merge request reports