Skip to content

fix(deps): update dependency @scalar/api-reference to v1.52.6#4

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/scalar-monorepo
Open

fix(deps): update dependency @scalar/api-reference to v1.52.6#4
renovate[bot] wants to merge 1 commit intomainfrom
renovate/scalar-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 29, 2026

This PR contains the following updates:

Package Change Age Confidence
@scalar/api-reference (source) 1.44.261.52.6 age confidence

Release Notes

scalar/scalar (@​scalar/api-reference)

v1.52.6

v1.52.5

v1.52.4

Patch Changes
  • #​8884: fix: restore position: fixed on .section-flare so the decorative hero flare stops reserving 100vh of empty space at the top of the documentation (affects the kepler, bluePlanet, and mars themes, which declare height: 100vh on the flare but rely on the framework to position it)
  • #​8907: Fix code sample missing body content type update
  • #​8925: chore: source vite-plugin-css-injected-by-js from the shared pnpm catalog
  • #​8944: feat(api-reference): add anchors and copy link buttons to allOf body parameters

v1.52.3

Patch Changes
  • #​8810: refactor: move telemetry to an optional plugin
  • #​8911: feat: switch from Request to RequestPayload to support body with GET
  • #​8859: refactor api-reference exports and enforce strict Vite entrypoint resolution from package exports

v1.52.2

Patch Changes
  • #​8827: chore: removed old client v1 code
  • #​8791: fix test requests so exploded array query parameters keep all values instead of collapsing to the last one
  • #​8863: chore: updated imports to new api client version
  • #​8780: fix: run intersect for the top of the document
  • #​8825: chore: moving files around in preparation for the big deletion of client v1
  • #​8831: refactor(api-reference): remove search index ts-expect-error by using typed collection access
  • #​8784: fix: correctly display schema names

v1.52.1

Patch Changes
  • #​8769: feat(themes): add Tailwind v3 transform reset
  • #​8767: feat(api-reference): collapse truncated descriptions
  • #​8776: fix: hide content type switch when there is no content
  • #​8777: fix(api-reference): set example z-index to context layer
  • #​8770: fix: generate the response examples by removing the priority order

v1.52.0

Minor Changes
  • #​8750: feat: display model name for body section
  • #​8695: feat: suport pre/post request scripts
Patch Changes
  • #​8431: fix: SSR breaks
  • #​8431: fix(api-reference): avoid duplicate app creation during hydration
  • #​8747: fix: extract request body from all content types in search index

v1.51.0

Minor Changes
  • #​8712: feat: use separate stores for client and shared state on the reference
Patch Changes
  • #​8728: fix: correctly merge security schemes with the config security

v1.50.0

Minor Changes
  • #​8524: feat: move request logic on the store and generate a request builder
  • #​8609: feat: display tag groups for classic layout
Patch Changes
  • #​8657: test(api-reference): add regression coverage for hiddenClients source switching
  • #​8642: refactor(api-reference): remove openapi-types dependency and align with workspace-store types
  • #​8659: fix search indexing to include path-level parameters and response examples for operations
  • #​8650: fix: ensure we have a introduction entry on the sidear by default

v1.49.8

Patch Changes
  • #​8628: chore: remove unused playgrounds

v1.49.7

Patch Changes
  • #​8612: fix: intersection observer for scroll-spy and tall sections

v1.49.6

Patch Changes
  • #​8599: fix(api-client): truncate long table tooltip content
  • #​8595: fix: deep resolve when generating examples from schema

v1.49.5

Patch Changes
  • #​8574: feat: make external urls configurable
  • #​8557: feat(api-reference): switch standalone build from terser to OXC minifier for faster builds
  • #​8473: fix: request body code samples when switching anyOf or oneOf schemas

v1.49.4

Patch Changes
  • #​8513: fix(api-reference): make responsive header rendering SSR-safe
  • #​8526: feat: improve filtering of client selector
  • #​8571: fix: [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".css" for
  • #​8563: fix: type declarations don't use the full path for imports

v1.49.3

Patch Changes
  • #​8529: rewrite declaration aliases in built type files

v1.49.2

Patch Changes
  • #​8509: fix: show falsy example values (false, 0) in schema property headings
  • #​8514: fix: invalid markup breaks ssr

v1.49.1

Patch Changes
  • #​8466: chore: new build pipeline
  • #​8479: fix: render schema property examples when values are falsy

v1.49.0

Minor Changes
Patch Changes
  • #​8443: fix hash-prefixed basePath routing
  • #​8467: feat(api-reference): improve Ask AI button consistency and a11y
  • #​8442: fix object schema descriptions in parameter rendering
Updated Dependencies

v1.48.8

Patch Changes
  • #​8425: fix auth default OAuth scope fallback
  • #​8416: fix: direct css import breaks build in react, vitepress and others
  • #​8417: fix: document not defined in SSR environments
Updated Dependencies

v1.48.7

Patch Changes
Updated Dependencies

v1.48.6

Patch Changes
  • #​8414: fix(api-reference): limit height of example response descriptions
Updated Dependencies

v1.48.5

Patch Changes
  • #​8406: feat: x-order
  • #​8097: fix: lazy load compositions
  • #​8380: feat(api-reference): render <a> HTML tag for documentDownloadType: direct
Updated Dependencies

v1.48.4

Patch Changes
Updated Dependencies

v1.48.2

Patch Changes
  • #​8381: feat: add mcp config support
  • #​8375: feat(api-reference): export lazy bus queue helper
  • #​8370: fix: hide the authentication panel when test requests are disabled
Updated Dependencies

v1.48.1

Patch Changes
  • #​8288: fix: add consistent border to schema composition components
  • #​8348: fix(api-reference): bump dev tools z index for themes
  • #​8366: fix(components): clean up search components and add snapshots
Updated Dependencies

v1.48.0

Minor Changes
  • #​8266: support operation level authentication and servers
Patch Changes
Updated Dependencies

v1.47.0

Minor Changes
  • #​8322: chore: bump required node version to >=22 (LTS)
Patch Changes
  • #​8340: fix: delay when clicking "show more" button
  • #​8340: refactor(api-reference): update AgentScalarDrawer
  • #​8340: chore: enable perf logs only for dev environment
Updated Dependencies

v1.46.4

Patch Changes
  • #​8330: fix: use ref name only as a fallback

v1.46.3

Patch Changes
  • #​8298: feat(api-reference): show explicit no-content response tabs for defined response keys
  • #​8313: chore: resolve schemas on demand
Updated Dependencies

v1.46.2

Patch Changes
Updated Dependencies

v1.46.1

Patch Changes
  • #​8294: default createAnySecurityScheme to false and fix index clamp issue
Updated Dependencies

v1.46.0

Minor Changes
Patch Changes
  • #​8283: fix: scrollToLazy can not find id when the browser is busy
Updated Dependencies

v1.44.27

Patch Changes
  • #​8274: feat(agent): add config to hide search api
  • #​8260: feat: update developer tools
Updated Dependencies

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/scalar-monorepo branch from 98312d9 to eadf676 Compare April 30, 2026 22:55
@renovate renovate Bot changed the title fix(deps): update dependency @scalar/api-reference to v1.52.5 fix(deps): update dependency @scalar/api-reference to v1.52.6 Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants