Skip to content

Update Docs - Minor Revisions#923

Merged
kawaijoe merged 1 commit into
mainfrom
renovate/docs-minor-revisions
May 12, 2026
Merged

Update Docs - Minor Revisions#923
kawaijoe merged 1 commit into
mainfrom
renovate/docs-minor-revisions

Conversation

@renovate

@renovate renovate Bot commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opennextjs/cloudflare (source) 1.19.81.19.9 age adoption passing confidence
eslint-config-next (source) 16.2.416.2.6 age adoption passing confidence
fumadocs-core (source) 16.6.1716.8.9 age adoption passing confidence
fumadocs-mdx (source) 14.2.1014.3.2 age adoption passing confidence
fumadocs-ui (source) 16.6.1716.8.9 age adoption passing confidence
mermaid 11.14.011.15.0 age adoption passing confidence
tailwind-merge 3.5.03.6.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

opennextjs/opennextjs-cloudflare (@​opennextjs/cloudflare)

v1.19.9

Compare Source

Patch Changes
vercel/next.js (eslint-config-next)

v16.2.6

Compare Source

v16.2.5

Compare Source

fuma-nama/fumadocs (fumadocs-core)

v16.8.8

Compare Source

Patch Changes
  • b494c8d: Support copy ID in headings
  • 03626ba: [Search UI] show ctrl for Linux machines
    • fumadocs-core@​16.8.8

v16.8.7

Compare Source

Patch Changes
  • 34f37f3: hotfix TOC
    • fumadocs-core@​16.8.7

v16.8.6

Compare Source

Patch Changes
  • 1aa48d0: fix RTL layout for Clerk style
    • fumadocs-core@​16.8.6

v16.8.5

Compare Source

Patch Changes
  • 79d3209: Narrow schema type for private OpenAPI properties

v16.8.4

Compare Source

Patch Changes
  • 61b15e9: fix Shiki languages not loaded under lazy mode
  • 1a5433c: Support $ in locale for page tree generation

v16.8.3

Compare Source

Patch Changes
  • 8082ef6: Add legacy/layout for versions prior to 16.2
  • 8082ef6: Add css/preset-legacy.css for versions prior to 16.2
  • 8082ef6: Add legacy/sidebar for versions prior to 16.2
    • fumadocs-core@​16.8.3

v16.8.2

Compare Source

Patch Changes
  • 0e8405a: Update default OG image
    • fumadocs-core@​16.8.2

v16.8.1

Patch Changes
  • 3ae8809: Improve TOC sizing
    • fumadocs-core@​16.8.1

v16.7.16

Compare Source

Patch Changes
  • f2c6e59: Reduce iterations for calculating TOC track
  • 9cf33e9: Improve inline code output
  • 9cf33e9: Support async hooks in Shiki transformers
  • Updated dependencies [9cf33e9]
  • Updated dependencies [9cf33e9]
    • fumadocs-core@​16.7.16

v16.7.15

Compare Source

Patch Changes
  • c731a92: Implement selective re-render for TOC
  • ccad791: Expose next-themes
  • Updated dependencies [e1567e2]
  • Updated dependencies [9a200c8]
  • Updated dependencies [c731a92]
  • Updated dependencies [a4189ce]
    • fumadocs-core@​16.7.15

v16.7.14

Compare Source

Patch Changes
  • 2d8f596: fix npm pack skipping nested node_modules

v16.7.13

Compare Source

Patch Changes

v16.7.12

Compare Source

Patch Changes
  • a5dcc11: allow to specify <TOCItems /> props
  • 56f7e5b: Improve TOC thumb box
    • fumadocs-core@​16.7.12

v16.7.11

Compare Source

Patch Changes
  • Updated dependencies [5524927]
  • Updated dependencies [d47c4f1]
    • fumadocs-core@​16.7.11

v16.7.10

Compare Source

Patch Changes
  • fumadocs-core@​16.7.10

v16.7.9

Compare Source

Patch Changes
  • f580ef6: Fix deserialized page tree item name styles

v16.7.8

Compare Source

Patch Changes
  • f7e69a6: Redesign sidebar footer
    • fumadocs-core@​16.7.8

v16.7.7

Compare Source

Patch Changes
  • 9eb3c84: fix TOC line offset
  • 0f39a9f: Improve TOC rendering for steps
  • Updated dependencies [0a6507b]
    • fumadocs-core@​16.7.7

v16.7.6

Compare Source

Patch Changes
  • 6849807: Fix shiki.css padding
    • fumadocs-core@​16.7.6

v16.7.5

Compare Source

Patch Changes
  • 55479b3: Improve TOC detection logic
  • f9e6367: auto-close TOC popover
  • Updated dependencies [55479b3]
    • fumadocs-core@​16.7.5

v16.7.4

Compare Source

Patch Changes
  • 57c83a5: fix toc
    • fumadocs-core@​16.7.4

v16.7.3

Compare Source

Patch Changes
  • fumadocs-core@​16.7.3

v16.7.2

Compare Source

Patch Changes
  • 652c725: Simplify internal types
    • fumadocs-core@​16.7.2

v16.7.1

Compare Source

Patch Changes

v16.7.0

Compare Source

Minor Changes
  • 8bdee70: Implement renderer API for replacing layout components, deprecate old options
  • bdffeba: Improved defineI18nUI() usage: allow language translations to be defined at root config.
  • f45d703: stablize Shiki factory API
Patch Changes
  • 3d17757: Improve <GithubInfo /> component
  • Updated dependencies [f45d703]
  • Updated dependencies [45aa454]
    • fumadocs-core@​16.7.0
mermaid-js/mermaid (mermaid)

v11.15.0

Compare Source

Minor Changes
  • #​7174 0aca217 Thanks @​milesspencer35! - feat(sequence): Add support for decimal start and increment values in the autonumber directive

  • #​7512 8e17492 Thanks @​aruncveli! - feat(flowchart): add datastore shape

    In Data flow diagrams, a datastore/warehouse/file/database is used to represent data persistence. It is denoted by a rectangle with only top and bottom borders, and can be used in flowcharts with A@{ shape: datastore, label: "Datastore" }.

  • #​6440 9ad8dde Thanks @​yordis, @​lgazo! - feat: add Event Modeling diagram

  • #​7707 27db774 Thanks @​txmxthy! - feat(architecture): expose four fcose layout knobs for architecture-beta diagrams (nodeSeparation, idealEdgeLengthMultiplier, edgeElasticity, numIter) so authors can tune layout density and spread overlapping siblings without changing diagram source

  • #​7604 bf9502f Thanks @​M-a-c! - feat(class): add nested namespace support for class diagrams via dot notation and syntactic nesting

    If you have namespaces in class diagrams that use .s already and want to render them without nesting (≤v11.14.0 behaviour), you can use set class.hierarchicalNamespaces=false in your mermaid config:

    config:
      class:
        hierarchicalNamespaces: false
  • #​7272 88cdd3d Thanks @​xinbenlv! - feat(sankey): add outlined label style, configurable nodeWidth/nodePadding, and custom node colors

Patch Changes
  • #​7737 e9b0f34 Thanks @​ashishjain0512! - fix: prevent unbalanced CSS styles in classDefs

  • #​7737 37ff937 Thanks @​ashishjain0512! - fix: create CSS styles using the CSSOM

    This removes some invalid CSS and normalizes some CSS formatting.

  • #​7508 bfe60cc Thanks @​biiab! - fix(stateDiagram): end note now only closes a note when used on a new line

  • #​7737 faafb5d Thanks @​ashishjain0512! - fix(gantt): add iteration limit for excludes field

  • #​7737 65f8be2 Thanks @​ashishjain0512! - fix: disallow some CSS at-rules in custom CSS

  • #​7726 1502f32 Thanks @​aloisklink! - fix(wardley): fix unnecessary sanitization of text

  • #​7578 1f98db8 Thanks @​Gaston202! - fix(class): self-referential class multiplicity labels no longer rendered multiple times

    Fixes #​7560. Resolves an issue where cardinality labels on self-referential class relationships were rendered three times due to edge splitting in the dagre layout. The fix ensures that each sub-edge only carries its relevant label positions.

  • #​7592 2343e38 Thanks @​knsv-bot! - fix(sequence): add background box behind alt/else section title labels in sequence diagrams

  • #​7589 7fb9509 Thanks @​NYCU-Chung! - fix(block): prevent column widths from shrinking when mixing different column spans

  • #​7632 3f9e0f1 Thanks @​ekiauhce! - fix(sequence): correct messageAlign label position for right-to-left arrows in sequence diagrams

  • #​7642 7a8fb85 Thanks @​tractorjuice! - fix(wardley): allow hyphens in unquoted component names

    Multi-word names containing hyphens — e.g. real-time processing, end-user, on-call engineer — now parse without quoting, bringing the grammar in line with the OnlineWardleyMaps (OWM) convention. A->B (no-space arrow) still tokenises correctly.

  • #​7523 5144ed4 Thanks @​darshanr0107! - fix(block): Arrow blocks in block-beta diagrams not spanning the specified number of columns when using :n syntax.

  • #​7262 13d9bfa Thanks @​darshanr0107! - fix(block): Ensure block diagram hexagon blocks respect column spanning syntax

  • #​7684 e14bb88 Thanks @​aloisklink! - fix: loosen uuid dependency range to allow v14

    Mermaid does not use any of the vulnerable code in CVE-2026-41907,
    but this allows users to silence any npm audit alerts on it.

  • #​7633 9217c0d Thanks @​Felix-Garci! - fix(block): add support for all arrow types in block diagrams

  • #​7587 5e7eb62 Thanks @​MaddyGuthridge! - chore: drop lodash-es in favour of es-toolkit

  • #​7693 afaf306 Thanks @​dull-bird! - fix(quadrant-chart): allow CJK, emoji, Latin-1 accented characters, and other non-ASCII text in unquoted axis/quadrant/point labels.

    Previously the lexer only matched ASCII [A-Za-z]+ for text tokens, even though the grammar referenced UNICODE_TEXT. Bare Chinese, Japanese, Korean, emoji, and accented Latin characters in labels caused a parse error. Added a [^\x00-\x7F]+ lexer rule to emit UNICODE_TEXT and included it in the alphaNumToken grammar rule.

    Fixes #​7120.

  • #​7737 4755553 Thanks @​ashishjain0512! - fix: improve D3 types for mermaidAPI funcs

  • #​7737 6476973 Thanks @​ashishjain0512! - fix: handle & when namespacing CSS rules

  • #​7520 8c1a0c1 Thanks @​RodrigojndSantos! - fix(stateDiagram): comments starting with one % are no longer treated as comments

    Switch to using two %% if you want to write a comment.

  • Updated dependencies [7a8fb85, 675a64c]:

dcastil/tailwind-merge (tailwind-merge)

v3.6.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on wednesday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@auto-maid

auto-maid Bot commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

Documentation Preview

Latest Commit SHA 232800b
Preview URL https://f0a5a657-forui-docs-dev.duobase.workers.dev/docs

You're seeing this because the docs/samples were updated.

@renovate renovate Bot force-pushed the renovate/docs-minor-revisions branch from ae1db8f to bf05dfc Compare March 18, 2026 03:43
@renovate renovate Bot force-pushed the renovate/docs-minor-revisions branch 2 times, most recently from 2692235 to 3484f90 Compare March 18, 2026 16:37
@renovate renovate Bot force-pushed the renovate/docs-minor-revisions branch 2 times, most recently from 446c045 to 0a3be8b Compare March 18, 2026 20:42

@kawaijoe kawaijoe left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preview is throwing an error.

kawaijoe added a commit that referenced this pull request Mar 19, 2026
Combine Renovate PRs #923 (minor dependency updates) and #926 (eslint major bump):
- Upgrade Next.js from 16.1.7 to 16.2.0 and related packages
- Update fumadocs (core/mdx/ui) to latest patch versions
- Bump Tailwind CSS 4.1.18 → 4.2.2 with supporting packages
- Update React 19.2.3 → 19.2.4 and related dependencies
- Update utilities: prettier, postcss, zod, wrangler, and others

Note: Skipped eslint 9 → 10 major bump due to upstream compatibility issues with
@typescript-eslint/utils (used by eslint-config-next). Will wait for typescript-eslint 9.x.

Verified: pnpm lint and Next.js build (all 144 pages generated successfully).
kawaijoe added a commit that referenced this pull request Mar 19, 2026
* chore(docs): upgrade dependencies from PRs #923 and #926

Combine Renovate PRs #923 (minor dependency updates) and #926 (eslint major bump):
- Upgrade Next.js from 16.1.7 to 16.2.0 and related packages
- Update fumadocs (core/mdx/ui) to latest patch versions
- Bump Tailwind CSS 4.1.18 → 4.2.2 with supporting packages
- Update React 19.2.3 → 19.2.4 and related dependencies
- Update utilities: prettier, postcss, zod, wrangler, and others

Note: Skipped eslint 9 → 10 major bump due to upstream compatibility issues with
@typescript-eslint/utils (used by eslint-config-next). Will wait for typescript-eslint 9.x.

Verified: pnpm lint and Next.js build (all 144 pages generated successfully).

* chore(docs): revert next 16.2.0, keep other upgrades

Revert Next.js to 16.1.7 — @opennextjs/cloudflare doesn't handle the new
prefetch-hints.json manifest from Next.js 16.2, causing 500 errors on
Cloudflare Workers.

Also reverts eslint-config-next and @next/third-parties to match.
@renovate renovate Bot force-pushed the renovate/docs-minor-revisions branch from 0a3be8b to e632607 Compare March 19, 2026 03:58
@renovate renovate Bot changed the title chore(deps): update docs - minor revisions chore(deps): update docs - minor revisions to v16.2.0 Mar 19, 2026
@kawaijoe

Copy link
Copy Markdown
Contributor

Update of nextjs is blocked by: opennextjs/opennextjs-cloudflare#1157

Upgrading other smaller dependencies in a separate pr for the time being: #931

@renovate renovate Bot force-pushed the renovate/docs-minor-revisions branch from e632607 to 0b540a7 Compare March 19, 2026 17:34
@renovate renovate Bot changed the title chore(deps): update docs - minor revisions to v16.2.0 chore(deps): update docs - minor revisions Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/docs-minor-revisions branch 5 times, most recently from 3874dcf to 318bdc9 Compare March 21, 2026 14:20
Pante pushed a commit that referenced this pull request Mar 21, 2026
* chore(docs): upgrade dependencies from PRs #923 and #926

Combine Renovate PRs #923 (minor dependency updates) and #926 (eslint major bump):
- Upgrade Next.js from 16.1.7 to 16.2.0 and related packages
- Update fumadocs (core/mdx/ui) to latest patch versions
- Bump Tailwind CSS 4.1.18 → 4.2.2 with supporting packages
- Update React 19.2.3 → 19.2.4 and related dependencies
- Update utilities: prettier, postcss, zod, wrangler, and others

Note: Skipped eslint 9 → 10 major bump due to upstream compatibility issues with
@typescript-eslint/utils (used by eslint-config-next). Will wait for typescript-eslint 9.x.

Verified: pnpm lint and Next.js build (all 144 pages generated successfully).

* chore(docs): revert next 16.2.0, keep other upgrades

Revert Next.js to 16.1.7 — @opennextjs/cloudflare doesn't handle the new
prefetch-hints.json manifest from Next.js 16.2, causing 500 errors on
Cloudflare Workers.

Also reverts eslint-config-next and @next/third-parties to match.
@renovate renovate Bot force-pushed the renovate/docs-minor-revisions branch 4 times, most recently from dbdeb26 to 7eaf04a Compare March 23, 2026 22:05
@renovate renovate Bot force-pushed the renovate/docs-minor-revisions branch 4 times, most recently from c309ce1 to b35f9b8 Compare April 8, 2026 15:08
@renovate renovate Bot changed the title chore(deps): update docs - minor revisions Update Docs - Minor Revisions Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/docs-minor-revisions branch 13 times, most recently from d05db64 to b9ee621 Compare April 15, 2026 08:36
@renovate renovate Bot force-pushed the renovate/docs-minor-revisions branch 9 times, most recently from 4a5335c to 78c0056 Compare April 21, 2026 21:14
@Pante

Pante commented May 11, 2026

Copy link
Copy Markdown
Member

@kawaijoe can you have a look at this again? I believe that fixed the issue upstream.

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.

2 participants