Skip to content

chore(deps): bump the misc-runtime group across 1 directory with 11 updates - #76

Merged
orangeboyChen merged 2 commits into
mainfrom
dependabot/bun/misc-runtime-bfa18250db
Aug 14, 2026
Merged

chore(deps): bump the misc-runtime group across 1 directory with 11 updates#76
orangeboyChen merged 2 commits into
mainfrom
dependabot/bun/misc-runtime-bfa18250db

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the misc-runtime group with 11 updates in the / directory:

Package From To
@lobehub/ui 5.23.5 5.29.1
antd 6.5.2 6.6.0
better-sqlite3 13.0.1 13.0.3
lucide-react 1.27.0 1.31.0
motion 12.42.2 13.1.0
next-intl 4.13.4 4.13.6
pg 8.22.0 8.23.0
@next/eslint-plugin-next 16.2.12 16.3.0
jsdom 29.1.1 30.0.1
lint-staged 17.2.0 17.3.0
postcss 8.5.23 8.5.26

Updates @lobehub/ui from 5.23.5 to 5.29.1

Release notes

Sourced from @​lobehub/ui's releases.

v5.29.1

5.29.1 (2026-08-07)

🐛 Bug Fixes

  • draggable-panel: Size stable layout by placement, closes #600 (dff67c7)

v5.29.0

5.29.0 (2026-08-06)

✨ Features

  • draggable-panel: Default stableLayout to true (0c7121a)

v5.28.1

5.28.1 (2026-08-05)

🎫 Chores

  • eslint: Ban antd Drawer imports (1cd9f50)

🐛 Bug Fixes

  • base-ui: Align Drawer surface, edge and shadow with the antd Drawer (21a3f9f)

v5.28.0

5.28.0 (2026-08-04)

✨ Features

  • image: Configurable open zoom and wheel fixes for the viewer, closes #596 (2e1816a)

🎫 Chores

  • ci: Fix Vercel pnpm install via Corepack (42bc54d)
  • ci: Switch from bun to pnpm across Vercel and workflows (50d5cee)
  • deps: Keep @​base-ui/react on 1.6.0 (a78cdf6)
  • release: Move pnpm settings out of .npmrc for pnpm 11 (69afebd)

🐛 Bug Fixes

  • image: Keep the viewer backdrop when it opens from a dialog, closes #598 (6b1b727)

... (truncated)

Changelog

Sourced from @​lobehub/ui's changelog.

5.29.1 (2026-08-07)

🐛 Bug Fixes

  • draggable-panel: Size stable layout by placement, closes #600 (dff67c7)

5.29.0 (2026-08-06)

✨ Features

  • draggable-panel: Default stableLayout to true (0c7121a)

5.28.1 (2026-08-05)

🎫 Chores

  • eslint: Ban antd Drawer imports (1cd9f50)

🐛 Bug Fixes

  • base-ui: Align Drawer surface, edge and shadow with the antd Drawer (21a3f9f)

5.28.0 (2026-08-04)

✨ Features

  • image: Configurable open zoom and wheel fixes for the viewer, closes #596 (2e1816a)

🎫 Chores

  • ci: Fix Vercel pnpm install via Corepack (42bc54d)
  • ci: Switch from bun to pnpm across Vercel and workflows (50d5cee)
  • deps: Keep @​base-ui/react on 1.6.0 (a78cdf6)
  • release: Move pnpm settings out of .npmrc for pnpm 11 (69afebd)

🐛 Bug Fixes

  • image: Keep the viewer backdrop when it opens from a dialog, closes #598 (6b1b727)

🔧 Continuous Integration

  • release: Split @​lobehub/ui and @​lobehub/docs-kit release streams (ed6bf99)

5.27.0 (2026-08-03)

✨ Features

  • base-ui: Let toasts deduplicate by id and return to the front, closes #594 (512aa06)

5.26.0 (2026-08-03)

... (truncated)

Commits
  • 5320a89 🔖 chore(release): v5.29.1 [skip ci]
  • dff67c7 🐛 fix(draggable-panel): size stable layout by placement (#600)
  • 67a8430 🔖 chore(release): v5.29.0 [skip ci]
  • 0c7121a ✨ feat(draggable-panel): default stableLayout to true
  • 9fd3d2b 🔖 chore(release): v5.28.1 [skip ci]
  • 1cd9f50 🔧 chore(eslint): ban antd Drawer imports
  • 21a3f9f 🐛 fix(base-ui): align Drawer surface, edge and shadow with the antd Drawer
  • 413fa94 🔖 chore(release): v5.28.0 [skip ci]
  • a78cdf6 🔧 chore(deps): keep @​base-ui/react on 1.6.0
  • ed6bf99 👷 ci(release): split @​lobehub/ui and @​lobehub/docs-kit release streams
  • Additional commits viewable in compare view

Updates antd from 6.5.2 to 6.6.0

Release notes

Sourced from antd's releases.

6.6.0

  • 🔥 Add Listy component for high-performance virtualized lists with grouping, sticky headers, and imperative scrolling. #58724 @​aojunhao123
  • ConfigProvider
    • 🆕 Add ConfigProvider focusOutline theme token to control shared focus outlines across Input, Select, Rate, Steps, Splitter, and other components. #58647 #58708 @​QDyanbing
    • 🆕 Add ConfigProvider global variant configuration for Input.Search, Input.Password, and Input.OTP. #58784 @​QDyanbing
    • 🆕 Add ConfigProvider global mouseEnterDelay and mouseLeaveDelay configuration for Tooltip, Popover, and Popconfirm. #58892 @​EmilyyyLiu
  • 🌐 Localization
  • 🆕 Add Tree useTree for retrieving node paths and support scrollTo({ autoExpand: true }) to expand target nodes before scrolling. #58841 @​zombieJ
  • 🆕 Add FloatButton.BackTop showProgress to display the current scroll progress around the button. #58894 @​ZQDesigned
  • 🆕 Add Table expandable.forceRender to render expanded row content before its first expansion. #58860 @​nikzanda
  • 🆕 Add Pagination components.sizeChanger to customize the page-size changer, including in Table pagination. #58831 @​QDyanbing
  • 🆕 Add Mentions popupRender to customize suggestion dropdown rendering. #58582 @​EmilyyyLiu
  • 🆕 Add Tabs more.popupRender to customize the overflow dropdown content. #58651 @​EmilyyyLiu
  • 🆕 Add BorderBeam count to display multiple evenly distributed beams around the container border. #58691 @​meet-student
  • 🆕 Add Image preview.wheel to control mouse wheel zoom in preview. #58728 @​EmilyyyLiu
  • 🆕 Add Alert borderRadius component token to customize its corner radius. #57765 @​guoyunhe
  • 🆕 Add nativeElement ref support to Avatar.Group, Badge.Ribbon, Breadcrumb, Calendar, Card.Grid, Card.Meta, Carousel, Descriptions, Divider, Empty, FloatButton.Group, List.Item.Meta, QRCode, Result, Skeleton, Space.Compact, Spin, Splitter, Transfer, and Watermark. #58627 #58628 #58629 #58630 #58631 #58632 #58633 #58634 #58635 #58636 #58637 #58638 #58639 #58640 #58641 #58642 #58643 #58644 #58645 #58667 @​li-jia-nan
  • 🤖 Export missing public Props and Ref types for Alert, Carousel, Cascader, Masonry, Mentions, Radio, Slider, Statistic, Table, Tabs, Tooltip, and Upload. #58700 #58798 @​li-jia-nan
  • 🐞 Fix semantic style precedence for Calendar, ColorPicker, DatePicker, Divider, Dropdown, Input, Masonry, Popover, Popconfirm, QRCode, Space, Spin, Tag, TimePicker, Tooltip, Typography, Badge, Drawer, FloatButton, Image, Message, Modal, Notification, Steps, Timeline, Tour, and Upload when combining ConfigProvider and component-level style and styles settings. #58550 #58564 @​QDyanbing
  • Select
    • 🐞 Fix Select placeholder remaining visible when an ancestor is hidden. #58572 @​QDyanbing
    • 🐞 Fix Select clear icon showing a native button background in dark mode. #58928 @​zombieJ
  • 🐞 Fix Drawer close button remaining interactive when closable.disabled is enabled. #58853 @​QDyanbing
  • 🐞 Fix Carousel jumping to the first slide when children are dynamically added. #58845 @​EmilyyyLiu
  • 🐞 Fix Button layout shift when the loading animation starts. #58690 #58712 @​zombieJ
  • 🐞 Fix Typography ellipsis tooltip closing before users can interact with its popup, and improve its hover behavior around action buttons. #58661 #58722 @​zombieJ
  • 💄 Improve Select, Tree, and Table virtual scrollbar track feedback, and support clicking the Table scrollbar track to jump. #58625 #58658 @​QDyanbing

  • 🔥 新增 Listy 高性能虚拟列表组件,支持分组、吸顶标题和命令式滚动。#58724 @​aojunhao123
  • ConfigProvider
    • 🆕 新增 ConfigProvider 主题 Token focusOutline,用于统一控制 Input、Select、Rate、Steps、Splitter 等组件的聚焦描边。#58647 #58708 @​QDyanbing
    • 🆕 新增 ConfigProvider 全局配置 Input.Search、Input.Password 和 Input.OTP variant 的能力。#58784 @​QDyanbing
    • 🆕 新增 ConfigProvider 对 Tooltip、Popover 和 Popconfirm mouseEnterDelaymouseLeaveDelay 的全局配置支持。#58892 @​EmilyyyLiu
  • 🌐 国际化
  • 🆕 新增 Tree useTree 以获取节点路径,并支持 scrollTo({ autoExpand: true }) 在滚动前自动展开目标节点。#58841 @​zombieJ
  • 🆕 新增 FloatButton.BackTop showProgress,用于在按钮边缘展示当前滚动进度。#58894 @​ZQDesigned
  • 🆕 新增 Table expandable.forceRender,支持在首次展开前渲染展开行内容。#58860 @​nikzanda
  • 🆕 新增 Pagination components.sizeChanger,支持自定义每页条数切换器,并可用于 Table 分页。#58831 @​QDyanbing
  • 🆕 新增 Mentions popupRender 属性,支持自定义建议下拉菜单的渲染。#58582 @​EmilyyyLiu
  • 🆕 新增 Tabs more.popupRender,支持自定义折叠下拉菜单内容。#58651 @​EmilyyyLiu
  • 🆕 新增 BorderBeam count 属性,支持在容器边缘显示多条均匀分布的流光。#58691 @​meet-student
  • 🆕 新增 Image preview.wheel 属性,用于控制预览时是否启用鼠标滚轮缩放。#58728 @​EmilyyyLiu
  • 🆕 新增 Alert borderRadius 组件 Token,用于自定义圆角。#57765 @​guoyunhe
  • 🆕 新增 Avatar.Group、Badge.Ribbon、Breadcrumb、Calendar、Card.Grid、Card.Meta、Carousel、Descriptions、Divider、Empty、FloatButton.Group、List.Item.Meta、QRCode、Result、Skeleton、Space.Compact、Spin、Splitter、Transfer 和 Watermark 的 nativeElement ref,用于访问各自的根 DOM 元素。#58627 #58628 #58629 #58630 #58631 #58632 #58633 #58634 #58635 #58636 #58637 #58638 #58639 #58640 #58641 #58642 #58643 #58644 #58645 #58667 @​li-jia-nan
  • 🤖 补充导出 Alert、Carousel、Cascader、Masonry、Mentions、Radio、Slider、Statistic、Table、Tabs、Tooltip 和 Upload 缺失的公开 Props 与 Ref 类型。#58700 #58798 @​li-jia-nan
  • 🐞 修复 Calendar、ColorPicker、DatePicker、Divider、Dropdown、Input、Masonry、Popover、Popconfirm、QRCode、Space、Spin、Tag、TimePicker、Tooltip、Typography、Badge、Drawer、FloatButton、Image、Message、Modal、Notification、Steps、Timeline、Tour 和 Upload 同时使用 ConfigProvider 与组件级 stylestyles 时的语义样式优先级。#58550 #58564 @​QDyanbing
  • Select
    • 🐞 修复 Select 占位文本在祖先元素隐藏时仍然可见的问题。#58572 @​QDyanbing

... (truncated)

Changelog

Sourced from antd's changelog.

6.6.0

2026-08-10

  • 🔥 Add Listy component for high-performance virtualized lists with grouping, sticky headers, and imperative scrolling. #58724 @​aojunhao123
  • ConfigProvider
    • 🆕 Add ConfigProvider focusOutline theme token to control shared focus outlines across Input, Select, Rate, Steps, Splitter, and other components. #58647 #58708 @​QDyanbing
    • 🆕 Add ConfigProvider global variant configuration for Input.Search, Input.Password, and Input.OTP. #58784 @​QDyanbing
    • 🆕 Add ConfigProvider global mouseEnterDelay and mouseLeaveDelay configuration for Tooltip, Popover, and Popconfirm. #58892 @​EmilyyyLiu
  • 🌐 Localization
  • 🆕 Add Tree useTree for retrieving node paths and support scrollTo({ autoExpand: true }) to expand target nodes before scrolling. #58841 @​zombieJ
  • 🆕 Add FloatButton.BackTop showProgress to display the current scroll progress around the button. #58894 @​ZQDesigned
  • 🆕 Add Table expandable.forceRender to render expanded row content before its first expansion. #58860 @​nikzanda
  • 🆕 Add Pagination components.sizeChanger to customize the page-size changer, including in Table pagination. #58831 @​QDyanbing
  • 🆕 Add Mentions popupRender to customize suggestion dropdown rendering. #58582 @​EmilyyyLiu
  • 🆕 Add Tabs more.popupRender to customize the overflow dropdown content. #58651 @​EmilyyyLiu
  • 🆕 Add BorderBeam count to display multiple evenly distributed beams around the container border. #58691 @​meet-student
  • 🆕 Add Image preview.wheel to control mouse wheel zoom in preview. #58728 @​EmilyyyLiu
  • 🆕 Add Alert borderRadius component token to customize its corner radius. #57765 @​guoyunhe
  • 🆕 Add nativeElement ref support to Avatar.Group, Badge.Ribbon, Breadcrumb, Calendar, Card.Grid, Card.Meta, Carousel, Descriptions, Divider, Empty, FloatButton.Group, List.Item.Meta, QRCode, Result, Skeleton, Space.Compact, Spin, Splitter, Transfer, and Watermark. #58627 #58628 #58629 #58630 #58631 #58632 #58633 #58634 #58635 #58636 #58637 #58638 #58639 #58640 #58641 #58642 #58643 #58644 #58645 #58667 @​li-jia-nan
  • 🤖 Export missing public Props and Ref types for Alert, Carousel, Cascader, Masonry, Mentions, Radio, Slider, Statistic, Table, Tabs, Tooltip, and Upload. #58700 #58798 @​li-jia-nan
  • 🐞 Fix semantic style precedence for Calendar, ColorPicker, DatePicker, Divider, Dropdown, Input, Masonry, Popover, Popconfirm, QRCode, Space, Spin, Tag, TimePicker, Tooltip, Typography, Badge, Drawer, FloatButton, Image, Message, Modal, Notification, Steps, Timeline, Tour, and Upload when combining ConfigProvider and component-level style and styles settings. #58550 #58564 @​QDyanbing
  • Select
    • 🐞 Fix Select placeholder remaining visible when an ancestor is hidden. #58572 @​QDyanbing
    • 🐞 Fix Select clear icon showing a native button background in dark mode. #58928 @​zombieJ
  • 🐞 Fix Drawer close button remaining interactive when closable.disabled is enabled. #58853 @​QDyanbing
  • 🐞 Fix Carousel jumping to the first slide when children are dynamically added. #58845 @​EmilyyyLiu
  • 🐞 Fix Button layout shift when the loading animation starts. #58690 #58712 @​zombieJ
  • 🐞 Fix Typography ellipsis tooltip closing before users can interact with its popup, and improve its hover behavior around action buttons. #58661 #58722 @​zombieJ
  • 💄 Improve Select, Tree, and Table virtual scrollbar track feedback, and support clicking the Table scrollbar track to jump. #58625 #58658 @​QDyanbing

6.5.4

2026-08-07

  • 🐞 Fix Alert not showing the close button when the closable configuration object only contains onClose. #58885 @​QDyanbing
  • 🐞 Fix Checkbox.Group crashing when options contains nullish entries or values. #58879 @​GuillaumeZ2SS
  • 🐞 Fix App emitting an unnecessary CSS variable warning with component={false}, while warning when root props cannot be applied in this mode. #58877 @​li-jia-nan
  • 🐞 Fix Table selecting disabled rows on other pages when selecting all data. #58843 @​QDyanbing
  • 🐞 Fix Transfer deselect-all behavior after filtering. #58844 @​thlovey
  • 🐞 Fix DatePicker RangePicker semantic callbacks not receiving forwarded props. #58905 @​QDyanbing
  • 💄 Fix FloatButton.BackTop scroll animation not respecting prefers-reduced-motion. #58849 @​li-jia-nan
  • 💄 Fix bare <svg> icons from third-party icon libraries being misaligned, missing spacing, or breaking onto separate lines in Breadcrumb, Collapse, Segmented, Tabs, and Tag. #58862 #58868 #58869 #58870 @​mohamedkhaled4053
  • 💄 Fix AutoComplete disabled text not using the disabled text color. #58838 @​lazerg
  • 🤖 Fix Tour exposing unusable per-step indicatorsRender and actionsRender TypeScript definitions. #58859 @​lazerg

6.5.3

2026-07-31

... (truncated)

Commits
  • 6e2124c docs: add changelog for 6.6.0 (#58929)
  • 39beb68 fix(Select): remove native clear button background (#58928)
  • 71653ca chore: auto merge branches (#58927)
  • b1a1f8b chore: auto merge branches (#58924)
  • 1c3e169 Merge branch master into feature-merge-master
  • 41ba18c chore(deps): update nearform-actions/github-action-notify-twitter digest to 4...
  • 79547bc chore(deps): update dependency eslint to v10.8.1 (#58919)
  • 7a066b1 chore(deps): update dependency @​antfu/eslint-config to ~9.3.0 (#58920)
  • 1b314a3 chore(deps): update dependency @​types/jsdom to v30 (#58921)
  • abfbb2d chore(deps): update dependency motion to v13 (#58922)
  • Additional commits viewable in compare view

Updates better-sqlite3 from 13.0.1 to 13.0.3

Release notes

Sourced from better-sqlite3's releases.

v13.0.3

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v13.0.2...v13.0.3

v13.0.2

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v13.0.1...v13.0.2

Commits

Updates lucide-react from 1.27.0 to 1.31.0

Release notes

Sourced from lucide-react's releases.

Version 1.31.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.30.0...1.31.0

Version 1.30.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.29.0...1.30.0

Version 1.29.0

What's Changed

Full Changelog: lucide-icons/lucide@1.28.0...1.29.0

Version 1.28.0

... (truncated)

Commits

Updates motion from 12.42.2 to 13.1.0

Changelog

Sourced from motion's changelog.

[13.1.0] 2026-08-10

Added

  • Reorder: Multidimensional reorder.
  • Reorder: Automatic axis detection.
  • Reorder: RTL support.

[13.0.0] 2026-08-05

Changed

  • Removed optional @emotion/is-prop-valid dependency in favour of explicit <MotionConfig isValidProp={isPropValid}>.

Fixed

  • Hardware-accelerated SVG elements correctly apply final style on animation complete.
  • AnimatePresence: Ensure nodes are marked as safe to remove when rendering propagate with no motion children.

[12.43.0] 2026-07-27

Added

  • Hardware acceleration for backgroundColor in supported browsers.
  • Hardware acceleration for SVG elements.

Fixed

  • AnimatePresence: Exiting children no longer interleave with entering children, which could reorder and remount children present in both renders.
  • motion: Throw error when passing a custom motion component an incorrect ref type.
Commits
  • adaf7a4 v13.1.0
  • e713759 Updating changelog
  • bc81c03 Updating publish
  • 092b771 Merge pull request #3785 from motiondivision/feature/1400-reorder-grid
  • 025b0f4 Merge pull request #3789 from motiondivision/dependabot/npm_and_yarn/nanoid-3...
  • 2f05af8 Bump nanoid from 3.3.11 to 3.3.18
  • e0780bb Merge pull request #3788 from motiondivision/dependabot/npm_and_yarn/js-yaml-...
  • 29af841 Fix wrapped Reorder insertion behavior
  • 0035e3c Bump js-yaml from 3.15.0 to 3.15.1
  • e4029ce v13.0.0
  • Additional commits viewable in compare view

Updates next-intl from 4.13.4 to 4.13.6

Release notes

Sourced from next-intl's releases.

v4.13.6

4.13.6 (2026-08-10)

Bug Fixes

See the blog post on next/root-params.

v4.13.5

4.13.5 (2026-08-04)

Bug Fixes

Changelog

Sourced from next-intl's changelog.

4.13.6 (2026-08-10)

Bug Fixes

4.13.5 (2026-08-04)

Bug Fixes

Commits
  • 41e027b v4.13.6
  • ae770af fix: Deprecate requestLocale param of getRequestConfig (#2380)
  • 729233f docs: Use "CLI" as label for eloqnt links (#2378)
  • caab5da docs: Mention planned Route Handler and Server Action support for root params...
  • 4a98b12 docs: Hide precompilation blog post from sidebar navigation (#2374)
  • 0b25236 docs: Link to Next.js bind docs in root params blog post (#2375)
  • 44f29f5 docs: Upgrade examples and e2e apps to Next.js 16.3 (#2354)
  • 904d5e2 docs: Fix typo in blog post
  • 01bd54c docs: Migrate examples to next/root-params (#2327)
  • 8392dd9 docs: Fix blog post publish date
  • Additional commits viewable in compare view

Updates pg from 8.22.0 to 8.23.0

Changelog

Sourced from pg's changelog.

pg@8.23.0

Commits

Updates @next/eslint-plugin-next from 16.2.12 to 16.3.0

Release notes

Sourced from @​next/eslint-plugin-next's releases.

v16.3.0

Core Changes

  • Update vendored lodash to 4.17.23 to fix CVE-2025-13465: #91558
  • Fix invalid HTML response for route-level RSC requests in deployment adapter: #91541
  • Normalize encoded dynamic placeholders in app routes: #91603
  • Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON responses: #90304
  • Update tokio from 1.43.0 to 1.47.3: #90945
  • [turbopack] Simplify snapshotting logic: #91178
  • Turbopack: enable server HMR for app route handlers: #91466
  • turbo-tasks-backend: batch find_and_schedule_dirty using for_each_task_meta: #91497
  • [turbopack] Use bail! instead of panic! for duplicate module ident error: #91636
  • Skip loadBindings() Lightning CSS check during next start: #91538
  • turbo-tasks-backend: batch schedule dirty tasks in aggregation_update: #91461
  • Turbopack: Add importModule() support to webpack loaders: #89630
  • turbo-persistence: fix mmap page alignment and improve error context in MetaFile::open_internal: #91640
  • turbopack-css: demote recoverable CSS parse warnings to Warning severity: #91524
  • feat(node-streams): add config flag, define-env, and env precedence test:

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 2026
@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.67%. Comparing base (016a579) to head (7d69c0a).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #76   +/-   ##
=======================================
  Coverage   94.67%   94.67%           
=======================================
  Files          20       20           
  Lines        3569     3569           
  Branches      971      971           
=======================================
  Hits         3379     3379           
  Misses        190      190           
Flag Coverage Δ
unittests 94.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…pdates

Bumps the misc-runtime group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@lobehub/ui](https://github.com/lobehub/lobe-ui) | `5.23.5` | `5.29.1` |
| [antd](https://github.com/ant-design/ant-design) | `6.5.2` | `6.6.0` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `13.0.1` | `13.0.3` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.27.0` | `1.31.0` |
| [motion](https://github.com/motiondivision/motion) | `12.42.2` | `13.1.0` |
| [next-intl](https://github.com/amannn/next-intl) | `4.13.4` | `4.13.6` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.22.0` | `8.23.0` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.2.12` | `16.3.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `29.1.1` | `30.0.1` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `17.2.0` | `17.3.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.23` | `8.5.26` |



Updates `@lobehub/ui` from 5.23.5 to 5.29.1
- [Release notes](https://github.com/lobehub/lobe-ui/releases)
- [Changelog](https://github.com/lobehub/lobe-ui/blob/master/CHANGELOG.md)
- [Commits](lobehub/lobe-ui@v5.23.5...v5.29.1)

Updates `antd` from 6.5.2 to 6.6.0
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@6.5.2...6.6.0)

Updates `better-sqlite3` from 13.0.1 to 13.0.3
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v13.0.1...v13.0.3)

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

Updates `motion` from 12.42.2 to 13.1.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.42.2...v13.1.0)

Updates `next-intl` from 4.13.4 to 4.13.6
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v4.13.4...v4.13.6)

Updates `pg` from 8.22.0 to 8.23.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg)

Updates `@next/eslint-plugin-next` from 16.2.12 to 16.3.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.3.0/packages/eslint-plugin-next)

Updates `jsdom` from 29.1.1 to 30.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.1...v30.0.1)

Updates `lint-staged` from 17.2.0 to 17.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.2.0...v17.3.0)

Updates `postcss` from 8.5.23 to 8.5.26
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.23...8.5.26)

---
updated-dependencies:
- dependency-name: "@lobehub/ui"
  dependency-version: 5.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-runtime
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: misc-runtime
- dependency-name: antd
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-runtime
- dependency-name: better-sqlite3
  dependency-version: 13.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-runtime
- dependency-name: jsdom
  dependency-version: 30.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: misc-runtime
- dependency-name: lint-staged
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: misc-runtime
- dependency-name: lucide-react
  dependency-version: 1.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-runtime
- dependency-name: motion
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: misc-runtime
- dependency-name: next-intl
  dependency-version: 4.13.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-runtime
- dependency-name: pg
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-runtime
- dependency-name: postcss
  dependency-version: 8.5.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: misc-runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bun/misc-runtime-bfa18250db branch from 659c241 to c248bf2 Compare August 14, 2026 07:08
@orangeboyChen
orangeboyChen enabled auto-merge (squash) August 14, 2026 07:18
@orangeboyChen
orangeboyChen disabled auto-merge August 14, 2026 07:19
@orangeboyChen
orangeboyChen enabled auto-merge (squash) August 14, 2026 07:19
@orangeboyChen
orangeboyChen merged commit f72aab9 into main Aug 14, 2026
5 checks passed
@orangeboyChen
orangeboyChen deleted the dependabot/bun/misc-runtime-bfa18250db branch August 14, 2026 07:19
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.

2 participants