Skip to content

fix(deps): update all non-major dependencies (minor)#591

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies (minor)#591
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 8, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@base-ui/react (source) 1.3.01.5.0 age adoption passing confidence
@haklex/rich-editor (source) 0.0.1050.15.9 age adoption passing confidence
@haklex/rich-kit-shiro (source) 0.0.1050.5.0 age adoption passing confidence
@lexical/code (source) ^0.41.0^0.44.0 age adoption passing confidence
@lexical/link (source) ^0.41.0^0.44.0 age adoption passing confidence
@lexical/list (source) ^0.41.0^0.44.0 age adoption passing confidence
@lexical/markdown (source) ^0.41.0^0.44.0 age adoption passing confidence
@lexical/react (source) ^0.41.0^0.44.0 age adoption passing confidence
@lexical/rich-text (source) ^0.41.0^0.44.0 age adoption passing confidence
@​mx-space/api-client 2.3.02.4.2 age adoption passing confidence
@​mx-space/webhook 0.5.00.8.3 age adoption passing confidence
@next/bundle-analyzer (source) 16.1.516.2.6 age adoption passing confidence
@shikijs/transformers (source) 3.21.03.23.0 age adoption passing confidence
@tailwindcss/postcss (source) ^4.2.1^4.3.0 age adoption passing confidence
@tanstack/query-async-storage-persister (source) 5.90.225.100.14 age adoption passing confidence
@tanstack/react-query (source) 5.90.205.100.14 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.91.25.100.14 age adoption passing confidence
@tanstack/react-query-persist-client (source) 5.90.225.100.14 age adoption passing confidence
@types/node (source) 25.0.1025.9.1 age adoption passing confidence
@vercel/functions (source) 3.3.63.6.0 age adoption passing confidence
autoprefixer 10.4.2310.5.0 age adoption passing confidence
code-inspector-plugin (source) 1.4.11.5.1 age adoption passing confidence
date-fns ^4.1.0^4.3.0 age adoption passing confidence
dotenv 17.2.317.4.2 age adoption passing confidence
es-toolkit (source) 1.44.01.47.0 age adoption passing confidence
foxact (source) 0.2.520.3.4 age adoption passing confidence
fuse.js (source) 7.1.07.3.0 age adoption passing confidence
jotai 2.16.22.20.0 age adoption passing confidence
katex (source) 0.16.280.17.0 age adoption passing confidence
lexical (source) ^0.41.0^0.44.0 age adoption passing confidence
lint-staged 16.2.716.4.0 age adoption passing confidence
motion 12.29.212.40.0 age adoption passing confidence
pnpm (source) 10.27.010.33.4 age adoption passing confidence
postcss-js 5.0.35.1.0 age adoption passing confidence
shiki (source) 3.21.03.23.0 age adoption passing confidence
tailwind-merge 3.4.03.6.0 age adoption passing confidence
tailwindcss (source) 4.1.184.3.0 age adoption passing confidence
taze 19.9.219.14.1 age adoption passing confidence
tsdown (source) 0.14.00.14.2 age adoption passing confidence

Release Notes

mui/base-ui (@​base-ui/react)

v1.5.0

Compare Source

May 19, 2026

General changes
Alert Dialog
Autocomplete
Checkbox
Combobox
Dialog
Drawer
Field
Form
Menu
Navigation Menu
Number Field
OTP Field
Popover
Preview Card
Scroll Area
Select
Tabs
Toast
Tooltip

All contributors of this release in alphabetical order: @​aeterno-caspian, @​arturbien, @​atomiks, @​flaviendelangle, @​Janpot, @​lunaxislu, @​lyzno1, @​mattrothenberg, @​michaldudak, @​mj12albert, @​nami8824, @​sai6855, @​stefee, @​twillhorn

v1.4.1

Compare Source

Apr 20, 2026

General Changes
Navigation Menu

All contributors of this release in alphabetical order : @​atomiks, @​LukasTy

v1.4.0

Compare Source

Apr 13, 2026

General Changes
Alert Dialog
Autocomplete
Avatar
Checkbox
Collapsible
Combobox
Dialog
Drawer
Field
Menu
Navigation Menu
Number Field
OTP Field
  • Add preview OTPField component for one-time password and verification code entry (#​4365) by @​atomiks
Popover
Preview Card
Select
Slider
Switch
Tabs
Toast
Toggle Group

All contributors of this release in alphabetical order : @​arturbien, @​atomiks, @​CiscoFran10, @​devxoul, @​flaviendelangle, @​kyrregjerstad, @​LukasTy, @​lunaxislu, @​mattrothenberg, @​mdm317, @​michaldudak, @​mj12albert, @​Profesor08, @​ryanrhee, @​sai6855, @​tsbehlman

Innei/haklex (@​haklex/rich-editor)

v0.15.9

Compare Source

v0.15.7

Compare Source

v0.15.6

Compare Source

v0.15.5

Compare Source

v0.15.1

Compare Source

Summary

Patch release fixing the mermaid renderer's loading UI and preventing layout shift on render.

Bug Fixes

  • @haklex/rich-renderer-mermaid — Loading state no longer exposes the raw mermaid source code. Replaced with a vertical spinner + "Rendering diagram…" label. All three states (loading / error / success) now share a content-derived minHeight from a new diagram-type-aware estimator, eliminating layout shift (CLS = 0 in the common case).

Bump rationale

Package Diff signal Bump
@haklex/rich-renderer-mermaid Internal UX fix; no export/Context/public-theme-class change patch

Shared version → all @haklex/* go to v0.15.1.

Migration

None required. Drop-in compatible with v0.15.0.

v0.15.0

Compare Source

Summary

This release extracts LiteXML clipboard handling from the editor core into a standalone plugin and reworks @haklex/rich-litexml to ship platform-specific entries (browser uses native DOMParser, node uses linkedom for SSR). Numerous internal refactors migrate to /static sub-path imports and the build pipeline moves to unplugin-dts.

Breaking Changes

  • @haklex/rich-editor's MarkdownPastePlugin no longer detects LiteXML on paste. Downstream consumers that relied on pasting Haklex XML now MUST install and render the new plugin.

    Migration:

    pnpm add @​haklex/rich-plugin-litexml-paste@^0.15.0
    import { LiteXmlPastePlugin } from '@​haklex/rich-plugin-litexml-paste'
    
    <RichEditor ...>
      <LiteXmlPastePlugin />
      {/* other plugins */}
    </RichEditor>
  • @haklex/rich-litexml . export is now conditional (browser / node). Consumers with bundlers that don't support package exports conditions (very old setups) may pick up the node entry which depends on linkedom. Modern Vite / Next.js / esbuild handle this automatically.

Features

  • NEW package @haklex/rich-plugin-litexml-paste — standalone LiteXML paste plugin with detectLiteXml / parseLiteXmlSerializedNodes helpers.
  • @haklex/rich-litexml ships split entries: dist/browser.mjs (native DOMParser) and dist/node.mjs (linkedom for server-side parsing).

Other

  • Migrate to /static sub-path imports across rich-ext-* and rich-renderer-* packages — slimmer trees for read-only renderer paths.
  • Bump dependencies to latest (@base-ui/react@1.5.0, shiki@4.1.0, vitest@4.1.7, etc.) and migrate build pipeline from vite-plugin-dtsunplugin-dts.
  • release-orchestrator skill: surface draft edit URL instead of tag view.

Bump rationale

Package Signal Bump
@haklex/rich-litexml New conditional . export (browser/node) minor
@haklex/rich-editor MarkdownPastePlugin loses LiteXML detection (extracted) minor
@haklex/rich-plugin-litexml-paste NEW package — first publish (new)
@haklex/rich-renderer-mermaid useMermaidRender internal refactor patch
Other rich-ext-* / rich-renderer-* /static import migration patch

Highest-wins across the shared version → minor (0.14.1 → 0.15.0).

v0.14.1

Compare Source

Summary

Patch release fixing chat bubble vertical alignment in @haklex/rich-ext-chat. The article bubble now stretches to fill the flex track and aligns to the top of its row, eliminating a layout glitch where short messages floated off the avatar baseline.

Breaking Changes

None.

Features

None.

Bug Fixes

  • @haklex/rich-ext-chat — article bubble now sets flex: 1 1 auto and alignItems: flex-start, fixing top-of-row alignment with avatars (618a9435).

Other

None.

Bump rationale

Package Diff signal Bump
@haklex/rich-ext-chat CSS-only layout tweak in src/styles.css.ts (+2 lines) — no exports, no API, no peer changes patch

Shared-version highest-wins → patch0.14.0 → 0.14.1. All 37 @haklex/* packages were bumped and republished together to keep the version chain coherent.

v0.14.0

Compare Source

Summary

v0.14.0 rebuilds how nested-doc, excalidraw, image, and gallery nodes expand into dialogs. The previous PresentDialogProvider / usePresentDialog bridge from @haklex/rich-editor is gone — every "expand on click" affordance now flows through a per-module onExpand callback wired via the new configurable-module API (module.setup({ onExpand })). Hosts get full control of dialog presentation; renderer packages drop their hidden dependency on the editor context.

Breaking Changes

  • @haklex/rich-editor: removed PresentDialogProvider, usePresentDialog, PresentDialogFn, PresentDialogProps (and the ./present-dialog subpath entry).
    • Migration: replace <PresentDialogProvider value={presentDialog}> + usePresentDialog() usage with per-module .setup({ onExpand }). For example:
      import { nestedDocModule } from '@&#8203;haklex/rich-compose/modules/nested-doc'
      import { excalidrawModule } from '@&#8203;haklex/rich-compose/modules/excalidraw'
      
      const configuredNestedDoc = nestedDocModule.setup({
        onExpand: ({ content, title, target }) => presentDialog({ content, title }),
      })
      const configuredExcalidraw = excalidrawModule.setup({
        onExpand: ({ content, theme, target }) => presentDialog({ content, theme }),
      })
    • Custom overrides that previously called usePresentDialog() should switch to useNestedDocConfig().onExpand / useExcalidrawModuleConfig().onExpand from the matching @haklex/rich-compose/modules/<name> entry.

Features

  • @haklex/rich-compose: new defineConfigurableModule helper. Every expand-capable module (nested-doc, excalidraw, image, gallery) now exposes module.setup(config) and a matching useConfig() hook for its renderer.
  • @haklex/rich-compose/modules/image: new imageModule with onClick configuratio

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "after 9pm,before 9am"
  • 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.

@renovate renovate Bot added the renovate label Jun 8, 2025
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 8, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
shiro Error Error May 28, 2026 6:18pm

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 4430c8c to a7a3091 Compare June 10, 2025 14:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a7a3091 to 3ea8a68 Compare June 11, 2025 19:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3ea8a68 to c1e9cfc Compare June 12, 2025 16:10
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c1e9cfc to 14d9adb Compare June 13, 2025 15:31
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 14d9adb to 8d7e342 Compare June 13, 2025 19:10
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8d7e342 to d50f8f9 Compare June 14, 2025 13:12
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d50f8f9 to 2bbbd84 Compare June 15, 2025 14:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2bbbd84 to a46c308 Compare June 16, 2025 16:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a46c308 to f457bd7 Compare June 16, 2025 23:10
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f457bd7 to af81819 Compare June 17, 2025 17:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from af81819 to 1950352 Compare June 18, 2025 20:15
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1950352 to b9b7e5c Compare June 19, 2025 15:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b9b7e5c to aa6536d Compare June 20, 2025 15:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from aa6536d to d14e0e7 Compare June 20, 2025 21:01
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3c59a96 to a09b11c Compare June 25, 2025 14:48
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a09b11c to 59ded33 Compare June 25, 2025 19:56
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 59ded33 to d76719b Compare June 26, 2025 19:39
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d76719b to ad8a622 Compare June 26, 2025 22:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ad8a622 to 627db41 Compare June 27, 2025 17:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 627db41 to fe11f17 Compare June 27, 2025 21:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fe11f17 to 0b65203 Compare June 28, 2025 17:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0b65203 to f2e07e8 Compare June 30, 2025 15:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f2e07e8 to 826e558 Compare June 30, 2025 22:07
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 826e558 to 1c90724 Compare July 1, 2025 14:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1c90724 to 0e80e5f Compare July 1, 2025 22:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0e80e5f to 7496886 Compare July 2, 2025 15:31
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7496886 to a2f3715 Compare July 2, 2025 22:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a2f3715 to 7737f1b Compare July 3, 2025 17:12
@safedep
Copy link
Copy Markdown

safedep Bot commented Sep 17, 2025

⚠️ Scan Failed: Pull Request Too Large

This pull request exceeds GitHub's diff limits and cannot be scanned.

GitHub Limits:

  • Maximum 300 files per diff
  • Maximum 1 MB total diff size

Recommendations:

  • Split this PR into smaller, focused changes
  • Review critical dependency changes manually
  • Contact your team if this is blocking your workflow
    This report is generated by SafeDep Github App

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants