Skip to content

chore: Bump the dependencies group with 8 updates - #36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-b71db52b8b
Open

chore: Bump the dependencies group with 8 updates#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-b71db52b8b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 8 updates:

Package From To
@eventuras/ratio-ui 2.13.0 2.16.0
@vitejs/plugin-react 6.0.3 6.0.4
react 19.2.7 19.2.8
@eventuras/markdown 0.13.0 0.14.0
@react-router/dev 8.2.0 8.3.0
@react-router/node 8.2.0 8.3.0
react-dom 19.2.7 19.2.8
react-router 8.2.0 8.3.0

Updates @eventuras/ratio-ui from 2.13.0 to 2.16.0

Release notes

Sourced from @​eventuras/ratio-ui's releases.

@​eventuras/ratio-ui@​2.16.0

Minor Changes

  • 1fbf082: Two-tone (split) chips: <Chip split> renders a segmented key/value pill — <Chip.Key> (darker, meta voice built in) + <Chip.Value> (lighter, semibold, family-neutral) sharing one border and radius. Segment colors read from new --chip-key-bg/-fg and --chip-value-bg/-fg tokens, so scopes re-skin them like any chip (colored keys, square corners) without extra variants.

  • 477960f: Make Footer composable with a set of building blocks.

    New compound subcomponents let you assemble editorial or compact footers from parts instead of hand-writing markup:

    • Footer.Brand — logo + wordmark + a serif mission line
    • Footer.LinkColumn + Footer.Link — titled link stacks; a link can carry a tag badge or an external arrow, and takes an as prop for router links
    • Footer.Publisher — the imprint block (reuses the Publisher shape)
    • Footer.Newsletter — frames a label/hint around your own signup form
    • Footer.Social + Footer.Social.Item — a row of round icon links
    • Footer.BottomBar — the thin copyright/legal row, with an optional top rule

    Everything is token-driven; a dark footer now re-scopes the text and border tokens so blocks stay legible on the deep surface without hardcoded colours. Footer and Footer.Classic are unchanged, so existing footers keep working.

  • 442bbc7: Two small primitives for editorial outlines (className-free consumers):

    • Text gains family ('sans' | 'serif' | 'mono', from the theme's font tokens) and transform ('none' | 'uppercase' — uppercase bundles a modest letter-spacing). Together with size="xs" + variant="subtle" this is the small meta/caption voice (type labels, counts) previously only reachable via className. Text prop types are now exported from core/Text.
    • Stack gains rail — a --border-1 hairline down the left edge with a matching inset, marking children as one level deeper in a hierarchy (outlines, threads, tree levels). Vertical stacks only.
    • Stack align accepts 'baseline' — for horizontal stacks pairing text at different sizes (a title and its caption), so baselines line up instead of boxes.

@​eventuras/ratio-ui@​2.15.0

Minor Changes

  • 68a188a: Heading now forwards standard DOM and ARIA attributes to the rendered element.

    id, style, role, aria-*, event handlers and the other HTML heading attributes now reach the element, so anchor targets like <Heading as="h2" id={slug}> work without wrapping the heading in an id-bearing element. Spacing props are still compiled to utility classes, and

... (truncated)

Changelog

Sourced from @​eventuras/ratio-ui's changelog.

2.16.0

Minor Changes

  • 1fbf082: Two-tone (split) chips: <Chip split> renders a segmented key/value pill — <Chip.Key> (darker, meta voice built in) + <Chip.Value> (lighter, semibold, family-neutral) sharing one border and radius. Segment colors read from new --chip-key-bg/-fg and --chip-value-bg/-fg tokens, so scopes re-skin them like any chip (colored keys, square corners) without extra variants.

  • 477960f: Make Footer composable with a set of building blocks.

    New compound subcomponents let you assemble editorial or compact footers from parts instead of hand-writing markup:

    • Footer.Brand — logo + wordmark + a serif mission line
    • Footer.LinkColumn + Footer.Link — titled link stacks; a link can carry a tag badge or an external arrow, and takes an as prop for router links
    • Footer.Publisher — the imprint block (reuses the Publisher shape)
    • Footer.Newsletter — frames a label/hint around your own signup form
    • Footer.Social + Footer.Social.Item — a row of round icon links
    • Footer.BottomBar — the thin copyright/legal row, with an optional top rule

    Everything is token-driven; a dark footer now re-scopes the text and border tokens so blocks stay legible on the deep surface without hardcoded colours. Footer and Footer.Classic are unchanged, so existing footers keep working.

  • 442bbc7: Two small primitives for editorial outlines (className-free consumers):

    • Text gains family ('sans' | 'serif' | 'mono', from the theme's font tokens) and transform ('none' | 'uppercase' — uppercase bundles a modest letter-spacing). Together with size="xs" + variant="subtle" this is the small meta/caption voice (type labels, counts) previously only reachable via className. Text prop types are now exported from core/Text.
    • Stack gains rail — a --border-1 hairline down the left edge with a matching inset, marking children as one level deeper in a hierarchy (outlines, threads, tree levels). Vertical stacks only.
    • Stack align accepts 'baseline' — for horizontal stacks pairing text at different sizes (a title and its caption), so baselines line up instead of boxes.

2.15.0

Minor Changes

  • 68a188a: Heading now forwards standard DOM and ARIA attributes to the rendered element.

    id, style, role, aria-*, event handlers and the other HTML heading attributes now reach the element, so anchor targets like

... (truncated)

Commits
  • abda0f9 chore: version packages
  • 1fbf082 feat(ratio-ui): two-tone (split) chips — segmented key/value pill
  • e24dc26 Deps: Bump the npm group across 1 directory with 19 updates
  • 5159c0e feat(ratio-ui): QuestionnaireOutline demo, Stack baseline align; fix transfor...
  • 442bbc7 feat(ratio-ui): Text family/transform props + Stack nesting rail
  • 477960f feat(ratio-ui): make Footer composable
  • 5214bc6 chore: version packages
  • d788c0b fix(toc): collapse slug dashes; harden extractHeadings parsing
  • 80cbd81 feat: TOC utilities — shared slugify, getTextContent, extractHeadings
  • 64477b0 fix(ratio-ui): don't clobber a forwarded data-testid on Heading
  • Additional commits viewable in compare view

Updates @vitejs/plugin-react from 6.0.3 to 6.0.4

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@6.0.4

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined. This error is now fixed.

Changelog

Sourced from @​vitejs/plugin-react's changelog.

6.0.4 (2026-07-22)

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined. This error is now fixed.

Commits
  • f4b5498 release: plugin-react@6.0.4
  • 7a40659 fix(react): $RefreshSig$ is not defined with NODE_ENV=production vite dev ...
  • 98b32d4 fix(deps): update react 19.2.8 (#1298)
  • 8ae5449 fix: babel-plugin-react-compiler cannot be imported when used in a framework ...
  • f09ea01 fix(deps): update all non-major dependencies (#1282)
  • See full diff in compare view

Updates react from 19.2.7 to 19.2.8

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates @eventuras/markdown from 0.13.0 to 0.14.0

Release notes

Sourced from @​eventuras/markdown's releases.

@​eventuras/markdown@​0.14.0

Minor Changes

  • ce9a5a7: Add a codeBlock component slot to MarkdownContent — the opt-in seam for syntax highlighting. Pass @eventuras/ratio-ui-shiki's CodeBlock and fenced code blocks highlight (theme-aware, client-side); by default nothing changes and no highlighter code is bundled. The slot receives the exact props the built-in CodeBlock rendering uses (MarkdownCodeBlockProps, exported), so CodeBlock-compatible components are drop-ins that match the default appearance. Inline code and unknown-language fallback are unaffected.
Changelog

Sourced from @​eventuras/markdown's changelog.

0.14.0

Minor Changes

  • ce9a5a7: Add a codeBlock component slot to MarkdownContent — the opt-in seam for syntax highlighting. Pass @eventuras/ratio-ui-shiki's CodeBlock and fenced code blocks highlight (theme-aware, client-side); by default nothing changes and no highlighter code is bundled. The slot receives the exact props the built-in CodeBlock rendering uses (MarkdownCodeBlockProps, exported), so CodeBlock-compatible components are drop-ins that match the default appearance. Inline code and unknown-language fallback are unaffected.
Commits
  • abda0f9 chore: version packages
  • e24dc26 Deps: Bump the npm group across 1 directory with 19 updates
  • ce9a5a7 feat(markdown): add codeBlock slot to MarkdownContent for opt-in syntax highl...
  • See full diff in compare view

Updates @react-router/dev from 8.2.0 to 8.3.0

Release notes

Sourced from @​react-router/dev's releases.

v8.3.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v830

Changelog

Sourced from @​react-router/dev's changelog.

v8.3.0

Minor Changes

  • Restart react-router dev with --conditions=development when not already configured (#15291)

Patch Changes

  • Allow typescript@7 to be used (#15317)

Unstable Changes

⚠️ Unstable features are not recommended for production use

  • Add unstable_rsc/client-version client build version virtual module (#15318)

  • Support the subResourceIntegrity config option in RSC Framework Mode (#15321)

    Migration guide

    No changes are required when using the default RSC SSR entry. If you maintain a custom app/entry.ssr.tsx, import the new virtual module and pass its hashes to React's importMap render option:

    +import subResourceIntegrity from "virtual:react-router/unstable_rsc/subresource-integrity";
    return renderToReadableStream(<RSCStaticRouter getPayload={getPayload} />, {
    ...options,
    bootstrapScriptContent,
    formState,
    
    importMap: subResourceIntegrity
    ? { integrity: subResourceIntegrity }
    : undefined,
    signal: request.signal,
    });
  • Updated dependencies:

  • Commits

    Updates @react-router/node from 8.2.0 to 8.3.0

    Release notes

    Sourced from @​react-router/node's releases.

    v8.3.0

    See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v830

    Changelog

    Sourced from @​react-router/node's changelog.

    v8.3.0

    Patch Changes

    Commits

    Updates react-dom from 19.2.7 to 19.2.8

    Release notes

    Sourced from react-dom's releases.

    19.2.8 (July 21st, 2026)

    React Server Components

    Commits

    Updates react-router from 8.2.0 to 8.3.0

    Release notes

    Sourced from react-router's releases.

    v8.3.0

    See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v830

    Changelog

    Sourced from react-router's changelog.

    v8.3.0

    Patch Changes

    • Encode path params in href/generatePath per RFC 3986 path-segment rules instead of encodeURIComponent (#15310)
      • Characters that are valid literally in a path segment ($ & + , ; = : @ — RFC 3986 pchar) are no longer percent-encoded, so values like a semver build 1.0.0+1 interpolate unchanged instead of becoming 1.0.0%2B1
      • Structural/unsafe characters (/ ? # %, whitespace, non-ASCII) are still escaped exactly as before
    • Use crypto.randomUUID() for createMemorySessionStorage session ids (#15302)
      • createMemorySessionStorage is only intended for local development and testing - sessions are lost when the server restarts
    • Fix NavLink not applying its pending state when to has a trailing slash (#15300)
    • Preserve RSC route component metadata so routes with a clientLoader can skip unnecessary server requests once their components have rendered while still fetching missing server-rendered elements (#15323)
    • Harden RSC CSRF code paths (#15311)
    • Fix server crash (TypeError: Invalid state: Unable to enqueue) when a request is aborted while the RSC HTML stream has a pending flush (#15286)
      • Handle cancellation of the injectRSCPayload readable side, clear the pending flush, and cancel the underlying RSC payload stream

    Unstable Changes

    ⚠️ Unstable features are not recommended for production use

    • Detect stale RSC clients during lazy route discovery and reload the destination document (#15318)

      Migration

      Apps using the default RSC Framework entry do not need to make any changes. Apps with a custom entry.rsc.tsx should import the generated client version and pass it to unstable_matchRSCServerRequest:

      import clientVersion from "virtual:react-router/unstable_rsc/client-version";
      return unstable_matchRSCServerRequest({
      // ...
      clientVersion,
      });

    • Add CSP nonce support to RSC document rendering (#15320)

      • Add nonce options to unstable_routeRSCServerRequest and unstable_RSCStaticRouter
      • Forward the nonce to the HTML renderer and apply it to injected RSC payload scripts and nonce-aware framework components

      To adopt nonce-based CSP, update your entry.ssr.tsx (run react-router reveal entry.ssr first in RSC Framework Mode) to generate a fresh nonce for each request. Pass it to routeRSCServerRequest, spread the renderHTML options into React's HTML renderer, pass options.nonce to RSCStaticRouter, and use the same nonce in the Content-Security-Policy response header:

      const nonce = crypto.randomUUID();
      const response = await routeRSCServerRequest({
        request,
        serverResponse,
        createFromReadableStream,
        nonce,
        async renderHTML(getPayload, options) {
          const payload = getPayload();
          return renderHTMLToReadableStream(

    ... (truncated)

    Commits
    • 2edaca7 Release v8.3.0 (#15294)
    • 687ab72 Prep release notes
    • d2f1f1b update changes files to use h4 instead of h3 (#15334)
    • 8186207 fix(rsc): preserve component metadata for client loader revalidation (#15323)
    • c26e431 feat(rsc): support CSP nonces in document rendering (#15320)
    • 6286f90 feat(rsc): reload stale clients after new deployments (#15318)
    • 3d83ad4 docs: fix useLinkClickHandler defaultShouldRevalidate default description (#1...
    • f75c89f Update docs links to v8 API reference (#15316)
    • baa9ba6 fix: encode path params per RFC 3986 path-segment rules in href/generatePath ...
    • 69debd1 fix: apply NavLink pending state when the to prop has a trailing slash (#15300)
    • Additional commits viewable in compare view

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
    • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

    Bumps the dependencies group with 8 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@eventuras/ratio-ui](https://github.com/losol/ratio-ui/tree/HEAD/packages/ratio-ui) | `2.13.0` | `2.16.0` |
    | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.3` | `6.0.4` |
    | [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` |
    | [@eventuras/markdown](https://github.com/losol/ratio-ui/tree/HEAD/packages/markdown) | `0.13.0` | `0.14.0` |
    | [@react-router/dev](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev) | `8.2.0` | `8.3.0` |
    | [@react-router/node](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-node) | `8.2.0` | `8.3.0` |
    | [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` |
    | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `8.2.0` | `8.3.0` |
    
    
    Updates `@eventuras/ratio-ui` from 2.13.0 to 2.16.0
    - [Release notes](https://github.com/losol/ratio-ui/releases)
    - [Changelog](https://github.com/losol/ratio-ui/blob/main/packages/ratio-ui/CHANGELOG.md)
    - [Commits](https://github.com/losol/ratio-ui/commits/@eventuras/ratio-ui@2.16.0/packages/ratio-ui)
    
    Updates `@vitejs/plugin-react` from 6.0.3 to 6.0.4
    - [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
    - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.4/packages/plugin-react)
    
    Updates `react` from 19.2.7 to 19.2.8
    - [Release notes](https://github.com/react/react/releases)
    - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)
    
    Updates `@eventuras/markdown` from 0.13.0 to 0.14.0
    - [Release notes](https://github.com/losol/ratio-ui/releases)
    - [Changelog](https://github.com/losol/ratio-ui/blob/main/packages/markdown/CHANGELOG.md)
    - [Commits](https://github.com/losol/ratio-ui/commits/@eventuras/markdown@0.14.0/packages/markdown)
    
    Updates `@react-router/dev` from 8.2.0 to 8.3.0
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dev/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/@react-router/dev@8.3.0/packages/react-router-dev)
    
    Updates `@react-router/node` from 8.2.0 to 8.3.0
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-node/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/@react-router/node@8.3.0/packages/react-router-node)
    
    Updates `react-dom` from 19.2.7 to 19.2.8
    - [Release notes](https://github.com/react/react/releases)
    - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)
    
    Updates `react-router` from 8.2.0 to 8.3.0
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/react-router@8.3.0/packages/react-router)
    
    ---
    updated-dependencies:
    - dependency-name: "@eventuras/ratio-ui"
      dependency-version: 2.16.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: "@vitejs/plugin-react"
      dependency-version: 6.0.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: react
      dependency-version: 19.2.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: "@eventuras/markdown"
      dependency-version: 0.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: "@react-router/dev"
      dependency-version: 8.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: "@react-router/node"
      dependency-version: 8.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: react-dom
      dependency-version: 19.2.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: react-router
      dependency-version: 8.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 1, 2026
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants