Skip to content

deps(deps): bump the minor-patch group across 1 directory with 4 updates - #27

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-patch-ca618c8196
Open

deps(deps): bump the minor-patch group across 1 directory with 4 updates#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-patch-ca618c8196

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-patch group with 4 updates in the / directory: @eventuras/ratio-ui, lucide-react, next and openid-client.

Updates @eventuras/ratio-ui from 2.19.0 to 2.22.0

Release notes

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

ratio-ui v2.22.0

What's Changed

Full Changelog: https://github.com/losol/ratio-ui/compare/@​eventuras/[email protected]...@​eventuras/[email protected]

Changelog

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

2.22.0

Minor Changes

  • 991f889: New built-in ink theme — quiet, near-black, elegant: the palette a site wears when it wants to be still (a memorial page, an evening programme, a literary brand). Semantic tokens only, in two arms on the named-theme axes: data-theme="ink" is paper — a greyer, quieter Linen with the ink as brand — and data-color-scheme="dark" is the ink itself, warm near-black with paper as brand, so buttons and links go quiet without any component knowing. One restrained ochre accent; status colours stay semantic. The primary scale is a warm-grey ramp too, so chrome that reaches for a step directly (navbar pills, steppers, toggles) goes quiet as well. For a site that is always ink, pin data-color-scheme="dark" rather than syncing it to the OS — the dark: utilities key on the attribute, so a theme cannot be dark on its own (explained in docs/authoring-themes.md). Mourning becomes a recipe with no occasion CSS: ink pinned dark plus data-motion="none". Storybook's mode switch gains 🖋️ Ink and 📄 Ink paper.

2.21.0

Minor Changes

  • 76efc1b: Occasions in Hero, completing the set opened in Navbar. Hero.Motif is the silhouette slot: one SVG in one colour, anchored to the bottom-right corner and always cropped by the hero's edge, aria-hidden. arcs draws concentric multiply rings off the top-right corner, one per colour — the brand mark's circle at hero scale, for flag colours. Hero.Watermark sets display text as a background layer — years, a volume number, a date — in outline serif in the surface's own ink, so it reads on light and dark heroes alike. variant="memorial" is the memorial hero: an ink surface with fine grain and a black band across the top-left corner — a fixed variant whose effects come with it, not as free tools; add the years with a watermark.

    The hero and its parts carry stable hook classes (ratio-hero, ratio-hero__eyebrow, __title, __lead) for an app's [data-occasion] rules; docs/occasions.md now covers both components.

  • d95a0dc: Occasions in Navbar — the named openings an app can fill on a marked day (a season, a pride week, a national day) without touching layout. Navbar.Motif is the motif slot at the bar's right edge: one SVG silhouette in currentColor, 32px tall, hidden below 880px, aria-hidden; entry slides it in once on page load and then keeps still. wash paints one multiply zone per colour behind the bar (flag colours).

    The bar and its parts now carry stable hook classes (ratio-navbar, ratio-navbar__brand, __links, __link, __actions) so an app can style an occasion's surface and text from one [data-occasion] rule. And data-motion="none" on <html> (or any ancestor) stops every animation and transition beneath it — the switch a mourning occasion flips. The recipe is

... (truncated)

Commits
  • 8a67ffe chore: version packages
  • 991f889 feat(ratio-ui): ink theme — quiet near-black palette in two arms
  • 3e22316 chore: version packages
  • a52c03e Deps: Bump the npm group across 1 directory with 7 updates
  • 76efc1b feat(ratio-ui): Hero occasion slots — motif, arcs, watermark and the memorial...
  • d95a0dc feat(ratio-ui): Navbar occasion slots — motif, wash, hook classes and a motio...
  • 9912352 chore(ratio-ui): SectionNav story on --scroll-margin-top and a CSS-length top
  • 277b01d chore: version packages
  • e2639ee feat(ratio-ui): Navbar nav props, aria-current and surface glass; safelist wh...
  • b7fc73c feat(ratio-ui): add SectionNav, deprecate NavList
  • Additional commits viewable in compare view

Updates lucide-react from 1.32.0 to 1.33.0

Release notes

Sourced from lucide-react's releases.

Version 1.33.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.32.0...1.33.0

Commits

Updates next from 16.3.1 to 16.3.2

Release notes

Sourced from next's releases.

v16.3.2

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • [backport] Scope app-entry export validation to files inside the app directory (#97357)
  • [backport] Fix catch-all index page being served for every other slug (#97416)
  • [16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)
  • [16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)
  • [16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)
  • [16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static PAT (#97603)

Credits

Huge thanks to @​lubieowoce, @​unstubbable, @​timneutkens, @​mischnic, and @​eps1lon for helping!

Commits
  • d0ac882 v16.3.2
  • 81deb92 [16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static ...
  • cd714d9 [16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)
  • 5ac2327 [16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)
  • 0ccb3e7 [16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)
  • f4dc7c8 [backport] Fix catch-all index page being served for every other slug (#97416)
  • eba236b [backport] Scope app-entry export validation to files inside the app director...
  • See full diff in compare view

Updates openid-client from 6.8.6 to 6.8.7

Release notes

Sourced from openid-client's releases.

v6.8.7

Fixes

  • allow destructuring the claims helper (38bd8c0), references #887
Changelog

Sourced from openid-client's changelog.

6.8.7 (2026-08-20)

Fixes

  • allow destructuring the claims helper (38bd8c0), references #887
Commits

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 minor-patch group with 4 updates in the / directory: [@eventuras/ratio-ui](https://github.com/losol/ratio-ui/tree/HEAD/packages/ratio-ui), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [next](https://github.com/vercel/next.js) and [openid-client](https://github.com/panva/openid-client).


Updates `@eventuras/ratio-ui` from 2.19.0 to 2.22.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/[email protected]/packages/ratio-ui)

Updates `lucide-react` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.33.0/packages/lucide-react)

Updates `next` from 16.3.1 to 16.3.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.3.1...v16.3.2)

Updates `openid-client` from 6.8.6 to 6.8.7
- [Release notes](https://github.com/panva/openid-client/releases)
- [Changelog](https://github.com/panva/openid-client/blob/main/CHANGELOG.md)
- [Commits](panva/openid-client@v6.8.6...v6.8.7)

---
updated-dependencies:
- dependency-name: "@eventuras/ratio-ui"
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: lucide-react
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: next
  dependency-version: 16.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: openid-client
  dependency-version: 6.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 31, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants