Bump the bundled UI versions (Scalar 1.65.0, Swagger UI 5.32.13) - #121
Merged
Conversation
Scalar @scalar/api-reference 1.62.6 -> 1.65.0 and swagger-ui-dist 5.32.8 -> 5.32.13 across the CDN pins, the embedded bundles, and the package.json tracker. Scalar 1.63-1.65 adds component exports and print styles; Swagger 5.32.9-5.32.13 are bug fixes and dependency bumps (dompurify, axios); the data-configuration and CSP contracts stdocs relies on are unchanged. Supersedes #120 (which pinned the now-stale 1.63.0/5.32.11). Both bundles were verified byte-identical across the npm tarball and jsDelivr, their sha512s match the published dist integrity, both carry SLSA build provenance from their upstream repos (scalar/scalar and swagger-api/swagger-ui), and the external-host sets are unchanged.
FumingPower3925
added a commit
that referenced
this pull request
Aug 13, 2026
Scalar @scalar/api-reference 1.62.6 -> 1.65.0 and swagger-ui-dist 5.32.8 -> 5.32.13 across the CDN pins, the embedded bundles, and the package.json tracker. Scalar 1.63-1.65 adds component exports and print styles; Swagger 5.32.9-5.32.13 are bug fixes and dependency bumps (dompurify, axios); the data-configuration and CSP contracts stdocs relies on are unchanged. Supersedes #120 (which pinned the now-stale 1.63.0/5.32.11). Both bundles were verified byte-identical across the npm tarball and jsDelivr, their sha512s match the published dist integrity, both carry SLSA build provenance from their upstream repos (scalar/scalar and swagger-api/swagger-ui), and the external-host sets are unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #120 (the Dependabot
all-ui-bundlesgroup PR, which only editspackage.jsonand had gone stale, pinning 1.63.0/5.32.11).Bumps both bundled UIs to current
@latestacross all pin sites: CDN version + SRI inui/scalarandui/swaggerui, embedded version +//go:generateURLs + re-vendored assets + hash pins inui/scalarembandui/swaggeruiemb, and thepackage.jsontracker.@scalar/api-referenceswagger-ui-distSupply-chain verification
github.com/scalar/scalar, swagger-ui-dist 5.32.13 fromgithub.com/swagger-api/swagger-ui(subjects match the exact versions). swagger-ui-dist gained SLSA since 5.32.8 — an improvement, not a regression.dist.integrity; jsDelivr is byte-identical to the tarball for Scalar'sstandalone.jsand both of Swagger's assets (swagger-ui-bundle.js+swagger-ui.css); SRIs recomputed from those bytes.fetch/sendBeacon/analytics.data-url/data-configurationauto-mount and the CSP-safe config keys (showDeveloperTools,agent,mcp,withDefaultFonts) are all present in 1.65.0; Swagger's asset URLs are unchanged.@latestconfirmed, no republished versions.What changed upstream
SdkInstallationInstructions, AsyncAPI content components), a plugin-modules config option, and print styles. No breaking change to the standalone embed stdocs uses.requestBody.content, a11y aria-labels) and dependency bumps (dompurify 3.4.11→3.4.12, axios 1.16→1.18.1, swagger-client 3.37.8).Verification
gofmt/vet/build/go test -race ./.../golangci-lintclean; all four Scalar/Swagger pinning, embedded-integrity, andpackage.jsonparity tests pass.uismokerenders all nine UIs under the enforced CSP (plus all config variants): both bumped bundles mount, the CSP-safe defaults still hide the phone-home chrome, andWithConfigurationstill works. Scalar 1.65.0 and Swagger 5.32.13 screenshotted for visual fidelity.The companion Dependabot Actions PR (#119,
setup-go/setup-pythonv6→v7) was verified separately and merged directly (CI-only).