Skip to content

chore(deps): update scalar monorepo to ^0.11.0#31

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/scalar-monorepo
Jun 15, 2026
Merged

chore(deps): update scalar monorepo to ^0.11.0#31
renovate[bot] merged 1 commit into
mainfrom
renovate/scalar-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
@scalar/hono-api-reference (source) imports minor ^0.9.19 -> ^0.11.0 OpenSSF Scorecard

Release Notes

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

v0.11.3

v0.11.2

v0.11.1

v0.11.0

Minor Changes
  • #​9422: Add a nonce option for Content Security Policy support.

    When you pass a nonce, the rendered HTML stamps it onto the inline <script> and the CDN <script> tag (and Scalar's own <style> tags, plus a matching <meta property="csp-nonce">). This lets the API Reference run under a strict script-src with no unsafe-inline and no unsafe-eval.

    ApiReference({
      url: '/openapi.json',
      // Match this value in your `script-src` CSP directive.
      nonce: 'r4nd0m',
    })

    Note: style-src still needs 'unsafe-inline'. The reference renders inline style="…" attributes, which a CSP nonce can never authorize (nonces only apply to <script>, <style> and <link> elements), so a nonce-only style-src is not possible. The win is a fully strict script-src.

v0.10.20

v0.10.19

v0.10.18

v0.10.17

v0.10.16

v0.10.14

v0.10.13

v0.10.12

v0.10.11

v0.10.10

v0.10.9

Patch Changes
  • #​8873: refactor: migrate integrations to client-side rendering package

v0.10.8

v0.10.7

v0.10.6

v0.10.5

v0.10.4

Patch Changes

v0.10.3

Patch Changes
Updated Dependencies

v0.10.2

Patch Changes
Updated Dependencies

v0.10.1

Patch Changes
Updated Dependencies

v0.10.0

Minor Changes
  • #​8322: chore: bump required node version to >=22 (LTS)
Patch Changes
Updated Dependencies

v0.9.48

Patch Changes
Updated Dependencies

v0.9.47

Patch Changes
Updated Dependencies

v0.9.46

Patch Changes
Updated Dependencies

v0.9.45

Patch Changes
Updated Dependencies

v0.9.44

Patch Changes
Updated Dependencies

v0.9.41

Patch Changes
Updated Dependencies

v0.9.40

Patch Changes
Updated Dependencies

v0.9.39

Patch Changes
  • #​7968: fix: export apiReference directly from index, removing the Scalar alias
  • #​7968: fix: remove export from internal customTheme
Updated Dependencies

v0.9.38

Patch Changes
Updated Dependencies

v0.9.37

Patch Changes
Updated Dependencies

v0.9.36

Patch Changes
Updated Dependencies

v0.9.35

Patch Changes
  • #​7810: docs: update documentation domain

v0.9.34

Patch Changes
Updated Dependencies

v0.9.33

Patch Changes
Updated Dependencies

v0.9.32

Patch Changes
Updated Dependencies

v0.9.31

Patch Changes
Updated Dependencies

v0.9.30

Patch Changes
Updated Dependencies

v0.9.28

Patch Changes

v0.9.27

Patch Changes

v0.9.26

Patch Changes

v0.9.25

Patch Changes

v0.9.24

Patch Changes

v0.9.23

Patch Changes

v0.9.22

Patch Changes

v0.9.21

Patch Changes

v0.9.20

Patch Changes

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/scalar-monorepo branch from 4bafd4e to 80d6efa Compare June 15, 2026 08:11
@renovate renovate Bot merged commit 50e4bad into main Jun 15, 2026
6 checks passed
@renovate renovate Bot deleted the renovate/scalar-monorepo branch June 15, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants